=== OpenZeppelin/cairo-contracts-05d5adf24 === >>> git clone --depth 1 --no-tags https://github.com/OpenZeppelin/cairo-contracts . [err] Cloning into '.'... >>> maat-check-versions [out] Name Version Source Installed [out] nodejs 23.11.0 ASDF_NODEJS_VERSION true [out] scarb 2.11.4 ASDF_SCARB_VERSION true [out] starknet-foundry 0.41.0 ASDF_STARKNET-FOUNDRY_VERSION true >>> maat-patch [err] Installed 1 package in 2ms [out] diff --git a/Scarb.toml b/Scarb.toml [out] index 9803213..e30b562 100644 [out] --- a/Scarb.toml [out] +++ b/Scarb.toml [out] @@ -22,6 +22,7 @@ readme = "README.md" [out] version.workspace = true [out] keywords.workspace = true [out] edition.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: None [out] [out] [workspace.package] [out] version = "2.0.0-alpha.1" [out] @@ -81,8 +82,23 @@ allow-prebuilt-plugins = ["snforge_std"] [out] [tool] [out] fmt.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [profile.dev.cairo] [out] unstable-add-statements-functions-debug-info = true [out] unstable-add-statements-code-locations-debug-info = true [out] inlining-strategy = "avoid" [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None [out] + [out] +[patch.scarbs-xyz] [out] +assert_macros = "2.11.4" # NOTE: added by maat-patch, was: None [out] +starknet = "2.11.4" # NOTE: added by maat-patch, was: None [out] +cairo_test = "2.11.4" # NOTE: added by maat-patch, was: None [out] +snforge_std = "0.41.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.41.0" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.41.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.41.0" # NOTE: added by maat-patch, was: None [out] diff --git a/packages/access/Scarb.toml b/packages/access/Scarb.toml [out] index 2ab2428..12be116 100644 [out] --- a/packages/access/Scarb.toml [out] +++ b/packages/access/Scarb.toml [out] @@ -10,7 +10,7 @@ keywords = [ [out] ] [out] version.workspace = true [out] edition.workspace = true [out] -cairo-version.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: {'workspace': True} [out] scarb-version.workspace = true [out] authors.workspace = true [out] description.workspace = true [out] @@ -21,6 +21,7 @@ license-file.workspace = true [out] [tool] [out] fmt.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -38,3 +39,6 @@ openzeppelin_test_common = { path = "../test_common" } [out] allowed-libfuncs-list.name = "experimental" [out] sierra = true [out] casm = false [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None [out] diff --git a/packages/account/Scarb.toml b/packages/account/Scarb.toml [out] index ea9e2da..7de1f6b 100644 [out] --- a/packages/account/Scarb.toml [out] +++ b/packages/account/Scarb.toml [out] @@ -10,7 +10,7 @@ keywords = [ [out] ] [out] version.workspace = true [out] edition.workspace = true [out] -cairo-version.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: {'workspace': True} [out] scarb-version.workspace = true [out] authors.workspace = true [out] description.workspace = true [out] @@ -21,6 +21,7 @@ license-file.workspace = true [out] [tool] [out] fmt.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -48,3 +49,6 @@ build-external-contracts = [ [out] "openzeppelin_test_common::mocks::src9::SRC9AccountMock", [out] "openzeppelin_test_common::mocks::simple::SimpleMock", [out] ] [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None [out] diff --git a/packages/finance/Scarb.toml b/packages/finance/Scarb.toml [out] index d0d87b8..d0d42fc 100644 [out] --- a/packages/finance/Scarb.toml [out] +++ b/packages/finance/Scarb.toml [out] @@ -10,7 +10,7 @@ keywords = [ [out] ] [out] version.workspace = true [out] edition.workspace = true [out] -cairo-version.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: {'workspace': True} [out] scarb-version.workspace = true [out] authors.workspace = true [out] description.workspace = true [out] @@ -21,6 +21,7 @@ license-file.workspace = true [out] [tool] [out] fmt.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -48,3 +49,6 @@ build-external-contracts = [ [out] "openzeppelin_test_common::mocks::vesting::StepsVestingMock", [out] "openzeppelin_test_common::mocks::vesting::ERC20OptionalTransferPanicMock", [out] ] [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None [out] diff --git a/packages/governance/Scarb.toml b/packages/governance/Scarb.toml [out] index 1b6d8b1..15be35b 100644 [out] --- a/packages/governance/Scarb.toml [out] +++ b/packages/governance/Scarb.toml [out] @@ -10,7 +10,7 @@ keywords = [ [out] ] [out] version.workspace = true [out] edition.workspace = true [out] -cairo-version.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: {'workspace': True} [out] scarb-version.workspace = true [out] authors.workspace = true [out] description.workspace = true [out] @@ -21,6 +21,7 @@ license-file.workspace = true [out] [tool] [out] fmt.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -59,3 +60,6 @@ build-external-contracts = [ [out] "openzeppelin_test_common::mocks::votes::ERC721VotesMock", [out] "openzeppelin_test_common::mocks::votes::ERC20VotesMock" [out] ] [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None [out] diff --git a/packages/introspection/Scarb.toml b/packages/introspection/Scarb.toml [out] index 9a339fc..bbcb860 100644 [out] --- a/packages/introspection/Scarb.toml [out] +++ b/packages/introspection/Scarb.toml [out] @@ -11,7 +11,7 @@ keywords = [ [out] ] [out] version.workspace = true [out] edition.workspace = true [out] -cairo-version.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: {'workspace': True} [out] scarb-version.workspace = true [out] authors.workspace = true [out] description.workspace = true [out] @@ -22,6 +22,7 @@ license-file.workspace = true [out] [tool] [out] fmt.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -37,3 +38,6 @@ openzeppelin_test_common = { path = "../test_common" } [out] allowed-libfuncs-list.name = "experimental" [out] sierra = true [out] casm = false [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None [out] diff --git a/packages/macros/Scarb.toml b/packages/macros/Scarb.toml [out] index 3a98477..fd351f8 100644 [out] --- a/packages/macros/Scarb.toml [out] +++ b/packages/macros/Scarb.toml [out] @@ -8,7 +8,7 @@ keywords = [ [out] ] [out] version.workspace = true [out] edition.workspace = true [out] -cairo-version.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: {'workspace': True} [out] scarb-version.workspace = true [out] authors.workspace = true [out] description.workspace = true [out] @@ -20,3 +20,9 @@ license-file.workspace = true [out] [out] [tool] [out] fmt.workspace = true [out] + [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] + [out] +[scripts] [out] +test = "cargo test" # NOTE: added by maat-patch, was: None [out] diff --git a/packages/merkle_tree/Scarb.toml b/packages/merkle_tree/Scarb.toml [out] index 6e7382e..27cf755 100644 [out] --- a/packages/merkle_tree/Scarb.toml [out] +++ b/packages/merkle_tree/Scarb.toml [out] @@ -8,7 +8,7 @@ keywords = [ [out] ] [out] version.workspace = true [out] edition.workspace = true [out] -cairo-version.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: {'workspace': True} [out] scarb-version.workspace = true [out] authors.workspace = true [out] description.workspace = true [out] @@ -19,9 +19,15 @@ license-file.workspace = true [out] [tool] [out] fmt.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [dev-dependencies] [out] assert_macros.workspace = true [out] starknet.workspace = true [out] snforge_std.workspace = true [out] openzeppelin_testing = { path = "../testing" } [out] + [out] +[dependencies] [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None [out] diff --git a/packages/presets/Scarb.toml b/packages/presets/Scarb.toml [out] index 392622d..34a1748 100644 [out] --- a/packages/presets/Scarb.toml [out] +++ b/packages/presets/Scarb.toml [out] @@ -9,7 +9,7 @@ keywords = [ [out] ] [out] version.workspace = true [out] edition.workspace = true [out] -cairo-version.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: {'workspace': True} [out] scarb-version.workspace = true [out] authors.workspace = true [out] description.workspace = true [out] @@ -20,6 +20,7 @@ license-file.workspace = true [out] [tool] [out] fmt.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -60,3 +61,6 @@ build-external-contracts = [ [out] "openzeppelin_test_common::mocks::src5::SRC5Mock", [out] "openzeppelin_test_common::mocks::non_implementing::NonImplementingMock", [out] ] [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None [out] diff --git a/packages/security/Scarb.toml b/packages/security/Scarb.toml [out] index 5929a94..8e1685a 100644 [out] --- a/packages/security/Scarb.toml [out] +++ b/packages/security/Scarb.toml [out] @@ -10,7 +10,7 @@ keywords = [ [out] ] [out] version.workspace = true [out] edition.workspace = true [out] -cairo-version.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: {'workspace': True} [out] scarb-version.workspace = true [out] authors.workspace = true [out] description.workspace = true [out] @@ -21,6 +21,7 @@ license-file.workspace = true [out] [tool] [out] fmt.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -44,3 +45,6 @@ build-external-contracts = [ [out] "openzeppelin_test_common::mocks::security::ReentrancyMock", [out] "openzeppelin_test_common::mocks::security::Attacker", [out] ] [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None [out] diff --git a/packages/test_common/Scarb.toml b/packages/test_common/Scarb.toml [out] index fbf5c5e..9941093 100644 [out] --- a/packages/test_common/Scarb.toml [out] +++ b/packages/test_common/Scarb.toml [out] @@ -3,7 +3,7 @@ name = "openzeppelin_test_common" [out] readme = "README.md" [out] version.workspace = true [out] edition.workspace = true [out] -cairo-version.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: {'workspace': True} [out] scarb-version.workspace = true [out] authors.workspace = true [out] description.workspace = true [out] @@ -15,6 +15,7 @@ keywords.workspace = true [out] [tool] [out] fmt.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -37,3 +38,8 @@ openzeppelin_utils = { path = "../utils" } [out] allowed-libfuncs-list.name = "experimental" [out] sierra = true [out] casm = false [out] + [out] +[dev-dependencies] [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None [out] diff --git a/packages/testing/Scarb.toml b/packages/testing/Scarb.toml [out] index 8485d0d..c2754b4 100644 [out] --- a/packages/testing/Scarb.toml [out] +++ b/packages/testing/Scarb.toml [out] @@ -9,7 +9,7 @@ keywords = [ [out] ] [out] version = "4.1.0" [out] edition.workspace = true [out] -cairo-version.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: {'workspace': True} [out] scarb-version.workspace = true [out] authors.workspace = true [out] description.workspace = true [out] @@ -20,8 +20,14 @@ license-file.workspace = true [out] [tool] [out] fmt.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [dependencies] [out] assert_macros.workspace = true [out] starknet.workspace = true [out] snforge_std.workspace = true [out] + [out] +[dev-dependencies] [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None [out] diff --git a/packages/token/Scarb.toml b/packages/token/Scarb.toml [out] index bf5ac45..2e7aa4f 100644 [out] --- a/packages/token/Scarb.toml [out] +++ b/packages/token/Scarb.toml [out] @@ -11,7 +11,7 @@ keywords = [ [out] ] [out] version.workspace = true [out] edition.workspace = true [out] -cairo-version.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: {'workspace': True} [out] scarb-version.workspace = true [out] authors.workspace = true [out] description.workspace = true [out] @@ -22,6 +22,7 @@ license-file.workspace = true [out] [tool] [out] fmt.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -60,3 +61,6 @@ build-external-contracts = [ [out] "openzeppelin_test_common::mocks::non_implementing::NonImplementingMock", [out] "openzeppelin_test_common::mocks::src5::SRC5Mock", [out] ] [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None [out] diff --git a/packages/upgrades/Scarb.toml b/packages/upgrades/Scarb.toml [out] index 876051b..5d932ce 100644 [out] --- a/packages/upgrades/Scarb.toml [out] +++ b/packages/upgrades/Scarb.toml [out] @@ -10,7 +10,7 @@ keywords = [ [out] ] [out] version.workspace = true [out] edition.workspace = true [out] -cairo-version.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: {'workspace': True} [out] scarb-version.workspace = true [out] authors.workspace = true [out] description.workspace = true [out] @@ -21,6 +21,7 @@ license-file.workspace = true [out] [tool] [out] fmt.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -44,3 +45,6 @@ build-external-contracts = [ [out] "openzeppelin_test_common::mocks::upgrades::UpgradesV1", [out] "openzeppelin_test_common::mocks::upgrades::UpgradesV2", [out] ] [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None [out] diff --git a/packages/utils/Scarb.toml b/packages/utils/Scarb.toml [out] index 95a5a59..580f0f5 100644 [out] --- a/packages/utils/Scarb.toml [out] +++ b/packages/utils/Scarb.toml [out] @@ -11,7 +11,7 @@ keywords = [ [out] ] [out] version.workspace = true [out] edition.workspace = true [out] -cairo-version.workspace = true [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: {'workspace': True} [out] scarb-version.workspace = true [out] authors.workspace = true [out] description.workspace = true [out] @@ -22,6 +22,7 @@ license-file.workspace = true [out] [tool] [out] fmt.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -41,3 +42,6 @@ fuzzing = [] [out] allowed-libfuncs-list.name = "experimental" [out] sierra = true [out] casm = false [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None >>> scarb fetch [out] Downloading snforge_scarb_plugin v0.44.0 [out] Downloading snforge_std v0.44.0 [out] Updating crates.io index [out] Downloading crates ... [out] Downloaded cfg-if v1.0.0 [out] Downloaded digest v0.10.7 [out] Downloaded xshell-macros v0.2.7 [out] Downloaded crypto-common v0.1.6 [out] Downloaded convert_case v0.7.1 [out] Downloaded sha2 v0.10.8 [out] Downloaded term v1.0.1 [out] Downloaded thiserror v1.0.69 [out] Downloaded same-file v1.0.6 [out] Downloaded scarb-stable-hash v1.0.0 [out] Downloaded fnv v1.0.7 [out] Downloaded crossbeam-deque v0.8.6 [out] Downloaded linkme-impl v0.3.31 [out] Downloaded linkme v0.3.31 [out] Downloaded nu-ansi-term v0.50.1 [out] Downloaded parity-scale-codec v3.7.4 [out] Downloaded crossbeam-epoch v0.9.18 [out] Downloaded microlp v0.2.11 [out] Downloaded const_format v0.2.34 [out] Downloaded cairo-lang-parser v2.11.4 [out] Downloaded portable-atomic v1.11.0 [out] Downloaded itertools v0.14.0 [out] Downloaded serde_json v1.0.140 [out] Downloaded lambdaworks-math v0.10.0 [out] Downloaded bitvec v1.0.1 [out] Downloaded ndarray v0.16.1 [out] Downloaded lalrpop v0.22.1 [out] Downloaded syn v1.0.109 [out] Downloaded lambdaworks-crypto v0.10.0 [out] Downloaded winnow v0.7.4 [out] Downloaded cairo-lang-sierra v2.11.4 [out] Downloaded bstr v1.11.3 [out] Downloaded sprs v0.11.3 [out] Downloaded toml_edit v0.22.24 [out] Downloaded num-bigint v0.4.6 [out] Downloaded fancy-regex v0.14.0 [out] Downloaded windows_aarch64_gnullvm v0.52.6 [out] Downloaded windows_i686_gnullvm v0.52.6 [out] Downloaded windows_x86_64_gnullvm v0.52.6 [out] Downloaded rust-analyzer-salsa v0.17.0-pre.6 [out] Downloaded typenum v1.18.0 [out] Downloaded hashbrown v0.12.3 [out] Downloaded indexmap v2.8.0 [out] Downloaded tracing v0.1.41 [out] Downloaded serde v1.0.219 [out] Downloaded indexmap v1.9.3 [out] Downloaded schemars v0.8.22 [out] Downloaded allocator-api2 v0.2.21 [out] Downloaded hashbrown v0.15.2 [out] Downloaded petgraph v0.7.1 [out] Downloaded tracing-core v0.1.33 [out] Downloaded serde_derive v1.0.219 [out] Downloaded ignore v0.4.23 [out] Downloaded colored v3.0.0 [out] Downloaded libc v0.2.168 [out] Downloaded toml v0.8.20 [out] Downloaded windows_x86_64_msvc v0.52.6 [out] Downloaded windows_i686_gnu v0.52.6 [out] Downloaded ryu v1.0.20 [out] Downloaded windows_aarch64_msvc v0.52.6 [out] Downloaded sha3 v0.10.8 [out] Downloaded windows_x86_64_gnu v0.52.6 [out] Downloaded windows_i686_msvc v0.52.6 [out] Downloaded num-traits v0.2.19 [out] Downloaded proc-macro2 v1.0.94 [out] Downloaded encode_unicode v1.0.0 [out] Downloaded matrixmultiply v0.3.9 [out] Downloaded log v0.4.22 [out] Downloaded fixedbitset v0.5.7 [out] Downloaded siphasher v1.0.1 [out] Downloaded diffy v0.4.2 [out] Downloaded crossbeam-utils v0.8.21 [out] Downloaded globset v0.4.15 [out] Downloaded cairo-lang-formatter v2.11.4 [out] Downloaded data-encoding v2.6.0 [out] Downloaded cairo-lang-defs v2.11.4 [out] Downloaded genco v0.17.10 [out] Downloaded arrayvec v0.7.6 [out] Downloaded cairo-lang-sierra-gas v2.11.4 [out] Downloaded derivative v2.2.0 [out] Downloaded pico-args v0.5.0 [out] Downloaded phf_shared v0.11.3 [out] Downloaded thiserror v2.0.12 [out] Downloaded windows-sys v0.52.0 [out] Downloaded cairo-lang-starknet-classes v2.11.4 [out] Downloaded semver v1.0.26 [out] Downloaded parking_lot_core v0.9.10 [out] Downloaded parking_lot v0.12.3 [out] Downloaded smallvec v1.13.2 [out] Downloaded triomphe v0.1.14 [out] Downloaded cairo-lang-syntax v2.11.4 [out] Downloaded genco-macros v0.17.10 [out] Downloaded cairo-lang-syntax-codegen v2.11.4 [out] Downloaded assert_matches v1.5.0 [out] Downloaded byte-slice-cast v1.2.3 [out] Downloaded impl-trait-for-tuples v0.2.3 [out] Downloaded proc-macro-crate v3.3.0 [out] Downloaded portable-atomic-util v0.2.4 [out] Downloaded num-complex v0.4.6 [out] Downloaded good_lp v1.12.0 [out] Downloaded anyhow v1.0.95 [out] Downloaded string_cache v0.8.8 [out] Downloaded walkdir v2.5.0 [out] Downloaded lalrpop-util v0.22.1 [out] Downloaded either v1.13.0 [out] Downloaded schemars_derive v0.8.22 [out] Downloaded cairo-lang-utils v2.11.4 [out] Downloaded foldhash v0.1.5 [out] Downloaded bitflags v2.6.0 [out] Downloaded rust-analyzer-salsa-macros v0.17.0-pre.6 [out] Downloaded unicode-segmentation v1.12.0 [out] Downloaded cairo-lang-diagnostics v2.11.4 [out] Downloaded xshell v0.2.7 [out] Downloaded cairo-lang-plugins v2.11.4 [out] Downloaded radium v0.7.0 [out] Downloaded const_format_proc_macros v0.2.34 [out] Downloaded parity-scale-codec-derive v3.7.4 [out] Downloaded cairo-lang-casm v2.11.4 [out] Downloaded cairo-lang-sierra-ap-change v2.11.4 [out] Downloaded ena v0.14.3 [out] Downloaded new_debug_unreachable v1.0.6 [out] Downloaded precomputed-hash v0.1.1 [out] Downloaded cpufeatures v0.2.17 [out] Downloaded keccak v0.1.5 [out] Downloaded starknet-types-core v0.1.7 [out] Downloaded cairo-lang-debug v2.11.4 [out] Downloaded serde_spanned v0.6.8 [out] Downloaded toml_datetime v0.6.8 [out] Downloaded cairo-lang-filesystem v2.11.4 [out] Downloaded dyn-clone v1.0.19 [out] Downloaded serde_derive_internals v0.29.1 [out] Downloaded lock_api v0.4.12 [out] Downloaded heck v0.4.1 [out] Downloaded pin-project-lite v0.2.15 [out] Downloaded xxhash-rust v0.8.12 [out] Downloaded cairo-lang-macro-stable v1.0.0 [out] Downloaded relative-path v1.9.3 [out] Downloaded indent v0.1.1 [out] Downloaded funty v2.0.0 [out] Downloaded tap v1.0.1 [out] Downloaded wyz v0.5.1 [out] Downloaded rustversion v1.0.20 [out] Downloaded cairo-lang-sierra-type-size v2.11.4 [out] Downloaded scopeguard v1.2.0 [out] Downloaded redox_syscall v0.5.8 [out] Downloaded windows-sys v0.59.0 [out] Downloaded tracing-attributes v0.1.28 [out] Downloaded bit-set v0.8.0 [out] Downloaded indoc v2.0.5 [out] Downloaded cairo-lang-eq-solver v2.11.4 [out] Downloaded ascii-canvas v4.0.0 [out] Downloaded home v0.5.11 [out] Downloaded lazy_static v1.5.0 [out] Downloaded itoa v1.0.15 [out] Downloaded num-integer v0.1.46 [out] Downloaded oorandom v11.1.4 [out] Downloaded rustc-hash v1.1.0 [out] Downloaded stable_deref_trait v1.2.0 [out] Downloaded windows-targets v0.52.6 [out] Downloaded cairo-lang-macro-attributes v0.1.0 [out] Downloaded cairo-lang-macro v0.1.1 [out] Downloaded rawpointer v0.2.1 [out] Downloaded const-fnv1a-hash v1.1.0 [out] Downloaded path-clean v1.0.1 [out] Downloaded equivalent v1.0.1 [out] Downloaded autocfg v1.4.0 [out] Downloaded quote v1.0.40 [out] Downloaded unicode-ident v1.0.14 [out] Downloaded syn v2.0.90 [out] Downloaded thiserror-impl v1.0.69 [out] Downloaded convert_case v0.8.0 [out] Downloaded bit-vec v0.8.0 [out] Downloaded console v0.15.10 [out] Downloaded regex-automata v0.4.9 [out] Downloaded cairo-lang-sierra-to-casm v2.11.4 [out] Downloaded smol_str v0.2.2 [out] Downloaded unescaper v0.1.5 [out] Downloaded once_cell v1.20.2 [out] Downloaded insta v1.42.0 [out] Downloaded unicode-xid v0.2.6 [out] Downloaded winapi-util v0.1.9 [out] Downloaded version_check v0.9.5 [out] Downloaded similar v2.6.0 [out] Downloaded memchr v2.7.4 [out] Downloaded regex v1.11.1 [out] Downloaded block-buffer v0.10.4 [out] Downloaded generic-array v0.14.7 [out] Downloaded aho-corasick v1.1.3 [out] Downloaded linked-hash-map v0.5.6 [out] Downloaded regex-syntax v0.8.5 [out] Downloaded thiserror-impl v2.0.12 [out] Downloaded cairo-lang-primitive-token v1.0.0 >>> scarb tree -q --workspace [out] error: no such command: `tree` [out] [out] Stack backtrace: [out] 0: anyhow::kind::Adhoc::new [out] 1: anyhow::__private::format_err.100642 [out] 2: scarb::commands::run [out] 3: scarb::main [out] 4: std::sys::backtrace::__rust_begin_short_backtrace [out] 5: main [out] 6: __libc_start_call_main [out] 7: __libc_start_main_impl [out] 8: _start Process finished with exit code 1 >>> scarb build --workspace --test [out] Updating crates.io index [out] Downloading crates ... [out] Downloaded windows-targets v0.52.6 [out] Downloaded block-buffer v0.10.4 [out] Downloaded crypto-common v0.1.6 [out] Downloaded new_debug_unreachable v1.0.6 [out] Downloaded scarb-stable-hash v1.0.0 [out] Downloaded cairo-lang-macro-attributes v0.1.0 [out] Downloaded crossbeam-deque v0.8.6 [out] Downloaded diffy v0.4.2 [out] Downloaded num-complex v0.4.6 [out] Downloaded globset v0.4.15 [out] Downloaded nu-ansi-term v0.50.1 [out] Downloaded parity-scale-codec v3.7.4 [out] Downloaded const_format v0.2.34 [out] Downloaded cairo-lang-parser v2.11.4 [out] Downloaded cairo-lang-sierra v2.11.4 [out] Downloaded sprs v0.11.3 [out] Downloaded lambdaworks-crypto v0.10.0 [out] Downloaded aho-corasick v1.1.3 [out] Downloaded portable-atomic v1.11.0 [out] Downloaded regex v1.11.1 [out] Downloaded bitvec v1.0.1 [out] Downloaded syn v1.0.109 [out] Downloaded syn v2.0.90 [out] Downloaded cairo-lang-sierra-to-casm v2.11.4 [out] Downloaded ndarray v0.16.1 [out] Downloaded lalrpop v0.22.1 [out] Downloaded regex-syntax v0.8.5 [out] Downloaded bstr v1.11.3 [out] Downloaded windows_aarch64_gnullvm v0.52.6 [out] Downloaded rust-analyzer-salsa v0.17.0-pre.6 [out] Downloaded windows_i686_gnullvm v0.52.6 [out] Downloaded windows_x86_64_gnullvm v0.52.6 [out] Downloaded lambdaworks-math v0.10.0 [out] Downloaded winnow v0.7.4 [out] Downloaded serde_json v1.0.140 [out] Downloaded lalrpop-util v0.22.1 [out] Downloaded itertools v0.14.0 [out] Downloaded regex-automata v0.4.9 [out] Downloaded microlp v0.2.11 [out] Downloaded good_lp v1.12.0 [out] Downloaded starknet-types-core v0.1.7 [out] Downloaded hashbrown v0.15.2 [out] Downloaded cairo-lang-casm v2.11.4 [out] Downloaded matrixmultiply v0.3.9 [out] Downloaded portable-atomic-util v0.2.4 [out] Downloaded term v1.0.1 [out] Downloaded libc v0.2.168 [out] Downloaded unicode-segmentation v1.12.0 [out] Downloaded petgraph v0.7.1 [out] Downloaded windows_aarch64_msvc v0.52.6 [out] Downloaded windows_x86_64_msvc v0.52.6 [out] Downloaded sha3 v0.10.8 [out] Downloaded windows_i686_gnu v0.52.6 [out] Downloaded windows_i686_msvc v0.52.6 [out] Downloaded windows_x86_64_gnu v0.52.6 [out] Downloaded crossbeam-epoch v0.9.18 [out] Downloaded crossbeam-utils v0.8.21 [out] Downloaded ignore v0.4.23 [out] Downloaded genco v0.17.10 [out] Downloaded anyhow v1.0.95 [out] Downloaded derivative v2.2.0 [out] Downloaded toml_edit v0.22.24 [out] Downloaded hashbrown v0.12.3 [out] Downloaded indexmap v2.8.0 [out] Downloaded serde v1.0.219 [out] Downloaded cairo-lang-syntax v2.11.4 [out] Downloaded memchr v2.7.4 [out] Downloaded cairo-lang-formatter v2.11.4 [out] Downloaded cairo-lang-defs v2.11.4 [out] Downloaded xshell v0.2.7 [out] Downloaded colored v3.0.0 [out] Downloaded cairo-lang-plugins v2.11.4 [out] Downloaded wyz v0.5.1 [out] Downloaded log v0.4.22 [out] Downloaded toml v0.8.20 [out] Downloaded num-bigint v0.4.6 [out] Downloaded tracing v0.1.41 [out] Downloaded fancy-regex v0.14.0 [out] Downloaded insta v1.42.0 [out] Downloaded cairo-lang-sierra-gas v2.11.4 [out] Downloaded fixedbitset v0.5.7 [out] Downloaded sha2 v0.10.8 [out] Downloaded indexmap v1.9.3 [out] Downloaded ryu v1.0.20 [out] Downloaded schemars v0.8.22 [out] Downloaded num-traits v0.2.19 [out] Downloaded allocator-api2 v0.2.21 [out] Downloaded parking_lot v0.12.3 [out] Downloaded tracing-core v0.1.33 [out] Downloaded triomphe v0.1.14 [out] Downloaded serde_derive v1.0.219 [out] Downloaded unicode-ident v1.0.14 [out] Downloaded encode_unicode v1.0.0 [out] Downloaded data-encoding v2.6.0 [out] Downloaded xxhash-rust v0.8.12 [out] Downloaded cairo-lang-syntax-codegen v2.11.4 [out] Downloaded arrayvec v0.7.6 [out] Downloaded cairo-lang-eq-solver v2.11.4 [out] Downloaded string_cache v0.8.8 [out] Downloaded cairo-lang-starknet-classes v2.11.4 [out] Downloaded lock_api v0.4.12 [out] Downloaded bitflags v2.6.0 [out] Downloaded redox_syscall v0.5.8 [out] Downloaded parking_lot_core v0.9.10 [out] Downloaded smallvec v1.13.2 [out] Downloaded pin-project-lite v0.2.15 [out] Downloaded tracing-attributes v0.1.28 [out] Downloaded smol_str v0.2.2 [out] Downloaded proc-macro2 v1.0.94 [out] Downloaded quote v1.0.40 [out] Downloaded convert_case v0.8.0 [out] Downloaded console v0.15.10 [out] Downloaded similar v2.6.0 [out] Downloaded linkme v0.3.31 [out] Downloaded cairo-lang-diagnostics v2.11.4 [out] Downloaded genco-macros v0.17.10 [out] Downloaded funty v2.0.0 [out] Downloaded radium v0.7.0 [out] Downloaded tap v1.0.1 [out] Downloaded byte-slice-cast v1.2.3 [out] Downloaded const_format_proc_macros v0.2.34 [out] Downloaded proc-macro-crate v3.3.0 [out] Downloaded parity-scale-codec-derive v3.7.4 [out] Downloaded cairo-lang-sierra-ap-change v2.11.4 [out] Downloaded ascii-canvas v4.0.0 [out] Downloaded ena v0.14.3 [out] Downloaded pico-args v0.5.0 [out] Downloaded unicode-xid v0.2.6 [out] Downloaded same-file v1.0.6 [out] Downloaded winapi-util v0.1.9 [out] Downloaded walkdir v2.5.0 [out] Downloaded rustversion v1.0.20 [out] Downloaded cairo-lang-sierra-type-size v2.11.4 [out] Downloaded convert_case v0.7.1 [out] Downloaded version_check v0.9.5 [out] Downloaded generic-array v0.14.7 [out] Downloaded typenum v1.18.0 [out] Downloaded digest v0.10.7 [out] Downloaded cpufeatures v0.2.17 [out] Downloaded windows-sys v0.59.0 [out] Downloaded keccak v0.1.5 [out] Downloaded thiserror-impl v2.0.12 [out] Downloaded thiserror v2.0.12 [out] Downloaded cairo-lang-debug v2.11.4 [out] Downloaded semver v1.0.26 [out] Downloaded serde_spanned v0.6.8 [out] Downloaded cairo-lang-filesystem v2.11.4 [out] Downloaded either v1.13.0 [out] Downloaded dyn-clone v1.0.19 [out] Downloaded serde_derive_internals v0.29.1 [out] Downloaded schemars_derive v0.8.22 [out] Downloaded itoa v1.0.15 [out] Downloaded cairo-lang-utils v2.11.4 [out] Downloaded num-integer v0.1.46 [out] Downloaded oorandom v11.1.4 [out] Downloaded windows-sys v0.52.0 [out] Downloaded heck v0.4.1 [out] Downloaded rustc-hash v1.1.0 [out] Downloaded thiserror v1.0.69 [out] Downloaded unescaper v0.1.5 [out] Downloaded once_cell v1.20.2 [out] Downloaded cairo-lang-macro-stable v1.0.0 [out] Downloaded cairo-lang-macro v0.1.1 [out] Downloaded relative-path v1.9.3 [out] Downloaded xshell-macros v0.2.7 [out] Downloaded assert_matches v1.5.0 [out] Downloaded impl-trait-for-tuples v0.2.3 [out] Downloaded fnv v1.0.7 [out] Downloaded rawpointer v0.2.1 [out] Downloaded siphasher v1.0.1 [out] Downloaded phf_shared v0.11.3 [out] Downloaded home v0.5.11 [out] Downloaded lazy_static v1.5.0 [out] Downloaded toml_datetime v0.6.8 [out] Downloaded foldhash v0.1.5 [out] Downloaded autocfg v1.4.0 [out] Downloaded scopeguard v1.2.0 [out] Downloaded rust-analyzer-salsa-macros v0.17.0-pre.6 [out] Downloaded stable_deref_trait v1.2.0 [out] Downloaded thiserror-impl v1.0.69 [out] Downloaded bit-vec v0.8.0 [out] Downloaded bit-set v0.8.0 [out] Downloaded linked-hash-map v0.5.6 [out] Downloaded linkme-impl v0.3.31 [out] Downloaded indent v0.1.1 [out] Downloaded const-fnv1a-hash v1.1.0 [out] Downloaded path-clean v1.0.1 [out] Downloaded cairo-lang-primitive-token v1.0.0 [out] Downloaded cfg-if v1.0.0 [out] Downloaded indoc v2.0.5 [out] Downloaded precomputed-hash v0.1.1 [out] Downloaded equivalent v1.0.1 [out] Compiling openzeppelin_macros v2.0.0-alpha.1 (/mnt/maat-workbench/packages/macros/Scarb.toml) [out] Compiling proc-macro2 v1.0.94 [out] Compiling unicode-ident v1.0.14 [out] Compiling autocfg v1.4.0 [out] Compiling serde v1.0.219 [out] Compiling libc v0.2.168 [out] Compiling memchr v2.7.4 [out] Compiling num-traits v0.2.19 [out] Compiling typenum v1.18.0 [out] Compiling quote v1.0.40 [out] Compiling syn v2.0.90 [out] Compiling version_check v0.9.5 [out] Compiling generic-array v0.14.7 [out] Compiling lock_api v0.4.12 [out] Compiling parking_lot_core v0.9.10 [out] Compiling num-integer v0.1.46 [out] Compiling smallvec v1.13.2 [out] Compiling allocator-api2 v0.2.21 [out] Compiling equivalent v1.0.1 [out] Compiling foldhash v0.1.5 [out] Compiling indexmap v1.9.3 [out] Compiling serde_json v1.0.140 [out] Compiling cfg-if v1.0.0 [out] Compiling itoa v1.0.15 [out] Compiling ryu v1.0.20 [out] Compiling schemars v0.8.22 [out] Compiling hashbrown v0.12.3 [out] Compiling once_cell v1.20.2 [out] Compiling dyn-clone v1.0.19 [out] Compiling either v1.13.0 [out] Compiling scopeguard v1.2.0 [out] Compiling itertools v0.14.0 [out] Compiling tracing-core v0.1.33 [out] Compiling stable_deref_trait v1.2.0 [out] Compiling pin-project-lite v0.2.15 [out] Compiling heck v0.4.1 [out] Compiling parking_lot v0.12.3 [out] Compiling serde_derive_internals v0.29.1 [out] Compiling rustc-hash v1.1.0 [out] Compiling oorandom v11.1.4 [out] Compiling aho-corasick v1.1.3 [out] Compiling rustversion v1.0.20 [out] Compiling regex-syntax v0.8.5 [out] Compiling serde_derive v1.0.219 [out] Compiling schemars_derive v0.8.22 [out] Compiling tracing-attributes v0.1.28 [out] Compiling tracing v0.1.41 [out] Compiling rust-analyzer-salsa-macros v0.17.0-pre.6 [out] Compiling regex-automata v0.4.9 [out] Compiling hashbrown v0.15.2 [out] Compiling num-bigint v0.4.6 [out] Compiling indexmap v2.8.0 [out] Compiling triomphe v0.1.14 [out] Compiling rust-analyzer-salsa v0.17.0-pre.6 [out] Compiling smol_str v0.2.2 [out] Compiling cairo-lang-utils v2.11.4 [out] Compiling crypto-common v0.1.6 [out] Compiling block-buffer v0.10.4 [out] Compiling matrixmultiply v0.3.9 [out] Compiling home v0.5.11 [out] Compiling siphasher v1.0.1 [out] Compiling phf_shared v0.11.3 [out] Compiling term v1.0.1 [out] Compiling digest v0.10.7 [out] Compiling keccak v0.1.5 [out] Compiling fixedbitset v0.5.7 [out] Compiling log v0.4.22 [out] Compiling new_debug_unreachable v1.0.6 [out] Compiling precomputed-hash v0.1.1 [out] Compiling bit-vec v0.8.0 [out] Compiling rawpointer v0.2.1 [out] Compiling same-file v1.0.6 [out] Compiling walkdir v2.5.0 [out] Compiling bit-set v0.8.0 [out] Compiling ena v0.14.3 [out] Compiling string_cache v0.8.8 [out] Compiling petgraph v0.7.1 [out] Compiling sha3 v0.10.8 [out] Compiling ascii-canvas v4.0.0 [out] Compiling lalrpop-util v0.22.1 [out] Compiling regex v1.11.1 [out] Compiling toml_datetime v0.6.8 [out] Compiling serde_spanned v0.6.8 [out] Compiling num-complex v0.4.6 [out] Compiling unicode-xid v0.2.6 [out] Compiling semver v1.0.26 [out] Compiling syn v1.0.109 [out] Compiling anyhow v1.0.95 [out] Compiling winnow v0.7.4 [out] Compiling thiserror v2.0.12 [out] Compiling cpufeatures v0.2.17 [out] Compiling pico-args v0.5.0 [out] Compiling lalrpop v0.22.1 [out] Compiling sha2 v0.10.8 [out] Compiling toml_edit v0.22.24 [out] Compiling ndarray v0.16.1 [out] Compiling thiserror-impl v2.0.12 [out] Compiling thiserror v1.0.69 [out] Compiling unicode-segmentation v1.12.0 [out] Compiling lambdaworks-math v0.10.0 [out] Compiling genco-macros v0.17.10 [out] Compiling sprs v0.11.3 [out] Compiling lambdaworks-crypto v0.10.0 [out] Compiling cairo-lang-sierra v2.11.4 [out] Compiling toml v0.8.20 [out] Compiling cairo-lang-debug v2.11.4 [out] Compiling thiserror-impl v1.0.69 [out] Compiling lazy_static v1.5.0 [out] Compiling path-clean v1.0.1 [out] Compiling cairo-lang-filesystem v2.11.4 [out] Compiling starknet-types-core v0.1.7 [out] Compiling derivative v2.2.0 [out] Compiling microlp v0.2.11 [out] Compiling convert_case v0.7.1 [out] Compiling fnv v1.0.7 [out] Compiling relative-path v1.9.3 [out] Compiling crossbeam-utils v0.8.21 [out] Compiling xshell-macros v0.2.7 [out] Compiling const-fnv1a-hash v1.1.0 [out] Compiling xshell v0.2.7 [out] Compiling genco v0.17.10 [out] Compiling good_lp v1.12.0 [out] Compiling unescaper v0.1.5 [out] Compiling cairo-lang-primitive-token v1.0.0 [out] Compiling cairo-lang-syntax v2.11.4 [out] Compiling cairo-lang-eq-solver v2.11.4 [out] Compiling cairo-lang-sierra-type-size v2.11.4 [out] Compiling cairo-lang-syntax-codegen v2.11.4 [out] Compiling cairo-lang-diagnostics v2.11.4 [out] Compiling indoc v2.0.5 [out] Compiling colored v3.0.0 [out] Compiling linkme-impl v0.3.31 [out] Compiling crossbeam-epoch v0.9.18 [out] Compiling bstr v1.11.3 [out] Compiling data-encoding v2.6.0 [out] Compiling xxhash-rust v0.8.12 [out] Compiling cairo-lang-parser v2.11.4 [out] Compiling scarb-stable-hash v1.0.0 [out] Compiling globset v0.4.15 [out] Compiling crossbeam-deque v0.8.6 [out] Compiling cairo-lang-casm v2.11.4 [out] Compiling cairo-lang-sierra-ap-change v2.11.4 [out] Compiling cairo-lang-sierra-gas v2.11.4 [out] Compiling nu-ansi-term v0.50.1 [out] Compiling assert_matches v1.5.0 [out] Compiling cairo-lang-sierra-to-casm v2.11.4 [out] Compiling diffy v0.4.2 [out] Compiling linkme v0.3.31 [out] Compiling ignore v0.4.23 [out] Compiling cairo-lang-defs v2.11.4 [out] Compiling cairo-lang-macro-attributes v0.1.0 [out] Compiling console v0.15.10 [out] Compiling cairo-lang-macro-stable v1.0.0 [out] Compiling linked-hash-map v0.5.6 [out] Compiling indent v0.1.1 [out] Compiling similar v2.6.0 [out] Compiling insta v1.42.0 [out] Compiling cairo-lang-plugins v2.11.4 [out] Compiling cairo-lang-macro v0.1.1 [out] Compiling cairo-lang-formatter v2.11.4 [out] Compiling fancy-regex v0.14.0 [out] Compiling cairo-lang-starknet-classes v2.11.4 [out] Compiling convert_case v0.8.0 [out] Compiling openzeppelin_macros v2.0.0-alpha.1 (/mnt/maat-workbench/packages/macros) [out] Finished `release` profile [optimized] target(s) in 2m 01s [out] Compiling test(openzeppelin_unittest) openzeppelin v2.0.0-alpha.1 (/mnt/maat-workbench/Scarb.toml) [out] Compiling test(openzeppelin_access_unittest) openzeppelin_access v2.0.0-alpha.1 (/mnt/maat-workbench/packages/access/Scarb.toml) [out] Compiling test(openzeppelin_account_unittest) openzeppelin_account v2.0.0-alpha.1 (/mnt/maat-workbench/packages/account/Scarb.toml) [out] Compiling test(openzeppelin_finance_unittest) openzeppelin_finance v2.0.0-alpha.1 (/mnt/maat-workbench/packages/finance/Scarb.toml) [out] Compiling test(openzeppelin_governance_unittest) openzeppelin_governance v2.0.0-alpha.1 (/mnt/maat-workbench/packages/governance/Scarb.toml) [out] Compiling test(openzeppelin_introspection_unittest) openzeppelin_introspection v2.0.0-alpha.1 (/mnt/maat-workbench/packages/introspection/Scarb.toml) [out] Compiling test(openzeppelin_merkle_tree_unittest) openzeppelin_merkle_tree v2.0.0-alpha.1 (/mnt/maat-workbench/packages/merkle_tree/Scarb.toml) [out] Compiling test(openzeppelin_presets_unittest) openzeppelin_presets v2.0.0-alpha.1 (/mnt/maat-workbench/packages/presets/Scarb.toml) [out] Compiling test(openzeppelin_security_unittest) openzeppelin_security v2.0.0-alpha.1 (/mnt/maat-workbench/packages/security/Scarb.toml) [out] Compiling test(openzeppelin_test_common_unittest) openzeppelin_test_common v2.0.0-alpha.1 (/mnt/maat-workbench/packages/test_common/Scarb.toml) [out] warn: Plugin diagnostic: It looks like the `self.initializable.initialize()` function is not used in the contract. If [out] this is intentional, you may consider removing the Initializable component. [out] [out] --> /mnt/maat-workbench/packages/test_common/src/mocks/security.cairo:4:1 [out] #[with_components(Initializable)] [out] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [out] [out] warn: Plugin diagnostic: It looks like the `self.pausable.pause()` and `self.pausable.unpause()` functions are not used in the contract. If [out] this is intentional, you may consider removing the Pausable component. [out] [out] --> /mnt/maat-workbench/packages/test_common/src/mocks/security.cairo:15:1 [out] #[with_components(Pausable)] [out] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [out] [out] Compiling test(openzeppelin_testing_unittest) openzeppelin_testing v4.1.0 (/mnt/maat-workbench/packages/testing/Scarb.toml) [out] Compiling test(openzeppelin_token_unittest) openzeppelin_token v2.0.0-alpha.1 (/mnt/maat-workbench/packages/token/Scarb.toml) [out] Compiling test(openzeppelin_upgrades_unittest) openzeppelin_upgrades v2.0.0-alpha.1 (/mnt/maat-workbench/packages/upgrades/Scarb.toml) [out] Compiling test(openzeppelin_utils_unittest) openzeppelin_utils v2.0.0-alpha.1 (/mnt/maat-workbench/packages/utils/Scarb.toml) [out] warn: Unused import: `openzeppelin_utils::tests::test_math::u512` [out] --> /mnt/maat-workbench/packages/utils/src/tests/test_math.cairo:1:21 [out] use core::integer::{u512, u512_safe_div_rem_by_u256}; [out] ^^^^ [out] [out] warn: Unused import: `openzeppelin_utils::tests::test_math::u512_safe_div_rem_by_u256` [out] --> /mnt/maat-workbench/packages/utils/src/tests/test_math.cairo:1:27 [out] use core::integer::{u512, u512_safe_div_rem_by_u256}; [out] ^^^^^^^^^^^^^^^^^^^^^^^^^ [out] [out] warn: Unused import: `openzeppelin_utils::tests::test_math::OverflowingAdd` [out] --> /mnt/maat-workbench/packages/utils/src/tests/test_math.cairo:2:34 [out] use core::num::traits::{Bounded, OverflowingAdd}; [out] ^^^^^^^^^^^^^^ [out] [out] Finished `dev` profile target(s) in 8 minutes >>> scarb lint --workspace --deny-warnings [err] error: unexpected argument '--deny-warnings' found [err] [err] tip: a similar argument exists: '--no-warnings' [err] [err] Usage: scarb lint --workspace --no-warnings [err] [err] For more information, try '--help'. Process finished with exit code 2 >>> SNFORGE_FUZZER_SEED=1 SNFORGE_IGNORE_FORK_TESTS=1 scarb test --workspace [out] Running test openzeppelin (snforge test --fuzzer-seed 1) [out] Updating crates.io index [out] Downloading crates ... [out] Downloaded parking_lot_core v0.9.10 [out] Downloaded rust-analyzer-salsa-macros v0.17.0-pre.6 [out] Downloaded cairo-lang-eq-solver v2.11.4 [out] Downloaded sprs v0.11.3 [out] Downloaded num-complex v0.4.6 [out] Downloaded byte-slice-cast v1.2.3 [out] Downloaded crossbeam-epoch v0.9.18 [out] Downloaded crossbeam-deque v0.8.6 [out] Downloaded nu-ansi-term v0.50.1 [out] Downloaded crossbeam-utils v0.8.21 [out] Downloaded ryu v1.0.20 [out] Downloaded portable-atomic v1.11.0 [out] Downloaded const_format v0.2.34 [out] Downloaded toml_edit v0.22.24 [out] Downloaded hashbrown v0.12.3 [out] Downloaded itertools v0.14.0 [out] Downloaded lambdaworks-math v0.10.0 [out] Downloaded lambdaworks-crypto v0.10.0 [out] Downloaded winnow v0.7.4 [out] Downloaded serde_json v1.0.140 [out] Downloaded cairo-lang-parser v2.11.4 [out] Downloaded windows_aarch64_msvc v0.52.6 [out] Downloaded windows_i686_gnu v0.52.6 [out] Downloaded syn v2.0.90 [out] Downloaded num-bigint v0.4.6 [out] Downloaded bitvec v1.0.1 [out] Downloaded cairo-lang-syntax v2.11.4 [out] Downloaded ndarray v0.16.1 [out] Downloaded windows_x86_64_gnullvm v0.52.6 [out] Downloaded tracing v0.1.41 [out] Downloaded bstr v1.11.3 [out] Downloaded petgraph v0.7.1 [out] Downloaded windows_aarch64_gnullvm v0.52.6 [out] Downloaded schemars v0.8.22 [out] Downloaded rust-analyzer-salsa v0.17.0-pre.6 [out] Downloaded hashbrown v0.15.2 [out] Downloaded serde_derive v1.0.219 [out] Downloaded serde v1.0.219 [out] Downloaded unicode-ident v1.0.14 [out] Downloaded libc v0.2.168 [out] Downloaded fancy-regex v0.14.0 [out] Downloaded windows_x86_64_gnu v0.52.6 [out] Downloaded tracing-core v0.1.33 [out] Downloaded proc-macro2 v1.0.94 [out] Downloaded windows_i686_msvc v0.52.6 [out] Downloaded xxhash-rust v0.8.12 [out] Downloaded cairo-lang-defs v2.11.4 [out] Downloaded genco v0.17.10 [out] Downloaded cairo-lang-casm v2.11.4 [out] Downloaded portable-atomic-util v0.2.4 [out] Downloaded semver v1.0.26 [out] Downloaded toml v0.8.20 [out] Downloaded windows_x86_64_msvc v0.52.6 [out] Downloaded indexmap v1.9.3 [out] Downloaded sha3 v0.10.8 [out] Downloaded serde_derive_internals v0.29.1 [out] Downloaded cairo-lang-utils v2.11.4 [out] Downloaded num-integer v0.1.46 [out] Downloaded indexmap v2.8.0 [out] Downloaded triomphe v0.1.14 [out] Downloaded quote v1.0.40 [out] Downloaded diffy v0.4.2 [out] Downloaded ignore v0.4.23 [out] Downloaded linkme-impl v0.3.31 [out] Downloaded linkme v0.3.31 [out] Downloaded indent v0.1.1 [out] Downloaded cairo-lang-plugins v2.11.4 [out] Downloaded wyz v0.5.1 [out] Downloaded rawpointer v0.2.1 [out] Downloaded digest v0.10.7 [out] Downloaded cpufeatures v0.2.17 [out] Downloaded starknet-types-core v0.1.7 [out] Downloaded thiserror-impl v2.0.12 [out] Downloaded thiserror v2.0.12 [out] Downloaded cairo-lang-starknet-classes v2.11.4 [out] Downloaded toml_datetime v0.6.8 [out] Downloaded cairo-lang-filesystem v2.11.4 [out] Downloaded either v1.13.0 [out] Downloaded dyn-clone v1.0.19 [out] Downloaded itoa v1.0.15 [out] Downloaded tracing-attributes v0.1.28 [out] Downloaded stable_deref_trait v1.2.0 [out] Downloaded smol_str v0.2.2 [out] Downloaded thiserror-impl v1.0.69 [out] Downloaded unescaper v0.1.5 [out] Downloaded regex-automata v0.4.9 [out] Downloaded cairo-lang-formatter v2.11.4 [out] Downloaded data-encoding v2.6.0 [out] Downloaded cairo-lang-macro-attributes v0.1.0 [out] Downloaded cairo-lang-macro-stable v1.0.0 [out] Downloaded genco-macros v0.17.10 [out] Downloaded cairo-lang-syntax-codegen v2.11.4 [out] Downloaded radium v0.7.0 [out] Downloaded tap v1.0.1 [out] Downloaded const_format_proc_macros v0.2.34 [out] Downloaded keccak v0.1.5 [out] Downloaded lazy_static v1.5.0 [out] Downloaded serde_spanned v0.6.8 [out] Downloaded schemars_derive v0.8.22 [out] Downloaded thiserror v1.0.69 [out] Downloaded globset v0.4.15 [out] Downloaded scarb-stable-hash v1.0.0 [out] Downloaded cairo-lang-macro v0.1.1 [out] Downloaded cairo-lang-diagnostics v2.11.4 [out] Downloaded relative-path v1.9.3 [out] Downloaded xshell-macros v0.2.7 [out] Downloaded xshell v0.2.7 [out] Downloaded colored v3.0.0 [out] Downloaded assert_matches v1.5.0 [out] Downloaded arrayvec v0.7.6 [out] Downloaded funty v2.0.0 [out] Downloaded windows-sys v0.52.0 [out] Downloaded impl-trait-for-tuples v0.2.3 [out] Downloaded proc-macro-crate v3.3.0 [out] Downloaded parity-scale-codec-derive v3.7.4 [out] Downloaded parity-scale-codec v3.7.4 [out] Downloaded cairo-lang-sierra-ap-change v2.11.4 [out] Downloaded fnv v1.0.7 [out] Downloaded matrixmultiply v0.3.9 [out] Downloaded good_lp v1.12.0 [out] Downloaded cairo-lang-sierra-gas v2.11.4 [out] Downloaded syn v1.0.109 [out] Downloaded same-file v1.0.6 [out] Downloaded lalrpop v0.22.1 [out] Downloaded cairo-lang-debug v2.11.4 [out] Downloaded path-clean v1.0.1 [out] Downloaded cairo-lang-primitive-token v1.0.0 [out] Downloaded num-traits v0.2.19 [out] Downloaded allocator-api2 v0.2.21 [out] Downloaded autocfg v1.4.0 [out] Downloaded scopeguard v1.2.0 [out] Downloaded lock_api v0.4.12 [out] Downloaded bitflags v2.6.0 [out] Downloaded redox_syscall v0.5.8 [out] Downloaded parking_lot v0.12.3 [out] Downloaded heck v0.4.1 [out] Downloaded rustc-hash v1.1.0 [out] Downloaded windows-sys v0.59.0 [out] Downloaded smallvec v1.13.2 [out] Downloaded pin-project-lite v0.2.15 [out] Downloaded indoc v2.0.5 [out] Downloaded windows-targets v0.52.6 [out] Downloaded console v0.15.10 [out] Downloaded memchr v2.7.4 [out] Downloaded microlp v0.2.11 [out] Downloaded anyhow v1.0.95 [out] Downloaded const-fnv1a-hash v1.1.0 [out] Downloaded derivative v2.2.0 [out] Downloaded ascii-canvas v4.0.0 [out] Downloaded fixedbitset v0.5.7 [out] Downloaded siphasher v1.0.1 [out] Downloaded phf_shared v0.11.3 [out] Downloaded precomputed-hash v0.1.1 [out] Downloaded home v0.5.11 [out] Downloaded term v1.0.1 [out] Downloaded unicode-xid v0.2.6 [out] Downloaded winapi-util v0.1.9 [out] Downloaded rustversion v1.0.20 [out] Downloaded convert_case v0.7.1 [out] Downloaded sha2 v0.10.8 [out] Downloaded block-buffer v0.10.4 [out] Downloaded version_check v0.9.5 [out] Downloaded equivalent v1.0.1 [out] Downloaded foldhash v0.1.5 [out] Downloaded oorandom v11.1.4 [out] Downloaded cfg-if v1.0.0 [out] Downloaded windows_i686_gnullvm v0.52.6 [out] Downloaded log v0.4.22 [out] Downloaded ena v0.14.3 [out] Downloaded pico-args v0.5.0 [out] Downloaded new_debug_unreachable v1.0.6 [out] Downloaded string_cache v0.8.8 [out] Downloaded walkdir v2.5.0 [out] Downloaded cairo-lang-sierra v2.11.4 [out] Downloaded cairo-lang-sierra-to-casm v2.11.4 [out] Downloaded generic-array v0.14.7 [out] Downloaded typenum v1.18.0 [out] Downloaded encode_unicode v1.0.0 [out] Downloaded lalrpop-util v0.22.1 [out] Downloaded crypto-common v0.1.6 [out] Downloaded unicode-segmentation v1.12.0 [out] Downloaded linked-hash-map v0.5.6 [out] Downloaded insta v1.42.0 [out] Downloaded regex-syntax v0.8.5 [out] Downloaded regex v1.11.1 [out] Downloaded cairo-lang-sierra-type-size v2.11.4 [out] Downloaded convert_case v0.8.0 [out] Downloaded bit-vec v0.8.0 [out] Downloaded bit-set v0.8.0 [out] Downloaded once_cell v1.20.2 [out] Downloaded similar v2.6.0 [out] Downloaded aho-corasick v1.1.3 [out] [WARNING] Package snforge_std version does not meet the recommended version requirement ^0.41.0, it might result in unexpected behaviour [out] Compiling openzeppelin_macros v2.0.0-alpha.1 (/mnt/maat-workbench/packages/macros/Scarb.toml) [out] Finished `release` profile [optimized] target(s) in 0.10s [out] Compiling test(openzeppelin_unittest) openzeppelin v2.0.0-alpha.1 (/mnt/maat-workbench/Scarb.toml) [out] Finished `dev` profile target(s) in 25 seconds [out] [out] [out] Collected 0 test(s) from openzeppelin package [out] Running 0 test(s) from src/ [out] Tests: 0 passed, 0 failed, 0 skipped, 0 ignored, 0 filtered out [out] Running test openzeppelin_access (snforge test --fuzzer-seed 1) [out] [WARNING] Package snforge_std version does not meet the recommended version requirement ^0.41.0, it might result in unexpected behaviour [out] Compiling openzeppelin_macros v2.0.0-alpha.1 (/mnt/maat-workbench/packages/macros/Scarb.toml) [out] Finished `release` profile [optimized] target(s) in 0.10s [out] Compiling test(openzeppelin_access_unittest) openzeppelin_access v2.0.0-alpha.1 (/mnt/maat-workbench/packages/access/Scarb.toml) [out] Finished `dev` profile target(s) in 26 seconds [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: as rayon_core::job::Job>::execute [err] 27: rayon_core::registry::WorkerThread::wait_until_cold [err] 28: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: as rayon_core::job::Job>::execute [err] 33: rayon_core::registry::WorkerThread::wait_until_cold [err] 34: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: as rayon_core::job::Job>::execute [err] 39: rayon_core::registry::WorkerThread::wait_until_cold [err] 40: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: as rayon_core::job::Job>::execute [err] 42: rayon_core::registry::WorkerThread::wait_until_cold [err] 43: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: as rayon_core::job::Job>::execute [err] 33: rayon_core::registry::WorkerThread::wait_until_cold [err] 34: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: as rayon_core::job::Job>::execute [err] 36: rayon_core::registry::WorkerThread::wait_until_cold [err] 37: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: as rayon_core::job::Job>::execute [err] 36: rayon_core::registry::WorkerThread::wait_until_cold [err] 37: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: as rayon_core::job::Job>::execute [err] 42: rayon_core::registry::WorkerThread::wait_until_cold [err] 43: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: as rayon_core::job::Job>::execute [err] 45: rayon_core::registry::WorkerThread::wait_until_cold [err] 46: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: as rayon_core::job::Job>::execute [err] 33: rayon_core::registry::WorkerThread::wait_until_cold [err] 34: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: as rayon_core::job::Job>::execute [err] 36: rayon_core::registry::WorkerThread::wait_until_cold [err] 37: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: as rayon_core::job::Job>::execute [err] 36: rayon_core::registry::WorkerThread::wait_until_cold [err] 37: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: as rayon_core::job::Job>::execute [err] 42: rayon_core::registry::WorkerThread::wait_until_cold [err] 43: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: as rayon_core::job::Job>::execute [err] 45: rayon_core::registry::WorkerThread::wait_until_cold [err] 46: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: as rayon_core::job::Job>::execute [err] 36: rayon_core::registry::WorkerThread::wait_until_cold [err] 37: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: as rayon_core::job::Job>::execute [err] 39: rayon_core::registry::WorkerThread::wait_until_cold [err] 40: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: as rayon_core::job::Job>::execute [err] 39: rayon_core::registry::WorkerThread::wait_until_cold [err] 40: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: as rayon_core::job::Job>::execute [err] 45: rayon_core::registry::WorkerThread::wait_until_cold [err] 46: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: as rayon_core::job::Job>::execute [err] 47: rayon_core::registry::WorkerThread::wait_until_cold [err] 48: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: as rayon_core::job::Job>::execute [err] 48: rayon_core::registry::WorkerThread::wait_until_cold [err] 49: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: as rayon_core::job::Job>::execute [err] 24: rayon_core::registry::WorkerThread::wait_until_cold [err] 25: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. Process finished with exit code 101 >>> maat-test-ls [err] 0.003971518s WARN cairo_language_server::config: client does not support `workspace/configuration` requests, config will not be reloaded [out] Opening file:///mnt/maat-workbench/packages/access/src/lib.cairo [out] Opening file:///mnt/maat-workbench/packages/account/src/lib.cairo [out] Opening file:///mnt/maat-workbench/packages/finance/src/lib.cairo [out] Opening file:///mnt/maat-workbench/packages/governance/src/lib.cairo [out] Opening file:///mnt/maat-workbench/packages/introspection/src/lib.cairo [out] Opening file:///mnt/maat-workbench/packages/merkle_tree/src/lib.cairo [out] Opening file:///mnt/maat-workbench/packages/presets/src/lib.cairo [out] Opening file:///mnt/maat-workbench/packages/security/src/lib.cairo [out] Opening file:///mnt/maat-workbench/packages/test_common/src/lib.cairo [out] Opening file:///mnt/maat-workbench/packages/testing/src/lib.cairo [out] Opening file:///mnt/maat-workbench/packages/token/src/lib.cairo [out] Opening file:///mnt/maat-workbench/packages/upgrades/src/lib.cairo [out] Opening file:///mnt/maat-workbench/packages/utils/src/lib.cairo [out] Opening file:///mnt/maat-workbench/sncast_scripts/src/lib.cairo [out] Opening file:///mnt/maat-workbench/src/lib.cairo [out] [out] ============================== [out] Analysis completed, server is idle. [out] [out] ============================== [out] # Analyzed Crates [out] [out] - `core`: `["/mnt/maat-cache/scarb/registry/std/v2.11.4/core/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "core", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 11, [out] patch: 4, [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: true, [out] associated_item_constraints: true, [out] coupons: true, [out] }, [out] } [out] ``` [out] - `openzeppelin`: `["/mnt/maat-workbench/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "openzeppelin", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 0, [out] patch: 0, [out] pre: Prerelease("alpha.1"), [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin": DependencySettings { [out] discriminator: Some( [out] "openzeppelin 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_access": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_access 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/access/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_account": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_account 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/account/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_finance": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_finance 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/finance/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_governance": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_governance 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/governance/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_introspection": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_introspection 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/introspection/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_merkle_tree": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_merkle_tree 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/merkle_tree/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_presets": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_presets 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/presets/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_security": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_security 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/security/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_test_common": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_test_common 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/test_common/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_testing": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_testing 4.1.0 (path+file:///mnt/maat-workbench/packages/testing/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_token": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_token 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/token/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_upgrades": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_upgrades 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/upgrades/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_utils": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_utils 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/utils/Scarb.toml)", [out] ), [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `openzeppelin_access`: `["/mnt/maat-workbench/packages/access/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "openzeppelin_access", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 0, [out] patch: 0, [out] pre: Prerelease("alpha.1"), [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin_access": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_access 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/access/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_introspection": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_introspection 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/introspection/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_test_common": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_test_common 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/test_common/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_testing": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_testing 4.1.0 (path+file:///mnt/maat-workbench/packages/testing/Scarb.toml)", [out] ), [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `openzeppelin_account`: `["/mnt/maat-workbench/packages/account/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "openzeppelin_account", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 0, [out] patch: 0, [out] pre: Prerelease("alpha.1"), [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin_account": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_account 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/account/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_introspection": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_introspection 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/introspection/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_test_common": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_test_common 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/test_common/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_testing": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_testing 4.1.0 (path+file:///mnt/maat-workbench/packages/testing/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_utils": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_utils 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/utils/Scarb.toml)", [out] ), [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `openzeppelin_finance`: `["/mnt/maat-workbench/packages/finance/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "openzeppelin_finance", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 0, [out] patch: 0, [out] pre: Prerelease("alpha.1"), [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin_access": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_access 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/access/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_finance": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_finance 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/finance/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_test_common": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_test_common 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/test_common/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_testing": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_testing 4.1.0 (path+file:///mnt/maat-workbench/packages/testing/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_token": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_token 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/token/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_utils": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_utils 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/utils/Scarb.toml)", [out] ), [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `openzeppelin_governance`: `["/mnt/maat-workbench/packages/governance/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "openzeppelin_governance", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 0, [out] patch: 0, [out] pre: Prerelease("alpha.1"), [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin_access": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_access 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/access/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_account": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_account 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/account/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_governance": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_governance 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/governance/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_introspection": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_introspection 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/introspection/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_test_common": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_test_common 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/test_common/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_testing": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_testing 4.1.0 (path+file:///mnt/maat-workbench/packages/testing/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_token": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_token 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/token/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_utils": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_utils 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/utils/Scarb.toml)", [out] ), [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `openzeppelin_introspection`: `["/mnt/maat-workbench/packages/introspection/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "openzeppelin_introspection", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 0, [out] patch: 0, [out] pre: Prerelease("alpha.1"), [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin_introspection": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_introspection 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/introspection/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_test_common": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_test_common 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/test_common/Scarb.toml)", [out] ), [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `openzeppelin_merkle_tree`: `["/mnt/maat-workbench/packages/merkle_tree/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "openzeppelin_merkle_tree", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 0, [out] patch: 0, [out] pre: Prerelease("alpha.1"), [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin_merkle_tree": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_merkle_tree 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/merkle_tree/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_testing": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_testing 4.1.0 (path+file:///mnt/maat-workbench/packages/testing/Scarb.toml)", [out] ), [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `openzeppelin_presets`: `["/mnt/maat-workbench/packages/presets/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "openzeppelin_presets", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 0, [out] patch: 0, [out] pre: Prerelease("alpha.1"), [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin_access": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_access 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/access/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_account": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_account 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/account/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_finance": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_finance 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/finance/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_introspection": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_introspection 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/introspection/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_presets": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_presets 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/presets/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_test_common": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_test_common 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/test_common/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_testing": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_testing 4.1.0 (path+file:///mnt/maat-workbench/packages/testing/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_token": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_token 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/token/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_upgrades": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_upgrades 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/upgrades/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_utils": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_utils 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/utils/Scarb.toml)", [out] ), [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `openzeppelin_security`: `["/mnt/maat-workbench/packages/security/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "openzeppelin_security", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 0, [out] patch: 0, [out] pre: Prerelease("alpha.1"), [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin_security": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_security 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/security/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_test_common": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_test_common 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/test_common/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_testing": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_testing 4.1.0 (path+file:///mnt/maat-workbench/packages/testing/Scarb.toml)", [out] ), [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `openzeppelin_test_common`: `["/mnt/maat-workbench/packages/test_common/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "openzeppelin_test_common", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 0, [out] patch: 0, [out] pre: Prerelease("alpha.1"), [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin_access": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_access 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/access/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_account": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_account 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/account/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_finance": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_finance 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/finance/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_governance": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_governance 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/governance/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_introspection": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_introspection 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/introspection/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_security": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_security 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/security/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_test_common": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_test_common 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/test_common/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_testing": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_testing 4.1.0 (path+file:///mnt/maat-workbench/packages/testing/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_token": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_token 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/token/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_upgrades": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_upgrades 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/upgrades/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_utils": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_utils 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/utils/Scarb.toml)", [out] ), [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `openzeppelin_testing`: `["/mnt/maat-workbench/packages/testing/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "openzeppelin_testing", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 4, [out] minor: 1, [out] patch: 0, [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin_testing": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_testing 4.1.0 (path+file:///mnt/maat-workbench/packages/testing/Scarb.toml)", [out] ), [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `openzeppelin_token`: `["/mnt/maat-workbench/packages/token/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "openzeppelin_token", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 0, [out] patch: 0, [out] pre: Prerelease("alpha.1"), [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin_access": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_access 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/access/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_account": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_account 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/account/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_introspection": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_introspection 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/introspection/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_test_common": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_test_common 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/test_common/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_testing": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_testing 4.1.0 (path+file:///mnt/maat-workbench/packages/testing/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_token": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_token 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/token/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_utils": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_utils 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/utils/Scarb.toml)", [out] ), [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `openzeppelin_upgrades`: `["/mnt/maat-workbench/packages/upgrades/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "openzeppelin_upgrades", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 0, [out] patch: 0, [out] pre: Prerelease("alpha.1"), [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin_test_common": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_test_common 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/test_common/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_testing": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_testing 4.1.0 (path+file:///mnt/maat-workbench/packages/testing/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_upgrades": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_upgrades 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/upgrades/Scarb.toml)", [out] ), [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `openzeppelin_utils`: `["/mnt/maat-workbench/packages/utils/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "openzeppelin_utils", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 0, [out] patch: 0, [out] pre: Prerelease("alpha.1"), [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin_test_common": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_test_common 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/test_common/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_testing": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_testing 4.1.0 (path+file:///mnt/maat-workbench/packages/testing/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_utils": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_utils 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/utils/Scarb.toml)", [out] ), [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `sncast_scripts`: `["/mnt/maat-workbench/sncast_scripts/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "sncast_scripts", [out] ), [out] edition: V2023_01, [out] version: Some( [out] Version { [out] major: 0, [out] minor: 1, [out] patch: 0, [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "openzeppelin_presets": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_presets 2.0.0-alpha.1 (path+file:///mnt/maat-workbench/packages/presets/Scarb.toml)", [out] ), [out] }, [out] "openzeppelin_testing": DependencySettings { [out] discriminator: Some( [out] "openzeppelin_testing 4.1.0 (path+file:///mnt/maat-workbench/packages/testing/Scarb.toml)", [out] ), [out] }, [out] "sncast_scripts": DependencySettings { [out] discriminator: Some( [out] "sncast_scripts 0.1.0 (path+file:///mnt/maat-workbench/sncast_scripts/Scarb.toml)", [out] ), [out] }, [out] "sncast_std": DependencySettings { [out] discriminator: Some( [out] "sncast_std 0.30.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `sncast_std`: `["/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/sncast_std-0.30.0/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "sncast_std", [out] ), [out] edition: V2023_11, [out] version: Some( [out] Version { [out] major: 0, [out] minor: 30, [out] patch: 0, [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "sncast_std": DependencySettings { [out] discriminator: Some( [out] "sncast_std 0.30.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `snforge_std`: `["/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/snforge_std-0.44.0/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "snforge_std", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 0, [out] minor: 44, [out] patch: 0, [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "starknet-contract", [out] target: "test", [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.44.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] [out] [out] ============================== [out] file:///mnt/maat-workbench/packages/access/src/accesscontrol/account_role_info.cairo (2) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 48, Col 4] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 56, Col 4] [out] file:///mnt/maat-workbench/packages/access/src/tests/test_accesscontrol.cairo (211) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 43, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 55, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 63, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 75, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 86, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 87, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 94, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 95, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 108, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 124, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 140, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 152, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 170, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 188, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 200, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 201, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 208, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 209, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 220, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 246, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 247, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 256, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 257, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 267, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 268, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 280, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 287, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 294, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 314, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 334, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 355, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 376, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 392, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 408, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 409, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 416, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 417, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 428, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 435, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 442, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 460, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 478, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 497, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 516, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 531, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 546, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 547, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 558, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 559, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 573, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 591, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 607, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 626, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 643, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 644, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 652, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 653, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 662, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 663, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 675, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 682, Col 0] [out] (W) Unused import: `openzeppelin_access::tests::test_accesscontrol::IAccessControl` [Ln 12, Col 23] [out] (W) Unused import: `openzeppelin_access::tests::test_accesscontrol::IAccessControlCamel` [Ln 12, Col 39] [out] (W) Unused import: `openzeppelin_access::tests::test_accesscontrol::IAccessControlWithDelay` [Ln 12, Col 60] [out] (E) Method `_grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 33, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::_grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::_grant_role` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::_grant_role` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `initializer` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 46, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Type "openzeppelin_test_common::mocks::access::DualCaseAccessControlMock::ContractState" has no member "src5" [Ln 47, Col 51] [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 58, Col 19] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `_grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 59, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::_grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::_grant_role` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::_grant_role` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 60, Col 18] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `hasRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 66, Col 19] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `_grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 67, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::_grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::_grant_role` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::_grant_role` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `hasRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 68, Col 18] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 80, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `assert_only_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 83, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::assert_only_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::assert_only_role` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::assert_only_role` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `assert_only_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 91, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::assert_only_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 98, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `assert_only_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 101, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::assert_only_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::assert_only_role` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::assert_only_role` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 114, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 118, Col 25] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `get_role_status` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 120, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `is_role_effective` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 121, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grantRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 130, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `hasRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 134, Col 25] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `get_role_status` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 136, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `is_role_effective` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 137, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 145, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 146, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 147, Col 18] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `get_role_status` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 148, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `is_role_effective` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 149, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grant_role_with_delay` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 158, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 161, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 164, Col 25] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `get_role_status` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 166, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `is_role_effective` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 167, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grant_role_with_delay` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 176, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `grantRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 179, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 182, Col 25] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `get_role_status` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 184, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `is_role_effective` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 185, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grantRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 193, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `grantRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 194, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `hasRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 195, Col 18] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `get_role_status` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 196, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `is_role_effective` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 197, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 205, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `grantRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 213, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `grant_role_with_delay` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 229, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 233, Col 25] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `get_role_status` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 235, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `is_role_effective` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 236, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 240, Col 25] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `get_role_status` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 242, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `is_role_effective` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 243, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grant_role_with_delay` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 253, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 263, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `grant_role_with_delay` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 264, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `grant_role_with_delay` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 273, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `revoke_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 284, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `revokeRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 291, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 300, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `revoke_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 303, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 307, Col 30] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `get_role_status` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 309, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `is_role_granted` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 310, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `is_role_effective` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 311, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grantRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 320, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `revokeRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 323, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `hasRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 327, Col 30] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `get_role_status` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 329, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `is_role_granted` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 330, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `is_role_effective` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 331, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grant_role_with_delay` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 341, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `revoke_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 344, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 348, Col 30] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `get_role_status` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 350, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `is_role_granted` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 351, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `is_role_effective` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 352, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grant_role_with_delay` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 362, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `revokeRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 365, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `hasRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 369, Col 30] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `get_role_status` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 371, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `is_role_granted` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 372, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `is_role_effective` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 373, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 381, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `revoke_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 382, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `revoke_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 383, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 385, Col 30] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `get_role_status` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 387, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `is_role_granted` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 388, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `is_role_effective` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 389, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grantRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 397, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `revokeRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 398, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `revokeRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 399, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `hasRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 401, Col 30] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `get_role_status` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 403, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::get_role_status` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `is_role_granted` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 404, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_granted` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `is_role_effective` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 405, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::is_role_effective` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `@openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `revoke_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 413, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `revokeRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 421, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::revokeRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `renounce_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 432, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `renounceRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 439, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 448, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `renounce_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 452, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 456, Col 30] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `grantRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 466, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `renounceRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 470, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `hasRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 474, Col 30] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `grant_role_with_delay` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 485, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `renounce_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 489, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 493, Col 30] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `grant_role_with_delay` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 504, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `renounceRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 508, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `hasRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 512, Col 30] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 521, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `renounce_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 524, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `renounce_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 525, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 527, Col 30] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `grantRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 536, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `renounceRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 539, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `renounceRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 540, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `hasRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 542, Col 30] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::hasRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 552, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `renounce_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 555, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::renounce_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `grantRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 563, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::grantRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `renounceRole` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 566, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlCamel::renounceRole` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlCamel::. [out] (E) Method `get_role_admin` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 579, Col 21] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::get_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::get_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::get_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `set_role_admin` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 580, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `get_role_admin` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 587, Col 35] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::get_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::get_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::get_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `set_role_admin` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 595, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 598, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 601, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 603, Col 25] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `set_role_admin` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 611, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 615, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `grant_role_with_delay` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 619, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 622, Col 25] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `set_role_admin` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 630, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 633, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 636, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `revoke_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 637, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `has_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 639, Col 30] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `set_role_admin` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 647, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 649, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `set_role_admin` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 656, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `grant_role_with_delay` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 659, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::grant_role_with_delay` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControlWithDelay::. [out] (E) Method `set_role_admin` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 666, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::set_role_admin` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] (E) Method `revoke_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 668, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::revoke_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] (E) Method `get_role_admin` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 678, Col 35] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::get_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] (E) Method `get_role_admin` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 685, Col 35] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::get_role_admin` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] file:///mnt/maat-workbench/packages/access/src/tests/test_ownable_twostep.cairo (73) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 33, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 51, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 65, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 85, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 98, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 99, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 106, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 126, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 139, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 140, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 151, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 166, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 167, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 175, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 190, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 191, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 203, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 216, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 232, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 233, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 240, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 253, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 254, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 261, Col 0] [out] (W) Unused import: `openzeppelin_access::tests::test_ownable_twostep::InternalTrait` [Ln 9, Col 39] [out] (W) Unused import: `openzeppelin_access::tests::test_ownable_twostep::IOwnableTwoStep` [Ln 10, Col 32] [out] (W) Unused import: `openzeppelin_access::tests::test_ownable_twostep::IOwnableTwoStepCamelOnly` [Ln 10, Col 49] [out] (E) Method `initializer` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 25, Col 10] [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_access::ownable::ownable::OwnableComponent::StorageStorageBaseMut` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] (E) Method `initializer` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 39, Col 10] [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_access::ownable::ownable::OwnableComponent::StorageStorageBaseMut` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] (E) Method `_propose_owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 56, Col 10] [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::_propose_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::_propose_owner` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::_propose_owner` inference failed with: Type mismatch: `openzeppelin_access::ownable::ownable::OwnableComponent::StorageStorageBaseMut` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 59, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `pending_owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 60, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `transfer_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 71, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 74, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `pending_owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 75, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `transfer_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 78, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 81, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `pending_owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 82, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `transfer_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 91, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 94, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `pending_owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 95, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `transfer_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 103, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `transferOwnership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 112, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 115, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `pendingOwner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 116, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::pendingOwner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::pendingOwner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::pendingOwner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::. [out] (E) Method `transferOwnership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 119, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 122, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `pendingOwner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 123, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::pendingOwner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::pendingOwner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::pendingOwner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::. [out] (E) Method `transferOwnership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 132, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 135, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `pendingOwner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 136, Col 18] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::pendingOwner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::pendingOwner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::pendingOwner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::. [out] (E) Method `transferOwnership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 144, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::. [out] (E) Method `accept_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 159, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::accept_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::accept_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::accept_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 162, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `pending_owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 163, Col 18] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `accept_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 172, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::accept_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::accept_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::accept_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `acceptOwnership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 183, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::acceptOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::acceptOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::acceptOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 186, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `pendingOwner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 187, Col 18] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::pendingOwner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::pendingOwner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::pendingOwner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::. [out] (E) Method `acceptOwnership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 196, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::acceptOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::acceptOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::acceptOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::. [out] (E) Method `renounce_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 209, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 213, Col 18] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `renounce_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 226, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `renounce_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 237, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `renounceOwnership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 246, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::renounceOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::renounceOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::renounceOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 250, Col 18] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `renounceOwnership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 258, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::renounceOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::renounceOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::renounceOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStepCamelOnly::. [out] (E) Method `transfer_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 267, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 270, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `pending_owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 271, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `accept_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 274, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::accept_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::accept_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::accept_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 277, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] (E) Method `pending_owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 278, Col 18] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableTwoStep::pending_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableTwoStep::. [out] file:///mnt/maat-workbench/packages/access/src/tests/test_ownable.cairo (49) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 31, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 47, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 48, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 58, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 65, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 66, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 77, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 89, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 107, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 119, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 120, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 127, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 128, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 135, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 147, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 148, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 155, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 156, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 167, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 179, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 180, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 187, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 199, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 200, Col 0] [out] (W) Unused import: `openzeppelin_access::tests::test_ownable::RECIPIENT` [Ln 3, Col 52] [out] (W) Unused import: `openzeppelin_access::tests::test_ownable::InternalTrait` [Ln 8, Col 38] [out] (W) Unused import: `openzeppelin_access::tests::test_ownable::IOwnable` [Ln 9, Col 32] [out] (W) Unused import: `openzeppelin_access::tests::test_ownable::IOwnableCamelOnly` [Ln 9, Col 42] [out] (E) Method `initializer` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 23, Col 10] [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_access::ownable::ownable::OwnableComponent::StorageStorageBaseMut` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] (E) Method `initializer` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 39, Col 10] [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_access::ownable::ownable::OwnableComponent::StorageStorageBaseMut` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] (E) Method `initializer` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 51, Col 10] [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_access::ownable::ownable::OwnableComponent::StorageStorageBaseMut` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] (E) Method `assert_only_owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 62, Col 10] [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::assert_only_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::. [out] (E) Method `assert_only_owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 70, Col 10] [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::assert_only_owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::. [out] (E) Method `_transfer_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 81, Col 10] [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::_transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::_transfer_ownership` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::_transfer_ownership` inference failed with: Type mismatch: `openzeppelin_access::ownable::ownable::OwnableComponent::StorageStorageBaseMut` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] (E) Method `_transfer_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 97, Col 10] [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::_transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::_transfer_ownership` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::_transfer_ownership` inference failed with: Type mismatch: `openzeppelin_access::ownable::ownable::OwnableComponent::StorageStorageBaseMut` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] (E) Method `transfer_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 113, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 116, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::. [out] (E) Method `transfer_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 124, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::. [out] (E) Method `transfer_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 132, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::transfer_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::. [out] (E) Method `transferOwnership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 141, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 144, Col 21] [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::. [out] (E) Method `transferOwnership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 152, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::. [out] (E) Method `transferOwnership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 160, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::transferOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::. [out] (E) Method `renounce_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 173, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 176, Col 18] [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::. [out] (E) Method `renounce_ownership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 184, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::renounce_ownership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::. [out] (E) Method `renounceOwnership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 193, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::renounceOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::renounceOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::renounceOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::. [out] (E) Method `owner` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 196, Col 18] [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnable::owner` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnable::. [out] (E) Method `renounceOwnership` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 204, Col 10] [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::renounceOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::renounceOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::>>. [out] Candidate `openzeppelin_access::ownable::interface::IOwnableCamelOnly::renounceOwnership` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::interface::IOwnableCamelOnly::. [out] file:///mnt/maat-workbench/packages/account/src/tests/extensions/test_snip12_utils.cairo (4) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 8, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 16, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 24, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 44, Col 0] [out] file:///mnt/maat-workbench/packages/account/src/tests/extensions/test_src9.cairo (42) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 50, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 68, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 84, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 103, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 126, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 127, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 138, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 139, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 149, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 150, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 160, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 161, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 171, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 172, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 182, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 183, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 193, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 194, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 209, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 210, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 228, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 237, Col 0] [out] (W) Unused import: `openzeppelin_account::tests::extensions::test_src9::ISRC5` [Ln 0, Col 44] [out] (W) Unused import: `openzeppelin_account::tests::extensions::test_src9::ISRC5_ID` [Ln 0, Col 51] [out] (W) Unused import: `openzeppelin_account::tests::extensions::test_src9::ISRC9_V2_ID` [Ln 17, Col 49] [out] (E) Method `initializer` could not be called on type `openzeppelin_account::extensions::src9::src9::SRC9Component::ComponentState::`. [Ln 37, Col 10] [out] Candidate `openzeppelin_account::extensions::src9::src9::SRC9Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::src9::SRC9Component::InternalTrait::. [out] Candidate `openzeppelin_account::extensions::src9::src9::SRC9Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::extensions::src9::src9::SRC9Component::ComponentState::`. [out] Candidate `openzeppelin_account::extensions::src9::src9::SRC9Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_account::extensions::src9::src9::SRC9Component::StorageStorageBaseMut` and `openzeppelin_account::extensions::src9::src9::SRC9Component::ComponentState::`. [out] (E) Method `initializer` could not be called on type `openzeppelin_account::extensions::src9::src9::SRC9Component::ComponentState::`. [Ln 55, Col 10] [out] Candidate `openzeppelin_account::extensions::src9::src9::SRC9Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::src9::SRC9Component::InternalTrait::. [out] Candidate `openzeppelin_account::extensions::src9::src9::SRC9Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::extensions::src9::src9::SRC9Component::ComponentState::`. [out] Candidate `openzeppelin_account::extensions::src9::src9::SRC9Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_account::extensions::src9::src9::SRC9Component::StorageStorageBaseMut` and `openzeppelin_account::extensions::src9::src9::SRC9Component::ComponentState::`. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::src9::SRC9AccountMock::ContractState`. [Ln 57, Col 36] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::src9::SRC9AccountMock::ContractState`. [Ln 60, Col 52] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `execute_from_outside_v2` could not be called on type `openzeppelin_account::extensions::src9::src9::SRC9Component::ComponentState::`. [Ln 135, Col 10] [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::. [out] (E) Method `execute_from_outside_v2` could not be called on type `openzeppelin_account::extensions::src9::src9::SRC9Component::ComponentState::`. [Ln 146, Col 10] [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 142, Col 8] [out] (E) Method `execute_from_outside_v2` could not be called on type `openzeppelin_account::extensions::src9::src9::SRC9Component::ComponentState::`. [Ln 157, Col 10] [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 153, Col 8] [out] (E) Method `execute_from_outside_v2` could not be called on type `openzeppelin_account::extensions::src9::src9::SRC9Component::ComponentState::`. [Ln 168, Col 10] [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 164, Col 8] [out] (E) Method `execute_from_outside_v2` could not be called on type `openzeppelin_account::extensions::src9::src9::SRC9Component::ComponentState::`. [Ln 179, Col 10] [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 175, Col 8] [out] (E) Method `execute_from_outside_v2` could not be called on type `openzeppelin_account::extensions::src9::src9::SRC9Component::ComponentState::`. [Ln 190, Col 10] [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::execute_from_outside_v2` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::. [out] (E) Method `is_valid_outside_execution_nonce` could not be called on type `openzeppelin_account::extensions::src9::src9::SRC9Component::ComponentState::`. [Ln 233, Col 31] [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::is_valid_outside_execution_nonce` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::is_valid_outside_execution_nonce` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 232, Col 8] [out] (E) Method `is_valid_outside_execution_nonce` could not be called on type `openzeppelin_account::extensions::src9::src9::SRC9Component::ComponentState::`. [Ln 243, Col 34] [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::is_valid_outside_execution_nonce` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::is_valid_outside_execution_nonce` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::is_valid_outside_execution_nonce` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::>>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::is_valid_outside_execution_nonce` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::>>. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2::is_valid_outside_execution_nonce` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2::. [out] Candidate `openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::is_valid_outside_execution_nonce` inference failed with: Trait has no implementation in context: openzeppelin_account::extensions::src9::interface::ISRC9_V2DispatcherTrait::. [out] file:///mnt/maat-workbench/packages/account/src/tests/test_account.cairo (97) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 64, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 81, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 102, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 114, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 115, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 125, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 126, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 136, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 137, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 147, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 159, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 160, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 170, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 171, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 181, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 182, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 221, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 226, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 231, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 236, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 237, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 242, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 247, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 248, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 253, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 263, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 264, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 275, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 308, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 309, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 324, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 348, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 349, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 363, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 387, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 388, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 402, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 422, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 431, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 432, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 441, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 456, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 457, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 469, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 487, Col 0] [out] (W) Unused import: `openzeppelin_account::tests::test_account::ISRC5` [Ln 1, Col 44] [out] (W) Unused import: `openzeppelin_account::tests::test_account::ISRC5_ID` [Ln 1, Col 51] [out] (W) Unused import: `openzeppelin_account::tests::test_account::InternalTrait` [Ln 20, Col 30] [out] (W) Unused import: `openzeppelin_account::tests::test_account::ISRC6` [Ln 21, Col 72] [out] (W) Unused import: `openzeppelin_account::tests::test_account::ISRC6_ID` [Ln 21, Col 79] [out] (E) Method `initializer` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 39, Col 10] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_account::account::AccountComponent::StorageStorageBaseMut` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] (E) Method `_set_public_key` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 70, Col 10] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Type mismatch: `openzeppelin_account::account::AccountComponent::StorageStorageBaseMut` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] (E) Method `is_valid_signature` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 73, Col 25] [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::ISRC6::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6::>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::ISRC6::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6::>>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] Candidate `openzeppelin_account::interface::ISRC6::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6::. [out] (E) Method `is_valid_signature` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 77, Col 25] [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::ISRC6::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6::>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::ISRC6::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6::>>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] Candidate `openzeppelin_account::interface::ISRC6::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 72, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 76, Col 8] [out] (E) Method `_set_public_key` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 87, Col 10] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Type mismatch: `openzeppelin_account::account::AccountComponent::StorageStorageBaseMut` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] (E) Method `isValidSignature` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 90, Col 25] [out] Candidate `openzeppelin_account::interface::ISRC6CamelOnly::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6CamelOnly::>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::ISRC6CamelOnly::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6CamelOnly::>>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::ISRC6CamelOnly::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6CamelOnly::. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] (E) Method `isValidSignature` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 94, Col 25] [out] Candidate `openzeppelin_account::interface::ISRC6CamelOnly::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6CamelOnly::>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::ISRC6CamelOnly::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6CamelOnly::>>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::ISRC6CamelOnly::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6CamelOnly::. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 89, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 93, Col 8] [out] (E) Method `__execute__` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 317, Col 10] [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::__execute__` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::ISRC6::__execute__` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 313, Col 8] [out] (E) Method `_set_public_key` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 332, Col 10] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Type mismatch: `openzeppelin_account::account::AccountComponent::StorageStorageBaseMut` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] (E) Method `get_public_key` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 333, Col 21] [out] Candidate `openzeppelin_account::interface::IPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::>>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] (E) Method `set_public_key` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 340, Col 10] [out] Candidate `openzeppelin_account::interface::IPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::>>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] (E) Method `get_public_key` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 345, Col 21] [out] Candidate `openzeppelin_account::interface::IPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::>>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 337, Col 8] [out] (E) Method `set_public_key` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 356, Col 10] [out] Candidate `openzeppelin_account::interface::IPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::>>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 353, Col 8] [out] (E) Method `_set_public_key` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 371, Col 10] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Type mismatch: `openzeppelin_account::account::AccountComponent::StorageStorageBaseMut` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] (E) Method `getPublicKey` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 372, Col 21] [out] Candidate `openzeppelin_account::interface::IPublicKeyCamel::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKeyCamel::>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IPublicKeyCamel::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKeyCamel::>>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IPublicKeyCamel::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKeyCamel::. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] (E) Method `setPublicKey` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 379, Col 10] [out] Candidate `openzeppelin_account::interface::IPublicKeyCamel::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKeyCamel::>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IPublicKeyCamel::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKeyCamel::>>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IPublicKeyCamel::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKeyCamel::. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] (E) Method `getPublicKey` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 384, Col 21] [out] Candidate `openzeppelin_account::interface::IPublicKeyCamel::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKeyCamel::>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IPublicKeyCamel::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKeyCamel::>>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IPublicKeyCamel::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKeyCamel::. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 376, Col 8] [out] (E) Method `setPublicKey` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 395, Col 10] [out] Candidate `openzeppelin_account::interface::IPublicKeyCamel::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKeyCamel::>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IPublicKeyCamel::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKeyCamel::>>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IPublicKeyCamel::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKeyCamel::. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 392, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 410, Col 10] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_account::account::AccountComponent::StorageStorageBaseMut` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] (E) Method `get_public_key` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 413, Col 21] [out] Candidate `openzeppelin_account::interface::IPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::>>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::account::DualCaseAccountMock::ContractState`. [Ln 415, Col 36] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::account::DualCaseAccountMock::ContractState`. [Ln 418, Col 36] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] (E) Method `assert_only_self` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 428, Col 10] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::assert_only_self` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::assert_only_self` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_account::account::AccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::assert_only_self` inference failed with: Type mismatch: `openzeppelin_account::account::AccountComponent::StorageStorageBaseMut` and `@openzeppelin_account::account::AccountComponent::ComponentState::`. [out] (E) Method `assert_only_self` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 438, Col 10] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::assert_only_self` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::assert_only_self` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_account::account::AccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::assert_only_self` inference failed with: Type mismatch: `openzeppelin_account::account::AccountComponent::StorageStorageBaseMut` and `@openzeppelin_account::account::AccountComponent::ComponentState::`. [out] (E) Method `assert_valid_new_owner` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 452, Col 10] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::assert_valid_new_owner` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 448, Col 8] [out] (E) Method `assert_valid_new_owner` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 466, Col 9] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::assert_valid_new_owner` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 462, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 463, Col 8] [out] (E) Method `_set_public_key` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 475, Col 10] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Type mismatch: `openzeppelin_account::account::AccountComponent::StorageStorageBaseMut` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] (E) Method `_is_valid_signature` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 478, Col 18] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_is_valid_signature` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_account::account::AccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_is_valid_signature` inference failed with: Type mismatch: `openzeppelin_account::account::AccountComponent::StorageStorageBaseMut` and `@openzeppelin_account::account::AccountComponent::ComponentState::`. [out] (E) Method `_is_valid_signature` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 481, Col 19] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_is_valid_signature` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_account::account::AccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_is_valid_signature` inference failed with: Type mismatch: `openzeppelin_account::account::AccountComponent::StorageStorageBaseMut` and `@openzeppelin_account::account::AccountComponent::ComponentState::`. [out] (E) Method `_is_valid_signature` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 484, Col 19] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_is_valid_signature` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_account::account::AccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_is_valid_signature` inference failed with: Type mismatch: `openzeppelin_account::account::AccountComponent::StorageStorageBaseMut` and `@openzeppelin_account::account::AccountComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 477, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 480, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 483, Col 8] [out] (E) Method `_set_public_key` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 494, Col 10] [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::account::AccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::account::AccountComponent::InternalTrait::_set_public_key` inference failed with: Type mismatch: `openzeppelin_account::account::AccountComponent::StorageStorageBaseMut` and `openzeppelin_account::account::AccountComponent::ComponentState::`. [out] (E) Method `get_public_key` could not be called on type `openzeppelin_account::account::AccountComponent::ComponentState::`. [Ln 497, Col 21] [out] Candidate `openzeppelin_account::interface::IPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::>>. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IPublicKey::. [out] Candidate `openzeppelin_account::interface::AccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::AccountABIDispatcherTrait::. [out] file:///mnt/maat-workbench/packages/account/src/tests/test_eth_account.cairo (91) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 70, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 94, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 123, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 135, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 136, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 146, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 147, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 158, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 159, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 169, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 181, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 182, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 192, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 193, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 204, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 205, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 246, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 251, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 256, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 257, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 262, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 272, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 273, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 284, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 317, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 318, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 332, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 333, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 339, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 340, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 349, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 375, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 376, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 395, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 419, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 420, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 439, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 459, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 467, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 468, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 476, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 490, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 491, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 505, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 530, Col 0] [out] (W) Unused import: `openzeppelin_account::tests::test_eth_account::ISRC5` [Ln 0, Col 44] [out] (W) Unused import: `openzeppelin_account::tests::test_eth_account::ISRC5_ID` [Ln 0, Col 51] [out] (W) Unused import: `openzeppelin_account::tests::test_eth_account::InternalTrait` [Ln 21, Col 4] [out] (W) Unused import: `openzeppelin_account::tests::test_eth_account::ISRC6` [Ln 23, Col 78] [out] (W) Unused import: `openzeppelin_account::tests::test_eth_account::ISRC6_ID` [Ln 23, Col 85] [out] (E) Method `initializer` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 43, Col 10] [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_account::eth_account::EthAccountComponent::StorageStorageBaseMut` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] (E) Method `initializer` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 85, Col 10] [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_account::eth_account::EthAccountComponent::StorageStorageBaseMut` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] (E) Method `is_valid_signature` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 87, Col 25] [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::ISRC6::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::ISRC6::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] Candidate `openzeppelin_account::interface::ISRC6::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6::. [out] (E) Method `is_valid_signature` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 90, Col 25] [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::ISRC6::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::ISRC6::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] Candidate `openzeppelin_account::interface::ISRC6::is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6::. [out] (E) Method `initializer` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 110, Col 10] [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_account::eth_account::EthAccountComponent::StorageStorageBaseMut` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] (E) Method `isValidSignature` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 112, Col 25] [out] Candidate `openzeppelin_account::interface::ISRC6CamelOnly::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6CamelOnly::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::ISRC6CamelOnly::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6CamelOnly::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::ISRC6CamelOnly::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6CamelOnly::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] (E) Method `isValidSignature` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 115, Col 25] [out] Candidate `openzeppelin_account::interface::ISRC6CamelOnly::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6CamelOnly::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::ISRC6CamelOnly::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6CamelOnly::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::ISRC6CamelOnly::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6CamelOnly::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::isValidSignature` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] (E) Method `__execute__` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 325, Col 10] [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::__execute__` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::ISRC6::__execute__` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::ISRC6::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 323, Col 8] [out] (E) Method `get_public_key` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 336, Col 10] [out] Candidate `openzeppelin_account::interface::IEthPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] (E) Method `set_public_key` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 346, Col 10] [out] Candidate `openzeppelin_account::interface::IEthPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IEthPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IEthPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 342, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 356, Col 10] [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_account::eth_account::EthAccountComponent::StorageStorageBaseMut` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] (E) Method `get_public_key` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 359, Col 21] [out] Candidate `openzeppelin_account::interface::IEthPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IEthPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IEthPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] (E) Method `set_public_key` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 367, Col 10] [out] Candidate `openzeppelin_account::interface::IEthPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IEthPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IEthPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] (E) Method `get_public_key` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 372, Col 21] [out] Candidate `openzeppelin_account::interface::IEthPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IEthPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IEthPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 364, Col 8] [out] (E) Method `set_public_key` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 388, Col 10] [out] Candidate `openzeppelin_account::interface::IEthPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IEthPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IEthPublicKey::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 385, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 402, Col 10] [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_account::eth_account::EthAccountComponent::StorageStorageBaseMut` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] (E) Method `getPublicKey` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 404, Col 21] [out] Candidate `openzeppelin_account::interface::IEthPublicKeyCamel::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKeyCamel::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IEthPublicKeyCamel::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKeyCamel::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IEthPublicKeyCamel::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKeyCamel::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] (E) Method `setPublicKey` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 411, Col 10] [out] Candidate `openzeppelin_account::interface::IEthPublicKeyCamel::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKeyCamel::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IEthPublicKeyCamel::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKeyCamel::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IEthPublicKeyCamel::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKeyCamel::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] (E) Method `getPublicKey` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 416, Col 21] [out] Candidate `openzeppelin_account::interface::IEthPublicKeyCamel::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKeyCamel::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IEthPublicKeyCamel::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKeyCamel::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IEthPublicKeyCamel::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKeyCamel::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::getPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 408, Col 8] [out] (E) Method `setPublicKey` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 432, Col 10] [out] Candidate `openzeppelin_account::interface::IEthPublicKeyCamel::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKeyCamel::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IEthPublicKeyCamel::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKeyCamel::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IEthPublicKeyCamel::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKeyCamel::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::setPublicKey` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 429, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 446, Col 10] [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_account::eth_account::EthAccountComponent::StorageStorageBaseMut` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] (E) Method `get_public_key` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 450, Col 21] [out] Candidate `openzeppelin_account::interface::IEthPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IEthPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IEthPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::account::DualCaseEthAccountMock::ContractState`. [Ln 452, Col 48] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::account::DualCaseEthAccountMock::ContractState`. [Ln 455, Col 48] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] (E) Method `assert_only_self` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 464, Col 10] [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::assert_only_self` inference failed with: Trait has no implementation in context: openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::. [out] (E) Method `assert_only_self` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 473, Col 10] [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::assert_only_self` inference failed with: Trait has no implementation in context: openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::. [out] (E) Method `assert_valid_new_owner` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 487, Col 10] [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::assert_valid_new_owner` inference failed with: Trait has no implementation in context: openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 483, Col 8] [out] (E) Method `assert_valid_new_owner` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 502, Col 9] [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::assert_valid_new_owner` inference failed with: Trait has no implementation in context: openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 499, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 521, Col 10] [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_account::eth_account::EthAccountComponent::StorageStorageBaseMut` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] (E) Method `_is_valid_signature` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 523, Col 25] [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::_is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::_is_valid_signature` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::_is_valid_signature` inference failed with: Type mismatch: `openzeppelin_account::eth_account::EthAccountComponent::StorageStorageBaseMut` and `@openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] (E) Method `_is_valid_signature` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 526, Col 30] [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::_is_valid_signature` inference failed with: Trait has no implementation in context: openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::_is_valid_signature` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::_is_valid_signature` inference failed with: Type mismatch: `openzeppelin_account::eth_account::EthAccountComponent::StorageStorageBaseMut` and `@openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] (E) Method `_set_public_key` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 536, Col 10] [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::_set_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::_set_public_key` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] Candidate `openzeppelin_account::eth_account::EthAccountComponent::InternalTrait::_set_public_key` inference failed with: Type mismatch: `openzeppelin_account::eth_account::EthAccountComponent::StorageStorageBaseMut` and `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [out] (E) Method `get_public_key` could not be called on type `openzeppelin_account::eth_account::EthAccountComponent::ComponentState::`. [Ln 540, Col 21] [out] Candidate `openzeppelin_account::interface::IEthPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>. [out] Candidate `openzeppelin_account::interface::IEthPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::>>. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::>>. [out] Candidate `openzeppelin_account::interface::IEthPublicKey::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::IEthPublicKey::. [out] Candidate `openzeppelin_account::interface::EthAccountABIDispatcherTrait::get_public_key` inference failed with: Trait has no implementation in context: openzeppelin_account::interface::EthAccountABIDispatcherTrait::. [out] file:///mnt/maat-workbench/packages/account/src/tests/test_secp256_point.cairo (3) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 7, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 37, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 62, Col 0] [out] file:///mnt/maat-workbench/packages/account/src/tests/test_signature.cairo (15) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 17, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 27, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 37, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 51, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 65, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 83, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 84, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 93, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 113, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 156, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 170, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 188, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 189, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 198, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 218, Col 0] [out] file:///mnt/maat-workbench/packages/finance/src/tests/test_vesting_linear.cairo (16) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 37, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 50, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 51, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 60, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 79, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 106, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 122, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 145, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 166, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 213, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 242, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 243, Col 0] [out] (W) Plugin diagnostic: using [`<`, `<=`, `>=`, `>`] exit conditions is inefficient. Consider switching to `!=` or using ArrayTrait::multi_pop_front. [Ln 67, Col 10] [out] (W) Plugin diagnostic: using [`<`, `<=`, `>=`, `>`] exit conditions is inefficient. Consider switching to `!=` or using ArrayTrait::multi_pop_front. [Ln 87, Col 10] [out] (W) Plugin diagnostic: using [`<`, `<=`, `>=`, `>`] exit conditions is inefficient. Consider switching to `!=` or using ArrayTrait::multi_pop_front. [Ln 94, Col 10] [out] (E) Method `initializer` could not be called on type `openzeppelin_finance::vesting::vesting::VestingComponent::ComponentState::`. [Ln 57, Col 20] [out] Candidate `openzeppelin_finance::vesting::vesting::VestingComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_finance::vesting::vesting::VestingComponent::InternalTrait::. [out] Candidate `openzeppelin_finance::vesting::vesting::VestingComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_finance::vesting::vesting::VestingComponent::ComponentState::`. [out] Candidate `openzeppelin_finance::vesting::vesting::VestingComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_finance::vesting::vesting::VestingComponent::StorageStorageBaseMut` and `openzeppelin_finance::vesting::vesting::VestingComponent::ComponentState::`. [out] file:///mnt/maat-workbench/packages/finance/src/tests/test_vesting_steps.cairo (15) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 39, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 52, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 53, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 62, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 83, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 112, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 135, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 156, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 203, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 232, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 233, Col 0] [out] (W) Plugin diagnostic: using [`<`, `<=`, `>=`, `>`] exit conditions is inefficient. Consider switching to `!=` or using ArrayTrait::multi_pop_front. [Ln 70, Col 10] [out] (W) Plugin diagnostic: using [`<`, `<=`, `>=`, `>`] exit conditions is inefficient. Consider switching to `!=` or using ArrayTrait::multi_pop_front. [Ln 92, Col 10] [out] (W) Plugin diagnostic: using [`<`, `<=`, `>=`, `>`] exit conditions is inefficient. Consider switching to `!=` or using ArrayTrait::multi_pop_front. [Ln 99, Col 10] [out] (E) Method `initializer` could not be called on type `openzeppelin_finance::vesting::vesting::VestingComponent::ComponentState::`. [Ln 59, Col 20] [out] Candidate `openzeppelin_finance::vesting::vesting::VestingComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_finance::vesting::vesting::VestingComponent::InternalTrait::. [out] Candidate `openzeppelin_finance::vesting::vesting::VestingComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_finance::vesting::vesting::VestingComponent::ComponentState::`. [out] Candidate `openzeppelin_finance::vesting::vesting::VestingComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_finance::vesting::vesting::VestingComponent::StorageStorageBaseMut` and `openzeppelin_finance::vesting::vesting::VestingComponent::ComponentState::`. [out] file:///mnt/maat-workbench/packages/governance/src/governor/proposal_core.cairo (2) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 87, Col 4] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 102, Col 4] [out] file:///mnt/maat-workbench/packages/governance/src/governor/vote.cairo (2) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 81, Col 4] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 89, Col 4] [out] file:///mnt/maat-workbench/packages/governance/src/tests/governor/common.cairo (32) [out] (W) Unused import: `openzeppelin_governance::tests::governor::common::StoragePathEntry` [Ln 9, Col 47] [out] (W) Unused import: `openzeppelin_governance::tests::governor::common::StoragePointerWriteAccess` [Ln 9, Col 65] [out] (E) Method `state` could not be called on type `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 82, Col 14] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] (E) Method `_state` could not be called on type `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 84, Col 14] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBase` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 92, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 94, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_timelock_execution" [Ln 101, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 101, Col 72] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 147, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 147, Col 43] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 153, Col 28] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 154, Col 36] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 154, Col 86] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 155, Col 29] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 158, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 153, Col 8] [out] (E) Method `_cancel` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 174, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 188, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 188, Col 43] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 194, Col 28] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 195, Col 36] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 195, Col 86] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 196, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 194, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 210, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 210, Col 43] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 218, Col 28] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 219, Col 36] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 219, Col 86] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 220, Col 29] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 223, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 218, Col 8] [out] file:///mnt/maat-workbench/packages/governance/src/tests/governor/test_governor_core_execution.cairo (71) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 18, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 27, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 36, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 37, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 44, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 53, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 74, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 96, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 121, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 131, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 145, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 157, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 158, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 167, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 168, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 182, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 183, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 198, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 199, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 210, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 221, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 232, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 244, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 256, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 268, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 269, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 278, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 279, Col 0] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor_core_execution::StoragePathEntry` [Ln 3, Col 47] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor_core_execution::StoragePointerWriteAccess` [Ln 3, Col 65] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 23, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 32, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 41, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 49, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 65, Col 16] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 80, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 80, Col 43] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 88, Col 28] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 89, Col 36] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 89, Col 86] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 90, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 88, Col 8] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 92, Col 16] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 102, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 102, Col 43] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 110, Col 28] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 111, Col 36] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 111, Col 86] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 112, Col 29] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 115, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 110, Col 8] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 117, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 127, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 137, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 150, Col 15] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 164, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 175, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 189, Col 14] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 203, Col 15] [out] (E) Method `get_proposal` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 217, Col 34] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 215, Col 4] [out] (E) Method `get_proposal` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 228, Col 34] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 226, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 240, Col 39] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 238, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 252, Col 39] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 250, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 264, Col 39] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 262, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 275, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 284, Col 4] [out] file:///mnt/maat-workbench/packages/governance/src/tests/governor/test_governor_counting_simple.cairo (85) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 17, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 40, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 59, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 69, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 96, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 123, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 150, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 151, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 171, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 172, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 189, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 212, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 250, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 285, Col 0] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor_counting_simple::StorageMapReadAccess` [Ln 4, Col 4] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor_counting_simple::StorageMapWriteAccess` [Ln 4, Col 26] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor_counting_simple::StoragePathEntry` [Ln 4, Col 49] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor_counting_simple::StoragePointerReadAccess` [Ln 4, Col 67] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor_counting_simple::StoragePointerWriteAccess` [Ln 5, Col 4] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor_counting_simple::IGovernor` [Ln 10, Col 32] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 62, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 81, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 83, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapReadAccess::read and core::starknet::storage::StoragePointerReadAccess::read. Consider adding type annotations or explicitly refer to the impl function. [Ln 84, Col 40] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapReadAccess::read and core::starknet::storage::StoragePointerReadAccess::read. Consider adding type annotations or explicitly refer to the impl function. [Ln 85, Col 44] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapReadAccess::read and core::starknet::storage::StoragePointerReadAccess::read. Consider adding type annotations or explicitly refer to the impl function. [Ln 92, Col 40] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapReadAccess::read and core::starknet::storage::StoragePointerReadAccess::read. Consider adding type annotations or explicitly refer to the impl function. [Ln 93, Col 44] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 87, Col 17] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 108, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 110, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapReadAccess::read and core::starknet::storage::StoragePointerReadAccess::read. Consider adding type annotations or explicitly refer to the impl function. [Ln 111, Col 40] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapReadAccess::read and core::starknet::storage::StoragePointerReadAccess::read. Consider adding type annotations or explicitly refer to the impl function. [Ln 112, Col 40] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapReadAccess::read and core::starknet::storage::StoragePointerReadAccess::read. Consider adding type annotations or explicitly refer to the impl function. [Ln 119, Col 40] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapReadAccess::read and core::starknet::storage::StoragePointerReadAccess::read. Consider adding type annotations or explicitly refer to the impl function. [Ln 120, Col 40] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 114, Col 17] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 135, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 137, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapReadAccess::read and core::starknet::storage::StoragePointerReadAccess::read. Consider adding type annotations or explicitly refer to the impl function. [Ln 138, Col 40] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapReadAccess::read and core::starknet::storage::StoragePointerReadAccess::read. Consider adding type annotations or explicitly refer to the impl function. [Ln 139, Col 44] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapReadAccess::read and core::starknet::storage::StoragePointerReadAccess::read. Consider adding type annotations or explicitly refer to the impl function. [Ln 146, Col 40] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapReadAccess::read and core::starknet::storage::StoragePointerReadAccess::read. Consider adding type annotations or explicitly refer to the impl function. [Ln 147, Col 44] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 141, Col 17] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 163, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 165, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 166, Col 29] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 168, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 182, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 200, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 202, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 203, Col 29] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 197, Col 15] [out] (E) Method `quorum` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 220, Col 23] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 227, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 229, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 232, Col 29] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 233, Col 33] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 238, Col 29] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 239, Col 33] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 244, Col 29] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 245, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 217, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 221, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 222, Col 8] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 224, Col 15] [out] (E) Method `quorum` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 258, Col 23] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 264, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 266, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 269, Col 29] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 274, Col 34] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapReadAccess::read and core::starknet::storage::StoragePointerReadAccess::read. Consider adding type annotations or explicitly refer to the impl function. [Ln 274, Col 62] [out] (E) Invalid left-hand side of assignment. [Ln 275, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 276, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 276, Col 43] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 255, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 259, Col 8] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 261, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 293, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 295, Col 9] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 298, Col 29] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 299, Col 33] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 304, Col 29] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 305, Col 33] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 310, Col 29] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 311, Col 33] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 301, Col 15] [out] file:///mnt/maat-workbench/packages/governance/src/tests/governor/test_governor_settings.cairo (84) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 21, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 32, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 43, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 62, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 81, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 99, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 100, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 114, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 133, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 151, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 152, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 166, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 185, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 203, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 204, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 222, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 244, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 254, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 255, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 269, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 288, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 310, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 329, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 351, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 370, Col 0] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 28, Col 15] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 27, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 39, Col 15] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 38, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 50, Col 15] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 49, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 75, Col 15] [out] (E) ref argument must be a variable. [Ln 75, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 74, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 88, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 93, Col 15] [out] (E) ref argument must be a variable. [Ln 93, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 94, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 107, Col 15] [out] (E) ref argument must be a variable. [Ln 107, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 127, Col 15] [out] (E) ref argument must be a variable. [Ln 127, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 126, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 140, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 145, Col 15] [out] (E) ref argument must be a variable. [Ln 145, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 146, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 159, Col 15] [out] (E) ref argument must be a variable. [Ln 159, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 179, Col 15] [out] (E) ref argument must be a variable. [Ln 179, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 178, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 192, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 197, Col 15] [out] (E) ref argument must be a variable. [Ln 197, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 198, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 211, Col 15] [out] (E) ref argument must be a variable. [Ln 211, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 228, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::initializer and openzeppelin_governance::governor::extensions::governor_settings::GovernorSettingsComponent::InternalTrait::initializer. Consider adding type annotations or explicitly refer to the impl function. [Ln 228, Col 33] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 230, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 251, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 261, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 282, Col 15] [out] (E) ref argument must be a variable. [Ln 282, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 281, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 295, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 300, Col 15] [out] (E) ref argument must be a variable. [Ln 300, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 301, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 323, Col 15] [out] (E) ref argument must be a variable. [Ln 323, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 322, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 336, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 341, Col 15] [out] (E) ref argument must be a variable. [Ln 341, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 342, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 364, Col 15] [out] (E) ref argument must be a variable. [Ln 364, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 363, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 377, Col 15] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 382, Col 15] [out] (E) ref argument must be a variable. [Ln 382, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 383, Col 15] [out] file:///mnt/maat-workbench/packages/governance/src/tests/governor/test_governor_timelock_execution.cairo (97) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 99, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 113, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 135, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 144, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 153, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 154, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 161, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 170, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 191, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 213, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 238, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 252, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 266, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 280, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 294, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 308, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 323, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 400, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 463, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 464, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 475, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 542, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 553, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 564, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 576, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 588, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 589, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 598, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 599, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 611, Col 0] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor_timelock_execution::StoragePathEntry` [Ln 18, Col 47] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor_timelock_execution::StoragePointerWriteAccess` [Ln 18, Col 65] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 140, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 149, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 158, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 166, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 182, Col 16] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor" [Ln 197, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 197, Col 43] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_counting_simple" [Ln 206, Col 36] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 206, Col 86] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 207, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 205, Col 8] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 209, Col 16] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor" [Ln 219, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 219, Col 43] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_counting_simple" [Ln 228, Col 36] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 228, Col 86] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 229, Col 29] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 232, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 227, Col 8] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 234, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 248, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 262, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 276, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 290, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 300, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 316, Col 15] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 468, Col 15] [out] (E) Method `get_proposal` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 549, Col 34] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 547, Col 4] [out] (E) Method `get_proposal` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 560, Col 34] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 558, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor" [Ln 572, Col 39] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 570, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor" [Ln 584, Col 39] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 582, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 595, Col 4] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 604, Col 4] [out] (E) Method `_state` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 652, Col 30] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `_state` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 670, Col 30] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor" [Ln 680, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 680, Col 43] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_counting_simple" [Ln 687, Col 36] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 687, Col 86] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 688, Col 29] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 691, Col 33] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor" [Ln 694, Col 35] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 686, Col 8] [out] (E) Method `_cancel` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 705, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `_state` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 708, Col 30] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor" [Ln 717, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 717, Col 43] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_counting_simple" [Ln 724, Col 36] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 724, Col 86] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 725, Col 29] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor" [Ln 728, Col 35] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 723, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor" [Ln 737, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 737, Col 43] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_counting_simple" [Ln 746, Col 36] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 746, Col 86] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 747, Col 29] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 750, Col 33] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor" [Ln 752, Col 35] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 745, Col 8] [out] (E) Method `_state` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 764, Col 30] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] file:///mnt/maat-workbench/packages/governance/src/tests/governor/test_governor_votes_quorum_fraction.cairo (44) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 28, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 48, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 58, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 65, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 82, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 91, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 102, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 116, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 117, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 124, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 125, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 135, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 136, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 142, Col 0] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 38, Col 38] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 39, Col 40] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 37, Col 17] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 54, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 61, Col 15] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 74, Col 16] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 87, Col 27] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 94, Col 40] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 107, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::initializer and openzeppelin_governance::governor::extensions::governor_votes_quorum_fraction::GovernorVotesQuorumFractionComponent::InternalTrait::initializer. Consider adding type annotations or explicitly refer to the impl function. [Ln 107, Col 46] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 109, Col 38] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 112, Col 27] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 120, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::initializer and openzeppelin_governance::governor::extensions::governor_votes_quorum_fraction::GovernorVotesQuorumFractionComponent::InternalTrait::initializer. Consider adding type annotations or explicitly refer to the impl function. [Ln 120, Col 46] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 128, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::initializer and openzeppelin_governance::governor::extensions::governor_votes_quorum_fraction::GovernorVotesQuorumFractionComponent::InternalTrait::initializer. Consider adding type annotations or explicitly refer to the impl function. [Ln 128, Col 46] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 139, Col 15] [out] (E) ref argument must be a variable. [Ln 139, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 159, Col 15] [out] (E) ref argument must be a variable. [Ln 159, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 163, Col 15] [out] (E) ref argument must be a variable. [Ln 163, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 170, Col 15] [out] (E) ref argument must be a variable. [Ln 170, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 178, Col 9] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 183, Col 29] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 186, Col 29] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 189, Col 29] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 192, Col 29] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 195, Col 29] [out] file:///mnt/maat-workbench/packages/governance/src/tests/governor/test_governor_votes.cairo (17) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 14, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 24, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 31, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 48, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 61, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 71, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 72, Col 0] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor_votes::InternalTrait` [Ln 6, Col 19] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 20, Col 16] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 27, Col 15] [out] (E) Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::HasComponent::. [Ln 40, Col 16] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_votes" [Ln 53, Col 27] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_votes" [Ln 65, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::initializer and openzeppelin_governance::governor::extensions::governor_votes::GovernorVotesComponent::InternalTrait::initializer. Consider adding type annotations or explicitly refer to the impl function. [Ln 65, Col 30] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_votes" [Ln 67, Col 27] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_votes" [Ln 75, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::initializer and openzeppelin_governance::governor::extensions::governor_votes::GovernorVotesComponent::InternalTrait::initializer. Consider adding type annotations or explicitly refer to the impl function. [Ln 75, Col 30] [out] file:///mnt/maat-workbench/packages/governance/src/tests/governor/test_governor.cairo (422) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 67, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 74, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 81, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 88, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 105, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 113, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 121, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 122, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 129, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 157, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 182, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 210, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 215, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 223, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 235, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 244, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 256, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 268, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 280, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 292, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 303, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 312, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 321, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 322, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 339, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 352, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 370, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 445, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 456, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 457, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 474, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 475, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 489, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 490, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 505, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 561, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 562, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 604, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 617, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 628, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 639, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 640, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 651, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 652, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 663, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 664, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 675, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 676, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 687, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 688, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 703, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 732, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 748, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 749, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 763, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 764, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 775, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 776, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 787, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 788, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 799, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 800, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 811, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 812, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 823, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 824, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 839, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 840, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 848, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 867, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 868, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 876, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 877, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 885, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 886, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 894, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 895, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 903, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 904, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 916, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 936, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 937, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 945, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 946, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 954, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 955, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 963, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 964, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 972, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 973, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 981, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 982, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 994, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1018, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1039, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1040, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1048, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1049, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1057, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1058, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1066, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1067, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1075, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1076, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1124, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1138, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1139, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1147, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1148, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1157, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1228, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1251, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1274, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1275, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1292, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1293, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1312, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1349, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1364, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1386, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1387, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1402, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1403, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1416, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1430, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1444, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1459, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1470, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1480, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1490, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1506, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1523, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1532, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1544, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1556, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1568, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1584, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1594, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1595, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1609, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1632, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1633, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1652, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1670, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1678, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1686, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1687, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1694, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1702, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1707, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1712, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1717, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1725, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1737, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1742, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1743, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1762, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1773, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1784, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1795, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1806, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1817, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1818, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1827, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1828, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1840, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1841, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1850, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1870, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1893, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1894, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1903, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1904, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1913, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1914, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1923, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1924, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1933, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1934, Col 0] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor::StoragePathEntry` [Ln 19, Col 47] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor::StoragePointerWriteAccess` [Ln 19, Col 65] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor::IGOVERNOR_ID` [Ln 22, Col 4] [out] (W) Unused import: `openzeppelin_governance::tests::governor::test_governor::IGovernor` [Ln 22, Col 18] [out] (E) Method `name` could not be called on type `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 70, Col 21] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::name` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::name` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::<@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::name` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::name` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::name` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::name` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `version` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 77, Col 24] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::version` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::version` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] (E) Method `COUNTING_MODE` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 84, Col 30] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::COUNTING_MODE` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::COUNTING_MODE` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] (E) Method `hash_proposal` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 96, Col 21] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::hash_proposal` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::hash_proposal` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] (E) Method `_state` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 126, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 166, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 166, Col 43] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 174, Col 28] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::quorum and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::quorum. Consider adding type annotations or explicitly refer to the impl function. [Ln 174, Col 37] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 175, Col 36] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 175, Col 86] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 176, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 174, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 191, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 191, Col 43] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 199, Col 28] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::quorum and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::quorum. Consider adding type annotations or explicitly refer to the impl function. [Ln 199, Col 37] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_counting_simple" [Ln 200, Col 36] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::dict::Felt252DictTrait::entry and core::starknet::storage::map::StoragePathEntry::entry. Consider adding type annotations or explicitly refer to the impl function. [Ln 200, Col 86] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 201, Col 29] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::starknet::storage::map::StorageMapWriteAccess::write and core::starknet::storage::StoragePointerWriteAccess::write. Consider adding type annotations or explicitly refer to the impl function. [Ln 204, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 199, Col 8] [out] (E) Method `proposal_threshold` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 239, Col 26] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_threshold` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_threshold` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] (E) Method `proposal_snapshot` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 251, Col 25] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_snapshot` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_snapshot` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_snapshot` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_snapshot` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_snapshot` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_snapshot` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `proposal_deadline` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 263, Col 25] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_deadline` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_deadline` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_deadline` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_deadline` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_deadline` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_deadline` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `proposal_proposer` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 275, Col 25] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_proposer` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_proposer` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_proposer` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_proposer` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_proposer` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_proposer` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `proposal_eta` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 287, Col 20] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_eta` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_eta` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_eta` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_eta` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_eta` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_eta` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `proposal_needs_queuing` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 299, Col 30] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_needs_queuing` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_needs_queuing` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_needs_queuing` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_needs_queuing` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::proposal_needs_queuing` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::proposal_needs_queuing` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `voting_delay` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 307, Col 26] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::voting_delay` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::voting_delay` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] (E) Method `voting_period` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 316, Col 26] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::voting_period` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::voting_period` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] (E) Method `quorum` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 326, Col 26] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 348, Col 22] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 342, Col 8] [out] (E) Method `get_votes_with_params` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 362, Col 22] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::get_votes_with_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::get_votes_with_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 355, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 357, Col 8] [out] (E) Method `has_voted` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 379, Col 31] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::has_voted` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::has_voted` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::has_voted` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::has_voted` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::has_voted` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::has_voted` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `_cast_vote` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 384, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `has_voted` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 387, Col 26] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::has_voted` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::has_voted` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::has_voted` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::has_voted` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::has_voted` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::has_voted` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 373, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 375, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 376, Col 8] [out] (E) Method `propose` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 411, Col 14] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `_propose` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 413, Col 14] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_propose` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_propose` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `get_proposal` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 432, Col 25] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `propose` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 468, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `propose` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 471, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 460, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 461, Col 8] [out] (E) Method `propose` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 486, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 483, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 484, Col 8] [out] (E) Method `propose` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 498, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 494, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 495, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 612, Col 24] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::execute and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute. Consider adding type annotations or explicitly refer to the impl function. [Ln 612, Col 33] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 625, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::execute and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute. Consider adding type annotations or explicitly refer to the impl function. [Ln 625, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 622, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 623, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 636, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::execute and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute. Consider adding type annotations or explicitly refer to the impl function. [Ln 636, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 633, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 634, Col 8] [out] (E) Method `execute` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 648, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 645, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 646, Col 8] [out] (E) Method `execute` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 660, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 657, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 658, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 672, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::execute and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute. Consider adding type annotations or explicitly refer to the impl function. [Ln 672, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 669, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 670, Col 8] [out] (E) Method `execute` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 684, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 681, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 682, Col 8] [out] (E) Method `execute` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 696, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 693, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 694, Col 8] [out] (E) Method `_propose` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 712, Col 19] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_propose` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_propose` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `state` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 714, Col 31] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `cancel` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 723, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `state` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 726, Col 31] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 707, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 708, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 709, Col 8] [out] (E) Method `cancel` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 743, Col 19] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `cancel` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 760, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 754, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 755, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 772, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::cancel and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel. Consider adding type annotations or explicitly refer to the impl function. [Ln 772, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 769, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 770, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 784, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::cancel and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel. Consider adding type annotations or explicitly refer to the impl function. [Ln 784, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 781, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 782, Col 8] [out] (E) Method `cancel` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 796, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 793, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 794, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 808, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::cancel and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel. Consider adding type annotations or explicitly refer to the impl function. [Ln 808, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 805, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 806, Col 8] [out] (E) Method `cancel` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 820, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 817, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 818, Col 8] [out] (E) Method `cancel` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 832, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 829, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 830, Col 8] [out] (E) Method `cast_vote` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 845, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 843, Col 9] [out] (E) Method `cast_vote` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 861, Col 23] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 873, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::cast_vote and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote. Consider adding type annotations or explicitly refer to the impl function. [Ln 873, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 871, Col 9] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 882, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::cast_vote and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote. Consider adding type annotations or explicitly refer to the impl function. [Ln 882, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 880, Col 9] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 891, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::cast_vote and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote. Consider adding type annotations or explicitly refer to the impl function. [Ln 891, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 889, Col 9] [out] (E) Method `cast_vote` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 900, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 898, Col 9] [out] (E) Method `cast_vote` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 909, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 907, Col 9] [out] (E) Method `cast_vote_with_reason` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 930, Col 23] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `cast_vote_with_reason` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 942, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 940, Col 9] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 951, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason. Consider adding type annotations or explicitly refer to the impl function. [Ln 951, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 949, Col 9] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 960, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason. Consider adding type annotations or explicitly refer to the impl function. [Ln 960, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 958, Col 9] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 969, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason. Consider adding type annotations or explicitly refer to the impl function. [Ln 969, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 967, Col 9] [out] (E) Method `cast_vote_with_reason` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 978, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 976, Col 9] [out] (E) Method `cast_vote_with_reason` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 987, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 985, Col 9] [out] (E) Method `cast_vote_with_reason_and_params` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1009, Col 23] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `cast_vote_with_reason_and_params` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1033, Col 23] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1025, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 1045, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params. Consider adding type annotations or explicitly refer to the impl function. [Ln 1045, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1043, Col 9] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 1054, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params. Consider adding type annotations or explicitly refer to the impl function. [Ln 1054, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1052, Col 9] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 1063, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params and openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params. Consider adding type annotations or explicitly refer to the impl function. [Ln 1063, Col 24] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1061, Col 9] [out] (E) Method `cast_vote_with_reason_and_params` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1072, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1070, Col 9] [out] (E) Method `cast_vote_with_reason_and_params` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1081, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::cast_vote_with_reason_and_params` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1079, Col 9] [out] (E) Method `nonces` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1352, Col 22] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::nonces` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::nonces` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::nonces` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::nonces` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::nonces` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::nonces` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `nonces` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1356, Col 22] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::nonces` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::nonces` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::nonces` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::nonces` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::nonces` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::nonces` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (E) Method `relay` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1409, Col 10] [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::relay` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::relay` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::relay` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::relay` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::governor::interface::IGovernor::relay` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernor::. [out] Candidate `openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::relay` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::interface::IGovernorDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1406, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1421, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::governor::GovernorMock::ContractState`. [Ln 1423, Col 27] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `get_proposal` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1434, Col 25] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `get_proposal` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1451, Col 25] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `is_valid_description_for_proposer` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1466, Col 25] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::is_valid_description_for_proposer` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] (E) Method `is_valid_description_for_proposer` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1476, Col 25] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::is_valid_description_for_proposer` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1473, Col 8] [out] (E) Method `is_valid_description_for_proposer` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1486, Col 25] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::is_valid_description_for_proposer` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1483, Col 8] [out] (E) Method `is_valid_description_for_proposer` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1498, Col 25] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::is_valid_description_for_proposer` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] (E) Method `_hash_proposal` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1514, Col 21] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::_hash_proposal` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] (E) Method `_proposal_threshold` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1527, Col 26] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_proposal_threshold` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_proposal_threshold` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_proposal_threshold` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `_proposal_snapshot` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1539, Col 25] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::_proposal_snapshot` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::_proposal_snapshot` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::_proposal_snapshot` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `_proposal_deadline` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1551, Col 25] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::_proposal_deadline` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::_proposal_deadline` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::_proposal_deadline` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `_proposal_proposer` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1563, Col 25] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::_proposal_proposer` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::_proposal_proposer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::_proposal_proposer` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `_proposal_eta` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1575, Col 20] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::_proposal_eta` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::_proposal_eta` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::_proposal_eta` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `assert_only_governance` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1591, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::assert_only_governance` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::assert_only_governance` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::assert_only_governance` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `assert_only_governance` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1602, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::assert_only_governance` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::assert_only_governance` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::assert_only_governance` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `_state` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1617, Col 30] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `validate_state` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1621, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::validate_state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::validate_state` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::validate_state` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1620, Col 8] [out] (E) Method `validate_state` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1624, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::validate_state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::validate_state` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::validate_state` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1623, Col 8] [out] (E) Method `validate_state` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1629, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::validate_state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::validate_state` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::validate_state` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1626, Col 8] [out] (E) Method `_state` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1641, Col 30] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `validate_state` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1645, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::validate_state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::validate_state` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::validate_state` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1644, Col 8] [out] (E) Method `_get_votes` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1662, Col 22] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_get_votes` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_get_votes` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1655, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1657, Col 8] [out] (E) Method `_state` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1691, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_state` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] (E) Method `_propose` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1750, Col 19] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_propose` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_propose` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `_propose` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1755, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_propose` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_propose` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_propose` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1748, Col 8] [out] (E) Method `_cancel` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1767, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `get_proposal` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1769, Col 34] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1765, Col 9] [out] (E) Method `_cancel` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1778, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (E) Method `get_proposal` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1780, Col 34] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalTrait::get_proposal` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `@openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1776, Col 9] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 1789, Col 15] [out] (E) ref argument must be a variable. [Ln 1789, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 1791, Col 39] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 1800, Col 15] [out] (E) ref argument must be a variable. [Ln 1800, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 1802, Col 39] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 1811, Col 15] [out] (E) ref argument must be a variable. [Ln 1811, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 1813, Col 39] [out] (E) Method `_cancel` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1824, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1821, Col 9] [out] (E) Method `_cancel` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1833, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cancel` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1831, Col 9] [out] (E) Method `_cast_vote` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1847, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1844, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1845, Col 8] [out] (E) Method `_cast_vote` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1864, Col 23] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1857, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1858, Col 8] [out] (E) Method `_cast_vote` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1884, Col 23] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1877, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 1900, Col 15] [out] (E) ref argument must be a variable. [Ln 1900, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 1910, Col 15] [out] (E) ref argument must be a variable. [Ln 1910, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 1920, Col 15] [out] (E) ref argument must be a variable. [Ln 1920, Col 4] [out] (E) Method `_cast_vote` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1930, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1927, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1928, Col 8] [out] (E) Method `_cast_vote` could not be called on type `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [Ln 1940, Col 10] [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Trait has no implementation in context: openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::governor::governor::GovernorComponent::InternalExtendedTrait::_cast_vote` inference failed with: Type mismatch: `openzeppelin_governance::governor::governor::GovernorComponent::StorageStorageBaseMut` and `openzeppelin_governance::governor::governor::GovernorComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1937, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1938, Col 8] [out] file:///mnt/maat-workbench/packages/governance/src/tests/test_multisig.cairo (430) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 54, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 55, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 66, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 88, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 111, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 140, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 167, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 195, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 229, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 230, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 241, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 242, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 258, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 259, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 271, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 272, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 293, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 325, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 349, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 369, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 409, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 410, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 423, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 424, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 439, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 440, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 466, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 498, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 529, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 564, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 565, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 580, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 581, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 595, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 630, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 670, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 671, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 684, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 685, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 708, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 709, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 737, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 738, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 758, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 759, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 779, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 780, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 806, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 807, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 837, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 853, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 874, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 890, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 905, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 923, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 943, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 959, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 988, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1007, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1021, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1022, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1033, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1034, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1045, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1046, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1058, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1059, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1075, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1098, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1117, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1141, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1158, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1174, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1175, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1186, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1187, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1199, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1200, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1212, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1213, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1230, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1255, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1256, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1268, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1269, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1281, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1282, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1298, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1313, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1328, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1342, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1357, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1372, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1373, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1384, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1385, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1397, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1398, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1408, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1420, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1432, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1444, Col 0] [out] (W) Unused import: `openzeppelin_governance::tests::test_multisig::ZERO` [Ln 6, Col 86] [out] (E) Method `initializer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 40, Col 10] [out] Candidate `openzeppelin_governance::multisig::multisig::MultisigComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::multisig::MultisigComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::multisig::multisig::MultisigComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::multisig::multisig::MultisigComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::multisig::multisig::MultisigComponent::StorageStorageBaseMut` and `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 75, Col 28] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 81, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_submitted_block` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 83, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_submitted_block` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_submitted_block` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_submitted_block` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 73, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 73, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 73, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 74, Col 8] [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 97, Col 28] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 103, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_submitted_block` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 105, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_submitted_block` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_submitted_block` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_submitted_block` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 95, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 95, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 95, Col 29] [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 120, Col 30] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 122, Col 30] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 128, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 133, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 118, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 118, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 118, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 119, Col 8] [out] (E) Method `hash_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 154, Col 28] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 160, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_submitted_block` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 162, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_submitted_block` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_submitted_block` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_submitted_block` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 147, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 153, Col 8] [out] (E) Method `hash_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 181, Col 28] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 187, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_submitted_block` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 189, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_submitted_block` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_submitted_block` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_submitted_block` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 174, Col 8] [out] (E) Method `hash_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 209, Col 30] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `hash_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 211, Col 30] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 217, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 222, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 202, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 208, Col 8] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 238, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 235, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 235, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 235, Col 29] [out] (E) Method `submit_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 255, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 247, Col 8] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 267, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 268, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 264, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 264, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 264, Col 29] [out] (E) Method `submit_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 285, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 286, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 277, Col 8] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 303, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 308, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 309, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 310, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_transaction_confirmations` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 312, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 317, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 318, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 319, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_transaction_confirmations` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 321, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 299, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 299, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 299, Col 29] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 334, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 338, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 342, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `_change_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 345, Col 10] [out] Candidate `openzeppelin_governance::multisig::multisig::MultisigComponent::InternalTrait::_change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::multisig::MultisigComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::multisig::multisig::MultisigComponent::InternalTrait::_change_quorum` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::multisig::multisig::MultisigComponent::InternalTrait::_change_quorum` inference failed with: Type mismatch: `openzeppelin_governance::multisig::multisig::MultisigComponent::StorageStorageBaseMut` and `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 330, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 330, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 330, Col 29] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 358, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 362, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `_change_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 365, Col 10] [out] Candidate `openzeppelin_governance::multisig::multisig::MultisigComponent::InternalTrait::_change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::multisig::MultisigComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::multisig::multisig::MultisigComponent::InternalTrait::_change_quorum` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::multisig::multisig::MultisigComponent::InternalTrait::_change_quorum` inference failed with: Type mismatch: `openzeppelin_governance::multisig::multisig::MultisigComponent::StorageStorageBaseMut` and `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 354, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 354, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 354, Col 29] [out] (E) Method `submit_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 385, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_transaction_confirmations` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 387, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 392, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 393, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 394, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_transaction_confirmations` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 396, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 401, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 402, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 403, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_transaction_confirmations` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 405, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 376, Col 8] [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 417, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 420, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 416, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 416, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 416, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 417, Col 8] [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 431, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 433, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 436, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 430, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 430, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 430, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 431, Col 8] [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 448, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 450, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 454, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 455, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_transaction_confirmations` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 456, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 459, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 447, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 447, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 447, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 448, Col 8] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 476, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 480, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 484, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 489, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_transaction_confirmations` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 490, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `revoke_confirmation` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 491, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::revoke_confirmation` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::revoke_confirmation` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::revoke_confirmation` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 493, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_transaction_confirmations` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 494, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 474, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 474, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 474, Col 29] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 507, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 508, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 512, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 516, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_transaction_confirmations` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 517, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 521, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 525, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_transaction_confirmations` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 526, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 505, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 505, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 505, Col 29] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 538, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 539, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 543, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 547, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 551, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_transaction_confirmations` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 552, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `revoke_confirmation` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 556, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::revoke_confirmation` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::revoke_confirmation` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::revoke_confirmation` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_confirmed_by` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 560, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed_by` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_transaction_confirmations` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 561, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 536, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 536, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 536, Col 29] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 573, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `revoke_confirmation` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 577, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::revoke_confirmation` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::revoke_confirmation` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::revoke_confirmation` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 572, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 572, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 572, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 573, Col 8] [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 587, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `revoke_confirmation` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 588, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::revoke_confirmation` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::revoke_confirmation` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::revoke_confirmation` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 586, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 586, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 586, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 587, Col 8] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 607, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 611, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 613, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `execute_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 622, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 604, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 604, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 604, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 605, Col 8] [out] (E) Method `submit_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 647, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 651, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 653, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `execute_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 662, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 637, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 643, Col 8] [out] (E) Method `execute_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 681, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 676, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 676, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 676, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 677, Col 8] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 695, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 699, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 701, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `execute_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 705, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 690, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 690, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 690, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 691, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 695, Col 8] [out] (E) Method `submit_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 724, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 728, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 730, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `execute_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 734, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 714, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 720, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 724, Col 8] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 748, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 752, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `execute_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 755, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 743, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 743, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 743, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 744, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 748, Col 8] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 769, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 773, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `execute_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 776, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 764, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 764, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 764, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 765, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 769, Col 8] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 791, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 795, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 797, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `execute_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 800, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `execute_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 803, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 785, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 785, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 785, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 786, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 791, Col 8] [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 818, Col 19] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 822, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `confirm_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 824, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::confirm_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `execute_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 827, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `execute_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 830, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::execute_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 815, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 815, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 815, Col 29] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 816, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 818, Col 8] [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 846, Col 33] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 847, Col 23] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 841, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 841, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 841, Col 29] [out] (E) Method `hash_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 867, Col 33] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction_batch` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 868, Col 23] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction_batch` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 857, Col 8] [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 883, Col 33] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `submit_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 884, Col 23] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::submit_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 882, Col 19] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 882, Col 23] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 882, Col 33] [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 897, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 898, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 899, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 895, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 896, Col 8] [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 911, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 912, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (E) Method `hash_transaction` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 913, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::hash_transaction` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 910, Col 22] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 910, Col 32] [out] (E) Method `add_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 933, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `add_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 938, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `add_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 953, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `add_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 968, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 972, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 976, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `add_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 980, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `add_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 984, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `add_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 997, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `add_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1002, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `add_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1017, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1016, Col 8] [out] (E) Method `add_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1030, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1025, Col 16] [out] (E) Method `add_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1042, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `add_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1055, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1049, Col 16] [out] (E) Method `add_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1068, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1062, Col 16] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1062, Col 21] [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1086, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1089, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1092, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1095, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1109, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1113, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1114, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1126, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1128, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `add_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1131, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::add_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1133, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1136, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1138, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1151, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1153, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1154, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1144, Col 30] [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1169, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1168, Col 8] [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1183, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1196, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1209, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `remove_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1223, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::remove_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1241, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1242, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `replace_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1245, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::replace_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::replace_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::replace_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1251, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `is_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1252, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `replace_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1265, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::replace_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::replace_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::replace_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1259, Col 21] [out] (E) Method `replace_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1278, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::replace_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::replace_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::replace_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `replace_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1291, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::replace_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::replace_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::replace_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `change_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1308, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1309, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `change_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1323, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1324, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `change_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1337, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1338, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `change_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1352, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1353, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `change_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1367, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1368, Col 21] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `change_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1381, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `change_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1394, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1393, Col 8] [out] (E) Method `change_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1405, Col 10] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>>. [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::change_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::. [out] (E) Method `get_transaction_state` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1475, Col 25] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_state` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (E) Method `get_submitted_block` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1476, Col 22] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_submitted_block` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (E) Method `is_confirmed` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1477, Col 29] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_confirmed` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (E) Method `is_executed` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1478, Col 28] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_executed` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (E) Method `get_transaction_confirmations` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1479, Col 33] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_transaction_confirmations` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (E) Method `get_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1493, Col 45] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (E) Method `get_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1499, Col 46] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (E) Method `get_quorum` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1505, Col 46] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_quorum` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (E) Method `get_signers` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1512, Col 31] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::get_signers` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (E) Method `is_signer` could not be called on type `openzeppelin_governance::multisig::multisig::MultisigComponent::ComponentState::`. [Ln 1515, Col 22] [out] Candidate `openzeppelin_governance::multisig::interface::IMultisig::is_signer` inference failed with: Trait has no implementation in context: openzeppelin_governance::multisig::interface::IMultisig::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1514, Col 8] [out] file:///mnt/maat-workbench/packages/governance/src/tests/test_timelock.cairo (202) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 151, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 181, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 220, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 289, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 295, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 301, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 302, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 317, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 318, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 331, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 332, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 387, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 393, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 399, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 400, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 415, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 416, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 429, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 430, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 447, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 448, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 460, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 504, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 505, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 527, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 528, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 549, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 550, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 574, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 575, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 599, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 600, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 628, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 629, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 662, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 724, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 725, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 737, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 779, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 780, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 802, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 803, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 824, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 825, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 856, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 857, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 880, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 881, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 911, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1007, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1013, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1019, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1020, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1050, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1051, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1061, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1062, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1085, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1086, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1093, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1144, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1161, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1193, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1213, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1233, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1262, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1285, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1286, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1303, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1329, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1347, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1348, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1363, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1364, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1382, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1383, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1401, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1423, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1424, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1450, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1472, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1473, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1487, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1488, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1505, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1506, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1527, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1547, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1548, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1565, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1566, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1589, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1609, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1610, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1622, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1623, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1624, Col 0] [out] (W) Unused import: `openzeppelin_governance::tests::test_timelock::DEFAULT_ADMIN_ROLE` [Ln 5, Col 40] [out] (W) Unused import: `openzeppelin_governance::tests::test_timelock::IACCESSCONTROL_ID` [Ln 6, Col 52] [out] (W) Unused import: `openzeppelin_governance::tests::test_timelock::IAccessControl` [Ln 6, Col 71] [out] (W) Unused import: `openzeppelin_governance::tests::test_timelock::ISRC5_ID` [Ln 7, Col 43] [out] (W) Unused import: `openzeppelin_governance::tests::test_timelock::CANCELLER_ROLE` [Ln 30, Col 4] [out] (W) Unused import: `openzeppelin_governance::tests::test_timelock::PROPOSER_ROLE` [Ln 30, Col 51] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 1181, Col 4] [out] (E) Method `initializer` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1154, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `has_role` could not be called on type `@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState`. [Ln 1155, Col 27] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::<@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::. [out] (E) Method `has_role` could not be called on type `@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState`. [Ln 1156, Col 27] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::<@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::. [out] (E) Method `has_role` could not be called on type `@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState`. [Ln 1157, Col 27] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::<@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::. [out] (E) Method `has_role` could not be called on type `@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState`. [Ln 1158, Col 27] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::<@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1148, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1150, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1151, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1152, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1175, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `has_role` could not be called on type `@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState`. [Ln 1178, Col 27] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::<@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::. [out] (E) Method `has_role` could not be called on type `@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState`. [Ln 1186, Col 31] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::<@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::. [out] (E) Method `has_role` could not be called on type `@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState`. [Ln 1187, Col 31] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::<@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::. [out] (E) Method `has_role` could not be called on type `@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState`. [Ln 1188, Col 31] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::<@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1165, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1171, Col 12] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1173, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1207, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `has_role` could not be called on type `@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState`. [Ln 1209, Col 51] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::<@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1197, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1199, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1200, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1201, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1223, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Type "openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState" has no member "src5" [Ln 1226, Col 40] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_introspection::interface::ISRC5::supports_interface and openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::supports_interface. Consider adding type annotations or explicitly refer to the impl function. [Ln 1226, Col 45] [out] (E) Type "openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState" has no member "src5" [Ln 1229, Col 49] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_introspection::interface::ISRC5::supports_interface and openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::supports_interface. Consider adding type annotations or explicitly refer to the impl function. [Ln 1229, Col 54] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1217, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1219, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1220, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1221, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1243, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `get_min_delay` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1246, Col 22] [out] Candidate `openzeppelin_governance::timelock::interface::ITimelock::get_min_delay` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::ITimelock::>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::get_min_delay` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>. [out] Candidate `openzeppelin_governance::timelock::interface::ITimelock::get_min_delay` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::ITimelock::>>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::get_min_delay` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::timelock::interface::ITimelock::get_min_delay` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::ITimelock::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::get_min_delay` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1236, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1238, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1239, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1240, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1271, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `assert_only_role_or_open_role` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1276, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `assert_only_role_or_open_role` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1278, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `assert_only_role_or_open_role` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1282, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1265, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1267, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1268, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1269, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1295, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `assert_only_role_or_open_role` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1300, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1289, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1291, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1292, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1293, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1314, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `has_role` could not be called on type `@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState`. [Ln 1316, Col 38] [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::<@openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>. [out] Candidate `openzeppelin_access::accesscontrol::interface::IAccessControl::has_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::interface::IAccessControl::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::has_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::. [out] (E) Method `assert_only_role_or_open_role` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1322, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::assert_only_role_or_open_role` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1307, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1310, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1311, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1312, Col 8] [out] (E) Method `_before_call` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1344, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1332, Col 8] [out] (E) Method `_before_call` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1360, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1351, Col 8] [out] (E) Method `_before_call` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1379, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1367, Col 8] [out] (E) Method `_before_call` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1398, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1386, Col 8] [out] (E) Method `_before_call` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1420, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `_before_call` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1443, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_before_call` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `@openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `_after_call` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1464, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_after_call` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_after_call` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_after_call` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `_after_call` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1484, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_after_call` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_after_call` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_after_call` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `_after_call` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1502, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_after_call` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_after_call` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_after_call` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `_after_call` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1520, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_after_call` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_after_call` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_after_call` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `hash_operation` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1537, Col 26] [out] Candidate `openzeppelin_governance::timelock::interface::ITimelock::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::ITimelock::>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>. [out] Candidate `openzeppelin_governance::timelock::interface::ITimelock::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::ITimelock::>>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::timelock::interface::ITimelock::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::ITimelock::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::. [out] (E) Method `_schedule` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1540, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_schedule` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_schedule` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_schedule` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1531, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1533, Col 12] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1536, Col 8] [out] (E) Method `hash_operation` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1558, Col 26] [out] Candidate `openzeppelin_governance::timelock::interface::ITimelock::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::ITimelock::>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>. [out] Candidate `openzeppelin_governance::timelock::interface::ITimelock::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::ITimelock::>>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::timelock::interface::ITimelock::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::ITimelock::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::. [out] (E) Method `_schedule` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1561, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_schedule` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_schedule` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_schedule` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (E) Method `_schedule` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1562, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_schedule` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_schedule` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_schedule` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1552, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1553, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1554, Col 12] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1557, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1558, Col 8] [out] (E) Method `hash_operation` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1576, Col 26] [out] Candidate `openzeppelin_governance::timelock::interface::ITimelock::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::ITimelock::>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>. [out] Candidate `openzeppelin_governance::timelock::interface::ITimelock::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::ITimelock::>>. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::>>. [out] Candidate `openzeppelin_governance::timelock::interface::ITimelock::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::ITimelock::. [out] Candidate `openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::hash_operation` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::interface::TimelockABIDispatcherTrait::. [out] (E) Method `_schedule` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1582, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_schedule` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_schedule` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_schedule` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1570, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1571, Col 12] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1575, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1576, Col 8] [out] (E) Method `_execute` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1602, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_execute` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_execute` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1595, Col 8] [out] (E) Method `_execute` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1619, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_execute` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_execute` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1616, Col 8] [out] (E) Method `_execute` could not be called on type `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [Ln 1633, Col 10] [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_execute` inference failed with: Trait has no implementation in context: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_execute` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::InternalTrait::_execute` inference failed with: Type mismatch: `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::StorageStorageBaseMut` and `openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1630, Col 8] [out] file:///mnt/maat-workbench/packages/governance/src/tests/test_utils.cairo (19) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 8, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 15, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 22, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 23, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 30, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 31, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 38, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 39, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 46, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 47, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 54, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 55, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 66, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 73, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 80, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 87, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 94, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 101, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 102, Col 0] [out] file:///mnt/maat-workbench/packages/governance/src/tests/test_votes.cairo (140) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 82, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 97, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 115, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 116, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 128, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 145, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 158, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 159, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 170, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 184, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 200, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 217, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 227, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 250, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 282, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 309, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 310, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 321, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 322, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 330, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 331, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 351, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 352, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 373, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 374, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 401, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 420, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 448, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 456, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 464, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 489, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 516, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 522, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 528, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 556, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 588, Col 0] [out] (W) Unused import: `openzeppelin_governance::tests::test_votes::InternalTrait` [Ln 5, Col 47] [out] (W) Unused import: `openzeppelin_governance::tests::test_votes::IERC20` [Ln 6, Col 42] [out] (W) Unused import: `openzeppelin_governance::tests::test_votes::IERC721` [Ln 10, Col 43] [out] (W) Unused import: `openzeppelin_governance::tests::test_votes::VotingUnitsTrait` [Ln 21, Col 68] [out] (E) Type "openzeppelin_test_common::mocks::votes::ERC721VotesMock::ContractState" has no member "erc721" [Ln 55, Col 19] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint and openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint. Consider adding type annotations or explicitly refer to the impl function. [Ln 55, Col 26] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 54, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::votes::ERC20VotesMock::ContractState" has no member "erc20" [Ln 65, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint and openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint. Consider adding type annotations or explicitly refer to the impl function. [Ln 65, Col 21] [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 87, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 88, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 90, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_past_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 108, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_past_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 109, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_past_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 110, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_past_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 112, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_past_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 121, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] (E) Method `get_past_total_supply` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 139, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_past_total_supply` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 140, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_past_total_supply` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 141, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_past_total_supply` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 142, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_past_total_supply` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 155, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_past_total_supply` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 163, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 176, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegates` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 177, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 191, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 197, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 207, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 213, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 214, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 221, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegates` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 222, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 223, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegates` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 224, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 235, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 241, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 242, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegates` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 243, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegate_by_sig` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 276, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegates` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 279, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegates` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 272, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 272, Col 12] [out] (E) Method `delegate_by_sig` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 318, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 315, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 316, Col 8] [out] (E) Method `delegate_by_sig` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 327, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 325, Col 8] [out] (E) Method `delegate_by_sig` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 348, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 344, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 344, Col 12] [out] (E) Method `delegate_by_sig` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 370, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 363, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 366, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 366, Col 12] [out] (E) Method `delegate_by_sig` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 391, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegate_by_sig` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 394, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate_by_sig` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 387, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 387, Col 12] [out] (E) Method `num_checkpoints` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 412, Col 21] [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::num_checkpoints` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::num_checkpoints` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::num_checkpoints` inference failed with: Type mismatch: `openzeppelin_governance::votes::votes::VotesComponent::StorageStorageBaseMut` and `@openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [out] (E) Method `num_checkpoints` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 413, Col 21] [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::num_checkpoints` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::num_checkpoints` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::num_checkpoints` inference failed with: Type mismatch: `openzeppelin_governance::votes::votes::VotesComponent::StorageStorageBaseMut` and `@openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [out] (E) Method `checkpoints` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 431, Col 28] [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::checkpoints` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::checkpoints` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::checkpoints` inference failed with: Type mismatch: `openzeppelin_governance::votes::votes::VotesComponent::StorageStorageBaseMut` and `@openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [out] (E) Method `checkpoints` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 435, Col 28] [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::checkpoints` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::checkpoints` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::checkpoints` inference failed with: Type mismatch: `openzeppelin_governance::votes::votes::VotesComponent::StorageStorageBaseMut` and `@openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [out] (E) Method `checkpoints` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 439, Col 28] [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::checkpoints` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::. [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::checkpoints` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::checkpoints` inference failed with: Type mismatch: `openzeppelin_governance::votes::votes::VotesComponent::StorageStorageBaseMut` and `@openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [out] (E) Method `get_voting_units` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 452, Col 21] [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::get_voting_units` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::>. [out] (E) Method `get_voting_units` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 453, Col 21] [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::get_voting_units` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::>. [out] (E) Method `get_voting_units` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 460, Col 21] [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::get_voting_units` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::>. [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::get_voting_units` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::>>. [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::get_voting_units` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::. [out] (E) Method `get_voting_units` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 461, Col 21] [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::get_voting_units` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::>. [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::get_voting_units` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::>>. [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::get_voting_units` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::VotingUnitsTrait::. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 472, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Type "openzeppelin_test_common::mocks::votes::ERC20VotesMock::ContractState" has no member "erc20" [Ln 477, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::burn and openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::burn. Consider adding type annotations or explicitly refer to the impl function. [Ln 477, Col 21] [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 485, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_past_total_supply` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 486, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 497, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Type "openzeppelin_test_common::mocks::votes::ERC721VotesMock::ContractState" has no member "erc721" [Ln 503, Col 19] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::burn and openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::burn. Consider adding type annotations or explicitly refer to the impl function. [Ln 503, Col 26] [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 512, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_past_total_supply` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 513, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_past_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_total_supply` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 519, Col 21] [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::get_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::. [out] (E) Method `get_total_supply` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 525, Col 21] [out] Candidate `openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::get_total_supply` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::votes::VotesComponent::InternalTrait::. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 536, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 537, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Type "openzeppelin_test_common::mocks::votes::ERC20VotesMock::ContractState" has no member "erc20" [Ln 542, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_token::erc20::interface::IERC20::transfer and openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::transfer. Consider adding type annotations or explicitly refer to the impl function. [Ln 542, Col 21] [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 545, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 546, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 550, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 553, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 564, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 565, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Type "openzeppelin_test_common::mocks::votes::ERC20VotesMock::ContractState" has no member "erc20" [Ln 571, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_token::erc20::interface::IERC20::transfer and openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::transfer. Consider adding type annotations or explicitly refer to the impl function. [Ln 571, Col 21] [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 577, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 578, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 582, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 585, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 596, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 597, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Type "openzeppelin_test_common::mocks::votes::ERC721VotesMock::ContractState" has no member "erc721" [Ln 603, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: openzeppelin_token::erc20::interface::IERC20::transfer_from and openzeppelin_token::erc721::interface::IERC721::transfer_from. Consider adding type annotations or explicitly refer to the impl function. [Ln 603, Col 22] [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 610, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 611, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `delegate` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 615, Col 10] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::delegate` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (E) Method `get_votes` could not be called on type `openzeppelin_governance::votes::votes::VotesComponent::ComponentState::`. [Ln 618, Col 21] [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::>>. [out] Candidate `openzeppelin_governance::votes::interface::IVotes::get_votes` inference failed with: Trait has no implementation in context: openzeppelin_governance::votes::interface::IVotes::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 602, Col 8] [out] file:///mnt/maat-workbench/packages/introspection/src/tests/test_src5.cairo (17) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 13, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 20, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 27, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 35, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 44, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 45, Col 0] [out] (W) Unused import: `openzeppelin_introspection::tests::test_src5::ISRC5` [Ln 1, Col 23] [out] (W) Unused import: `openzeppelin_introspection::tests::test_src5::ISRC5_ID` [Ln 1, Col 30] [out] (W) Unused import: `openzeppelin_introspection::tests::test_src5::InternalTrait` [Ln 3, Col 32] [out] (E) Method `supports_interface` could not be called on type `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [Ln 16, Col 31] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::>. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [Ln 23, Col 57] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::>. [out] (E) Method `register_interface` could not be called on type `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [Ln 30, Col 10] [out] Candidate `openzeppelin_introspection::src5::SRC5Component::InternalTrait::register_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::src5::SRC5Component::InternalTrait::. [out] Candidate `openzeppelin_introspection::src5::SRC5Component::InternalTrait::register_interface` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [out] Candidate `openzeppelin_introspection::src5::SRC5Component::InternalTrait::register_interface` inference failed with: Type mismatch: `openzeppelin_introspection::src5::SRC5Component::StorageStorageBaseMut` and `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [Ln 31, Col 39] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::>. [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::>>. [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `register_interface` could not be called on type `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [Ln 38, Col 10] [out] Candidate `openzeppelin_introspection::src5::SRC5Component::InternalTrait::register_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::src5::SRC5Component::InternalTrait::. [out] Candidate `openzeppelin_introspection::src5::SRC5Component::InternalTrait::register_interface` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [out] Candidate `openzeppelin_introspection::src5::SRC5Component::InternalTrait::register_interface` inference failed with: Type mismatch: `openzeppelin_introspection::src5::SRC5Component::StorageStorageBaseMut` and `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [out] (E) Method `deregister_interface` could not be called on type `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [Ln 39, Col 10] [out] Candidate `openzeppelin_introspection::src5::SRC5Component::InternalTrait::deregister_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::src5::SRC5Component::InternalTrait::. [out] Candidate `openzeppelin_introspection::src5::SRC5Component::InternalTrait::deregister_interface` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [out] Candidate `openzeppelin_introspection::src5::SRC5Component::InternalTrait::deregister_interface` inference failed with: Type mismatch: `openzeppelin_introspection::src5::SRC5Component::StorageStorageBaseMut` and `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [Ln 40, Col 48] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::>. [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::>>. [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `deregister_interface` could not be called on type `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [Ln 48, Col 10] [out] Candidate `openzeppelin_introspection::src5::SRC5Component::InternalTrait::deregister_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::src5::SRC5Component::InternalTrait::. [out] Candidate `openzeppelin_introspection::src5::SRC5Component::InternalTrait::deregister_interface` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [out] Candidate `openzeppelin_introspection::src5::SRC5Component::InternalTrait::deregister_interface` inference failed with: Type mismatch: `openzeppelin_introspection::src5::SRC5Component::StorageStorageBaseMut` and `openzeppelin_introspection::src5::SRC5Component::ComponentState::`. [out] file:///mnt/maat-workbench/packages/merkle_tree/src/tests/merkle_proof/test_with_pedersen.cairo (17) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 23, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 43, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 61, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 72, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 90, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 101, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 102, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 114, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 115, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 127, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 128, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 143, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 144, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 159, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 160, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 175, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 176, Col 0] [out] file:///mnt/maat-workbench/packages/merkle_tree/src/tests/merkle_proof/test_with_poseidon.cairo (17) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 22, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 42, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 60, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 71, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 89, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 100, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 101, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 113, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 114, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 126, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 127, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 142, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 143, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 158, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 159, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 174, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 175, Col 0] [out] file:///mnt/maat-workbench/packages/merkle_tree/src/tests/test_hashes.cairo (4) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 5, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 13, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 25, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 34, Col 0] [out] file:///mnt/maat-workbench/packages/presets/src/tests/test_account.cairo (68) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 76, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 103, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 122, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 141, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 142, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 154, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 155, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 180, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 188, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 197, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 206, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 214, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 223, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 236, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 255, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 267, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 268, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 278, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 279, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 290, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 291, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 302, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 314, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 315, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 325, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 326, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 337, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 338, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 381, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 386, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 391, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 396, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 397, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 402, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 407, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 408, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 413, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 423, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 424, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 435, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 473, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 474, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 488, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 489, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 497, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 498, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 507, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 520, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 536, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 563, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 578, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 596, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 617, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 618, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 630, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 631, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 642, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 643, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 654, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 655, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 666, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 667, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 678, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 679, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 693, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 694, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 707, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 708, Col 0] [out] file:///mnt/maat-workbench/packages/presets/src/tests/test_erc1155.cairo (94) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 61, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 85, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 93, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 105, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 117, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 129, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 130, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 140, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 141, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 155, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 169, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 183, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 199, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 215, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 239, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 263, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 264, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 271, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 272, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 279, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 280, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 287, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 288, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 295, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 296, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 303, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 304, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 311, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 312, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 319, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 320, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 327, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 328, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 336, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 337, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 349, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 364, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 379, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 396, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 414, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 436, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 457, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 458, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 466, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 467, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 475, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 476, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 484, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 485, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 493, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 494, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 502, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 503, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 511, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 512, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 521, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 522, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 531, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 532, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 541, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 542, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 555, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 577, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 578, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 585, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 586, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 597, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 619, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 620, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 627, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 628, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 639, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 649, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 650, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 657, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 658, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 665, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 675, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 676, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 683, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 684, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 695, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 705, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 706, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 713, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 723, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 724, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 735, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 736, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 743, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 744, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 752, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 763, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 778, Col 0] [out] file:///mnt/maat-workbench/packages/presets/src/tests/test_erc20.cairo (55) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 51, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 70, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 78, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 86, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 101, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 116, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 117, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 124, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 125, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 136, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 150, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 151, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 160, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 161, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 168, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 169, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 180, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 200, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 214, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 215, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 226, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 227, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 237, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 238, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 244, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 264, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 277, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 278, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 289, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 290, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 300, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 301, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 311, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 321, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 322, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 329, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 330, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 337, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 347, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 348, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 355, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 356, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 367, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 377, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 378, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 385, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 395, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 396, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 407, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 408, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 415, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 416, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 424, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 435, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 452, Col 0] [out] file:///mnt/maat-workbench/packages/presets/src/tests/test_erc721.cairo (96) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 77, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 98, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 127, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 148, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 154, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 155, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 161, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 167, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 168, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 174, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 175, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 181, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 190, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 204, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 205, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 215, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 226, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 241, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 242, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 250, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 251, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 261, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 285, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 307, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 329, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 330, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 336, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 337, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 343, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 344, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 350, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 351, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 357, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 368, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 379, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 397, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 415, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 434, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 453, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 454, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 461, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 462, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 473, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 489, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 505, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 520, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 535, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 536, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 546, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 547, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 557, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 558, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 568, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 569, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 579, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 580, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 586, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 587, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 593, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 594, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 600, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 601, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 607, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 625, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 643, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 662, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 681, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 700, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 719, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 720, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 727, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 728, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 739, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 749, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 750, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 757, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 758, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 765, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 775, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 776, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 783, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 784, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 795, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 805, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 806, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 813, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 823, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 824, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 835, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 836, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 843, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 844, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 852, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 863, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 879, Col 0] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 85, Col 4] [out] file:///mnt/maat-workbench/packages/presets/src/tests/test_eth_account.cairo (62) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 88, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 115, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 135, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 154, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 155, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 162, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 163, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 185, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 193, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 201, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 209, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 221, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 240, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 252, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 253, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 263, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 264, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 274, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 275, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 285, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 297, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 298, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 308, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 309, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 319, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 320, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 357, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 362, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 367, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 368, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 373, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 383, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 384, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 395, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 429, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 430, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 444, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 445, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 451, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 452, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 460, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 473, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 489, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 518, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 533, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 551, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 572, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 573, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 585, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 586, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 597, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 598, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 609, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 610, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 621, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 622, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 633, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 634, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 648, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 649, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 664, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 665, Col 0] [out] file:///mnt/maat-workbench/packages/presets/src/tests/test_universal_deployer.cairo (4) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 34, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 39, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 87, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 92, Col 0] [out] file:///mnt/maat-workbench/packages/presets/src/tests/test_vesting.cairo (26) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 49, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 61, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 80, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 107, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 130, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 151, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 198, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 230, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 241, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 242, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 249, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 250, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 257, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 268, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 269, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 276, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 277, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 288, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 299, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 300, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 307, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 318, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 319, Col 0] [out] (W) Plugin diagnostic: using [`<`, `<=`, `>=`, `>`] exit conditions is inefficient. Consider switching to `!=` or using ArrayTrait::multi_pop_front. [Ln 68, Col 10] [out] (W) Plugin diagnostic: using [`<`, `<=`, `>=`, `>`] exit conditions is inefficient. Consider switching to `!=` or using ArrayTrait::multi_pop_front. [Ln 88, Col 10] [out] (W) Plugin diagnostic: using [`<`, `<=`, `>=`, `>`] exit conditions is inefficient. Consider switching to `!=` or using ArrayTrait::multi_pop_front. [Ln 95, Col 10] [out] file:///mnt/maat-workbench/packages/security/src/tests/test_initializable.cairo (8) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 10, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 18, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 19, Col 0] [out] (E) Method `is_initialized` could not be called on type `openzeppelin_security::initializable::InitializableComponent::ComponentState::`. [Ln 13, Col 19] [out] Candidate `openzeppelin_security::interface::IInitializable::is_initialized` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IInitializable::>. [out] Candidate `openzeppelin_security::interface::IInitializable::is_initialized` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IInitializable::>>. [out] Candidate `openzeppelin_security::interface::IInitializable::is_initialized` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IInitializable::. [out] (E) Method `initialize` could not be called on type `openzeppelin_security::initializable::InitializableComponent::ComponentState::`. [Ln 14, Col 10] [out] Candidate `openzeppelin_security::initializable::InitializableComponent::InternalTrait::initialize` inference failed with: Trait has no implementation in context: openzeppelin_security::initializable::InitializableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::initializable::InitializableComponent::InternalTrait::initialize` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::initializable::InitializableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::initializable::InitializableComponent::InternalTrait::initialize` inference failed with: Type mismatch: `openzeppelin_security::initializable::InitializableComponent::StorageStorageBaseMut` and `openzeppelin_security::initializable::InitializableComponent::ComponentState::`. [out] (E) Method `is_initialized` could not be called on type `openzeppelin_security::initializable::InitializableComponent::ComponentState::`. [Ln 15, Col 18] [out] Candidate `openzeppelin_security::interface::IInitializable::is_initialized` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IInitializable::>. [out] Candidate `openzeppelin_security::interface::IInitializable::is_initialized` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IInitializable::>>. [out] Candidate `openzeppelin_security::interface::IInitializable::is_initialized` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IInitializable::. [out] (E) Method `initialize` could not be called on type `openzeppelin_security::initializable::InitializableComponent::ComponentState::`. [Ln 22, Col 10] [out] Candidate `openzeppelin_security::initializable::InitializableComponent::InternalTrait::initialize` inference failed with: Trait has no implementation in context: openzeppelin_security::initializable::InitializableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::initializable::InitializableComponent::InternalTrait::initialize` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::initializable::InitializableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::initializable::InitializableComponent::InternalTrait::initialize` inference failed with: Type mismatch: `openzeppelin_security::initializable::InitializableComponent::StorageStorageBaseMut` and `openzeppelin_security::initializable::InitializableComponent::ComponentState::`. [out] (E) Method `initialize` could not be called on type `openzeppelin_security::initializable::InitializableComponent::ComponentState::`. [Ln 23, Col 10] [out] Candidate `openzeppelin_security::initializable::InitializableComponent::InternalTrait::initialize` inference failed with: Trait has no implementation in context: openzeppelin_security::initializable::InitializableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::initializable::InitializableComponent::InternalTrait::initialize` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::initializable::InitializableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::initializable::InitializableComponent::InternalTrait::initialize` inference failed with: Type mismatch: `openzeppelin_security::initializable::InitializableComponent::StorageStorageBaseMut` and `openzeppelin_security::initializable::InitializableComponent::ComponentState::`. [out] file:///mnt/maat-workbench/packages/security/src/tests/test_pausable.cairo (33) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 18, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 34, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 41, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 42, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 52, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 53, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 60, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 70, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 83, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 84, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 95, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 110, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 111, Col 0] [out] (E) Method `is_paused` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 21, Col 19] [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::>. [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::>>. [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::. [out] (E) Method `pause` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 23, Col 10] [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Trait has no implementation in context: openzeppelin_security::pausable::PausableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Type mismatch: `openzeppelin_security::pausable::PausableComponent::StorageStorageBaseMut` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] (E) Method `is_paused` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 24, Col 18] [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::>. [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::>>. [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::. [out] (E) Method `unpause` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 26, Col 10] [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::unpause` inference failed with: Trait has no implementation in context: openzeppelin_security::pausable::PausableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::unpause` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::unpause` inference failed with: Type mismatch: `openzeppelin_security::pausable::PausableComponent::StorageStorageBaseMut` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] (E) Method `is_paused` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 27, Col 19] [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::>. [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::>>. [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::. [out] (E) Method `pause` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 37, Col 10] [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Trait has no implementation in context: openzeppelin_security::pausable::PausableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Type mismatch: `openzeppelin_security::pausable::PausableComponent::StorageStorageBaseMut` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] (E) Method `assert_paused` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 38, Col 10] [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::assert_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::pausable::PausableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::assert_paused` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::assert_paused` inference failed with: Type mismatch: `openzeppelin_security::pausable::PausableComponent::StorageStorageBaseMut` and `@openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] (E) Method `assert_paused` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 45, Col 10] [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::assert_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::pausable::PausableComponent::InternalTrait::. [out] (E) Method `pause` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 56, Col 10] [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Trait has no implementation in context: openzeppelin_security::pausable::PausableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Type mismatch: `openzeppelin_security::pausable::PausableComponent::StorageStorageBaseMut` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] (E) Method `assert_not_paused` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 57, Col 10] [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::assert_not_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::pausable::PausableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::assert_not_paused` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::assert_not_paused` inference failed with: Type mismatch: `openzeppelin_security::pausable::PausableComponent::StorageStorageBaseMut` and `@openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] (E) Method `assert_not_paused` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 63, Col 10] [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::assert_not_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::pausable::PausableComponent::InternalTrait::. [out] (E) Method `pause` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 77, Col 10] [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Trait has no implementation in context: openzeppelin_security::pausable::PausableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Type mismatch: `openzeppelin_security::pausable::PausableComponent::StorageStorageBaseMut` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] (E) Method `is_paused` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 80, Col 18] [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::>. [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::>>. [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::. [out] (E) Method `pause` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 87, Col 10] [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Trait has no implementation in context: openzeppelin_security::pausable::PausableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Type mismatch: `openzeppelin_security::pausable::PausableComponent::StorageStorageBaseMut` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] (E) Method `pause` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 88, Col 10] [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Trait has no implementation in context: openzeppelin_security::pausable::PausableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Type mismatch: `openzeppelin_security::pausable::PausableComponent::StorageStorageBaseMut` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] (E) Method `pause` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 102, Col 10] [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Trait has no implementation in context: openzeppelin_security::pausable::PausableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::pause` inference failed with: Type mismatch: `openzeppelin_security::pausable::PausableComponent::StorageStorageBaseMut` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] (E) Method `unpause` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 103, Col 10] [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::unpause` inference failed with: Trait has no implementation in context: openzeppelin_security::pausable::PausableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::unpause` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::unpause` inference failed with: Type mismatch: `openzeppelin_security::pausable::PausableComponent::StorageStorageBaseMut` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] (E) Method `is_paused` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 107, Col 19] [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::>. [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::>>. [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::. [out] (E) Method `is_paused` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 114, Col 19] [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::>. [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::>>. [out] Candidate `openzeppelin_security::interface::IPausable::is_paused` inference failed with: Trait has no implementation in context: openzeppelin_security::interface::IPausable::. [out] (E) Method `unpause` could not be called on type `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [Ln 115, Col 10] [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::unpause` inference failed with: Trait has no implementation in context: openzeppelin_security::pausable::PausableComponent::InternalTrait::. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::unpause` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] Candidate `openzeppelin_security::pausable::PausableComponent::InternalTrait::unpause` inference failed with: Type mismatch: `openzeppelin_security::pausable::PausableComponent::StorageStorageBaseMut` and `openzeppelin_security::pausable::PausableComponent::ComponentState::`. [out] file:///mnt/maat-workbench/packages/security/src/tests/test_reentrancyguard.cairo (16) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 24, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 37, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 38, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 46, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 65, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 66, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 77, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 78, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 84, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 85, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 91, Col 0] [out] (E) Method `start` could not be called on type `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [Ln 31, Col 10] [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::start` inference failed with: Trait has no implementation in context: openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::. [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::start` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::start` inference failed with: Type mismatch: `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::StorageStorageBaseMut` and `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [out] (E) Method `start` could not be called on type `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [Ln 42, Col 10] [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::start` inference failed with: Trait has no implementation in context: openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::. [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::start` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::start` inference failed with: Type mismatch: `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::StorageStorageBaseMut` and `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [out] (E) Method `start` could not be called on type `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [Ln 43, Col 10] [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::start` inference failed with: Trait has no implementation in context: openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::. [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::start` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::start` inference failed with: Type mismatch: `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::StorageStorageBaseMut` and `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [out] (E) Method `start` could not be called on type `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [Ln 50, Col 10] [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::start` inference failed with: Trait has no implementation in context: openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::. [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::start` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::start` inference failed with: Type mismatch: `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::StorageStorageBaseMut` and `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [out] (E) Method `end` could not be called on type `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [Ln 55, Col 10] [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::end` inference failed with: Trait has no implementation in context: openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::. [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::end` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [out] Candidate `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::InternalTrait::end` inference failed with: Type mismatch: `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::StorageStorageBaseMut` and `openzeppelin_security::reentrancyguard::ReentrancyGuardComponent::ComponentState::`. [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/access.cairo (14) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 22, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 39, Col 0] [out] (E) Identifier not found. [Ln 9, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::access::DualCaseAccessControlMock::ContractState" has no member "access_control" [Ln 16, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 16, Col 28] [out] (E) Type "openzeppelin_test_common::mocks::access::DualCaseAccessControlMock::ContractState" has no member "access_control" [Ln 17, Col 13] [out] (E) Method `_grant_role` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`. [Ln 17, Col 28] [out] (E) Identifier not found. [Ln 27, Col 28] [out] (E) Type "openzeppelin_test_common::mocks::access::DualCaseOwnableMock::ContractState" has no member "ownable" [Ln 34, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 34, Col 21] [out] (E) Identifier not found. [Ln 45, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::access::DualCaseTwoStepOwnableMock::ContractState" has no member "ownable" [Ln 53, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 53, Col 21] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/account.cairo (28) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 27, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 50, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 77, Col 0] [out] (E) Identifier not found. [Ln 5, Col 20] [out] (E) Identifier not found. [Ln 7, Col 29] [out] (E) Identifier not found. [Ln 9, Col 24] [out] (E) Identifier not found. [Ln 11, Col 26] [out] (E) Identifier not found. [Ln 15, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::account::DualCaseAccountMock::ContractState" has no member "account" [Ln 22, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 22, Col 21] [out] (E) Identifier not found. [Ln 31, Col 20] [out] (E) Identifier not found. [Ln 33, Col 25] [out] (E) Identifier not found. [Ln 37, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::account::SnakeAccountMock::ContractState" has no member "account" [Ln 45, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 45, Col 21] [out] (E) Identifier not found. [Ln 56, Col 20] [out] (E) Identifier not found. [Ln 58, Col 29] [out] (E) Identifier not found. [Ln 60, Col 24] [out] (E) Identifier not found. [Ln 62, Col 26] [out] (E) Identifier not found. [Ln 65, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::account::DualCaseEthAccountMock::ContractState" has no member "eth_account" [Ln 72, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 72, Col 25] [out] (E) Identifier not found. [Ln 82, Col 20] [out] (E) Identifier not found. [Ln 84, Col 25] [out] (E) Identifier not found. [Ln 87, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::account::SnakeEthAccountMock::ContractState" has no member "eth_account" [Ln 94, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 94, Col 25] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/erc1155.cairo (23) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 36, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 71, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 152, Col 0] [out] (E) Identifier not found. [Ln 8, Col 23] [out] (E) Identifier not found. [Ln 11, Col 8] [out] (E) Identifier not found. [Ln 13, Col 23] [out] (E) Identifier not found. [Ln 17, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::erc1155::DualCaseERC1155Mock::ContractState" has no member "erc1155" [Ln 30, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 30, Col 21] [out] (E) Type "openzeppelin_test_common::mocks::erc1155::DualCaseERC1155Mock::ContractState" has no member "erc1155" [Ln 31, Col 13] [out] (E) Method `mint_with_acceptance_check` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`. [Ln 31, Col 21] [out] (E) Identifier not found. [Ln 77, Col 23] [out] (E) Identifier not found. [Ln 80, Col 8] [out] (E) Identifier not found. [Ln 84, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::erc1155::SnakeERC1155MockWithHooks::ContractState" has no member "erc1155" [Ln 122, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 122, Col 21] [out] (E) Type "openzeppelin_test_common::mocks::erc1155::SnakeERC1155MockWithHooks::ContractState" has no member "erc1155" [Ln 123, Col 13] [out] (E) Method `mint_with_acceptance_check` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`. [Ln 123, Col 21] [out] (E) Identifier not found. [Ln 126, Col 29] [out] (E) Identifier not found. [Ln 157, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::erc1155::DualCaseERC1155ReceiverMock::ContractState" has no member "erc1155_receiver" [Ln 164, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 164, Col 30] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/erc20.cairo (42) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 3, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 32, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 61, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 133, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 227, Col 0] [out] (E) Identifier not found. [Ln 9, Col 21] [out] (E) Identifier not found. [Ln 11, Col 29] [out] (E) Identifier not found. [Ln 13, Col 30] [out] (E) Type "openzeppelin_test_common::mocks::erc20::DualCaseERC20Mock::ContractState" has no member "erc20" [Ln 26, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 26, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::erc20::DualCaseERC20Mock::ContractState" has no member "erc20" [Ln 27, Col 13] [out] (E) Method `mint` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::IERC4626`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABI`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626DispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626SafeDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABISafeDispatcherTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`. [Ln 27, Col 19] [out] (E) Identifier not found. [Ln 38, Col 21] [out] (E) Identifier not found. [Ln 40, Col 29] [out] (E) Type "openzeppelin_test_common::mocks::erc20::SnakeERC20Mock::ContractState" has no member "erc20" [Ln 53, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 53, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::erc20::SnakeERC20Mock::ContractState" has no member "erc20" [Ln 54, Col 13] [out] (E) Method `mint` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::IERC4626`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABI`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626DispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626SafeDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABISafeDispatcherTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`. [Ln 54, Col 19] [out] (E) Identifier not found. [Ln 67, Col 21] [out] (E) Identifier not found. [Ln 69, Col 29] [out] (E) Type "openzeppelin_test_common::mocks::erc20::SnakeERC20MockWithHooks::ContractState" has no member "erc20" [Ln 105, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 105, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::erc20::SnakeERC20MockWithHooks::ContractState" has no member "erc20" [Ln 106, Col 13] [out] (E) Method `mint` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::IERC4626`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABI`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626DispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626SafeDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABISafeDispatcherTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`. [Ln 106, Col 19] [out] (E) Identifier not found. [Ln 109, Col 27] [out] (E) Identifier not found. [Ln 141, Col 26] [out] (E) Identifier not found. [Ln 145, Col 27] [out] (E) Identifier not found. [Ln 150, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::erc20::DualCaseERC20PermitMock::ContractState" has no member "erc20" [Ln 175, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 175, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::erc20::DualCaseERC20PermitMock::ContractState" has no member "erc20" [Ln 176, Col 13] [out] (E) Method `mint` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::IERC4626`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABI`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626DispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626SafeDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABISafeDispatcherTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`. [Ln 176, Col 19] [out] (E) Identifier not found. [Ln 238, Col 21] [out] (E) Identifier not found. [Ln 240, Col 29] [out] (E) Identifier not found. [Ln 242, Col 30] [out] (E) Identifier not found. [Ln 256, Col 31] [out] (E) Type "openzeppelin_test_common::mocks::erc20::ERC20ReentrantMock::ContractState" has no member "erc20" [Ln 314, Col 17] [out] (E) Method `mint` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::IERC4626`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABI`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626DispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626SafeDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABISafeDispatcherTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`. [Ln 314, Col 23] [out] (E) Type "openzeppelin_test_common::mocks::erc20::ERC20ReentrantMock::ContractState" has no member "erc20" [Ln 318, Col 17] [out] (E) Method `burn` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`. [Ln 318, Col 23] [out] (E) Type "openzeppelin_test_common::mocks::erc20::ERC20ReentrantMock::ContractState" has no member "erc20" [Ln 324, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 324, Col 19] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/erc2981.cairo (30) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 30, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 68, Col 0] [out] (E) Identifier not found. [Ln 7, Col 23] [out] (E) Identifier not found. [Ln 9, Col 27] [out] (E) Identifier not found. [Ln 13, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::erc2981::ERC2981Mock::ContractState" has no member "erc2981" [Ln 25, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 25, Col 21] [out] (E) Identifier not found. [Ln 37, Col 23] [out] (E) Identifier not found. [Ln 39, Col 27] [out] (E) Identifier not found. [Ln 42, Col 8] [out] (E) Identifier not found. [Ln 46, Col 23] [out] (E) Identifier not found. [Ln 50, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::erc2981::ERC2981OwnableMock::ContractState" has no member "erc2981" [Ln 62, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 62, Col 21] [out] (E) Type "openzeppelin_test_common::mocks::erc2981::ERC2981OwnableMock::ContractState" has no member "ownable" [Ln 63, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 63, Col 21] [out] (E) Identifier not found. [Ln 77, Col 23] [out] (E) Identifier not found. [Ln 79, Col 27] [out] (E) Identifier not found. [Ln 82, Col 8] [out] (E) Identifier not found. [Ln 87, Col 8] [out] (E) Identifier not found. [Ln 91, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::erc2981::ERC2981AccessControlMock::ContractState" has no member "erc2981" [Ln 103, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 103, Col 21] [out] (E) Type "openzeppelin_test_common::mocks::erc2981::ERC2981AccessControlMock::ContractState" has no member "access_control" [Ln 104, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 104, Col 28] [out] (E) Type "openzeppelin_test_common::mocks::erc2981::ERC2981AccessControlMock::ContractState" has no member "access_control" [Ln 105, Col 13] [out] (E) Method `_grant_role` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`. [Ln 105, Col 28] [out] (E) Type "openzeppelin_test_common::mocks::erc2981::ERC2981AccessControlMock::ContractState" has no member "access_control" [Ln 106, Col 13] [out] (E) Method `_grant_role` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`. [Ln 106, Col 28] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/erc4626.cairo (62) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 41, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 86, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 164, Col 0] [out] (E) Identifier not found. [Ln 11, Col 32] [out] (E) Identifier not found. [Ln 14, Col 31] [out] (E) Identifier not found. [Ln 18, Col 21] [out] (E) Identifier not found. [Ln 20, Col 30] [out] (E) Type "openzeppelin_test_common::mocks::erc4626::ERC4626Mock::ContractState" has no member "erc20" [Ln 34, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 34, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::erc4626::ERC4626Mock::ContractState" has no member "erc20" [Ln 35, Col 13] [out] (E) Method `mint` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::IERC4626`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABI`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626DispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626SafeDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABISafeDispatcherTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`. [Ln 35, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::erc4626::ERC4626Mock::ContractState" has no member "erc4626" [Ln 36, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 36, Col 21] [out] (E) Identifier not found. [Ln 51, Col 32] [out] (E) Identifier not found. [Ln 54, Col 31] [out] (E) Identifier not found. [Ln 58, Col 21] [out] (E) Identifier not found. [Ln 60, Col 30] [out] (E) Identifier not found. [Ln 65, Col 29] [out] (E) Type "openzeppelin_test_common::mocks::erc4626::ERC4626OffsetMock::ContractState" has no member "erc20" [Ln 79, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 79, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::erc4626::ERC4626OffsetMock::ContractState" has no member "erc20" [Ln 80, Col 13] [out] (E) Method `mint` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::IERC4626`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABI`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626DispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626SafeDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABISafeDispatcherTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`. [Ln 80, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::erc4626::ERC4626OffsetMock::ContractState" has no member "erc4626" [Ln 81, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 81, Col 21] [out] (E) Identifier not found. [Ln 96, Col 32] [out] (E) Identifier not found. [Ln 99, Col 31] [out] (E) Identifier not found. [Ln 103, Col 21] [out] (E) Identifier not found. [Ln 105, Col 30] [out] (E) Identifier not found. [Ln 110, Col 29] [out] (E) Identifier not found. [Ln 117, Col 30] [out] (E) Type "openzeppelin_test_common::mocks::erc4626::ERC4626LimitsMock::ContractState" has no member "erc20" [Ln 152, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 152, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::erc4626::ERC4626LimitsMock::ContractState" has no member "erc20" [Ln 153, Col 13] [out] (E) Method `mint` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::IERC4626`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABI`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626DispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626SafeDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABISafeDispatcherTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`. [Ln 153, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::erc4626::ERC4626LimitsMock::ContractState" has no member "erc4626" [Ln 154, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 154, Col 21] [out] (E) Identifier not found. [Ln 177, Col 32] [out] (E) Identifier not found. [Ln 180, Col 31] [out] (E) Identifier not found. [Ln 184, Col 21] [out] (E) Identifier not found. [Ln 186, Col 30] [out] (E) Identifier not found. [Ln 199, Col 34] [out] (E) Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::HasComponent::. [Ln 228, Col 27] [out] (E) Identifier not found. [Ln 230, Col 19] [out] (E) Parameter type of impl function `AdjustFeesImpl::adjust_deposit` is incompatible with `FeeConfigTrait::adjust_deposit`. Expected: `@openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`, actual: `@`. [Ln 230, Col 18] [out] (E) Method `get_contract` not found on type `@`. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::HasComponent`, `openzeppelin_access::ownable::OwnableComponent::HasComponent`, `openzeppelin_account::AccountComponent::HasComponent`, `openzeppelin_account::EthAccountComponent::HasComponent`, `openzeppelin_account::extensions::SRC9Component::HasComponent`, `openzeppelin_finance::vesting::VestingComponent::HasComponent`, `openzeppelin_governance::governor::GovernorComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorCoreExecutionComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorCountingSimpleComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::HasComponent`, `openzeppelin_governance::multisig::MultisigComponent::HasComponent`, `openzeppelin_governance::timelock::TimelockControllerComponent::HasComponent`, `openzeppelin_governance::votes::VotesComponent::HasComponent`, `openzeppelin_introspection::src5::SRC5Component::HasComponent`, `openzeppelin_security::InitializableComponent::HasComponent`, `openzeppelin_security::PausableComponent::HasComponent`, `openzeppelin_security::ReentrancyGuardComponent::HasComponent`, `openzeppelin_token::common::erc2981::ERC2981Component::HasComponent`, `openzeppelin_token::erc1155::ERC1155Component::HasComponent`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::HasComponent`, `openzeppelin_token::erc20::ERC20Component::HasComponent`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::HasComponent`, `openzeppelin_token::erc721::ERC721Component::HasComponent`, `openzeppelin_token::erc721::ERC721ReceiverComponent::HasComponent`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::HasComponent`, `openzeppelin_upgrades::UpgradeableComponent::HasComponent`, `openzeppelin_utils::nonces::NoncesComponent::HasComponent`. [Ln 232, Col 38] [out] (E) Identifier not found. [Ln 237, Col 19] [out] (E) Parameter type of impl function `AdjustFeesImpl::adjust_mint` is incompatible with `FeeConfigTrait::adjust_mint`. Expected: `@openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`, actual: `@`. [Ln 237, Col 18] [out] (E) Method `get_contract` not found on type `@`. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::HasComponent`, `openzeppelin_access::ownable::OwnableComponent::HasComponent`, `openzeppelin_account::AccountComponent::HasComponent`, `openzeppelin_account::EthAccountComponent::HasComponent`, `openzeppelin_account::extensions::SRC9Component::HasComponent`, `openzeppelin_finance::vesting::VestingComponent::HasComponent`, `openzeppelin_governance::governor::GovernorComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorCoreExecutionComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorCountingSimpleComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::HasComponent`, `openzeppelin_governance::multisig::MultisigComponent::HasComponent`, `openzeppelin_governance::timelock::TimelockControllerComponent::HasComponent`, `openzeppelin_governance::votes::VotesComponent::HasComponent`, `openzeppelin_introspection::src5::SRC5Component::HasComponent`, `openzeppelin_security::InitializableComponent::HasComponent`, `openzeppelin_security::PausableComponent::HasComponent`, `openzeppelin_security::ReentrancyGuardComponent::HasComponent`, `openzeppelin_token::common::erc2981::ERC2981Component::HasComponent`, `openzeppelin_token::erc1155::ERC1155Component::HasComponent`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::HasComponent`, `openzeppelin_token::erc20::ERC20Component::HasComponent`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::HasComponent`, `openzeppelin_token::erc721::ERC721Component::HasComponent`, `openzeppelin_token::erc721::ERC721ReceiverComponent::HasComponent`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::HasComponent`, `openzeppelin_upgrades::UpgradeableComponent::HasComponent`, `openzeppelin_utils::nonces::NoncesComponent::HasComponent`. [Ln 239, Col 38] [out] (E) Identifier not found. [Ln 244, Col 19] [out] (E) Parameter type of impl function `AdjustFeesImpl::adjust_withdraw` is incompatible with `FeeConfigTrait::adjust_withdraw`. Expected: `@openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`, actual: `@`. [Ln 244, Col 18] [out] (E) Method `get_contract` not found on type `@`. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::HasComponent`, `openzeppelin_access::ownable::OwnableComponent::HasComponent`, `openzeppelin_account::AccountComponent::HasComponent`, `openzeppelin_account::EthAccountComponent::HasComponent`, `openzeppelin_account::extensions::SRC9Component::HasComponent`, `openzeppelin_finance::vesting::VestingComponent::HasComponent`, `openzeppelin_governance::governor::GovernorComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorCoreExecutionComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorCountingSimpleComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::HasComponent`, `openzeppelin_governance::multisig::MultisigComponent::HasComponent`, `openzeppelin_governance::timelock::TimelockControllerComponent::HasComponent`, `openzeppelin_governance::votes::VotesComponent::HasComponent`, `openzeppelin_introspection::src5::SRC5Component::HasComponent`, `openzeppelin_security::InitializableComponent::HasComponent`, `openzeppelin_security::PausableComponent::HasComponent`, `openzeppelin_security::ReentrancyGuardComponent::HasComponent`, `openzeppelin_token::common::erc2981::ERC2981Component::HasComponent`, `openzeppelin_token::erc1155::ERC1155Component::HasComponent`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::HasComponent`, `openzeppelin_token::erc20::ERC20Component::HasComponent`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::HasComponent`, `openzeppelin_token::erc721::ERC721Component::HasComponent`, `openzeppelin_token::erc721::ERC721ReceiverComponent::HasComponent`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::HasComponent`, `openzeppelin_upgrades::UpgradeableComponent::HasComponent`, `openzeppelin_utils::nonces::NoncesComponent::HasComponent`. [Ln 246, Col 38] [out] (E) Identifier not found. [Ln 251, Col 19] [out] (E) Parameter type of impl function `AdjustFeesImpl::adjust_redeem` is incompatible with `FeeConfigTrait::adjust_redeem`. Expected: `@openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`, actual: `@`. [Ln 251, Col 18] [out] (E) Method `get_contract` not found on type `@`. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::HasComponent`, `openzeppelin_access::ownable::OwnableComponent::HasComponent`, `openzeppelin_account::AccountComponent::HasComponent`, `openzeppelin_account::EthAccountComponent::HasComponent`, `openzeppelin_account::extensions::SRC9Component::HasComponent`, `openzeppelin_finance::vesting::VestingComponent::HasComponent`, `openzeppelin_governance::governor::GovernorComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorCoreExecutionComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorCountingSimpleComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::HasComponent`, `openzeppelin_governance::multisig::MultisigComponent::HasComponent`, `openzeppelin_governance::timelock::TimelockControllerComponent::HasComponent`, `openzeppelin_governance::votes::VotesComponent::HasComponent`, `openzeppelin_introspection::src5::SRC5Component::HasComponent`, `openzeppelin_security::InitializableComponent::HasComponent`, `openzeppelin_security::PausableComponent::HasComponent`, `openzeppelin_security::ReentrancyGuardComponent::HasComponent`, `openzeppelin_token::common::erc2981::ERC2981Component::HasComponent`, `openzeppelin_token::erc1155::ERC1155Component::HasComponent`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::HasComponent`, `openzeppelin_token::erc20::ERC20Component::HasComponent`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::HasComponent`, `openzeppelin_token::erc721::ERC721Component::HasComponent`, `openzeppelin_token::erc721::ERC721ReceiverComponent::HasComponent`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::HasComponent`, `openzeppelin_upgrades::UpgradeableComponent::HasComponent`, `openzeppelin_utils::nonces::NoncesComponent::HasComponent`. [Ln 253, Col 38] [out] (E) Type "openzeppelin_test_common::mocks::erc4626::ERC4626FeesMock::ContractState" has no member "erc20" [Ln 271, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 271, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::erc4626::ERC4626FeesMock::ContractState" has no member "erc20" [Ln 272, Col 13] [out] (E) Method `mint` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::IERC4626`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABI`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626DispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626SafeDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABISafeDispatcherTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`. [Ln 272, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::erc4626::ERC4626FeesMock::ContractState" has no member "erc4626" [Ln 273, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 273, Col 21] [out] (E) Method `asset` not found on type `openzeppelin_test_common::mocks::erc4626::ERC4626FeesMock::ContractState`. Did you import the correct trait and impl? [Ln 284, Col 37] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/erc721.cairo (28) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 3, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 41, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 76, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 153, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 204, Col 0] [out] (E) Identifier not found. [Ln 48, Col 22] [out] (E) Identifier not found. [Ln 50, Col 30] [out] (E) Identifier not found. [Ln 54, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::erc721::SnakeERC721Mock::ContractState" has no member "erc721" [Ln 68, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 68, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::erc721::SnakeERC721Mock::ContractState" has no member "erc721" [Ln 69, Col 13] [out] (E) Method `mint` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::IERC4626`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABI`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626DispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626SafeDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABISafeDispatcherTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`. [Ln 69, Col 20] [out] (E) Identifier not found. [Ln 158, Col 30] [out] (E) Identifier not found. [Ln 162, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::erc721::DualCaseERC721ReceiverMock::ContractState" has no member "erc721_receiver" [Ln 169, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 169, Col 29] [out] (E) Type "openzeppelin_test_common::mocks::erc721::DualCaseERC721ReceiverMock::ContractState" has no member "erc721_receiver" [Ln 184, Col 21] [out] (E) Identifier not found. [Ln 210, Col 27] [out] (E) Identifier not found. [Ln 215, Col 8] [out] (E) Identifier not found. [Ln 219, Col 20] [out] (E) Identifier not found. [Ln 224, Col 28] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721_enumerable" [Ln 241, Col 17] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 254, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 254, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721_enumerable" [Ln 255, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 255, Col 31] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 256, Col 13] [out] (E) Method `mint` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::IERC4626`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABI`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626DispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626SafeDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABISafeDispatcherTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`. [Ln 256, Col 20] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/governor.cairo (38) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 82, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 154, Col 0] [out] (E) Identifier not found. [Ln 15, Col 24] [out] (E) Identifier not found. [Ln 19, Col 26] [out] (E) Identifier not found. [Ln 23, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor" [Ln 30, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 30, Col 22] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorMock::ContractState" has no member "governor_votes" [Ln 31, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 31, Col 28] [out] (E) Identifier not found. [Ln 52, Col 27] [out] (E) Identifier not found. [Ln 63, Col 33] [out] (E) Identifier not found. [Ln 97, Col 24] [out] (E) Identifier not found. [Ln 102, Col 8] [out] (E) Identifier not found. [Ln 106, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor" [Ln 113, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 113, Col 22] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorQuorumFractionMock::ContractState" has no member "governor_votes_quorum_fraction" [Ln 114, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 114, Col 44] [out] (E) Identifier not found. [Ln 135, Col 33] [out] (E) Identifier not found. [Ln 174, Col 24] [out] (E) Identifier not found. [Ln 178, Col 26] [out] (E) Identifier not found. [Ln 181, Col 8] [out] (E) Identifier not found. [Ln 184, Col 8] [out] (E) Identifier not found. [Ln 188, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor" [Ln 197, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 197, Col 22] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_votes" [Ln 198, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 198, Col 28] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_settings" [Ln 199, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 199, Col 31] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_timelock_execution" [Ln 200, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 200, Col 41] [out] (E) Identifier not found. [Ln 221, Col 27] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor" [Ln 235, Col 17] [out] (E) ref argument must be a variable. [Ln 235, Col 12] [out] (E) Type "openzeppelin_test_common::mocks::governor::GovernorTimelockedMock::ContractState" has no member "governor_timelock_execution" [Ln 240, Col 17] [out] (E) ref argument must be a variable. [Ln 240, Col 12] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/multisig.cairo (4) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [out] (E) Identifier not found. [Ln 6, Col 24] [out] (E) Type "openzeppelin_test_common::mocks::multisig::MultisigWalletMock::ContractState" has no member "multisig" [Ln 13, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 13, Col 22] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/nonces.cairo (2) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [out] (E) Identifier not found. [Ln 4, Col 22] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/security.cairo (20) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 3, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 14, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 39, Col 0] [out] (E) Identifier not found. [Ln 17, Col 24] [out] (E) Type "openzeppelin_test_common::mocks::security::ReentrancyMock::ContractState" has no member "reentrancy_guard" [Ln 64, Col 17] [out] (E) Method `start` not found on type ``. Consider importing one of the following traits: `openzeppelin_finance::vesting::interface::IVesting`, `openzeppelin_finance::vesting::interface::IVestingDispatcherTrait`, `openzeppelin_finance::vesting::interface::IVestingSafeDispatcherTrait`, `openzeppelin_security::ReentrancyGuardComponent::InternalTrait`. [Ln 64, Col 34] [out] (E) Type "openzeppelin_test_common::mocks::security::ReentrancyMock::ContractState" has no member "reentrancy_guard" [Ln 66, Col 17] [out] (E) Method `end` not found on type ``. Consider importing one of the following traits: `openzeppelin_finance::vesting::interface::IVesting`, `openzeppelin_finance::vesting::interface::IVestingDispatcherTrait`, `openzeppelin_finance::vesting::interface::IVestingSafeDispatcherTrait`, `openzeppelin_security::ReentrancyGuardComponent::InternalTrait`. [Ln 66, Col 34] [out] (E) Type "openzeppelin_test_common::mocks::security::ReentrancyMock::ContractState" has no member "reentrancy_guard" [Ln 70, Col 17] [out] (E) Method `start` not found on type ``. Consider importing one of the following traits: `openzeppelin_finance::vesting::interface::IVesting`, `openzeppelin_finance::vesting::interface::IVestingDispatcherTrait`, `openzeppelin_finance::vesting::interface::IVestingSafeDispatcherTrait`, `openzeppelin_security::ReentrancyGuardComponent::InternalTrait`. [Ln 70, Col 34] [out] (E) Type "openzeppelin_test_common::mocks::security::ReentrancyMock::ContractState" has no member "reentrancy_guard" [Ln 77, Col 17] [out] (E) Method `end` not found on type ``. Consider importing one of the following traits: `openzeppelin_finance::vesting::interface::IVesting`, `openzeppelin_finance::vesting::interface::IVestingDispatcherTrait`, `openzeppelin_finance::vesting::interface::IVestingSafeDispatcherTrait`, `openzeppelin_security::ReentrancyGuardComponent::InternalTrait`. [Ln 77, Col 34] [out] (E) Type "openzeppelin_test_common::mocks::security::ReentrancyMock::ContractState" has no member "reentrancy_guard" [Ln 81, Col 17] [out] (E) Method `start` not found on type ``. Consider importing one of the following traits: `openzeppelin_finance::vesting::interface::IVesting`, `openzeppelin_finance::vesting::interface::IVestingDispatcherTrait`, `openzeppelin_finance::vesting::interface::IVestingSafeDispatcherTrait`, `openzeppelin_security::ReentrancyGuardComponent::InternalTrait`. [Ln 81, Col 34] [out] (E) Type "openzeppelin_test_common::mocks::security::ReentrancyMock::ContractState" has no member "reentrancy_guard" [Ln 90, Col 17] [out] (E) Method `end` not found on type ``. Consider importing one of the following traits: `openzeppelin_finance::vesting::interface::IVesting`, `openzeppelin_finance::vesting::interface::IVestingDispatcherTrait`, `openzeppelin_finance::vesting::interface::IVestingSafeDispatcherTrait`, `openzeppelin_security::ReentrancyGuardComponent::InternalTrait`. [Ln 90, Col 34] [out] (E) Type "openzeppelin_test_common::mocks::security::ReentrancyMock::ContractState" has no member "reentrancy_guard" [Ln 94, Col 17] [out] (E) Method `start` not found on type ``. Consider importing one of the following traits: `openzeppelin_finance::vesting::interface::IVesting`, `openzeppelin_finance::vesting::interface::IVestingDispatcherTrait`, `openzeppelin_finance::vesting::interface::IVestingSafeDispatcherTrait`, `openzeppelin_security::ReentrancyGuardComponent::InternalTrait`. [Ln 94, Col 34] [out] (E) Type "openzeppelin_test_common::mocks::security::ReentrancyMock::ContractState" has no member "reentrancy_guard" [Ln 99, Col 17] [out] (E) Method `end` not found on type ``. Consider importing one of the following traits: `openzeppelin_finance::vesting::interface::IVesting`, `openzeppelin_finance::vesting::interface::IVestingDispatcherTrait`, `openzeppelin_finance::vesting::interface::IVestingSafeDispatcherTrait`, `openzeppelin_security::ReentrancyGuardComponent::InternalTrait`. [Ln 99, Col 34] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/src5.cairo (2) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [out] (E) Identifier not found. [Ln 4, Col 20] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/src9.cairo (12) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [out] (W) Plugin diagnostic: Leaving `panic` in the code is discouraged. [Ln 38, Col 16] [out] (E) Identifier not found. [Ln 7, Col 20] [out] (E) Identifier not found. [Ln 9, Col 25] [out] (E) Identifier not found. [Ln 14, Col 8] [out] (E) Identifier not found. [Ln 18, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::src9::SRC9AccountMock::ContractState" has no member "account" [Ln 27, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 27, Col 21] [out] (E) Type "openzeppelin_test_common::mocks::src9::SRC9AccountMock::ContractState" has no member "src9" [Ln 28, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 28, Col 18] [out] (E) Type "openzeppelin_test_common::mocks::src9::SRC9AccountMock::ContractState" has no member "account" [Ln 36, Col 17] [out] (E) Method `assert_only_self` not found on type ``. Consider importing one of the following traits: `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`. [Ln 36, Col 25] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/timelock.cairo (6) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [out] (E) Identifier not found. [Ln 8, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState" has no member "timelock_controller" [Ln 21, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 21, Col 33] [out] (E) Type "openzeppelin_test_common::mocks::timelock::TimelockControllerMock::ContractState" has no member "access_control" [Ln 22, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 22, Col 28] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/upgrades.cairo (10) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 14, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 64, Col 0] [out] (E) Type "openzeppelin_test_common::mocks::upgrades::UpgradesV1::ContractState" has no member "upgradeable" [Ln 27, Col 17] [out] (E) ref argument must be a variable. [Ln 27, Col 12] [out] (E) Type "openzeppelin_test_common::mocks::upgrades::UpgradesV1::ContractState" has no member "upgradeable" [Ln 36, Col 17] [out] (E) ref argument must be a variable. [Ln 36, Col 12] [out] (E) Type "openzeppelin_test_common::mocks::upgrades::UpgradesV2::ContractState" has no member "upgradeable" [Ln 78, Col 17] [out] (E) ref argument must be a variable. [Ln 78, Col 12] [out] (E) Type "openzeppelin_test_common::mocks::upgrades::UpgradesV2::ContractState" has no member "upgradeable" [Ln 87, Col 17] [out] (E) ref argument must be a variable. [Ln 87, Col 12] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/vesting.cairo (32) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 31, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 91, Col 0] [out] (E) Identifier not found. [Ln 8, Col 28] [out] (E) Identifier not found. [Ln 12, Col 23] [out] (E) Type "openzeppelin_test_common::mocks::vesting::LinearVestingMock::ContractState" has no member "ownable" [Ln 25, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 25, Col 21] [out] (E) Type "openzeppelin_test_common::mocks::vesting::LinearVestingMock::ContractState" has no member "vesting" [Ln 26, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 26, Col 21] [out] (E) Identifier not found. [Ln 39, Col 28] [out] (E) Identifier not found. [Ln 43, Col 23] [out] (E) Type "openzeppelin_test_common::mocks::vesting::StepsVestingMock::ContractState" has no member "ownable" [Ln 60, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 60, Col 21] [out] (E) Type "openzeppelin_test_common::mocks::vesting::StepsVestingMock::ContractState" has no member "vesting" [Ln 61, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 61, Col 21] [out] (E) Identifier not found. [Ln 66, Col 19] [out] (E) Parameter type of impl function `VestingSchedule::calculate_vested_amount` is incompatible with `VestingScheduleTrait::calculate_vested_amount`. Expected: `@openzeppelin_finance::vesting::vesting::VestingComponent::ComponentState::`, actual: `@`. [Ln 66, Col 18] [out] (E) Method `get_contract` not found on type `@`. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::HasComponent`, `openzeppelin_access::ownable::OwnableComponent::HasComponent`, `openzeppelin_account::AccountComponent::HasComponent`, `openzeppelin_account::EthAccountComponent::HasComponent`, `openzeppelin_account::extensions::SRC9Component::HasComponent`, `openzeppelin_finance::vesting::VestingComponent::HasComponent`, `openzeppelin_governance::governor::GovernorComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorCoreExecutionComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorCountingSimpleComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::HasComponent`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::HasComponent`, `openzeppelin_governance::multisig::MultisigComponent::HasComponent`, `openzeppelin_governance::timelock::TimelockControllerComponent::HasComponent`, `openzeppelin_governance::votes::VotesComponent::HasComponent`, `openzeppelin_introspection::src5::SRC5Component::HasComponent`, `openzeppelin_security::InitializableComponent::HasComponent`, `openzeppelin_security::PausableComponent::HasComponent`, `openzeppelin_security::ReentrancyGuardComponent::HasComponent`, `openzeppelin_token::common::erc2981::ERC2981Component::HasComponent`, `openzeppelin_token::erc1155::ERC1155Component::HasComponent`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::HasComponent`, `openzeppelin_token::erc20::ERC20Component::HasComponent`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::HasComponent`, `openzeppelin_token::erc721::ERC721Component::HasComponent`, `openzeppelin_token::erc721::ERC721ReceiverComponent::HasComponent`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::HasComponent`, `openzeppelin_upgrades::UpgradeableComponent::HasComponent`, `openzeppelin_utils::nonces::NoncesComponent::HasComponent`. [Ln 79, Col 39] [out] (E) Identifier not found. [Ln 99, Col 29] [out] (E) Type "openzeppelin_test_common::mocks::vesting::ERC20OptionalTransferPanicMock::ContractState" has no member "erc20" [Ln 114, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 114, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::vesting::ERC20OptionalTransferPanicMock::ContractState" has no member "erc20" [Ln 115, Col 13] [out] (E) Method `mint` not found on type ``. Consider importing one of the following traits: `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::IERC4626`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABI`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626DispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626SafeDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait`, `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABISafeDispatcherTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`. [Ln 115, Col 19] [out] (E) Type "openzeppelin_test_common::mocks::vesting::ERC20OptionalTransferPanicMock::ContractState" has no member "erc20" [Ln 121, Col 17] [out] (E) Type "openzeppelin_test_common::mocks::vesting::ERC20OptionalTransferPanicMock::ContractState" has no member "erc20" [Ln 125, Col 17] [out] (E) Type "openzeppelin_test_common::mocks::vesting::ERC20OptionalTransferPanicMock::ContractState" has no member "erc20" [Ln 131, Col 17] [out] (E) Type "openzeppelin_test_common::mocks::vesting::ERC20OptionalTransferPanicMock::ContractState" has no member "erc20" [Ln 138, Col 21] [out] (E) ref argument must be a variable. [Ln 138, Col 16] [out] (E) Type "openzeppelin_test_common::mocks::vesting::ERC20OptionalTransferPanicMock::ContractState" has no member "erc20" [Ln 151, Col 21] [out] (E) ref argument must be a variable. [Ln 151, Col 16] [out] (E) Type "openzeppelin_test_common::mocks::vesting::ERC20OptionalTransferPanicMock::ContractState" has no member "erc20" [Ln 156, Col 17] [out] (E) ref argument must be a variable. [Ln 156, Col 12] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/votes.cairo (14) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 51, Col 0] [out] (E) Identifier not found. [Ln 9, Col 21] [out] (E) Identifier not found. [Ln 13, Col 26] [out] (E) Identifier not found. [Ln 17, Col 22] [out] (E) Identifier not found. [Ln 32, Col 32] [out] (E) Type "openzeppelin_test_common::mocks::votes::ERC20VotesMock::ContractState" has no member "erc20" [Ln 46, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 46, Col 19] [out] (E) Identifier not found. [Ln 58, Col 21] [out] (E) Identifier not found. [Ln 62, Col 27] [out] (E) Identifier not found. [Ln 66, Col 22] [out] (E) Identifier not found. [Ln 81, Col 33] [out] (E) Type "openzeppelin_test_common::mocks::votes::ERC721VotesMock::ContractState" has no member "erc721" [Ln 101, Col 13] [out] (E) Method `initializer` not found on type ``. Consider importing one of the following traits: `openzeppelin_access::accesscontrol::AccessControlComponent::InternalTrait`, `openzeppelin_access::ownable::OwnableComponent::InternalTrait`, `openzeppelin_account::AccountComponent::InternalTrait`, `openzeppelin_account::EthAccountComponent::InternalTrait`, `openzeppelin_account::extensions::SRC9Component::InternalTrait`, `openzeppelin_finance::vesting::VestingComponent::InternalTrait`, `openzeppelin_governance::governor::GovernorComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorSettingsComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorTimelockExecutionComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesComponent::InternalTrait`, `openzeppelin_governance::governor::extensions::GovernorVotesQuorumFractionComponent::InternalTrait`, `openzeppelin_governance::multisig::MultisigComponent::InternalTrait`, `openzeppelin_governance::timelock::TimelockControllerComponent::InternalTrait`, `openzeppelin_token::common::erc2981::ERC2981Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155Component::InternalTrait`, `openzeppelin_token::erc1155::ERC1155ReceiverComponent::InternalTrait`, `openzeppelin_token::erc20::ERC20Component::InternalTrait`, `openzeppelin_token::erc20::extensions::erc4626::ERC4626Component::InternalTrait`, `openzeppelin_token::erc721::ERC721Component::InternalTrait`, `openzeppelin_token::erc721::ERC721ReceiverComponent::InternalTrait`, `openzeppelin_token::erc721::extensions::ERC721EnumerableComponent::InternalTrait`. [Ln 101, Col 20] [out] file:///mnt/maat-workbench/packages/token/src/common/erc2981/erc2981.cairo (4) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 445, Col 4] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 446, Col 4] [out] (E) Method `initializer` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 451, Col 14] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 449, Col 12] [out] file:///mnt/maat-workbench/packages/token/src/erc20/extensions/erc4626/erc4626.cairo (4) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 702, Col 4] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 703, Col 4] [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`. [Ln 708, Col 14] [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 706, Col 12] [out] file:///mnt/maat-workbench/packages/token/src/tests/erc1155/test_erc1155_receiver.cairo (13) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 13, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 29, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 38, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 51, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 61, Col 0] [out] (E) Type "openzeppelin_test_common::mocks::erc1155::DualCaseERC1155ReceiverMock::ContractState" has no member "erc1155_receiver" [Ln 16, Col 10] [out] (E) ref argument must be a variable. [Ln 16, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc1155::DualCaseERC1155ReceiverMock::ContractState" has no member "src5" [Ln 18, Col 43] [out] (E) Type "openzeppelin_test_common::mocks::erc1155::DualCaseERC1155ReceiverMock::ContractState" has no member "src5" [Ln 21, Col 31] [out] (E) Type "openzeppelin_test_common::mocks::erc1155::DualCaseERC1155ReceiverMock::ContractState" has no member "erc1155_receiver" [Ln 33, Col 9] [out] (E) Type "openzeppelin_test_common::mocks::erc1155::DualCaseERC1155ReceiverMock::ContractState" has no member "erc1155_receiver" [Ln 42, Col 9] [out] (E) Type "openzeppelin_test_common::mocks::erc1155::DualCaseERC1155ReceiverMock::ContractState" has no member "erc1155_receiver" [Ln 56, Col 9] [out] (E) Type "openzeppelin_test_common::mocks::erc1155::DualCaseERC1155ReceiverMock::ContractState" has no member "erc1155_receiver" [Ln 66, Col 9] [out] file:///mnt/maat-workbench/packages/token/src/tests/erc1155/test_erc1155.cairo (352) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 69, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 91, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 118, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 125, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 136, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 147, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 158, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 159, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 168, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 169, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 182, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 201, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 220, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 240, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 260, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 285, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 310, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 311, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 319, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 320, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 328, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 329, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 337, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 338, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 346, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 347, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 355, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 356, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 364, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 365, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 373, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 374, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 382, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 383, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 392, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 393, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 406, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 426, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 446, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 467, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 489, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 515, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 541, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 542, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 552, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 553, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 563, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 564, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 573, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 574, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 583, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 584, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 593, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 594, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 603, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 604, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 614, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 615, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 625, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 626, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 636, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 637, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 651, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 675, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 676, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 683, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 684, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 695, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 719, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 720, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 727, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 728, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 739, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 760, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 780, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 800, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 821, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 822, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 832, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 833, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 843, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 844, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 854, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 868, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 887, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 908, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 930, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 950, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 971, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 972, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 982, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1003, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1025, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1026, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1036, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1037, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1047, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1048, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1058, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1059, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1070, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1071, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1085, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1107, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1129, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1130, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1138, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1139, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1151, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1178, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1205, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1206, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1215, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1216, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1229, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1250, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1251, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1258, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1281, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1282, Col 0] [out] (W) Unused import: `openzeppelin_token::tests::erc1155::test_erc1155::EMPTY_DATA` [Ln 8, Col 4] [out] (W) Unused import: `openzeppelin_token::tests::erc1155::test_erc1155::erc1155` [Ln 15, Col 11] [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 41, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `batch_mint_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 47, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 44, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 45, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 54, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `batch_mint_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 60, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 57, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 58, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 74, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 77, Col 18] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc1155::DualCaseERC1155Mock::ContractState`. [Ln 79, Col 39] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc1155::DualCaseERC1155Mock::ContractState`. [Ln 83, Col 9] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc1155::DualCaseERC1155Mock::ContractState`. [Ln 87, Col 9] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `initializer_no_metadata` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 96, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::initializer_no_metadata` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::initializer_no_metadata` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::initializer_no_metadata` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 100, Col 18] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc1155::DualCaseERC1155Mock::ContractState`. [Ln 102, Col 39] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc1155::DualCaseERC1155Mock::ContractState`. [Ln 106, Col 9] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc1155::DualCaseERC1155Mock::ContractState`. [Ln 110, Col 9] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 121, Col 24] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 120, Col 16] [out] (E) Method `balanceOf` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 128, Col 24] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::balanceOf` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 127, Col 16] [out] (E) Method `balance_of_batch` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 142, Col 25] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of_batch` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::array::ArrayTrait::at and core::array::SpanTrait::at. Consider adding type annotations or explicitly refer to the impl function. [Ln 143, Col 25] [out] (E) Desnap operator can only be applied on snapshots [Ln 143, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::array::ArrayTrait::at and core::array::SpanTrait::at. Consider adding type annotations or explicitly refer to the impl function. [Ln 144, Col 23] [out] (E) Desnap operator can only be applied on snapshots [Ln 144, Col 13] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 139, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 140, Col 8] [out] (E) Method `balanceOfBatch` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 153, Col 25] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::balanceOfBatch` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::array::ArrayTrait::at and core::array::SpanTrait::at. Consider adding type annotations or explicitly refer to the impl function. [Ln 154, Col 25] [out] (E) Desnap operator can only be applied on snapshots [Ln 154, Col 15] [out] (E) Ambiguous method call. More than one applicable trait function with a suitable self type was found: core::array::ArrayTrait::at and core::array::SpanTrait::at. Consider adding type annotations or explicitly refer to the impl function. [Ln 155, Col 23] [out] (E) Desnap operator can only be applied on snapshots [Ln 155, Col 13] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 150, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 151, Col 8] [out] (E) Method `balance_of_batch` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 165, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of_batch` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 162, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 163, Col 8] [out] (E) Method `balanceOfBatch` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 175, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::balanceOfBatch` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 172, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 173, Col 8] [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 192, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 211, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 231, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 251, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 270, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 276, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 295, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 301, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 316, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 325, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 334, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 343, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 352, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 361, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 370, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 379, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 389, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 386, Col 8] [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 399, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 396, Col 8] [out] (E) Method `safe_batch_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 417, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `safeBatchTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 437, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `safe_batch_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 458, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `safeBatchTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 479, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 500, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `safe_batch_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 506, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 526, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `safeBatchTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 532, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `safe_batch_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 549, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 545, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 545, Col 20] [out] (E) Method `safeBatchTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 560, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 556, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 556, Col 20] [out] (E) Method `safe_batch_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 570, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 567, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 567, Col 20] [out] (E) Method `safeBatchTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 580, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 577, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 577, Col 20] [out] (E) Method `safe_batch_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 590, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 587, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 587, Col 20] [out] (E) Method `safeBatchTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 600, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 597, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 597, Col 20] [out] (E) Method `safe_batch_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 611, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 607, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 608, Col 8] [out] (E) Method `safeBatchTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 622, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 618, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 619, Col 8] [out] (E) Method `safe_batch_transfer_from` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 633, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::safe_batch_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 629, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 629, Col 20] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 630, Col 8] [out] (E) Method `safeBatchTransferFrom` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 644, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::safeBatchTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 640, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 640, Col 20] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 641, Col 8] [out] (E) Method `is_approved_for_all` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 659, Col 38] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 662, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `is_approved_for_all` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 665, Col 36] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 668, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `is_approved_for_all` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 671, Col 38] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 680, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 688, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `isApprovedForAll` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 703, Col 38] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::isApprovedForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::isApprovedForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::isApprovedForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `setApprovalForAll` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 706, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::setApprovalForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::setApprovalForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::setApprovalForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `isApprovedForAll` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 709, Col 36] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::isApprovedForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::isApprovedForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::isApprovedForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `setApprovalForAll` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 712, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::setApprovalForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::setApprovalForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::setApprovalForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `isApprovedForAll` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 715, Col 38] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::isApprovedForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::isApprovedForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::isApprovedForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 724, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `setApprovalForAll` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 732, Col 10] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::setApprovalForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::setApprovalForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155Camel::setApprovalForAll` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155Camel::. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 751, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 743, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 744, Col 8] [out] (E) Method `update` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 771, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 791, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 812, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 829, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 824, Col 20] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 825, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 826, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 827, Col 8] [out] (E) Method `update` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 840, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 835, Col 20] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 836, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 837, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 838, Col 8] [out] (E) Method `update` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 851, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 846, Col 20] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 847, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 848, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 849, Col 8] [out] (E) Method `update` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 864, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 878, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `update_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 899, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 891, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 892, Col 8] [out] (E) Method `update_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 921, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 913, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 914, Col 8] [out] (E) Method `update_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 941, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `update_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 962, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `update_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 979, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 975, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 976, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 976, Col 20] [out] (E) Method `update_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 994, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `update_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1016, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `update_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1033, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1028, Col 20] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1029, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1030, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1031, Col 8] [out] (E) Method `update_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1044, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1039, Col 20] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1040, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1041, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1042, Col 8] [out] (E) Method `update_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1055, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1050, Col 20] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1051, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1052, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1053, Col 8] [out] (E) Method `update_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1067, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1062, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1063, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1064, Col 8] [out] (E) Method `update_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1078, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::update_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1074, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1075, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1075, Col 20] [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1094, Col 37] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `mint_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1097, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::mint_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::mint_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::mint_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1103, Col 37] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1116, Col 37] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `mint_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1119, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::mint_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::mint_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::mint_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1125, Col 37] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `mint_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1135, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::mint_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::mint_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::mint_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1133, Col 8] [out] (E) Method `mint_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1144, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::mint_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::mint_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::mint_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1142, Col 8] [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1161, Col 52] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1163, Col 52] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `batch_mint_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1166, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1172, Col 51] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1174, Col 51] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1188, Col 52] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1190, Col 52] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `batch_mint_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1193, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1199, Col 51] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1201, Col 51] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `batch_mint_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1212, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1209, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1210, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1210, Col 20] [out] (E) Method `batch_mint_with_acceptance_check` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1222, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_mint_with_acceptance_check` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1219, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1220, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1220, Col 20] [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1237, Col 33] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `burn` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1240, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::burn` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::burn` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::burn` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1246, Col 33] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `burn` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1254, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::burn` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::burn` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::burn` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1267, Col 48] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1269, Col 48] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `batch_burn` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1272, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_burn` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_burn` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_burn` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1275, Col 47] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1277, Col 47] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>>. [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::. [out] (E) Method `batch_burn` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1286, Col 10] [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_burn` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_burn` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc1155::erc1155::ERC1155Component::InternalTrait::batch_burn` inference failed with: Type mismatch: `openzeppelin_token::erc1155::erc1155::ERC1155Component::StorageStorageBaseMut` and `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1285, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1285, Col 20] [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1297, Col 21] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1298, Col 18] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1305, Col 18] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1306, Col 21] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1315, Col 38] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1317, Col 41] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1330, Col 38] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1332, Col 41] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1345, Col 38] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1347, Col 41] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1360, Col 38] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1362, Col 41] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1375, Col 38] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc1155::erc1155::ERC1155Component::ComponentState::`. [Ln 1377, Col 41] [out] Candidate `openzeppelin_token::erc1155::interface::IERC1155::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc1155::interface::IERC1155::>. [out] file:///mnt/maat-workbench/packages/token/src/tests/erc20/test_erc20_permit.cairo (169) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 87, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 103, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 121, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 140, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 160, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 203, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 204, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 222, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 241, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 249, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 263, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 264, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 277, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 278, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 291, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 292, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 305, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 306, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 319, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 320, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 331, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 332, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 345, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 346, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 359, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 360, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 373, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 374, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 387, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 388, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 401, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 402, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 415, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 416, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 433, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 434, Col 0] [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 77, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 78, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 95, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 97, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 90, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 96, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 113, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 115, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 108, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 114, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 127, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 131, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 132, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Mixin::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Mixin::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Mixin::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Mixin::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Mixin::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Mixin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 124, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 128, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 146, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 150, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 152, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Mixin::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Mixin::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Mixin::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Mixin::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Mixin::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Mixin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 143, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 147, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 173, Col 24] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 176, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 177, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Mixin::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Mixin::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Mixin::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Mixin::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Mixin::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Mixin::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 192, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 193, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Mixin::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Mixin::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Mixin::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Mixin::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Mixin::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Mixin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 163, Col 35] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 174, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 190, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 210, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 215, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 214, Col 8] [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 219, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 207, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 207, Col 25] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 207, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 218, Col 8] [out] (E) Method `DOMAIN_SEPARATOR` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 234, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::DOMAIN_SEPARATOR` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] (E) Method `snip12_metadata` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 254, Col 50] [out] Candidate `openzeppelin_utils::cryptography::interface::ISNIP12Metadata::snip12_metadata` inference failed with: Trait has no implementation in context: openzeppelin_utils::cryptography::interface::ISNIP12Metadata::>. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 254, Col 8] [out] (E) Identifier not found. [Ln 255, Col 15] [out] (E) Identifier not found. [Ln 256, Col 15] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 272, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 274, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 267, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 267, Col 18] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 267, Col 26] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 273, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 286, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 288, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 281, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 281, Col 16] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 281, Col 25] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 281, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 287, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 300, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 302, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 295, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 295, Col 16] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 295, Col 25] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 295, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 301, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 314, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 316, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 309, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 309, Col 16] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 309, Col 25] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 309, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 315, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 326, Col 34] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 328, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 323, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 323, Col 16] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 323, Col 25] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 323, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 327, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 338, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 342, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 335, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 335, Col 16] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 335, Col 25] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 335, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 341, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 352, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 356, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 349, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 349, Col 16] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 349, Col 25] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 349, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 355, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 368, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 370, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 363, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 363, Col 16] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 363, Col 25] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 363, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 369, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 382, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 384, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 377, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 377, Col 16] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 377, Col 25] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 377, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 383, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 396, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 398, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 391, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 391, Col 16] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 391, Col 25] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 391, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 397, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 410, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 412, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 405, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 405, Col 16] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 405, Col 25] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 405, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 411, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 424, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 426, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 419, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 419, Col 16] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 419, Col 25] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 419, Col 33] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 425, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 442, Col 22] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (E) Method `permit` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 444, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::permit` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 437, Col 9] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 437, Col 16] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 437, Col 25] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 443, Col 8] [out] (E) Method `nonces` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 476, Col 33] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Permit::nonces` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Permit::>. [out] (E) Method `allowance` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 480, Col 33] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Mixin::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Mixin::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 484, Col 33] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Mixin::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Mixin::>. [out] file:///mnt/maat-workbench/packages/token/src/tests/erc20/test_erc20.cairo (167) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 49, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 64, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 71, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 78, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 85, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 92, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 106, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 122, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 123, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 129, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 130, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 137, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 152, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 153, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 159, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 160, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 171, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 187, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 188, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 197, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 198, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 204, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 205, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 212, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 225, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 226, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 235, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 236, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 242, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 243, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 253, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 276, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 289, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 290, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 301, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 302, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 312, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 313, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 319, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 342, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 355, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 356, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 367, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 368, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 378, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 379, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 389, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 405, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 421, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 435, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 436, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 446, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 460, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 461, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 469, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 470, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 480, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 496, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 497, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 507, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 523, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 524, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 534, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 550, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 570, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 582, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 594, Col 0] [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 33, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 34, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 40, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 41, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 52, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `name` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 54, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Metadata::name` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Metadata::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Metadata::name` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Metadata::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Metadata::name` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Metadata::. [out] (E) Method `symbol` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 55, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Metadata::symbol` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Metadata::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Metadata::symbol` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Metadata::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Metadata::symbol` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Metadata::. [out] (E) Method `decimals` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 56, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20Metadata::decimals` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Metadata::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Metadata::decimals` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Metadata::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20Metadata::decimals` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20Metadata::. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 57, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 67, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 68, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 74, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `totalSupply` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 75, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::totalSupply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::totalSupply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::totalSupply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 81, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 82, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 88, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `balanceOf` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 89, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::balanceOf` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::balanceOf` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::balanceOf` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 96, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `allowance` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 98, Col 26] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 113, Col 27] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `allowance` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 118, Col 26] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 126, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 134, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `_approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 144, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `allowance` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 148, Col 26] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `_approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 156, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `_approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 164, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `transfer` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 180, Col 27] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `transfer` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 194, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 193, Col 8] [out] (E) Method `transfer` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 201, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `transfer` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 209, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `_transfer` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 219, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_transfer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_transfer` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `_transfer` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 232, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_transfer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_transfer` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 231, Col 8] [out] (E) Method `_transfer` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 239, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_transfer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_transfer` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `_transfer` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 246, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_transfer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_transfer` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 259, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 265, Col 27] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `allowance` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 272, Col 26] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 280, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 283, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `allowance` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 285, Col 26] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 294, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 298, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 297, Col 8] [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 306, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 309, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 316, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 325, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `transferFrom` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 331, Col 27] [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::. [out] (E) Method `allowance` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 338, Col 26] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 346, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `transferFrom` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 349, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::. [out] (E) Method `allowance` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 351, Col 26] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 360, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `transferFrom` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 364, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 363, Col 8] [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 372, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `transferFrom` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 375, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::. [out] (E) Method `transferFrom` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 382, Col 10] [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20CamelOnly::. [out] (E) Method `_approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 394, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `_spend_allowance` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 397, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_spend_allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_spend_allowance` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_spend_allowance` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `allowance` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 401, Col 26] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `_approve` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 408, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_approve` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `_spend_allowance` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 411, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_spend_allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_spend_allowance` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::_spend_allowance` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `allowance` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 413, Col 26] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::allowance` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 410, Col 8] [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 429, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 439, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `burn` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 454, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::burn` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::burn` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::burn` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `burn` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 466, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::burn` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::burn` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::burn` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 464, Col 8] [out] (E) Method `burn` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 473, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::burn` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::burn` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::burn` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 490, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 504, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 501, Col 8] [out] (E) Method `update` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 517, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 531, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 528, Col 8] [out] (E) Method `update` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 544, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 558, Col 37] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 562, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 564, Col 36] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>>. [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 577, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 589, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc20::erc20::ERC20Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 608, Col 31] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 611, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 612, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 618, Col 31] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 621, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 622, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 628, Col 31] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 631, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 637, Col 31] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 640, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 646, Col 31] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 649, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 655, Col 31] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [Ln 658, Col 21] [out] Candidate `openzeppelin_token::erc20::interface::IERC20::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::interface::IERC20::>. [out] file:///mnt/maat-workbench/packages/token/src/tests/erc2981/test_erc2981_accesscontrol.cairo (210) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 46, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 57, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 72, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 90, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 108, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 123, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 124, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 132, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 133, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 142, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 156, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 157, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 165, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 166, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 175, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 196, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 218, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 219, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 227, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 228, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 237, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 264, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 292, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 293, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 302, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 303, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 313, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 327, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 328, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 337, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 338, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 348, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 373, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 399, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 400, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 409, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 410, Col 0] [out] (E) Method `initializer` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 32, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `initializer` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 35, Col 25] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 50, Col 51] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Info::default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Info::>. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 50, Col 8] [out] (E) Identifier not found. [Ln 52, Col 15] [out] (E) Identifier not found. [Ln 53, Col 15] [out] (E) Identifier not found. [Ln 54, Col 15] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 63, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 63, Col 8] [out] (E) Identifier not found. [Ln 64, Col 15] [out] (E) Identifier not found. [Ln 65, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 60, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 61, Col 8] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 78, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 78, Col 8] [out] (E) Identifier not found. [Ln 79, Col 15] [out] (E) Identifier not found. [Ln 80, Col 15] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 83, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 85, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 85, Col 8] [out] (E) Identifier not found. [Ln 86, Col 15] [out] (E) Identifier not found. [Ln 87, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 75, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 76, Col 8] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 96, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 96, Col 8] [out] (E) Identifier not found. [Ln 97, Col 15] [out] (E) Identifier not found. [Ln 98, Col 15] [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 101, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 103, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 103, Col 8] [out] (E) Identifier not found. [Ln 104, Col 15] [out] (E) Identifier not found. [Ln 105, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 93, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 94, Col 8] [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 116, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 118, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 118, Col 8] [out] (E) Identifier not found. [Ln 119, Col 15] [out] (E) Identifier not found. [Ln 120, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 111, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 112, Col 8] [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 129, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 139, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 149, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 151, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 151, Col 8] [out] (E) Identifier not found. [Ln 152, Col 15] [out] (E) Identifier not found. [Ln 153, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 145, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 146, Col 8] [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 162, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 172, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 169, Col 8] [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 182, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 184, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 184, Col 8] [out] (E) Identifier not found. [Ln 185, Col 15] [out] (E) Identifier not found. [Ln 186, Col 15] [out] (E) Method `delete_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 189, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 191, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 191, Col 8] [out] (E) Identifier not found. [Ln 192, Col 15] [out] (E) Identifier not found. [Ln 193, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 178, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 179, Col 8] [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 203, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 205, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 205, Col 8] [out] (E) Identifier not found. [Ln 206, Col 15] [out] (E) Identifier not found. [Ln 207, Col 15] [out] (E) Method `delete_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 211, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 213, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 213, Col 8] [out] (E) Identifier not found. [Ln 214, Col 15] [out] (E) Identifier not found. [Ln 215, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 199, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 200, Col 8] [out] (E) Method `delete_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 224, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `delete_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 234, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 244, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 244, Col 8] [out] (E) Identifier not found. [Ln 245, Col 15] [out] (E) Identifier not found. [Ln 246, Col 15] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 248, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 248, Col 8] [out] (E) Identifier not found. [Ln 249, Col 15] [out] (E) Identifier not found. [Ln 250, Col 15] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 253, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 255, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 255, Col 8] [out] (E) Identifier not found. [Ln 256, Col 15] [out] (E) Identifier not found. [Ln 257, Col 15] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 259, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 259, Col 8] [out] (E) Identifier not found. [Ln 260, Col 15] [out] (E) Identifier not found. [Ln 261, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 240, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 241, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 242, Col 8] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 271, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 271, Col 8] [out] (E) Identifier not found. [Ln 272, Col 15] [out] (E) Identifier not found. [Ln 273, Col 15] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 275, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 275, Col 8] [out] (E) Identifier not found. [Ln 276, Col 15] [out] (E) Identifier not found. [Ln 277, Col 15] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 281, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 283, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 283, Col 8] [out] (E) Identifier not found. [Ln 284, Col 15] [out] (E) Identifier not found. [Ln 285, Col 15] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 287, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 287, Col 8] [out] (E) Identifier not found. [Ln 288, Col 15] [out] (E) Identifier not found. [Ln 289, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 267, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 268, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 269, Col 8] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 299, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 296, Col 8] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 310, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 306, Col 8] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 320, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 322, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 322, Col 8] [out] (E) Identifier not found. [Ln 323, Col 15] [out] (E) Identifier not found. [Ln 324, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 316, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 317, Col 8] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 334, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 331, Col 8] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 345, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 341, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 342, Col 8] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 354, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 354, Col 8] [out] (E) Identifier not found. [Ln 355, Col 15] [out] (E) Identifier not found. [Ln 356, Col 15] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 359, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 361, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 361, Col 8] [out] (E) Identifier not found. [Ln 362, Col 15] [out] (E) Identifier not found. [Ln 363, Col 15] [out] (E) Method `reset_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 366, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 368, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 368, Col 8] [out] (E) Identifier not found. [Ln 369, Col 15] [out] (E) Identifier not found. [Ln 370, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 351, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 352, Col 8] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 379, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 379, Col 8] [out] (E) Identifier not found. [Ln 380, Col 15] [out] (E) Identifier not found. [Ln 381, Col 15] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 384, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 386, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 386, Col 8] [out] (E) Identifier not found. [Ln 387, Col 15] [out] (E) Identifier not found. [Ln 388, Col 15] [out] (E) Method `reset_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 392, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 394, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 394, Col 8] [out] (E) Identifier not found. [Ln 395, Col 15] [out] (E) Identifier not found. [Ln 396, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 376, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 377, Col 8] [out] (E) Method `reset_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 406, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 403, Col 8] [out] (E) Method `reset_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 417, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 413, Col 8] [out] (E) Method `_grant_role` could not be called on type `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [Ln 426, Col 10] [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::_grant_role` inference failed with: Trait has no implementation in context: openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::_grant_role` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] Candidate `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::InternalTrait::_grant_role` inference failed with: Type mismatch: `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::StorageStorageBaseMut` and `openzeppelin_access::accesscontrol::accesscontrol::AccessControlComponent::ComponentState::`. [out] file:///mnt/maat-workbench/packages/token/src/tests/erc2981/test_erc2981_internal.cairo (131) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 35, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 56, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 67, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 88, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 99, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 116, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 128, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 129, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 136, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 137, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 145, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 164, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 190, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 202, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 203, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 210, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 211, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 220, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 243, Col 0] [out] (W) Unused import: `openzeppelin_token::tests::erc2981::test_erc2981_internal::IERC2981_ID` [Ln 5, Col 39] [out] (E) Method `initializer` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 27, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `initializer` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 40, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 42, Col 51] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_default_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_default_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `@openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 42, Col 8] [out] (E) Identifier not found. [Ln 44, Col 15] [out] (E) Identifier not found. [Ln 45, Col 15] [out] (E) Identifier not found. [Ln 46, Col 15] [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc2981::ERC2981Mock::ContractState`. [Ln 48, Col 39] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 62, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 62, Col 8] [out] (E) Identifier not found. [Ln 63, Col 15] [out] (E) Identifier not found. [Ln 64, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 59, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 60, Col 8] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 73, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 73, Col 8] [out] (E) Identifier not found. [Ln 74, Col 15] [out] (E) Identifier not found. [Ln 75, Col 15] [out] (E) Method `_set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 77, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 79, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 79, Col 8] [out] (E) Identifier not found. [Ln 80, Col 15] [out] (E) Identifier not found. [Ln 81, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 70, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 71, Col 8] [out] (E) Method `_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 92, Col 51] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_default_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_default_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `@openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 92, Col 8] [out] (E) Identifier not found. [Ln 94, Col 15] [out] (E) Identifier not found. [Ln 95, Col 15] [out] (E) Identifier not found. [Ln 96, Col 15] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 105, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 105, Col 8] [out] (E) Identifier not found. [Ln 106, Col 15] [out] (E) Identifier not found. [Ln 107, Col 15] [out] (E) Method `_set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 109, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 111, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 111, Col 8] [out] (E) Identifier not found. [Ln 112, Col 15] [out] (E) Identifier not found. [Ln 113, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 102, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 103, Col 8] [out] (E) Method `_set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 122, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 123, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 123, Col 8] [out] (E) Identifier not found. [Ln 124, Col 15] [out] (E) Identifier not found. [Ln 125, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 119, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 120, Col 8] [out] (E) Method `_set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 133, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `_set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 142, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 140, Col 8] [out] (E) Method `_set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 151, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_default_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 153, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 153, Col 8] [out] (E) Identifier not found. [Ln 154, Col 15] [out] (E) Identifier not found. [Ln 155, Col 15] [out] (E) Method `_delete_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 157, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_delete_default_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_delete_default_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 159, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 159, Col 8] [out] (E) Identifier not found. [Ln 160, Col 15] [out] (E) Identifier not found. [Ln 161, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 148, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 149, Col 8] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 171, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 171, Col 8] [out] (E) Identifier not found. [Ln 172, Col 15] [out] (E) Identifier not found. [Ln 173, Col 15] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 175, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 175, Col 8] [out] (E) Identifier not found. [Ln 176, Col 15] [out] (E) Identifier not found. [Ln 177, Col 15] [out] (E) Method `_set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 179, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 181, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 181, Col 8] [out] (E) Identifier not found. [Ln 182, Col 15] [out] (E) Identifier not found. [Ln 183, Col 15] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 185, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 185, Col 8] [out] (E) Identifier not found. [Ln 186, Col 15] [out] (E) Identifier not found. [Ln 187, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 167, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 168, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 169, Col 8] [out] (E) Method `_set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 196, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 197, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 197, Col 8] [out] (E) Identifier not found. [Ln 198, Col 15] [out] (E) Identifier not found. [Ln 199, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 193, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 194, Col 8] [out] (E) Method `_set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 207, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 206, Col 8] [out] (E) Method `_set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 217, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 214, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 215, Col 8] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 226, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 226, Col 8] [out] (E) Identifier not found. [Ln 227, Col 15] [out] (E) Identifier not found. [Ln 228, Col 15] [out] (E) Method `_set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 230, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_set_token_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 232, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 232, Col 8] [out] (E) Identifier not found. [Ln 233, Col 15] [out] (E) Identifier not found. [Ln 234, Col 15] [out] (E) Method `_reset_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 236, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_reset_token_royalty` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::_reset_token_royalty` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 238, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 238, Col 8] [out] (E) Identifier not found. [Ln 239, Col 15] [out] (E) Identifier not found. [Ln 240, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 223, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 224, Col 8] [out] file:///mnt/maat-workbench/packages/token/src/tests/erc2981/test_erc2981_ownable.cairo (136) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 40, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 51, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 66, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 84, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 102, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 103, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 111, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 125, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 126, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 134, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 135, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 144, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 165, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 166, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 174, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 201, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 202, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 211, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 225, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 226, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 235, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 236, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 246, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 271, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 272, Col 0] [out] (E) Method `initializer` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 28, Col 10] [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `initializer` could not be called on type `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [Ln 31, Col 18] [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] Candidate `openzeppelin_access::ownable::ownable::OwnableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_access::ownable::ownable::OwnableComponent::StorageStorageBaseMut` and `openzeppelin_access::ownable::ownable::OwnableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_access::ownable::ownable::OwnableComponent::StorageStorageBaseMut` and `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [out] (E) Method `default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 44, Col 51] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Info::default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Info::>. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 44, Col 8] [out] (E) Identifier not found. [Ln 46, Col 15] [out] (E) Identifier not found. [Ln 47, Col 15] [out] (E) Identifier not found. [Ln 48, Col 15] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 57, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 57, Col 8] [out] (E) Identifier not found. [Ln 58, Col 15] [out] (E) Identifier not found. [Ln 59, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 54, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 55, Col 8] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 72, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 72, Col 8] [out] (E) Identifier not found. [Ln 73, Col 15] [out] (E) Identifier not found. [Ln 74, Col 15] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 77, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 79, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 79, Col 8] [out] (E) Identifier not found. [Ln 80, Col 15] [out] (E) Identifier not found. [Ln 81, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 69, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 70, Col 8] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 90, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 90, Col 8] [out] (E) Identifier not found. [Ln 91, Col 15] [out] (E) Identifier not found. [Ln 92, Col 15] [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 95, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 97, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 97, Col 8] [out] (E) Identifier not found. [Ln 98, Col 15] [out] (E) Identifier not found. [Ln 99, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 87, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 88, Col 8] [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 108, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 118, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 120, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 120, Col 8] [out] (E) Identifier not found. [Ln 121, Col 15] [out] (E) Identifier not found. [Ln 122, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 114, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 115, Col 8] [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 131, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 141, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 138, Col 8] [out] (E) Method `set_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 151, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 153, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 153, Col 8] [out] (E) Identifier not found. [Ln 154, Col 15] [out] (E) Identifier not found. [Ln 155, Col 15] [out] (E) Method `delete_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 158, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 160, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 160, Col 8] [out] (E) Identifier not found. [Ln 161, Col 15] [out] (E) Identifier not found. [Ln 162, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 147, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 148, Col 8] [out] (E) Method `delete_default_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 171, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::delete_default_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 181, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 181, Col 8] [out] (E) Identifier not found. [Ln 182, Col 15] [out] (E) Identifier not found. [Ln 183, Col 15] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 185, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 185, Col 8] [out] (E) Identifier not found. [Ln 186, Col 15] [out] (E) Identifier not found. [Ln 187, Col 15] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 190, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 192, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 192, Col 8] [out] (E) Identifier not found. [Ln 193, Col 15] [out] (E) Identifier not found. [Ln 194, Col 15] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 196, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 196, Col 8] [out] (E) Identifier not found. [Ln 197, Col 15] [out] (E) Identifier not found. [Ln 198, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 177, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 178, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 179, Col 8] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 208, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 205, Col 8] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 218, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 220, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 220, Col 8] [out] (E) Identifier not found. [Ln 221, Col 15] [out] (E) Identifier not found. [Ln 222, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 214, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 215, Col 8] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 232, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 229, Col 8] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 243, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 239, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 240, Col 8] [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 252, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 252, Col 8] [out] (E) Identifier not found. [Ln 253, Col 15] [out] (E) Identifier not found. [Ln 254, Col 15] [out] (E) Method `set_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 257, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::set_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 259, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 259, Col 8] [out] (E) Identifier not found. [Ln 260, Col 15] [out] (E) Identifier not found. [Ln 261, Col 15] [out] (E) Method `reset_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 264, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (E) Method `royalty_info` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 266, Col 35] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981::royalty_info` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981::. [out] (E) Unexpected type for tuple pattern. "" is not a tuple. [Ln 266, Col 8] [out] (E) Identifier not found. [Ln 267, Col 15] [out] (E) Identifier not found. [Ln 268, Col 15] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 249, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 250, Col 8] [out] (E) Method `reset_token_royalty` could not be called on type `openzeppelin_token::common::erc2981::erc2981::ERC2981Component::ComponentState::`. [Ln 278, Col 10] [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::>>. [out] Candidate `openzeppelin_token::common::erc2981::interface::IERC2981Admin::reset_token_royalty` inference failed with: Trait has no implementation in context: openzeppelin_token::common::erc2981::interface::IERC2981Admin::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 275, Col 8] [out] file:///mnt/maat-workbench/packages/token/src/tests/erc4626/test_erc4626.cairo (52) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 171, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 172, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 183, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 200, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 218, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 243, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 251, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 285, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 324, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 348, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 391, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 402, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 451, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 498, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 528, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 577, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 588, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 638, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 687, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 735, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 767, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 768, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 777, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 824, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 871, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 872, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 904, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 958, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1011, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1042, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1089, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1090, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1099, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1100, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1109, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1110, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1119, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1143, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1165, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1166, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1175, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1199, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1251, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1291, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1331, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1373, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1419, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1528, Col 0] [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`. [Ln 176, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`. [out] (E) Method `asset` could not be called on type `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`. [Ln 187, Col 30] [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626::asset` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626::>. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait::asset` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait::>. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626::asset` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626::>>. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait::asset` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait::>>. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626::asset` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626::. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait::asset` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait::. [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`. [Ln 190, Col 10] [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::erc20::ERC20Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::erc20::ERC20Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::StorageStorageBaseMut` and `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`. [out] (E) Method `asset` could not be called on type `openzeppelin_token::erc20::extensions::erc4626::erc4626::ERC4626Component::ComponentState::`. [Ln 192, Col 30] [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626::asset` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626::>. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait::asset` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait::>. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626::asset` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626::>>. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait::asset` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait::>>. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626::asset` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::interface::IERC4626::. [out] Candidate `openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait::asset` inference failed with: Trait has no implementation in context: openzeppelin_token::erc20::extensions::erc4626::interface::ERC4626ABIDispatcherTrait::. [out] file:///mnt/maat-workbench/packages/token/src/tests/erc721/test_erc721_enumerable.cairo (140) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 52, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 70, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 96, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 103, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 104, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 112, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 113, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 121, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 133, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 147, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 171, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 178, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 179, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 187, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 188, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 196, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 197, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 204, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 205, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 212, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 224, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 238, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 259, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 280, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 301, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 325, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 350, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 382, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 401, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 425, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 440, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 463, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 483, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 509, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 515, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 526, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 537, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 547, Col 0] [out] (W) Unused import: `openzeppelin_token::tests::erc721::test_erc721_enumerable::ISRC5_ID` [Ln 0, Col 43] [out] (W) Unused import: `openzeppelin_token::tests::erc721::test_erc721_enumerable::OTHER` [Ln 3, Col 38] [out] (W) Unused import: `openzeppelin_token::tests::erc721::test_erc721_enumerable::ZERO` [Ln 3, Col 63] [out] (W) Unused import: `openzeppelin_token::tests::erc721::test_erc721_enumerable::IERC721ENUMERABLE_ID` [Ln 11, Col 61] [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 38, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 42, Col 19] [out] (E) ref argument must be a variable. [Ln 42, Col 8] [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 57, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState`. [Ln 59, Col 43] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState`. [Ln 62, Col 36] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 76, Col 26] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 80, Col 19] [out] (E) ref argument must be a variable. [Ln 80, Col 4] [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 82, Col 27] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 86, Col 19] [out] (E) ref argument must be a variable. [Ln 86, Col 4] [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 88, Col 26] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `token_by_index` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 109, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::token_by_index` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 107, Col 8] [out] (E) Trait `core::traits::Into::` has multiple implementations, in: `core::traits::TIntoT::`, `core::integer::U32IntoFelt252` [Ln 107, Col 34] [out] (E) Method `token_by_index` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 118, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::token_by_index` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 116, Col 8] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 127, Col 19] [out] (E) ref argument must be a variable. [Ln 127, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 139, Col 19] [out] (E) ref argument must be a variable. [Ln 139, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 152, Col 19] [out] (E) ref argument must be a variable. [Ln 152, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 153, Col 19] [out] (E) ref argument must be a variable. [Ln 153, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 154, Col 19] [out] (E) ref argument must be a variable. [Ln 154, Col 4] [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 156, Col 23] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 159, Col 19] [out] (E) ref argument must be a variable. [Ln 159, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 160, Col 19] [out] (E) ref argument must be a variable. [Ln 160, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 161, Col 19] [out] (E) ref argument must be a variable. [Ln 161, Col 4] [out] (E) Method `token_of_owner_by_index` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 184, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::token_of_owner_by_index` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 182, Col 8] [out] (E) Trait `core::traits::Into::` has multiple implementations, in: `core::traits::TIntoT::`, `core::integer::U32IntoFelt252` [Ln 182, Col 44] [out] (E) Method `token_of_owner_by_index` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 193, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::token_of_owner_by_index` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 191, Col 8] [out] (E) Method `token_of_owner_by_index` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 201, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::token_of_owner_by_index` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] (E) Method `token_of_owner_by_index` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 209, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::token_of_owner_by_index` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 218, Col 19] [out] (E) ref argument must be a variable. [Ln 218, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 230, Col 19] [out] (E) ref argument must be a variable. [Ln 230, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 243, Col 19] [out] (E) ref argument must be a variable. [Ln 243, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 244, Col 19] [out] (E) ref argument must be a variable. [Ln 244, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 245, Col 19] [out] (E) ref argument must be a variable. [Ln 245, Col 4] [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 262, Col 31] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `before_update` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 265, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 268, Col 27] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 283, Col 31] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `before_update` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 286, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 289, Col 27] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 284, Col 8] [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 304, Col 31] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `before_update` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 307, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 310, Col 27] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 305, Col 8] [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 328, Col 31] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `before_update` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 331, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 334, Col 27] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 353, Col 31] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `before_update` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 356, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::before_update` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 359, Col 27] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `_add_token_to_owner_enumeration` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 391, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_add_token_to_owner_enumeration` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_add_token_to_owner_enumeration` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_add_token_to_owner_enumeration` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 404, Col 31] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `_add_token_to_all_tokens_enumeration` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 411, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_add_token_to_all_tokens_enumeration` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_add_token_to_all_tokens_enumeration` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_add_token_to_all_tokens_enumeration` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 417, Col 27] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 428, Col 33] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `_remove_token_from_owner_enumeration` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 434, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_remove_token_from_owner_enumeration` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_remove_token_from_owner_enumeration` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_remove_token_from_owner_enumeration` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] (E) Method `_remove_token_from_owner_enumeration` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 451, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_remove_token_from_owner_enumeration` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_remove_token_from_owner_enumeration` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_remove_token_from_owner_enumeration` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 466, Col 31] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 467, Col 33] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `_remove_token_from_all_tokens_enumeration` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 473, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_remove_token_from_all_tokens_enumeration` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_remove_token_from_all_tokens_enumeration` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_remove_token_from_all_tokens_enumeration` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 479, Col 27] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 486, Col 31] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `_remove_token_from_all_tokens_enumeration` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 495, Col 10] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_remove_token_from_all_tokens_enumeration` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_remove_token_from_all_tokens_enumeration` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::_remove_token_from_all_tokens_enumeration` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBaseMut` and `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] (E) Method `total_supply` could not be called on type `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 501, Col 27] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 520, Col 19] [out] (E) ref argument must be a variable. [Ln 520, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 531, Col 19] [out] (E) ref argument must be a variable. [Ln 531, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 542, Col 19] [out] (E) ref argument must be a variable. [Ln 542, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState" has no member "erc721" [Ln 552, Col 19] [out] (E) ref argument must be a variable. [Ln 552, Col 4] [out] (E) Method `balance_of` could not be called on type `@openzeppelin_test_common::mocks::erc721::ERC721EnumerableMock::ContractState`. [Ln 566, Col 35] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `token_of_owner_by_index` could not be called on type `@openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 572, Col 26] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::token_of_owner_by_index` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::token_of_owner_by_index` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::token_of_owner_by_index` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Trait `core::traits::Into::` has multiple implementations, in: `core::traits::TIntoT::`, `core::integer::U32IntoFelt252` [Ln 567, Col 54] [out] (E) Method `total_supply` could not be called on type `@openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 583, Col 29] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::total_supply` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Method `token_by_index` could not be called on type `@openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 589, Col 26] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::token_by_index` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::token_by_index` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::>. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::token_by_index` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::interface::IERC721Enumerable::. [out] (E) Trait `core::traits::Into::` has multiple implementations, in: `core::traits::TIntoT::`, `core::integer::U32IntoFelt252` [Ln 584, Col 54] [out] (E) Method `all_tokens_of_owner` could not be called on type `@openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [Ln 640, Col 23] [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::all_tokens_of_owner` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::all_tokens_of_owner` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::` and `@openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::InternalTrait::all_tokens_of_owner` inference failed with: Type mismatch: `openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::StorageStorageBase` and `@openzeppelin_token::erc721::extensions::erc721_enumerable::erc721_enumerable::ERC721EnumerableComponent::ComponentState::`. [out] file:///mnt/maat-workbench/packages/token/src/tests/erc721/test_erc721_receiver.cairo (8) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 13, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 25, Col 0] [out] (E) Type "openzeppelin_test_common::mocks::erc721::DualCaseERC721ReceiverMock::ContractState" has no member "erc721_receiver" [Ln 16, Col 10] [out] (E) ref argument must be a variable. [Ln 16, Col 4] [out] (E) Type "openzeppelin_test_common::mocks::erc721::DualCaseERC721ReceiverMock::ContractState" has no member "src5" [Ln 18, Col 42] [out] (E) Type "openzeppelin_test_common::mocks::erc721::DualCaseERC721ReceiverMock::ContractState" has no member "src5" [Ln 21, Col 31] [out] (E) Type "openzeppelin_test_common::mocks::erc721::DualCaseERC721ReceiverMock::ContractState" has no member "erc721_receiver" [Ln 31, Col 9] [out] (E) Type "openzeppelin_test_common::mocks::erc721::DualCaseERC721ReceiverMock::ContractState" has no member "erc721_receiver" [Ln 36, Col 9] [out] file:///mnt/maat-workbench/packages/token/src/tests/erc721/test_erc721.cairo (381) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 64, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 88, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 117, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 123, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 124, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 130, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 136, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 137, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 143, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 152, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 162, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 163, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 169, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 180, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 181, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 191, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 206, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 224, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 225, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 233, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 234, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 240, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 253, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 254, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 260, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 273, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 291, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 292, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 302, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 325, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 326, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 332, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 354, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 355, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 365, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 390, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 415, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 416, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 423, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 424, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 431, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 432, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 439, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 440, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 448, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 465, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 482, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 504, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 526, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 548, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 570, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 571, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 578, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 579, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 590, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 608, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 626, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 644, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 662, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 663, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 674, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 675, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 686, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 687, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 688, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 699, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 700, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 701, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 712, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 713, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 720, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 721, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 728, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 729, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 736, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 737, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 744, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 767, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 786, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 808, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 830, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 852, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 874, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 875, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 882, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 883, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 894, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 911, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 912, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 918, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 919, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 925, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 926, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 936, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 951, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 952, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 958, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 959, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 969, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 984, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 999, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1000, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1001, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1012, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1013, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1024, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1025, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1031, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1032, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1042, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1063, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1064, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1074, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1082, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1090, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1107, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1114, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1121, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1122, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1128, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1156, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1169, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1181, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1182, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1188, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1200, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1212, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1230, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1231, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1237, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1244, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1255, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1266, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1273, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1280, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1286, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1296, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1306, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1307, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1313, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1314, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1320, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1321, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1327, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1343, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1359, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1370, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1381, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1396, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1411, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1412, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1418, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1419, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1425, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1437, Col 0] [out] (W) Unused import: `openzeppelin_token::tests::erc721::test_erc721::DATA` [Ln 6, Col 34] [out] (W) Unused import: `openzeppelin_token::tests::erc721::test_erc721::erc721` [Ln 13, Col 11] [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 39, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 40, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 46, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 47, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 69, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `name` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 71, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::name` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::name` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::name` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::. [out] (E) Method `symbol` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 72, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::symbol` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::symbol` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::symbol` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::. [out] (E) Method `_base_uri` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 73, Col 21] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 74, Col 18] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc721::DualCaseERC721Mock::ContractState`. [Ln 76, Col 38] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc721::DualCaseERC721Mock::ContractState`. [Ln 80, Col 9] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc721::DualCaseERC721Mock::ContractState`. [Ln 84, Col 9] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `initializer_no_metadata` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 93, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer_no_metadata` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer_no_metadata` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer_no_metadata` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `name` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 96, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::name` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::name` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::name` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::. [out] (E) Method `symbol` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 97, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::symbol` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::symbol` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::symbol` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::. [out] (E) Method `_base_uri` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 98, Col 21] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 99, Col 18] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc721::DualCaseERC721Mock::ContractState`. [Ln 101, Col 38] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc721::DualCaseERC721Mock::ContractState`. [Ln 105, Col 9] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `supports_interface` could not be called on type `openzeppelin_test_common::mocks::erc721::DualCaseERC721Mock::ContractState`. [Ln 109, Col 9] [out] Candidate `openzeppelin_introspection::interface::ISRC5::supports_interface` inference failed with: Trait has no implementation in context: openzeppelin_introspection::interface::ISRC5::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 120, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 127, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 133, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 140, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `token_uri` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 147, Col 20] [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::token_uri` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::>. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 156, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `token_uri` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 157, Col 20] [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::token_uri` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::token_uri` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::token_uri` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::. [out] (E) Method `token_uri` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 166, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721Metadata::token_uri` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721Metadata::>. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 175, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 176, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 177, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 173, Col 8] [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 184, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 198, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 202, Col 25] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 212, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 217, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 220, Col 25] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 230, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 237, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 246, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 249, Col 25] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 257, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 266, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 269, Col 25] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 280, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 284, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 287, Col 25] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 277, Col 8] [out] (E) Method `_approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 295, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `is_approved_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 309, Col 38] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 312, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `is_approved_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 315, Col 36] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 318, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `is_approved_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 321, Col 38] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 329, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `is_approved_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 338, Col 38] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 341, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_approval_for_all` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_approval_for_all` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `is_approved_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 344, Col 36] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 347, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_approval_for_all` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_approval_for_all` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `is_approved_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 350, Col 38] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::is_approved_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 358, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_approval_for_all` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_approval_for_all` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 374, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 378, Col 25] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 384, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 399, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 403, Col 25] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `transferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 409, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 420, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `transferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 428, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 436, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `transferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 445, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 454, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 455, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 458, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 461, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 462, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 471, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 472, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `transferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 475, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 478, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 479, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 493, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 498, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 515, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `transferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 520, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 537, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 542, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 559, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `transferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 564, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 575, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `transferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 583, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::transferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 602, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 620, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 638, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 656, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 671, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 666, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 667, Col 8] [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 683, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 678, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 679, Col 8] [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 696, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 691, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 692, Col 8] [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 709, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 704, Col 8] [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 705, Col 8] [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 717, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 725, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 733, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 741, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 751, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 752, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 754, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 755, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 760, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 763, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 764, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `initializer` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 774, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::initializer` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 775, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 779, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 782, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 783, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 797, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 802, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 819, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 824, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 841, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 846, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 863, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 868, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `safe_transfer_from` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 879, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::safe_transfer_from` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `safeTransferFrom` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 887, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721CamelOnly::safeTransferFrom` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721CamelOnly::. [out] (E) Method `transfer` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 905, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::transfer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::transfer` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `transfer` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 915, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::transfer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::transfer` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `transfer` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 922, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::transfer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::transfer` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `transfer` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 929, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::transfer` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::transfer` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::transfer` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 945, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 955, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 962, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `safe_mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 978, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `safe_mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 993, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `safe_mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1008, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `safe_mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1020, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `safe_mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1028, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `safe_mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1035, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::safe_mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1047, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1049, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1050, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1051, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `burn` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1055, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::burn` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::burn` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::burn` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1059, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `burn` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1067, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::burn` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::burn` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::burn` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_base_uri` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1078, Col 25] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_base_uri` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1086, Col 25] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_set_base_uri` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1094, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_base_uri` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_base_uri` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_base_uri` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_base_uri` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1095, Col 25] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_set_base_uri` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1098, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_base_uri` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_base_uri` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_set_base_uri` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_base_uri` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1099, Col 27] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_base_uri` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1110, Col 22] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_owner_of` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_owner_of` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_require_owned` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1117, Col 22] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_require_owned` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_require_owned` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_require_owned` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_require_owned` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1125, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_require_owned` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_require_owned` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_require_owned` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `exists` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1133, Col 28] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::exists` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::exists` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::exists` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `mint` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1139, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::mint` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `exists` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1141, Col 23] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::exists` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::exists` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::exists` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `burn` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1147, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::burn` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::burn` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::burn` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `exists` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1149, Col 28] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::exists` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::exists` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::exists` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_approve_with_optional_event` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1162, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1165, Col 25] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_approve_with_optional_event` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1174, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1177, Col 25] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_approve_with_optional_event` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1185, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_approve_with_optional_event` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1193, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1196, Col 25] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_approve_with_optional_event` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1205, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1208, Col 25] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1219, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_approve_with_optional_event` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1223, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1226, Col 25] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (W) Unused variable. Consider ignoring by prefixing with `_`. [Ln 1215, Col 8] [out] (E) Method `_approve_with_optional_event` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1234, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_approve_with_optional_event` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_is_authorized` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1240, Col 27] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1249, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_is_authorized` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1251, Col 27] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1260, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_is_authorized` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1262, Col 27] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_is_authorized` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1269, Col 32] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_is_authorized` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1276, Col 32] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_is_authorized` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_check_authorized` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1283, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1291, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_check_authorized` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1293, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1301, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `_check_authorized` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1303, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_check_authorized` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1310, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_check_authorized` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1317, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_check_authorized` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1324, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_check_authorized` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1333, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1336, Col 22] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1339, Col 24] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1349, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `_owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1352, Col 22] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_owner_of` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::_owner_of` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `@openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1355, Col 24] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1365, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1376, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `set_approval_for_all` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1387, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::set_approval_for_all` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1391, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `approve` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1402, Col 10] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>>. [out] Candidate `openzeppelin_token::erc721::interface::IERC721::approve` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1406, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1415, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1422, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1432, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `update` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1444, Col 10] [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] Candidate `openzeppelin_token::erc721::erc721::ERC721Component::InternalTrait::update` inference failed with: Type mismatch: `openzeppelin_token::erc721::erc721::ERC721Component::StorageStorageBaseMut` and `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [out] (E) Method `owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1457, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1458, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1459, Col 18] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1464, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1465, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1466, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1467, Col 18] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1472, Col 18] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `owner_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1477, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::owner_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `balance_of` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1478, Col 21] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::balance_of` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] (E) Method `get_approved` could not be called on type `openzeppelin_token::erc721::erc721::ERC721Component::ComponentState::`. [Ln 1479, Col 18] [out] Candidate `openzeppelin_token::erc721::interface::IERC721::get_approved` inference failed with: Trait has no implementation in context: openzeppelin_token::erc721::interface::IERC721::>. [out] file:///mnt/maat-workbench/packages/upgrades/src/tests/test_upgradeable.cairo (14) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 26, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 27, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 33, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 43, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 54, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 66, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 73, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 92, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 93, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 100, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 114, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 129, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 140, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 141, Col 0] [out] file:///mnt/maat-workbench/packages/utils/src/tests/test_checkpoint.cairo (8) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 13, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 26, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 37, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 55, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 68, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 69, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 77, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 94, Col 0] [out] file:///mnt/maat-workbench/packages/utils/src/tests/test_math.cairo (11) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 97, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 98, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 107, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 108, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 117, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 132, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 154, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 169, Col 0] [out] (W) Unused import: `openzeppelin_utils::tests::test_math::u512` [Ln 0, Col 20] [out] (W) Unused import: `openzeppelin_utils::tests::test_math::u512_safe_div_rem_by_u256` [Ln 0, Col 26] [out] (W) Unused import: `openzeppelin_utils::tests::test_math::OverflowingAdd` [Ln 1, Col 33] [out] file:///mnt/maat-workbench/packages/utils/src/tests/test_nonces.cairo (14) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 13, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 20, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 30, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 40, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 41, Col 0] [out] (W) Unused import: `openzeppelin_utils::tests::test_nonces::OWNER` [Ln 2, Col 37] [out] (W) Unused import: `openzeppelin_utils::tests::test_nonces::INonces` [Ln 3, Col 36] [out] (W) Unused import: `openzeppelin_utils::tests::test_nonces::InternalTrait` [Ln 5, Col 50] [out] (E) Method `nonces` could not be called on type `openzeppelin_utils::cryptography::nonces::NoncesComponent::ComponentState::`. [Ln 16, Col 22] [out] Candidate `openzeppelin_utils::cryptography::interface::INonces::nonces` inference failed with: Trait has no implementation in context: openzeppelin_utils::cryptography::interface::INonces::>. [out] (E) Method `use_nonce` could not be called on type `openzeppelin_utils::cryptography::nonces::NoncesComponent::ComponentState::`. [Ln 23, Col 22] [out] Candidate `openzeppelin_utils::cryptography::nonces::NoncesComponent::InternalTrait::use_nonce` inference failed with: Trait has no implementation in context: openzeppelin_utils::cryptography::nonces::NoncesComponent::InternalTrait::. [out] Candidate `openzeppelin_utils::cryptography::nonces::NoncesComponent::InternalTrait::use_nonce` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_utils::cryptography::nonces::NoncesComponent::ComponentState::`. [out] Candidate `openzeppelin_utils::cryptography::nonces::NoncesComponent::InternalTrait::use_nonce` inference failed with: Type mismatch: `openzeppelin_utils::cryptography::nonces::NoncesComponent::StorageStorageBaseMut` and `openzeppelin_utils::cryptography::nonces::NoncesComponent::ComponentState::`. [out] (E) Method `nonces` could not be called on type `openzeppelin_utils::cryptography::nonces::NoncesComponent::ComponentState::`. [Ln 26, Col 22] [out] Candidate `openzeppelin_utils::cryptography::interface::INonces::nonces` inference failed with: Trait has no implementation in context: openzeppelin_utils::cryptography::interface::INonces::>. [out] Candidate `openzeppelin_utils::cryptography::interface::INonces::nonces` inference failed with: Trait has no implementation in context: openzeppelin_utils::cryptography::interface::INonces::>>. [out] Candidate `openzeppelin_utils::cryptography::interface::INonces::nonces` inference failed with: Trait has no implementation in context: openzeppelin_utils::cryptography::interface::INonces::. [out] (E) Method `use_checked_nonce` could not be called on type `openzeppelin_utils::cryptography::nonces::NoncesComponent::ComponentState::`. [Ln 33, Col 22] [out] Candidate `openzeppelin_utils::cryptography::nonces::NoncesComponent::InternalTrait::use_checked_nonce` inference failed with: Trait has no implementation in context: openzeppelin_utils::cryptography::nonces::NoncesComponent::InternalTrait::. [out] Candidate `openzeppelin_utils::cryptography::nonces::NoncesComponent::InternalTrait::use_checked_nonce` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_utils::cryptography::nonces::NoncesComponent::ComponentState::`. [out] Candidate `openzeppelin_utils::cryptography::nonces::NoncesComponent::InternalTrait::use_checked_nonce` inference failed with: Type mismatch: `openzeppelin_utils::cryptography::nonces::NoncesComponent::StorageStorageBaseMut` and `openzeppelin_utils::cryptography::nonces::NoncesComponent::ComponentState::`. [out] (E) Method `nonces` could not be called on type `openzeppelin_utils::cryptography::nonces::NoncesComponent::ComponentState::`. [Ln 36, Col 22] [out] Candidate `openzeppelin_utils::cryptography::interface::INonces::nonces` inference failed with: Trait has no implementation in context: openzeppelin_utils::cryptography::interface::INonces::>. [out] Candidate `openzeppelin_utils::cryptography::interface::INonces::nonces` inference failed with: Trait has no implementation in context: openzeppelin_utils::cryptography::interface::INonces::>>. [out] Candidate `openzeppelin_utils::cryptography::interface::INonces::nonces` inference failed with: Trait has no implementation in context: openzeppelin_utils::cryptography::interface::INonces::. [out] (E) Method `use_checked_nonce` could not be called on type `openzeppelin_utils::cryptography::nonces::NoncesComponent::ComponentState::`. [Ln 44, Col 10] [out] Candidate `openzeppelin_utils::cryptography::nonces::NoncesComponent::InternalTrait::use_checked_nonce` inference failed with: Trait has no implementation in context: openzeppelin_utils::cryptography::nonces::NoncesComponent::InternalTrait::. [out] Candidate `openzeppelin_utils::cryptography::nonces::NoncesComponent::InternalTrait::use_checked_nonce` inference failed with: Type mismatch: `core::starknet::storage::storage_base::FlattenedStorage::>` and `openzeppelin_utils::cryptography::nonces::NoncesComponent::ComponentState::`. [out] Candidate `openzeppelin_utils::cryptography::nonces::NoncesComponent::InternalTrait::use_checked_nonce` inference failed with: Type mismatch: `openzeppelin_utils::cryptography::nonces::NoncesComponent::StorageStorageBaseMut` and `openzeppelin_utils::cryptography::nonces::NoncesComponent::ComponentState::`. [out] file:///mnt/maat-workbench/packages/utils/src/tests/test_snip12.cairo (3) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 48, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 56, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 73, Col 0] [out] total: 4299 errors, 667 warnings, 0 infos, 0 hints [out] [out] ============================== [out] CairoLS process exited with code: SIGTERM