=== 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.44.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..0eecff7 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.44.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.44.0" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.44.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.44.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] Updating crates.io index [out] Downloading crates ... [out] Downloaded windows-targets v0.52.6 [out] Downloaded linked-hash-map v0.5.6 [out] Downloaded smol_str v0.2.2 [out] Downloaded bit-vec v0.8.0 [out] Downloaded console v0.15.10 [out] Downloaded path-clean v1.0.1 [out] Downloaded cairo-lang-primitive-token v1.0.0 [out] Downloaded cpufeatures v0.2.17 [out] Downloaded walkdir v2.5.0 [out] Downloaded indent v0.1.1 [out] Downloaded home v0.5.11 [out] Downloaded block-buffer v0.10.4 [out] Downloaded rawpointer v0.2.1 [out] Downloaded data-encoding v2.6.0 [out] Downloaded xxhash-rust v0.8.12 [out] Downloaded ignore v0.4.23 [out] Downloaded serde v1.0.219 [out] Downloaded lalrpop v0.22.1 [out] Downloaded ndarray v0.16.1 [out] Downloaded crypto-common v0.1.6 [out] Downloaded bstr v1.11.3 [out] Downloaded cairo-lang-sierra v2.11.4 [out] Downloaded libc v0.2.168 [out] Downloaded windows_aarch64_msvc v0.52.6 [out] Downloaded unicode-xid v0.2.6 [out] Downloaded cairo-lang-plugins v2.11.4 [out] Downloaded microlp v0.2.11 [out] Downloaded petgraph v0.7.1 [out] Downloaded windows_i686_msvc v0.52.6 [out] Downloaded anyhow v1.0.95 [out] Downloaded allocator-api2 v0.2.21 [out] Downloaded wyz v0.5.1 [out] Downloaded const_format_proc_macros v0.2.34 [out] Downloaded fixedbitset v0.5.7 [out] Downloaded starknet-types-core v0.1.7 [out] Downloaded thiserror v2.0.12 [out] Downloaded serde_spanned v0.6.8 [out] Downloaded windows_i686_gnu v0.52.6 [out] Downloaded sha3 v0.10.8 [out] Downloaded toml_datetime v0.6.8 [out] Downloaded either v1.13.0 [out] Downloaded cairo-lang-sierra-to-casm v2.11.4 [out] Downloaded schemars_derive v0.8.22 [out] Downloaded num-integer v0.1.46 [out] Downloaded thiserror v1.0.69 [out] Downloaded windows_x86_64_gnu v0.52.6 [out] Downloaded windows-sys v0.59.0 [out] Downloaded windows_x86_64_msvc v0.52.6 [out] Downloaded regex-automata v0.4.9 [out] Downloaded windows-sys v0.52.0 [out] Downloaded windows_i686_gnullvm v0.52.6 [out] Downloaded num-bigint v0.4.6 [out] Downloaded windows_x86_64_gnullvm v0.52.6 [out] Downloaded windows_aarch64_gnullvm v0.52.6 [out] Downloaded itertools v0.14.0 [out] Downloaded portable-atomic v1.11.0 [out] Downloaded aho-corasick v1.1.3 [out] Downloaded lambdaworks-crypto v0.10.0 [out] Downloaded cairo-lang-formatter v2.11.4 [out] Downloaded parity-scale-codec v3.7.4 [out] Downloaded matrixmultiply v0.3.9 [out] Downloaded sprs v0.11.3 [out] Downloaded good_lp v1.12.0 [out] Downloaded cairo-lang-sierra-type-size v2.11.4 [out] Downloaded bitvec v1.0.1 [out] Downloaded parking_lot v0.12.3 [out] Downloaded regex-syntax v0.8.5 [out] Downloaded cairo-lang-defs v2.11.4 [out] Downloaded cairo-lang-diagnostics v2.11.4 [out] Downloaded genco-macros v0.17.10 [out] Downloaded genco v0.17.10 [out] Downloaded xshell v0.2.7 [out] Downloaded rust-analyzer-salsa v0.17.0-pre.6 [out] Downloaded cairo-lang-syntax-codegen v2.11.4 [out] Downloaded colored v3.0.0 [out] Downloaded cairo-lang-casm v2.11.4 [out] Downloaded syn v1.0.109 [out] Downloaded winapi-util v0.1.9 [out] Downloaded cairo-lang-starknet-classes v2.11.4 [out] Downloaded oorandom v11.1.4 [out] Downloaded redox_syscall v0.5.8 [out] Downloaded scarb-stable-hash v1.0.0 [out] Downloaded cairo-lang-macro-attributes v0.1.0 [out] Downloaded cairo-lang-macro-stable v1.0.0 [out] Downloaded linkme-impl v0.3.31 [out] Downloaded linkme v0.3.31 [out] Downloaded cairo-lang-macro v0.1.1 [out] Downloaded relative-path v1.9.3 [out] Downloaded xshell-macros v0.2.7 [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 fnv v1.0.7 [out] Downloaded portable-atomic-util v0.2.4 [out] Downloaded num-complex v0.4.6 [out] Downloaded cairo-lang-eq-solver v2.11.4 [out] Downloaded version_check v0.9.5 [out] Downloaded generic-array v0.14.7 [out] Downloaded nu-ansi-term v0.50.1 [out] Downloaded diffy v0.4.2 [out] Downloaded crossbeam-epoch v0.9.18 [out] Downloaded crossbeam-utils v0.8.21 [out] Downloaded crossbeam-deque v0.8.6 [out] Downloaded globset v0.4.15 [out] Downloaded syn v2.0.90 [out] Downloaded cairo-lang-sierra-gas v2.11.4 [out] Downloaded pico-args v0.5.0 [out] Downloaded new_debug_unreachable v1.0.6 [out] Downloaded siphasher v1.0.1 [out] Downloaded phf_shared v0.11.3 [out] Downloaded term v1.0.1 [out] Downloaded same-file v1.0.6 [out] Downloaded rustversion v1.0.20 [out] Downloaded lalrpop-util v0.22.1 [out] Downloaded cairo-lang-parser v2.11.4 [out] Downloaded assert_matches v1.5.0 [out] Downloaded const_format v0.2.34 [out] Downloaded regex v1.11.1 [out] Downloaded arrayvec v0.7.6 [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 impl-trait-for-tuples v0.2.3 [out] Downloaded const-fnv1a-hash v1.1.0 [out] Downloaded derivative v2.2.0 [out] Downloaded ascii-canvas v4.0.0 [out] Downloaded log v0.4.22 [out] Downloaded ena v0.14.3 [out] Downloaded lambdaworks-math v0.10.0 [out] Downloaded winnow v0.7.4 [out] Downloaded toml_edit v0.22.24 [out] Downloaded serde_json v1.0.140 [out] Downloaded hashbrown v0.15.2 [out] Downloaded cairo-lang-syntax v2.11.4 [out] Downloaded fancy-regex v0.14.0 [out] Downloaded memchr v2.7.4 [out] Downloaded precomputed-hash v0.1.1 [out] Downloaded string_cache v0.8.8 [out] Downloaded typenum v1.18.0 [out] Downloaded toml v0.8.20 [out] Downloaded hashbrown v0.12.3 [out] Downloaded ryu v1.0.20 [out] Downloaded schemars v0.8.22 [out] Downloaded indexmap v2.8.0 [out] Downloaded bitflags v2.6.0 [out] Downloaded tracing-core v0.1.33 [out] Downloaded tracing v0.1.41 [out] Downloaded triomphe v0.1.14 [out] Downloaded serde_derive v1.0.219 [out] Downloaded proc-macro2 v1.0.94 [out] Downloaded unicode-ident v1.0.14 [out] Downloaded unicode-segmentation v1.12.0 [out] Downloaded encode_unicode v1.0.0 [out] Downloaded insta v1.42.0 [out] Downloaded convert_case v0.7.1 [out] Downloaded sha2 v0.10.8 [out] Downloaded digest v0.10.7 [out] Downloaded semver v1.0.26 [out] Downloaded cairo-lang-filesystem v2.11.4 [out] Downloaded indexmap v1.9.3 [out] Downloaded serde_derive_internals v0.29.1 [out] Downloaded num-traits v0.2.19 [out] Downloaded autocfg v1.4.0 [out] Downloaded scopeguard v1.2.0 [out] Downloaded lock_api v0.4.12 [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 quote v1.0.40 [out] Downloaded keccak v0.1.5 [out] Downloaded lazy_static v1.5.0 [out] Downloaded thiserror-impl v2.0.12 [out] Downloaded cairo-lang-debug v2.11.4 [out] Downloaded itoa v1.0.15 [out] Downloaded cairo-lang-utils v2.11.4 [out] Downloaded foldhash v0.1.5 [out] Downloaded cfg-if v1.0.0 [out] Downloaded heck v0.4.1 [out] Downloaded rust-analyzer-salsa-macros v0.17.0-pre.6 [out] Downloaded stable_deref_trait v1.2.0 [out] Downloaded bit-set v0.8.0 [out] Downloaded indoc v2.0.5 [out] Downloaded dyn-clone v1.0.19 [out] Downloaded rustc-hash v1.1.0 [out] Downloaded thiserror-impl v1.0.69 [out] Downloaded unescaper v0.1.5 [out] Downloaded convert_case v0.8.0 [out] Downloaded once_cell v1.20.2 [out] Downloaded similar v2.6.0 [out] Downloaded equivalent v1.0.1 >>> 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 cairo-lang-sierra-type-size v2.11.4 [out] Downloaded generic-array v0.14.7 [out] Downloaded scarb-stable-hash v1.0.0 [out] Downloaded impl-trait-for-tuples v0.2.3 [out] Downloaded nu-ansi-term v0.50.1 [out] Downloaded parity-scale-codec v3.7.4 [out] Downloaded cairo-lang-syntax-codegen v2.11.4 [out] Downloaded crossbeam-deque v0.8.6 [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 ignore v0.4.23 [out] Downloaded diffy v0.4.2 [out] Downloaded genco v0.17.10 [out] Downloaded const_format v0.2.34 [out] Downloaded cairo-lang-parser v2.11.4 [out] Downloaded sprs v0.11.3 [out] Downloaded ndarray v0.16.1 [out] Downloaded syn v1.0.109 [out] Downloaded bstr v1.11.3 [out] Downloaded bitvec v1.0.1 [out] Downloaded syn v2.0.90 [out] Downloaded regex v1.11.1 [out] Downloaded winnow v0.7.4 [out] Downloaded lalrpop v0.22.1 [out] Downloaded regex-syntax v0.8.5 [out] Downloaded lambdaworks-crypto v0.10.0 [out] Downloaded lambdaworks-math v0.10.0 [out] Downloaded itertools v0.14.0 [out] Downloaded aho-corasick v1.1.3 [out] Downloaded windows_aarch64_gnullvm v0.52.6 [out] Downloaded windows_i686_gnullvm v0.52.6 [out] Downloaded rust-analyzer-salsa v0.17.0-pre.6 [out] Downloaded windows_x86_64_gnullvm v0.52.6 [out] Downloaded cairo-lang-sierra v2.11.4 [out] Downloaded serde_json v1.0.140 [out] Downloaded term v1.0.1 [out] Downloaded hashbrown v0.15.2 [out] Downloaded crossbeam-epoch v0.9.18 [out] Downloaded petgraph v0.7.1 [out] Downloaded regex-automata v0.4.9 [out] Downloaded globset v0.4.15 [out] Downloaded data-encoding v2.6.0 [out] Downloaded xxhash-rust v0.8.12 [out] Downloaded genco-macros v0.17.10 [out] Downloaded libc v0.2.168 [out] Downloaded cairo-lang-plugins v2.11.4 [out] Downloaded good_lp v1.12.0 [out] Downloaded string_cache v0.8.8 [out] Downloaded cairo-lang-syntax v2.11.4 [out] Downloaded windows_aarch64_msvc v0.52.6 [out] Downloaded windows_i686_msvc v0.52.6 [out] Downloaded sha3 v0.10.8 [out] Downloaded windows_x86_64_msvc v0.52.6 [out] Downloaded windows_i686_gnu v0.52.6 [out] Downloaded windows_x86_64_gnu v0.52.6 [out] Downloaded insta v1.42.0 [out] Downloaded byte-slice-cast v1.2.3 [out] Downloaded derivative v2.2.0 [out] Downloaded same-file v1.0.6 [out] Downloaded rustversion v1.0.20 [out] Downloaded toml_edit v0.22.24 [out] Downloaded hashbrown v0.12.3 [out] Downloaded num-bigint v0.4.6 [out] Downloaded indexmap v2.8.0 [out] Downloaded unicode-segmentation v1.12.0 [out] Downloaded fancy-regex v0.14.0 [out] Downloaded memchr v2.7.4 [out] Downloaded indent v0.1.1 [out] Downloaded funty v2.0.0 [out] Downloaded radium v0.7.0 [out] Downloaded wyz v0.5.1 [out] Downloaded parity-scale-codec-derive v3.7.4 [out] Downloaded schemars v0.8.22 [out] Downloaded allocator-api2 v0.2.21 [out] Downloaded tracing v0.1.41 [out] Downloaded serde v1.0.219 [out] Downloaded xshell v0.2.7 [out] Downloaded const_format_proc_macros v0.2.34 [out] Downloaded cairo-lang-casm v2.11.4 [out] Downloaded portable-atomic-util v0.2.4 [out] Downloaded precomputed-hash v0.1.1 [out] Downloaded cairo-lang-sierra-to-casm v2.11.4 [out] Downloaded winapi-util v0.1.9 [out] Downloaded convert_case v0.7.1 [out] Downloaded thiserror v2.0.12 [out] Downloaded toml v0.8.20 [out] Downloaded tracing-core v0.1.33 [out] Downloaded serde_derive v1.0.219 [out] Downloaded encode_unicode v1.0.0 [out] Downloaded similar v2.6.0 [out] Downloaded linkme v0.3.31 [out] Downloaded cairo-lang-diagnostics v2.11.4 [out] Downloaded colored v3.0.0 [out] Downloaded proc-macro-crate v3.3.0 [out] Downloaded siphasher v1.0.1 [out] Downloaded cairo-lang-starknet-classes v2.11.4 [out] Downloaded ryu v1.0.20 [out] Downloaded num-traits v0.2.19 [out] Downloaded bitflags v2.6.0 [out] Downloaded parking_lot v0.12.3 [out] Downloaded proc-macro2 v1.0.94 [out] Downloaded cairo-lang-macro-attributes v0.1.0 [out] Downloaded assert_matches v1.5.0 [out] Downloaded fnv v1.0.7 [out] Downloaded portable-atomic v1.11.0 [out] Downloaded windows-sys v0.52.0 [out] Downloaded ascii-canvas v4.0.0 [out] Downloaded fixedbitset v0.5.7 [out] Downloaded semver v1.0.26 [out] Downloaded indexmap v1.9.3 [out] Downloaded cairo-lang-utils v2.11.4 [out] Downloaded parking_lot_core v0.9.10 [out] Downloaded quote v1.0.40 [out] Downloaded unicode-ident v1.0.14 [out] Downloaded matrixmultiply v0.3.9 [out] Downloaded anyhow v1.0.95 [out] Downloaded toml_datetime v0.6.8 [out] Downloaded serde_derive_internals v0.29.1 [out] Downloaded autocfg v1.4.0 [out] Downloaded lock_api v0.4.12 [out] Downloaded cfg-if v1.0.0 [out] Downloaded redox_syscall v0.5.8 [out] Downloaded rust-analyzer-salsa-macros v0.17.0-pre.6 [out] Downloaded smallvec v1.13.2 [out] Downloaded pin-project-lite v0.2.15 [out] Downloaded tracing-attributes v0.1.28 [out] Downloaded triomphe v0.1.14 [out] Downloaded thiserror v1.0.69 [out] Downloaded unescaper v0.1.5 [out] Downloaded bit-set v0.8.0 [out] Downloaded console v0.15.10 [out] Downloaded once_cell v1.20.2 [out] Downloaded rawpointer v0.2.1 [out] Downloaded microlp v0.2.11 [out] Downloaded const-fnv1a-hash v1.1.0 [out] Downloaded log v0.4.22 [out] Downloaded new_debug_unreachable v1.0.6 [out] Downloaded walkdir v2.5.0 [out] Downloaded digest v0.10.7 [out] Downloaded windows-sys v0.59.0 [out] Downloaded cpufeatures v0.2.17 [out] Downloaded keccak v0.1.5 [out] Downloaded lazy_static v1.5.0 [out] Downloaded starknet-types-core v0.1.7 [out] Downloaded thiserror-impl v2.0.12 [out] Downloaded cairo-lang-debug v2.11.4 [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 schemars_derive v0.8.22 [out] Downloaded itoa v1.0.15 [out] Downloaded num-integer v0.1.46 [out] Downloaded foldhash v0.1.5 [out] Downloaded oorandom v11.1.4 [out] Downloaded scopeguard v1.2.0 [out] Downloaded heck v0.4.1 [out] Downloaded rustc-hash v1.1.0 [out] Downloaded smol_str v0.2.2 [out] Downloaded thiserror-impl v1.0.69 [out] Downloaded convert_case v0.8.0 [out] Downloaded bit-vec v0.8.0 [out] Downloaded indoc v2.0.5 [out] Downloaded linked-hash-map v0.5.6 [out] Downloaded crossbeam-utils v0.8.21 [out] Downloaded cairo-lang-formatter v2.11.4 [out] Downloaded cairo-lang-defs v2.11.4 [out] Downloaded arrayvec v0.7.6 [out] Downloaded tap v1.0.1 [out] Downloaded num-complex v0.4.6 [out] Downloaded cairo-lang-eq-solver v2.11.4 [out] Downloaded cairo-lang-sierra-gas v2.11.4 [out] Downloaded block-buffer v0.10.4 [out] Downloaded path-clean v1.0.1 [out] Downloaded cairo-lang-primitive-token v1.0.0 [out] Downloaded equivalent v1.0.1 [out] Downloaded stable_deref_trait v1.2.0 [out] Downloaded windows-targets v0.52.6 [out] Downloaded cairo-lang-sierra-ap-change v2.11.4 [out] Downloaded ena v0.14.3 [out] Downloaded phf_shared v0.11.3 [out] Downloaded sha2 v0.10.8 [out] Downloaded version_check v0.9.5 [out] Downloaded typenum v1.18.0 [out] Downloaded linkme-impl v0.3.31 [out] Downloaded xshell-macros v0.2.7 [out] Downloaded pico-args v0.5.0 [out] Downloaded home v0.5.11 [out] Downloaded unicode-xid v0.2.6 [out] Downloaded lalrpop-util v0.22.1 [out] Downloaded crypto-common v0.1.6 [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 version_check v0.9.5 [out] Compiling quote v1.0.40 [out] Compiling generic-array v0.14.7 [out] Compiling syn v2.0.90 [out] Compiling lock_api v0.4.12 [out] Compiling parking_lot_core v0.9.10 [out] Compiling num-integer v0.1.46 [out] Compiling foldhash v0.1.5 [out] Compiling smallvec v1.13.2 [out] Compiling equivalent v1.0.1 [out] Compiling allocator-api2 v0.2.21 [out] Compiling indexmap v1.9.3 [out] Compiling serde_json v1.0.140 [out] Compiling ryu v1.0.20 [out] Compiling hashbrown v0.12.3 [out] Compiling schemars v0.8.22 [out] Compiling itoa v1.0.15 [out] Compiling cfg-if v1.0.0 [out] Compiling either v1.13.0 [out] Compiling once_cell v1.20.2 [out] Compiling dyn-clone v1.0.19 [out] Compiling itertools v0.14.0 [out] Compiling scopeguard v1.2.0 [out] Compiling tracing-core v0.1.33 [out] Compiling heck v0.4.1 [out] Compiling pin-project-lite v0.2.15 [out] Compiling stable_deref_trait v1.2.0 [out] Compiling parking_lot v0.12.3 [out] Compiling serde_derive_internals v0.29.1 [out] Compiling oorandom v11.1.4 [out] Compiling rustc-hash v1.1.0 [out] Compiling aho-corasick v1.1.3 [out] Compiling regex-syntax v0.8.5 [out] Compiling rustversion v1.0.20 [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 cairo-lang-utils v2.11.4 [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 crypto-common v0.1.6 [out] Compiling block-buffer v0.10.4 [out] Compiling matrixmultiply v0.3.9 [out] Compiling siphasher v1.0.1 [out] Compiling home v0.5.11 [out] Compiling term v1.0.1 [out] Compiling phf_shared v0.11.3 [out] Compiling digest v0.10.7 [out] Compiling bit-vec v0.8.0 [out] Compiling precomputed-hash v0.1.1 [out] Compiling same-file v1.0.6 [out] Compiling fixedbitset v0.5.7 [out] Compiling log v0.4.22 [out] Compiling rawpointer v0.2.1 [out] Compiling keccak v0.1.5 [out] Compiling new_debug_unreachable v1.0.6 [out] Compiling sha3 v0.10.8 [out] Compiling string_cache v0.8.8 [out] Compiling regex v1.11.1 [out] Compiling lalrpop-util v0.22.1 [out] Compiling petgraph v0.7.1 [out] Compiling ena v0.14.3 [out] Compiling walkdir v2.5.0 [out] Compiling bit-set v0.8.0 [out] Compiling ascii-canvas v4.0.0 [out] Compiling serde_spanned v0.6.8 [out] Compiling toml_datetime 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 pico-args v0.5.0 [out] Compiling thiserror v2.0.12 [out] Compiling winnow v0.7.4 [out] Compiling cpufeatures v0.2.17 [out] Compiling sha2 v0.10.8 [out] Compiling lalrpop v0.22.1 [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 lambdaworks-math v0.10.0 [out] Compiling unicode-segmentation v1.12.0 [out] Compiling genco-macros v0.17.10 [out] Compiling sprs v0.11.3 [out] Compiling cairo-lang-sierra v2.11.4 [out] Compiling lambdaworks-crypto v0.10.0 [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 derivative v2.2.0 [out] Compiling starknet-types-core v0.1.7 [out] Compiling microlp v0.2.11 [out] Compiling convert_case v0.7.1 [out] Compiling const-fnv1a-hash v1.1.0 [out] Compiling relative-path v1.9.3 [out] Compiling fnv v1.0.7 [out] Compiling crossbeam-utils v0.8.21 [out] Compiling xshell-macros v0.2.7 [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 linkme-impl v0.3.31 [out] Compiling colored v3.0.0 [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 scarb-stable-hash v1.0.0 [out] Compiling cairo-lang-parser v2.11.4 [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-gas v2.11.4 [out] Compiling cairo-lang-sierra-ap-change 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 linked-hash-map v0.5.6 [out] Compiling cairo-lang-macro-stable v1.0.0 [out] Compiling similar v2.6.0 [out] Compiling indent v0.1.1 [out] Compiling cairo-lang-plugins v2.11.4 [out] Compiling insta v1.42.0 [out] Compiling cairo-lang-macro v0.1.1 [out] Compiling cairo-lang-formatter v2.11.4 [out] Compiling cairo-lang-starknet-classes v2.11.4 [out] Compiling fancy-regex v0.14.0 [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 1m 59s [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 precomputed-hash v0.1.1 [out] Downloaded assert_matches v1.5.0 [out] Downloaded cairo-lang-defs v2.11.4 [out] Downloaded cairo-lang-parser v2.11.4 [out] Downloaded nu-ansi-term v0.50.1 [out] Downloaded crossbeam-deque v0.8.6 [out] Downloaded crossbeam-epoch v0.9.18 [out] Downloaded ignore v0.4.23 [out] Downloaded syn v1.0.109 [out] Downloaded schemars v0.8.22 [out] Downloaded cairo-lang-sierra v2.11.4 [out] Downloaded memchr v2.7.4 [out] Downloaded linkme-impl v0.3.31 [out] Downloaded portable-atomic v1.11.0 [out] Downloaded bitvec v1.0.1 [out] Downloaded lambdaworks-crypto v0.10.0 [out] Downloaded lalrpop v0.22.1 [out] Downloaded lambdaworks-math v0.10.0 [out] Downloaded itertools v0.14.0 [out] Downloaded regex v1.11.1 [out] Downloaded bstr v1.11.3 [out] Downloaded ndarray v0.16.1 [out] Downloaded syn v2.0.90 [out] Downloaded winnow v0.7.4 [out] Downloaded regex-syntax v0.8.5 [out] Downloaded aho-corasick v1.1.3 [out] Downloaded sprs v0.11.3 [out] Downloaded cairo-lang-sierra-to-casm v2.11.4 [out] Downloaded serde_json v1.0.140 [out] Downloaded rust-analyzer-salsa v0.17.0-pre.6 [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 hashbrown v0.15.2 [out] Downloaded toml_edit v0.22.24 [out] Downloaded hashbrown v0.12.3 [out] Downloaded petgraph v0.7.1 [out] Downloaded num-bigint v0.4.6 [out] Downloaded regex-automata v0.4.9 [out] Downloaded indexmap v2.8.0 [out] Downloaded cairo-lang-syntax v2.11.4 [out] Downloaded unicode-segmentation v1.12.0 [out] Downloaded insta v1.42.0 [out] Downloaded allocator-api2 v0.2.21 [out] Downloaded tracing v0.1.41 [out] Downloaded fancy-regex v0.14.0 [out] Downloaded libc v0.2.168 [out] Downloaded indexmap v1.9.3 [out] Downloaded num-traits v0.2.19 [out] Downloaded windows_x86_64_gnu v0.52.6 [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 bitflags v2.6.0 [out] Downloaded parking_lot v0.12.3 [out] Downloaded tracing-core v0.1.33 [out] Downloaded serde_derive v1.0.219 [out] Downloaded serde v1.0.219 [out] Downloaded encode_unicode v1.0.0 [out] Downloaded console v0.15.10 [out] Downloaded xxhash-rust v0.8.12 [out] Downloaded proc-macro-crate v3.3.0 [out] Downloaded parity-scale-codec v3.7.4 [out] Downloaded matrixmultiply v0.3.9 [out] Downloaded portable-atomic-util v0.2.4 [out] Downloaded const-fnv1a-hash v1.1.0 [out] Downloaded derivative v2.2.0 [out] Downloaded typenum v1.18.0 [out] Downloaded cairo-lang-starknet-classes v2.11.4 [out] Downloaded toml v0.8.20 [out] Downloaded ryu v1.0.20 [out] Downloaded cairo-lang-utils v2.11.4 [out] Downloaded lock_api v0.4.12 [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 proc-macro2 v1.0.94 [out] Downloaded unicode-ident v1.0.14 [out] Downloaded bit-vec v0.8.0 [out] Downloaded similar v2.6.0 [out] Downloaded crossbeam-utils v0.8.21 [out] Downloaded data-encoding v2.6.0 [out] Downloaded cairo-lang-macro-stable v1.0.0 [out] Downloaded cairo-lang-diagnostics v2.11.4 [out] Downloaded genco v0.17.10 [out] Downloaded cairo-lang-plugins v2.11.4 [out] Downloaded arrayvec v0.7.6 [out] Downloaded tap v1.0.1 [out] Downloaded const_format_proc_macros v0.2.34 [out] Downloaded anyhow v1.0.95 [out] Downloaded ena v0.14.3 [out] Downloaded term v1.0.1 [out] Downloaded lazy_static v1.5.0 [out] Downloaded starknet-types-core v0.1.7 [out] Downloaded thiserror v2.0.12 [out] Downloaded cairo-lang-debug v2.11.4 [out] Downloaded semver v1.0.26 [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 foldhash v0.1.5 [out] Downloaded oorandom v11.1.4 [out] Downloaded scopeguard v1.2.0 [out] Downloaded rust-analyzer-salsa-macros v0.17.0-pre.6 [out] Downloaded triomphe v0.1.14 [out] Downloaded quote v1.0.40 [out] Downloaded thiserror v1.0.69 [out] Downloaded convert_case v0.8.0 [out] Downloaded indoc v2.0.5 [out] Downloaded once_cell v1.20.2 [out] Downloaded globset v0.4.15 [out] Downloaded scarb-stable-hash v1.0.0 [out] Downloaded linkme v0.3.31 [out] Downloaded cairo-lang-macro v0.1.1 [out] Downloaded genco-macros v0.17.10 [out] Downloaded relative-path v1.9.3 [out] Downloaded xshell-macros v0.2.7 [out] Downloaded xshell v0.2.7 [out] Downloaded cairo-lang-syntax-codegen v2.11.4 [out] Downloaded colored v3.0.0 [out] Downloaded radium v0.7.0 [out] Downloaded wyz v0.5.1 [out] Downloaded byte-slice-cast v1.2.3 [out] Downloaded const_format 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 rawpointer v0.2.1 [out] Downloaded siphasher v1.0.1 [out] Downloaded phf_shared v0.11.3 [out] Downloaded winapi-util v0.1.9 [out] Downloaded walkdir v2.5.0 [out] Downloaded lalrpop-util v0.22.1 [out] Downloaded cairo-lang-sierra-type-size v2.11.4 [out] Downloaded windows-sys v0.59.0 [out] Downloaded generic-array v0.14.7 [out] Downloaded digest v0.10.7 [out] Downloaded cpufeatures v0.2.17 [out] Downloaded keccak v0.1.5 [out] Downloaded windows-sys v0.52.0 [out] Downloaded thiserror-impl v2.0.12 [out] Downloaded serde_spanned v0.6.8 [out] Downloaded toml_datetime v0.6.8 [out] Downloaded cairo-lang-primitive-token v1.0.0 [out] Downloaded either v1.13.0 [out] Downloaded schemars_derive v0.8.22 [out] Downloaded itoa v1.0.15 [out] Downloaded num-integer v0.1.46 [out] Downloaded equivalent v1.0.1 [out] Downloaded autocfg v1.4.0 [out] Downloaded cfg-if v1.0.0 [out] Downloaded heck v0.4.1 [out] Downloaded rustc-hash v1.1.0 [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 bit-set v0.8.0 [out] Downloaded windows-targets v0.52.6 [out] Downloaded diffy v0.4.2 [out] Downloaded cairo-lang-formatter v2.11.4 [out] Downloaded cairo-lang-macro-attributes v0.1.0 [out] Downloaded indent v0.1.1 [out] Downloaded funty v2.0.0 [out] Downloaded fnv v1.0.7 [out] Downloaded microlp v0.2.11 [out] Downloaded good_lp v1.12.0 [out] Downloaded cairo-lang-sierra-gas v2.11.4 [out] Downloaded string_cache v0.8.8 [out] Downloaded unicode-xid v0.2.6 [out] Downloaded path-clean v1.0.1 [out] Downloaded linked-hash-map v0.5.6 [out] Downloaded log v0.4.22 [out] Downloaded fixedbitset v0.5.7 [out] Downloaded pico-args v0.5.0 [out] Downloaded home v0.5.11 [out] Downloaded sha2 v0.10.8 [out] Downloaded version_check v0.9.5 [out] Downloaded crypto-common v0.1.6 [out] Downloaded impl-trait-for-tuples v0.2.3 [out] Downloaded num-complex v0.4.6 [out] Downloaded new_debug_unreachable v1.0.6 [out] Downloaded same-file v1.0.6 [out] Downloaded convert_case v0.7.1 [out] Downloaded cairo-lang-eq-solver v2.11.4 [out] Downloaded ascii-canvas v4.0.0 [out] Downloaded rustversion v1.0.20 [out] Downloaded block-buffer v0.10.4 [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.32s [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] 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 [out] [out] [out] Collected 83 test(s) from openzeppelin_access package [out] Running 83 test(s) from src/ [out] [PASS] openzeppelin_access::accesscontrol::account_role_info::tests::test_pack_and_unpack (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_access::accesscontrol::account_role_info::tests::test_pack_and_unpack_big_values (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_assert_only_role_unauthorized (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~505600) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_assert_only_role (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1011200) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_default_admin_role_is_its_own_admin (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~225600) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_assert_only_role_unauthorized_when_authorized_for_another_role (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~425600) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_grantRole (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1291200) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_grantRole_multiple_times_for_granted_role (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1171200) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_grantRole_unauthorized (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~665600) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_grantRole_when_delayed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1841920) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_grant_role_multiple_times_for_granted_role (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1171200) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_grant_role (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1291200) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_grant_role_unauthorized (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~665600) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_grant_role_with_delay_unauthorized (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~865600) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_grant_role_when_delayed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1841920) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_grant_role_with_delay (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2056320) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_grant_role_with_delay_when_already_effective (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1171200) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_grant_role_with_zero_delay (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~865600) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_hasRole (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~531200) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_has_role (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~531200) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_initializer (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_new_admin_can_grant_roles (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1382400) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_new_admin_can_grant_roles_with_delay (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1867520) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_new_admin_can_revoke_roles (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~1688000) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_other_role_admin_is_the_default_admin_role (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~225600) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_previous_admin_cannot_grant_roles (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~731200) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_previous_admin_cannot_grant_roles_with_delay (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~971200) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_previous_admin_cannot_revoke_roles (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~731200) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_renounceRole_for_delayed_role (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1801920) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_renounceRole_for_role_not_granted (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~585600) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_renounceRole_for_granted_role (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1556800) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_renounceRole_multiple_times_for_granted_role (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1316800) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_renounceRole_unauthorized (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~851200) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_renounce_role_for_role_not_granted (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~585600) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_renounce_role_for_delayed_role (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1801920) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_renounce_role_for_granted_role (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1556800) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_renounce_role_multiple_times_for_granted_role (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1316800) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_renounce_role_unauthorized (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1051200) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_revokeRole_for_granted_role (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1636800) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_revokeRole_for_delayed_role (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1881920) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_revokeRole_for_role_not_granted (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~665600) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_revokeRole_multiple_times_for_granted_role (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1516800) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_revokeRole_unauthorized (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~665600) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_revoke_role_for_delayed_role (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1881920) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_revoke_role_for_role_not_granted (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~665600) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_revoke_role_for_granted_role (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1636800) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_revoke_role_multiple_times_for_granted_role (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1516800) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_revoke_role_unauthorized (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~665600) [out] [PASS] openzeppelin_access::tests::test_ownable::test__transfer_ownership (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~661440) [out] [PASS] openzeppelin_access::tests::test_accesscontrol::test_set_role_admin (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~731200) [out] [PASS] openzeppelin_access::tests::test_ownable::test__transfer_ownership_resets_pending_owner (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~381440) [out] [PASS] openzeppelin_access::tests::test_ownable::test_assert_only_owner (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~430720) [out] [PASS] openzeppelin_access::tests::test_ownable::test_initializer_zero_owner (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~120000) [out] [PASS] openzeppelin_access::tests::test_ownable::test_assert_only_owner_when_not_owner (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~430720) [out] [PASS] openzeppelin_access::tests::test_ownable::test_initializer_owner (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~550720) [out] [PASS] openzeppelin_access::tests::test_ownable::test_renounceOwnership (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~901440) [out] [PASS] openzeppelin_access::tests::test_ownable::test_renounce_ownership_from_nonowner (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~470720) [out] [PASS] openzeppelin_access::tests::test_ownable::test_renounceOwnership_from_nonowner (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~470720) [out] [PASS] openzeppelin_access::tests::test_ownable::test_renounce_ownership (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~901440) [out] [PASS] openzeppelin_access::tests::test_ownable::test_transferOwnership_from_nonowner (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~470720) [out] [PASS] openzeppelin_access::tests::test_ownable::test_transferOwnership_to_zero (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~470720) [out] [PASS] openzeppelin_access::tests::test_ownable::test_transfer_ownership (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~941440) [out] [PASS] openzeppelin_access::tests::test_ownable::test_transferOwnership (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~941440) [out] [PASS] openzeppelin_access::tests::test_ownable::test_transfer_ownership_from_nonowner (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~470720) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test__propose_owner (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~541440) [out] [PASS] openzeppelin_access::tests::test_ownable::test_transfer_ownership_to_zero (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~470720) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_acceptOwnership (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~981440) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_acceptOwnership_from_nonpending (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~510720) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_accept_ownership_from_nonpending (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~510720) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_accept_ownership (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~981440) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_full_two_step_transfer (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1652160) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_initializer_owner_pending_owner (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~630720) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_renounceOwnership_from_nonowner (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~470720) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_renounceOwnership (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~901440) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_renounce_ownership (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~901440) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_renounce_ownership_from_nonowner (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~470720) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_transferOwnership_from_nonowner (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~470720) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_renounce_ownership_resets_pending_owner (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~621440) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_transferOwnership_to_zero (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~821440) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_transferOwnership (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1252160) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_transfer_ownership_from_nonowner (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~470720) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_transfer_ownership_to_zero (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~821440) [out] [PASS] openzeppelin_access::tests::test_ownable_twostep::test_transfer_ownership (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1252160) [out] Tests: 83 passed, 0 failed, 0 skipped, 0 ignored, 0 filtered out [out] Running test openzeppelin_account (snforge test --fuzzer-seed 1) [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_account_unittest) openzeppelin_account v2.0.0-alpha.1 (/mnt/maat-workbench/packages/account/Scarb.toml) [out] Finished `dev` profile target(s) in 29 seconds [out] [out] [out] Collected 95 test(s) from openzeppelin_account package [out] Running 95 test(s) from tests/ [out] [PASS] openzeppelin_account::tests::extensions::test_snip12_utils::test_call_type_hash (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_account::tests::extensions::test_snip12_utils::test_call_struct_hash_generation (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~320000) [out] [PASS] openzeppelin_account::tests::extensions::test_snip12_utils::test_outside_execution_type_hash (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_account::tests::extensions::test_snip12_utils::test_outside_execution_struct_hash_generation (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~360000) [out] [PASS] openzeppelin_account::tests::extensions::test_src9::test_execute_from_outside_v2_call_before_execute_after (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~560000) [out] [PASS] openzeppelin_account::tests::extensions::test_src9::test_execute_from_outside_v2_call_after_execute_before (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~560000) [out] [PASS] openzeppelin_account::tests::extensions::test_src9::test_execute_from_outside_v2_call_equal_to_execute_after (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~560000) [out] [PASS] openzeppelin_account::tests::extensions::test_src9::test_execute_from_outside_v2_any_caller (l1_gas: ~0, l1_data_gas: ~576, l2_gas: ~1940480) [out] [PASS] openzeppelin_account::tests::extensions::test_src9::test_execute_from_outside_v2_caller_mismatch (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~560000) [out] [PASS] openzeppelin_account::tests::extensions::test_src9::test_execute_from_outside_v2_invalid_nonce (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~400000) [out] [PASS] openzeppelin_account::tests::extensions::test_src9::test_execute_from_outside_v2_call_equal_to_execute_before (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~560000) [out] [PASS] openzeppelin_account::tests::extensions::test_src9::test_execute_from_outside_v2_invalid_signature (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~1060480) [out] [PASS] openzeppelin_account::tests::extensions::test_src9::test_execute_from_outside_v2_panics_when_inner_call_panic (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~1100480) [out] [PASS] openzeppelin_account::tests::extensions::test_src9::test_execute_from_outside_v2_specific_caller (l1_gas: ~0, l1_data_gas: ~576, l2_gas: ~2180480) [out] [PASS] openzeppelin_account::tests::extensions::test_src9::test_execute_from_outside_v2_uses_nonce (l1_gas: ~0, l1_data_gas: ~576, l2_gas: ~2220480) [out] [PASS] openzeppelin_account::tests::extensions::test_src9::test_initializer (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_account::tests::extensions::test_src9::test_is_valid_outside_execution_nonce_valid (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_account::tests::extensions::test_src9::test_is_valid_outside_execution_nonce_invalid (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~120000) [out] [PASS] openzeppelin_account::tests::test_account::test__is_valid_signature (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~740480) [out] [PASS] openzeppelin_account::tests::test_account::test__set_public_key (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~460480) [out] [PASS] openzeppelin_account::tests::test_account::test_assert_only_self_false (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_account::tests::test_account::test_account_called_from_contract (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~380480) [out] [PASS] openzeppelin_account::tests::test_account::test_assert_only_self_true (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_account::tests::test_account::test_assert_valid_new_owner (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~540480) [out] [PASS] openzeppelin_account::tests::test_account::test_assert_valid_new_owner_invalid_signature (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~540480) [out] [PASS] openzeppelin_account::tests::test_account::test_execute (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~2100480) [out] [PASS] openzeppelin_account::tests::test_account::test_execute_future_query_version (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~2300480) [out] [PASS] openzeppelin_account::tests::test_account::test_execute_future_version (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~2300480) [out] [PASS] openzeppelin_account::tests::test_account::test_execute_invalid_query_version (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1860480) [out] [PASS] openzeppelin_account::tests::test_account::test_execute_invalid_version (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1860480) [out] [PASS] openzeppelin_account::tests::test_account::test_execute_query_version (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~2300480) [out] [PASS] openzeppelin_account::tests::test_account::test_initializer (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~540480) [out] [PASS] openzeppelin_account::tests::test_account::test_isValidSignature (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~740480) [out] [PASS] openzeppelin_account::tests::test_account::test_is_valid_signature (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~740480) [out] [PASS] openzeppelin_account::tests::test_account::test_multicall (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~2340480) [out] [PASS] openzeppelin_account::tests::test_account::test_public_key_setter_and_getter (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1341440) [out] [PASS] openzeppelin_account::tests::test_account::test_public_key_setter_and_getter_camel (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~1341440) [out] [PASS] openzeppelin_account::tests::test_account::test_public_key_setter_different_account (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~440000) [out] [PASS] openzeppelin_account::tests::test_account::test_public_key_setter_different_account_camel (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~440000) [out] [PASS] openzeppelin_account::tests::test_account::test_validate (l1_gas: ~0, l1_data_gas: ~288, l2_gas: ~1500480) [out] [PASS] openzeppelin_account::tests::test_account::test_validate_declare (l1_gas: ~0, l1_data_gas: ~288, l2_gas: ~1500480) [out] [PASS] openzeppelin_account::tests::test_account::test_validate_declare_empty_signature (l1_gas: ~0, l1_data_gas: ~288, l2_gas: ~1620480) [out] [PASS] openzeppelin_account::tests::test_account::test_validate_declare_invalid_signature_data (l1_gas: ~0, l1_data_gas: ~288, l2_gas: ~1420480) [out] [PASS] openzeppelin_account::tests::test_account::test_validate_declare_invalid_signature_length (l1_gas: ~0, l1_data_gas: ~288, l2_gas: ~1620480) [out] [PASS] openzeppelin_account::tests::test_account::test_validate_deploy (l1_gas: ~0, l1_data_gas: ~288, l2_gas: ~1500480) [out] [PASS] openzeppelin_account::tests::test_account::test_validate_deploy_empty_signature (l1_gas: ~0, l1_data_gas: ~288, l2_gas: ~1620480) [out] [PASS] openzeppelin_account::tests::test_account::test_validate_deploy_invalid_signature_data (l1_gas: ~0, l1_data_gas: ~288, l2_gas: ~1420480) [out] [PASS] openzeppelin_account::tests::test_account::test_validate_deploy_invalid_signature_length (l1_gas: ~0, l1_data_gas: ~288, l2_gas: ~1620480) [out] [PASS] openzeppelin_account::tests::test_account::test_validate_invalid (l1_gas: ~0, l1_data_gas: ~288, l2_gas: ~1420480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test__is_valid_signature (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~57940480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test__set_public_key (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~11700480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_account_called_from_contract (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~11460480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_assert_only_self_false (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_assert_only_self_true (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_assert_valid_new_owner (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~45940480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_assert_valid_new_owner_invalid_signature (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~45940480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_cannot_get_without_initialize (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~160000) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_cannot_set_without_initialize (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~11480000) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_execute (l1_gas: ~0, l1_data_gas: ~576, l2_gas: ~11860480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_execute_invalid_version (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11740480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_execute_query_version (l1_gas: ~0, l1_data_gas: ~576, l2_gas: ~11860480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_initializer (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~11700480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_isValidSignature (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~57940480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_is_valid_signature (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~57940480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_multicall (l1_gas: ~0, l1_data_gas: ~576, l2_gas: ~11900480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_public_key_setter_and_getter (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~46701440) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_public_key_setter_and_getter_camel (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~46701440) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_public_key_setter_different_account (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~22720000) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_public_key_setter_different_account_camel (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~22720000) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_validate (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~34900480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_validate_declare (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~34900480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_validate_declare_empty_signature (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~11660480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_validate_declare_invalid_signature_data (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~11660480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_validate_declare_invalid_signature_length (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~11660480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_validate_deploy (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~34980480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_validate_deploy_empty_signature (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~11660480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_validate_deploy_invalid_signature_data (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~11660480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_validate_deploy_invalid_signature_length (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~11700480) [out] [PASS] openzeppelin_account::tests::test_eth_account::test_validate_invalid (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~11660480) [out] [PASS] openzeppelin_account::tests::test_secp256_point::test_pack_big_secp256k1_points (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_account::tests::test_secp256_point::test_partial_eq (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~400000) [out] [PASS] openzeppelin_account::tests::test_secp256_point::test_unpack_big_secp256k1_points (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~440000) [out] [PASS] openzeppelin_account::tests::test_signature::test_eth_signature_r_out_of_range (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~11400000) [out] [PASS] openzeppelin_account::tests::test_signature::test_eth_signature_s_out_of_range (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~11400000) [out] [PASS] openzeppelin_account::tests::test_signature::test_is_valid_eth_signature_bad_sig (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~34480000) [out] [PASS] openzeppelin_account::tests::test_signature::test_is_valid_eth_signature_good_sig (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~34480000) [out] [PASS] openzeppelin_account::tests::test_signature::test_is_valid_eth_signature_invalid_format_sig (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~11360000) [out] [PASS] openzeppelin_account::tests::test_signature::test_is_valid_p256_signature_bad_sig (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~67800000) [out] [PASS] openzeppelin_account::tests::test_signature::test_is_valid_p256_signature_good_sig (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~67760000) [out] [PASS] openzeppelin_account::tests::test_signature::test_is_valid_p256_signature_invalid_format_sig (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~22440000) [out] [PASS] openzeppelin_account::tests::test_signature::test_is_valid_stark_signature_bad_sig (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~440000) [out] [PASS] openzeppelin_account::tests::test_signature::test_is_valid_stark_signature_good_sig (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~440000) [out] [PASS] openzeppelin_account::tests::test_signature::test_is_valid_stark_signature_invalid_len_sig (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~160000) [out] [PASS] openzeppelin_account::tests::test_signature::test_p256_signature_r_out_of_range (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~22480000) [out] [PASS] openzeppelin_account::tests::test_signature::test_p256_signature_s_out_of_range (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~22480000) [out] Tests: 95 passed, 0 failed, 0 skipped, 0 ignored, 0 filtered out [out] Running test openzeppelin_finance (snforge test --fuzzer-seed 1) [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_finance_unittest) openzeppelin_finance v2.0.0-alpha.1 (/mnt/maat-workbench/packages/finance/Scarb.toml) [out] Finished `dev` profile target(s) in 29 seconds [out] [out] [out] Collected 19 test(s) from openzeppelin_finance package [out] Running 19 test(s) from tests/ [out] [PASS] openzeppelin_finance::tests::test_vesting_linear::test_init_invalid_cliff_value (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~120000) [out] [PASS] openzeppelin_finance::tests::test_vesting_linear::test_panics_when_transfer_fails (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~2031680) [out] [PASS] openzeppelin_finance::tests::test_vesting_linear::test_release_after_ownership_transferred (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~6405760) [out] [PASS] openzeppelin_finance::tests::test_vesting_linear::test_release_single_call_after_end (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~5303360) [out] [PASS] openzeppelin_finance::tests::test_vesting_linear::test_release_single_call_within_duration (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~5343360) [out] [PASS] openzeppelin_finance::tests::test_vesting_linear::test_release_zero_amount (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~3031680) [out] [PASS] openzeppelin_finance::tests::test_vesting_linear::test_release_multiple_calls (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~14686720) [out] [PASS] openzeppelin_finance::tests::test_vesting_linear::test_state_after_init (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~2031680) [out] [PASS] openzeppelin_finance::tests::test_vesting_steps::test_init_invalid_cliff_value (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~120000) [out] [PASS] openzeppelin_finance::tests::test_vesting_steps::test_panics_when_transfer_fails (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~2071680) [out] [PASS] openzeppelin_finance::tests::test_vesting_steps::test_release_after_ownership_transferred (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~6485760) [out] [PASS] openzeppelin_finance::tests::test_vesting_steps::test_release_single_call_after_end (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~5383360) [out] [PASS] openzeppelin_finance::tests::test_vesting_steps::test_release_multiple_calls (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~15046720) [out] [PASS] openzeppelin_finance::tests::test_vesting_steps::test_release_single_call_within_duration (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~5503360) [out] [PASS] openzeppelin_finance::tests::test_vesting_steps::test_state_after_init (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~2071680) [out] [PASS] openzeppelin_finance::tests::test_vesting_linear::test_vesting_schedule_with_cliff (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~63191680) [out] [PASS] openzeppelin_finance::tests::test_vesting_linear::test_vesting_schedule_no_cliff (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~64311680) [out] [PASS] openzeppelin_finance::tests::test_vesting_steps::test_vesting_schedule_no_cliff (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~68031680) [out] [PASS] openzeppelin_finance::tests::test_vesting_steps::test_vesting_schedule_with_cliff (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~66471680) [out] Tests: 19 passed, 0 failed, 0 skipped, 0 ignored, 0 filtered out [out] Running test openzeppelin_governance (snforge test --fuzzer-seed 1) [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_governance_unittest) openzeppelin_governance v2.0.0-alpha.1 (/mnt/maat-workbench/packages/governance/Scarb.toml) [out] Finished `dev` profile target(s) in 46 seconds [out] [out] [out] Collected 401 test(s) from openzeppelin_governance package [out] Running 401 test(s) from tests/ [out] [IGNORE] openzeppelin_governance::tests::test_timelock::test__execute_with_bad_selector [out] [PASS] openzeppelin_governance::governor::proposal_core::tests::test_pack_and_unpack_big_values (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~200000) [out] [PASS] openzeppelin_governance::governor::proposal_core::tests::test_pack_and_unpack (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~200000) [out] [PASS] openzeppelin_governance::governor::vote::tests::test_vote_type_hash (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_governance::governor::vote::tests::test_vote_with_reason_and_params_type_hash (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cancel_active (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2240000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cancel_canceled (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2480000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cancel_executed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1600000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cancel_defeated (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~2440000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cancel_pending (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1920000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cancel_queued (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2680000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cast_vote_active_no_params (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~3016320) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cancel_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2640000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cast_vote_active_with_params (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2946560) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cast_vote_canceled (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2440000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cast_vote_executed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1560000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cast_vote_defeated (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~2160000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cast_vote_pending (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1640000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__get_votes (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~240000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cast_vote_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__cast_vote_queued (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__proposal_eta (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__proposal_proposer (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__hash_proposal (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~240000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__proposal_deadline (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__proposal_threshold (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__proposal_snapshot (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__propose_existent_proposal (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~897280) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__propose (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~8912640) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__state_canceled (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1760000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__state_defeated_quorum_not_reached (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~1320000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__state_active (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2120000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__state_defeated_vote_not_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1400000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__state_executed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~880000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__state_non_existent (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~720000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__state_pending (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~920000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__state_queued (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1440000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_assert_only_governance (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_assert_only_governance_not_executor (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test__state_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1440000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cancel (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~4357760) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cancel_active (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2040000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cancel_canceled (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2560000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cancel_correct_id (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~3140480) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cancel_defeated (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~2280000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cancel_executed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1680000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cancel_invalid_caller (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2120000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cancel_queued (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2560000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_cancel_operations_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2640000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_execute_operations (runs: 256, (l1_gas: {max: ~0, min: ~0, mean: ~0.00, std deviation: ~0.00}, l1_data_gas: {max: ~0, min: ~0, mean: ~0.00, std deviation: ~0.00}, l2_gas: {max: ~3280000, min: ~3200000, mean: ~3267968.75, std deviation: ~19339.05})) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_execute_operations_panics (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~160000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_executor (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_proposal_needs_queuing (runs: 256, (l1_gas: {max: ~0, min: ~0, mean: ~0.00, std deviation: ~0.00}, l1_data_gas: {max: ~0, min: ~0, mean: ~0.00, std deviation: ~0.00}, l2_gas: {max: ~3000000, min: ~2920000, mean: ~2987968.75, std deviation: ~19339.05})) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_state_canceled (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2440000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_state_active (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2120000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_queue_operations (runs: 256, (l1_gas: {max: ~0, min: ~0, mean: ~0.00, std deviation: ~0.00}, l1_data_gas: {max: ~0, min: ~0, mean: ~0.00, std deviation: ~0.00}, l2_gas: {max: ~3000000, min: ~2920000, mean: ~2987968.75, std deviation: ~19339.05})) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_state_defeated_quorum_not_reached (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~1320000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_state_defeated_vote_not_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1400000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_state_queued_timelock_ready (l1_gas: ~0, l1_data_gas: ~544, l2_gas: ~2560000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_state_queued_timelock_done (l1_gas: ~0, l1_data_gas: ~544, l2_gas: ~2560000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_state_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_state_non_existent (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~720000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_state_executed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1560000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_state_queued_timelock_waiting (l1_gas: ~0, l1_data_gas: ~544, l2_gas: ~2560000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_state_pending (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1640000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_state_queued (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2320000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_timelock_salt (l1_gas: ~0, l1_data_gas: ~672, l2_gas: ~1092160) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_timelock_salt_overflow (l1_gas: ~0, l1_data_gas: ~672, l2_gas: ~1052160) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes::test_clock (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_state_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2320000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_counting_simple::test_count_vote_abstain (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~400000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_update_timelock (l1_gas: ~0, l1_data_gas: ~672, l2_gas: ~1792640) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes::test_clock_mode (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes::test_get_votes (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~240000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_counting_simple::test_count_vote_against (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~400000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_counting_simple::test_count_vote_already_voted (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~200000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes::test_initializer (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_counting_simple::test_count_vote_invalid_vote_type (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~160000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes::test_initializer_with_zero_token (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_counting_simple::test_count_vote_for (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~400000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes::test_token (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_counting_simple::test_counting_mode (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_counting_simple::test_has_voted (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~160000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes_quorum_fraction::test_clock (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes_quorum_fraction::test_clock_mode (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_counting_simple::test_into_VoteType_u8 (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes_quorum_fraction::test_get_votes (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~240000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_counting_simple::test_quorum_reached (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes_quorum_fraction::test_initializer (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~510720) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes_quorum_fraction::test_initializer_with_invalid_numerator (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_counting_simple::test_try_into_u8_VoteType (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_counting_simple::test_quorum_reached_snapshot_used (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1040000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes_quorum_fraction::test_initializer_with_zero_token (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes_quorum_fraction::test_quorum (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~400000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test__set_proposal_threshold (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~950720) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_counting_simple::test_vote_succeeded (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~920000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes_quorum_fraction::test_quorum_denominator (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test__set_proposal_threshold_no_change (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~520000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes_quorum_fraction::test_token (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test__set_voting_delay (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~780480) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test__set_voting_delay_no_change (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~440000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes_quorum_fraction::test_update_quorum_numerator_invalid_numerator (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test__set_voting_period (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~780480) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_votes_quorum_fraction::test_update_quorum_numerator (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~5252160) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test__set_voting_period_no_change (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~440000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_assert_only_governance (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~320000) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_add_multiple_signers (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~2361920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_add_remove_add (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~4403840) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_assert_only_governance_not_executor (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_add_signers_does_nothing_if_signers_empty (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1401920) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_initializer (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~1791680) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_add_single_signer (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~2921920) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_proposal_threshold (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~200000) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_add_when_not_multisig_itself (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~880960) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_set_proposal_threshold (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~990720) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_can_revoke_confirmation_after_being_removed (l1_gas: ~0, l1_data_gas: ~832, l2_gas: ~5825280) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_set_proposal_threshold_only_governance (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_add_with_zero_quorum (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~1261440) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_add_with_quorum_too_high (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1401920) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_set_proposal_threshold_no_change (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~560000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_set_voting_delay (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~820480) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_set_voting_delay_only_governance (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_set_voting_delay_no_change (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~480000) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_add_zero_address_as_signer (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~960960) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_set_voting_period (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~860480) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_set_voting_period_only_governance (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_voting_delay (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_set_voting_period_no_change (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~480000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_settings::test_voting_period (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_cancel_operations_canceled (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2560000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_cancel_operations_active (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2320000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_cancel_operations_defeated (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~2520000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_cancel_operations_executed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1640000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_cancel_operations_pending (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2000000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_cancel_operations_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2720000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_cancel_operations_queued (l1_gas: ~0, l1_data_gas: ~1920, l2_gas: ~14077120) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_executor (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_execute_operations (l1_gas: ~0, l1_data_gas: ~2112, l2_gas: ~16208320) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_proposal_needs_queuing (runs: 256, (l1_gas: {max: ~0, min: ~0, mean: ~0.00, std deviation: ~0.00}, l1_data_gas: {max: ~0, min: ~0, mean: ~0.00, std deviation: ~0.00}, l2_gas: {max: ~3000000, min: ~2920000, mean: ~2987968.75, std deviation: ~19339.05})) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_state_active (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2240000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_queue_operations (l1_gas: ~0, l1_data_gas: ~2112, l2_gas: ~12856640) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_state_canceled (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2520000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_state_defeated_quorum_not_reached (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~1360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_state_defeated_vote_not_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1480000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_state_executed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1600000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_state_non_existent (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~800000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_state_pending (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1680000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_timelock_execution::test_state_queued_timelock_canceled (l1_gas: ~0, l1_data_gas: ~544, l2_gas: ~2560000) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_change_quorum_to_zero (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1321920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_change_quorum_when_not_multisig_itself (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1321920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_confirm_nonexistent_tx (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1401920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_confirm_tx_twice (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~2503360) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_confirm_tx_unauthorized (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1872640) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_execute_batch_not_confirmed (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~2383360) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_execute_batch_unauthorized (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~3214080) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_execute_batch_twice (l1_gas: ~0, l1_data_gas: ~1408, l2_gas: ~3434560) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_execute_not_submitted_tx (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1281920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_execute_not_confirmed (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~2383360) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_execute_twice (l1_gas: ~0, l1_data_gas: ~1408, l2_gas: ~3434560) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_execute_unauthorized (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~3094080) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_remove_with_unchanged_quorum_that_becomes_too_high (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~2103360) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_remove_when_not_multisig_itself (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1201920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_remove_with_quorum_too_high (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~1662400) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_remove_with_zero_quorum (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~1922880) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_replace_not_signer (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~1221440) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_replace_with_existing_signer (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~1221440) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_replace_with_zero_address (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1361920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_revoke_confirmation_has_not_confirmed (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1832640) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_revoke_confirmation_nonexistent_tx (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1161920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_set_quorum_too_high (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1321920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_submit_tx_batch_unauthorized (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1241920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_submit_tx_batch_twice (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1712640) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_submit_tx_twice (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1592640) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_cannot_submit_tx_unauthorized (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1241920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_change_quorum_higher_value (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1742400) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_change_quorum_lower_value (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1742400) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_change_quorum_to_max_value (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1742400) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_change_quorum_to_min_value (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1742400) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_change_quorum_to_same_value (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1441920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_confirm_tx (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~6734080) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_confirmed_status_changed_when_quorum_increased (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~4994560) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_confirm_tx_batch (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~8334080) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_execute_tx (l1_gas: ~0, l1_data_gas: ~1408, l2_gas: ~6474560) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_execute_tx_batch (l1_gas: ~0, l1_data_gas: ~1408, l2_gas: ~6834560) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_not_signers_ignored_when_removing (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~2302400) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_init_zero_quorum (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~941440) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_pending_status_changed_when_quorum_reduced (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~4523840) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_remove_add_remove (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~3383360) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_remove_signers_does_nothing_if_signers_empty (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1721920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_remove_multiple_signers (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~3463360) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_remove_single_signer (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~3642880) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_replace_signer (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~2622400) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_signers_ignored_if_added_again (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~2561920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_signers_info_error_happens_with_v1 (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_revoke_confirmation (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~6644800) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_signers_info_no_error_happens_with_v2 (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_signers_info_pack_unpack_v2_max_values (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_signers_info_unpack_zero_value_v2 (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_submit_same_tx_again_different_salt (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~5528960) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_submit_same_tx_batch_different_salt (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~5488960) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_submit_tx (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~3592640) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_submit_tx_batch (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~3712640) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_submit_tx_batch_with_salt (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~3938240) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_submit_tx_with_salt (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~3818240) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_tx_batch_hash_depends_on_salt (l1_gas: ~0, l1_data_gas: ~1888, l2_gas: ~5699520) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_tx_hash_depends_on_calldata (l1_gas: ~0, l1_data_gas: ~1888, l2_gas: ~4685120) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_tx_hash_depends_on_salt (l1_gas: ~0, l1_data_gas: ~1888, l2_gas: ~4659520) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_tx_hash_depends_on_selector (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1121920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_tx_hash_depends_on_to_address (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1121920) [out] [PASS] openzeppelin_governance::tests::test_multisig::test_tx_not_confirmed_after_signer_removal (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~5714560) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__after_call (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~400000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__after_call_already_done (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__after_call_insufficient_time (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__after_call_nonexistent_operation (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~120000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__before_call (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~400000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__before_call_insufficient_time (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~400000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__before_call_nonexistent_operation (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~160000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__before_call_when_already_done (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__before_call_with_predecessor_done (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~440000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__before_call_with_predecessor_not_done (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~440000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__execute (l1_gas: ~0, l1_data_gas: ~192, l2_gas: ~640000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__schedule (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~480000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__execute_with_failing_tx (l1_gas: ~0, l1_data_gas: ~96, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__schedule_bad_delay (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~440000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test__schedule_overwrite (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~560000) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_assert_only_role_or_open_role_unauthorized (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1428480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_assert_only_role_or_open_role_when_has_role (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1988480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_assert_only_role_or_open_role_with_open_role (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1508480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_cancel_unauthorized (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~2929920) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_cancel_when_ready (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~6310400) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_cancel_when_done (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~7341120) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_cancel_when_unset (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~1948480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_cancel_when_waiting (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~6310400) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_bad_selector (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~3924800) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_batch_before_dependency (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~4757120) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_after_dependency (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~14333760) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_batch_early (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~3412800) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_batch_after_dependency (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~27864320) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_batch_partial_execution (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~3226240) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_batch_reentrant_call (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~7750400) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_batch_unauthorized (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~3412800) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_batch_when_not_scheduled (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~2028480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_before_dependency (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~5551360) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_batch_when_scheduled (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~13166400) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_early (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~2969920) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_schedule_batch_overwrite (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~3038400) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_reentrant_call (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~7510400) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_failing_tx (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~3924800) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_unauthorized (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~2929920) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_when_not_scheduled (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~1988480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_hash_operation (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~1868480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_hash_operation_batch (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~2068480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_hash_operation_and_hash_operations (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~2108480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_execute_when_scheduled (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~8381120) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_initializer_min_delay (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~2122880) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_initializer_single_role_and_admin (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1388480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_initializer_no_admin (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~1202880) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_initializer_multiple_roles_and_admin (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~2982080) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_initializer_supported_interfaces (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1108480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_schedule_bad_min_delay (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~1988480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_schedule_batch_bad_min_delay (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~2068480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_schedule_batch_from_proposer_no_salt (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~6812800) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_schedule_batch_from_proposer_with_salt (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~7558400) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_schedule_batch_unauthorized (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~2028480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_schedule_from_proposer_no_salt (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~4849920) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_schedule_from_proposer_with_salt (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~5315520) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_schedule_overwrite (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~2555520) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_schedule_unauthorized (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~1988480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_update_delay_unauthorized (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1508480) [out] [PASS] openzeppelin_governance::tests::test_timelock::test_update_delay_scheduled (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~7081600) [out] [PASS] openzeppelin_governance::tests::test_utils::test_eq_calls_gt_calldata (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~1840000) [out] [PASS] openzeppelin_governance::tests::test_utils::test_eq_calls_lt_calldata (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~2040000) [out] [PASS] openzeppelin_governance::tests::test_utils::test_eq_calls_no_calldata (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::test_utils::test_eq_calls_ne_selector (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~1760000) [out] [PASS] openzeppelin_governance::tests::test_utils::test_eq_calls_ne_calldata (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~2160000) [out] [PASS] openzeppelin_governance::tests::test_utils::test_eq_calls_ne_to (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~1760000) [out] [PASS] openzeppelin_governance::tests::test_utils::test_eq_calls_with_calldata (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~120000) [out] [PASS] openzeppelin_governance::tests::test_utils::test_ne_calls_gt_calldata (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::test_utils::test_ne_calls_eq_len_calldata (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::test_utils::test_ne_calls_lt_calldata (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::test_utils::test_ne_calls_selector (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::test_utils::test_ne_calls_to (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::test_utils::test_ne_calls_when_eq (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~2480000) [out] [PASS] openzeppelin_governance::tests::test_votes::test_checkpoints (l1_gas: ~0, l1_data_gas: ~1696, l2_gas: ~11072000) [out] [PASS] openzeppelin_governance::tests::test_votes::test_delegate_by_sig (l1_gas: ~0, l1_data_gas: ~1792, l2_gas: ~11573440) [out] [PASS] openzeppelin_governance::tests::test_votes::test_delegate_by_sig_hash_generation (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~320000) [out] [PASS] openzeppelin_governance::tests::test_votes::test_delegate_by_sig_bad_delegatee (l1_gas: ~0, l1_data_gas: ~1696, l2_gas: ~10972480) [out] [PASS] openzeppelin_governance::tests::test_votes::test_delegate_by_sig_invalid_nonce (l1_gas: ~0, l1_data_gas: ~1408, l2_gas: ~9992000) [out] [PASS] openzeppelin_governance::tests::test_votes::test_delegate_by_sig_invalid_signature (l1_gas: ~0, l1_data_gas: ~1696, l2_gas: ~10972480) [out] [PASS] openzeppelin_governance::tests::test_votes::test_delegate_by_sig_past_expiry (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~10152000) [out] [PASS] openzeppelin_governance::tests::test_votes::test_delegate_by_sig_reused_signature (l1_gas: ~0, l1_data_gas: ~1792, l2_gas: ~11253440) [out] [PASS] openzeppelin_governance::tests::test_votes::test_delegate_to_delegatee_updates_delegates (l1_gas: ~0, l1_data_gas: ~1696, l2_gas: ~11516800) [out] [PASS] openzeppelin_governance::tests::test_votes::test_delegate_to_delegatee_updates_votes (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~11593920) [out] [PASS] openzeppelin_governance::tests::test_votes::test_delegate_with_no_balance (l1_gas: ~0, l1_data_gas: ~1408, l2_gas: ~10832960) [out] [PASS] openzeppelin_governance::tests::test_votes::test_delegates (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~10633920) [out] [PASS] openzeppelin_governance::tests::test_votes::test_erc20_burn_updates_votes (l1_gas: ~0, l1_data_gas: ~832, l2_gas: ~3684800) [out] [PASS] openzeppelin_governance::tests::test_votes::test_erc20_get_voting_units (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~720960) [out] [PASS] openzeppelin_governance::tests::test_votes::test_erc721_burn_updates_votes (l1_gas: ~0, l1_data_gas: ~1408, l2_gas: ~17270400) [out] [PASS] openzeppelin_governance::tests::test_votes::test_erc721_get_voting_units (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~10032000) [out] [PASS] openzeppelin_governance::tests::test_votes::test_erc721_voting_units_update_with_single_token_transfer (l1_gas: ~0, l1_data_gas: ~1984, l2_gas: ~13688000) [out] [PASS] openzeppelin_governance::tests::test_votes::test_erc_20_get_total_supply (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~760960) [out] [PASS] openzeppelin_governance::tests::test_votes::test_erc_20_voting_units_update_with_full_balance_transfer (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~4126720) [out] [PASS] openzeppelin_governance::tests::test_votes::test_erc_20_voting_units_update_with_partial_balance_transfer (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~4126720) [out] [PASS] openzeppelin_governance::tests::test_votes::test_erc_721_get_total_supply (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~10032000) [out] [PASS] openzeppelin_governance::tests::test_votes::test_get_past_total_supply (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~12432000) [out] [PASS] openzeppelin_governance::tests::test_votes::test_get_past_total_supply_before_checkpoints (l1_gas: ~0, l1_data_gas: ~1408, l2_gas: ~11032000) [out] [PASS] openzeppelin_governance::tests::test_votes::test_get_past_total_supply_future_lookup (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~10152000) [out] [PASS] openzeppelin_governance::tests::test_votes::test_get_past_votes (l1_gas: ~0, l1_data_gas: ~1696, l2_gas: ~12152000) [out] [PASS] openzeppelin_governance::tests::test_votes::test_get_past_votes_future_lookup (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~10152000) [out] [PASS] openzeppelin_governance::tests::test_votes::test_get_votes (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~10753920) [out] [PASS] openzeppelin_governance::tests::test_votes::test_num_checkpoints (l1_gas: ~0, l1_data_gas: ~1696, l2_gas: ~10752000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_get_votes (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~240000) [out] [PASS] openzeppelin_governance::tests::test_votes::test_self_delegate (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~11553920) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_by_sig_hash_generation (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_active (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~3256320) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_by_sig (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~4694080) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_by_sig_invalid_msg_hash (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~2477760) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_canceled (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2480000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_by_sig_invalid_signature (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~2477760) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_defeated (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~2160000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_executed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1560000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_pending (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1680000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_queued (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_active (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~3256320) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_and_params_active (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~3391680) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_and_params_active_no_params (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~3256320) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_and_params_by_sig (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~4984320) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_and_params_by_sig_hash_generation (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_and_params_by_sig_empty_params (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~4894080) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_and_params_by_sig_invalid_msg_hash (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~2597760) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_and_params_canceled (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2480000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_and_params_defeated (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~2160000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_and_params_by_sig_invalid_signature (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~2597760) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_and_params_executed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1560000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_canceled (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2480000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_and_params_queued (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_and_params_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_defeated (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~2160000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_executed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1560000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_pending (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1680000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_queued (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cast_vote_with_reason_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_counting_mode (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_execute_active (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2080000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_execute_canceled (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2560000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_execute (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~7523840) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_execute_correct_id (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~3060480) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_execute_defeated (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~2280000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_execute_executed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1680000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_execute_panics (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~4778240) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_execute_pending (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1760000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_execute_queued_passes (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2940480) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_execute_succeeded_passes (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2940480) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_get_proposal (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_get_empty_proposal (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~200000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_get_votes_with_params (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~240000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_relay (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~1360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_hash_proposal (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~240000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_has_voted (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2616320) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_initializer (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_is_valid_description_too_short (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_is_valid_description_wrong_suffix (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~720000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_name (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_is_valid_description_wrong_proposer (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~11600000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_is_valid_description_valid_proposer (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~18840000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_nonces (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_proposal_deadline (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_proposal_eta (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_proposal_needs_queuing (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~240000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_proposal_proposer (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_proposal_threshold (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_proposal_snapshot (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~360000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_propose (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~21152640) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_propose_insufficient_proposer_votes (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~560000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_propose_existent_proposal (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1697280) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_propose_restricted_proposer (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~12040000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_quorum (runs: 256, (l1_gas: {max: ~0, min: ~0, mean: ~0.00, std deviation: ~0.00}, l1_data_gas: {max: ~0, min: ~0, mean: ~0.00, std deviation: ~0.00}, l2_gas: {max: ~760000, min: ~680000, mean: ~737343.75, std deviation: ~20135.65})) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_state_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1440000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_relay_invalid_caller (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_state_canceled (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1760000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_state_active (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2120000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_relay_panics (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~920000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_state_defeated_quorum_not_reached (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~1320000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_state_executed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~880000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_state_defeated_vote_not_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1400000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_state_non_existent (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~720000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_state_pending (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~920000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_state_queued (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1440000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_cancel_operations_active (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2240000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_validate_state (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~3080000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_validate_state_invalid (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1640000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_voting_period (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_voting_delay (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_version (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_cancel_operations_executed (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1600000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_cancel_operations_queued (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2680000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_cancel_operations_canceled (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~2480000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_cancel_operations_pending (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1920000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor_core_execution::test_cancel_operations_defeated (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~2440000) [out] [PASS] openzeppelin_governance::tests::governor::test_governor::test_cancel_succeeded (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2560000) [out] Tests: 400 passed, 0 failed, 0 skipped, 1 ignored, 0 filtered out [out] Fuzzer seed: 1 [out] Running test openzeppelin_introspection (snforge test --fuzzer-seed 1) [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_introspection_unittest) openzeppelin_introspection v2.0.0-alpha.1 (/mnt/maat-workbench/packages/introspection/Scarb.toml) [out] Finished `dev` profile target(s) in 23 seconds [out] [out] [out] Collected 5 test(s) from openzeppelin_introspection package [out] Running 5 test(s) from src/ [out] [PASS] openzeppelin_introspection::tests::test_src5::test_deregister_default_interface (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_introspection::tests::test_src5::test_default_behavior (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_introspection::tests::test_src5::test_deregister_interface (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~120000) [out] [PASS] openzeppelin_introspection::tests::test_src5::test_not_registered_interface (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_introspection::tests::test_src5::test_register_interface (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] Tests: 5 passed, 0 failed, 0 skipped, 0 ignored, 0 filtered out [out] Running test openzeppelin_macros (cargo test) [err] Compiling proc-macro2 v1.0.94 [err] Compiling unicode-ident v1.0.14 [err] Compiling autocfg v1.4.0 [err] Compiling serde v1.0.219 [err] Compiling equivalent v1.0.1 [err] Compiling memchr v2.7.4 [err] Compiling smallvec v1.13.2 [err] Compiling num-traits v0.2.19 [err] Compiling libc v0.2.168 [err] Compiling quote v1.0.40 [err] Compiling syn v2.0.90 [err] Compiling cfg-if v1.0.0 [err] Compiling allocator-api2 v0.2.21 [err] Compiling num-integer v0.1.46 [err] Compiling typenum v1.18.0 [err] Compiling either v1.13.0 [err] Compiling version_check v0.9.5 [err] Compiling foldhash v0.1.5 [err] Compiling lock_api v0.4.12 [err] Compiling parking_lot_core v0.9.10 [err] Compiling generic-array v0.14.7 [err] Compiling indexmap v1.9.3 [err] Compiling scopeguard v1.2.0 [err] Compiling serde_json v1.0.140 [err] Compiling hashbrown v0.12.3 [err] Compiling schemars v0.8.22 [err] Compiling itoa v1.0.15 [err] Compiling regex-syntax v0.8.5 [err] Compiling ryu v1.0.20 [err] Compiling parking_lot v0.12.3 [err] Compiling once_cell v1.20.2 [err] Compiling dyn-clone v1.0.19 [err] Compiling itertools v0.14.0 [err] Compiling block-buffer v0.10.4 [err] Compiling log v0.4.22 [err] Compiling tracing-core v0.1.33 [err] Compiling serde_derive_internals v0.29.1 [err] Compiling pin-project-lite v0.2.15 [err] Compiling heck v0.4.1 [err] Compiling stable_deref_trait v1.2.0 [err] Compiling rustc-hash v1.1.0 [err] Compiling oorandom v11.1.4 [err] Compiling aho-corasick v1.1.3 [err] Compiling rustversion v1.0.20 [err] Compiling serde_derive v1.0.219 [err] Compiling schemars_derive v0.8.22 [err] Compiling tracing-attributes v0.1.28 [err] Compiling rust-analyzer-salsa-macros v0.17.0-pre.6 [err] Compiling keccak v0.1.5 [err] Compiling tracing v0.1.41 [err] Compiling regex-automata v0.4.9 [err] Compiling same-file v1.0.6 [err] Compiling walkdir v2.5.0 [err] Compiling crypto-common v0.1.6 [err] Compiling matrixmultiply v0.3.9 [err] Compiling hashbrown v0.15.2 [err] Compiling home v0.5.11 [err] Compiling siphasher v1.0.1 [err] Compiling phf_shared v0.11.3 [err] Compiling term v1.0.1 [err] Compiling indexmap v2.8.0 [err] Compiling digest v0.10.7 [err] Compiling num-bigint v0.4.6 [err] Compiling triomphe v0.1.14 [err] Compiling rust-analyzer-salsa v0.17.0-pre.6 [err] Compiling smol_str v0.2.2 [err] Compiling new_debug_unreachable v1.0.6 [err] Compiling fixedbitset v0.5.7 [err] Compiling rawpointer v0.2.1 [err] Compiling precomputed-hash v0.1.1 [err] Compiling bit-vec v0.8.0 [err] Compiling cairo-lang-utils v2.11.4 [err] Compiling bit-set v0.8.0 [err] Compiling string_cache v0.8.8 [err] Compiling petgraph v0.7.1 [err] Compiling serde_spanned v0.6.8 [err] Compiling toml_datetime v0.6.8 [err] Compiling sha3 v0.10.8 [err] Compiling lalrpop-util v0.22.1 [err] Compiling regex v1.11.1 [err] Compiling ascii-canvas v4.0.0 [err] Compiling ena v0.14.3 [err] Compiling num-complex v0.4.6 [err] Compiling winnow v0.7.4 [err] Compiling anyhow v1.0.95 [err] Compiling thiserror v2.0.12 [err] Compiling unicode-xid v0.2.6 [err] Compiling semver v1.0.26 [err] Compiling syn v1.0.109 [err] Compiling pico-args v0.5.0 [err] Compiling cpufeatures v0.2.17 [err] Compiling sha2 v0.10.8 [err] Compiling ndarray v0.16.1 [err] Compiling lalrpop v0.22.1 [err] Compiling thiserror-impl v2.0.12 [err] Compiling toml_edit v0.22.24 [err] Compiling genco-macros v0.17.10 [err] Compiling unicode-segmentation v1.12.0 [err] Compiling lambdaworks-math v0.10.0 [err] Compiling thiserror v1.0.69 [err] Compiling sprs v0.11.3 [err] Compiling toml v0.8.20 [err] Compiling lambdaworks-crypto v0.10.0 [err] Compiling cairo-lang-debug v2.11.4 [err] Compiling thiserror-impl v1.0.69 [err] Compiling path-clean v1.0.1 [err] Compiling lazy_static v1.5.0 [err] Compiling starknet-types-core v0.1.7 [err] Compiling cairo-lang-filesystem v2.11.4 [err] Compiling derivative v2.2.0 [err] Compiling cairo-lang-sierra v2.11.4 [err] Compiling microlp v0.2.11 [err] Compiling convert_case v0.7.1 [err] Compiling xshell-macros v0.2.7 [err] Compiling const-fnv1a-hash v1.1.0 [err] Compiling fnv v1.0.7 [err] Compiling relative-path v1.9.3 [err] Compiling crossbeam-utils v0.8.21 [err] Compiling xshell v0.2.7 [err] Compiling genco v0.17.10 [err] Compiling good_lp v1.12.0 [err] Compiling unescaper v0.1.5 [err] Compiling cairo-lang-primitive-token v1.0.0 [err] Compiling cairo-lang-eq-solver v2.11.4 [err] Compiling cairo-lang-syntax v2.11.4 [err] Compiling cairo-lang-syntax-codegen v2.11.4 [err] Compiling cairo-lang-diagnostics v2.11.4 [err] Compiling colored v3.0.0 [err] Compiling linkme-impl v0.3.31 [err] Compiling indoc v2.0.5 [err] Compiling crossbeam-epoch v0.9.18 [err] Compiling bstr v1.11.3 [err] Compiling data-encoding v2.6.0 [err] Compiling xxhash-rust v0.8.12 [err] Compiling scarb-stable-hash v1.0.0 [err] Compiling globset v0.4.15 [err] Compiling cairo-lang-casm v2.11.4 [err] Compiling cairo-lang-sierra-type-size v2.11.4 [err] Compiling cairo-lang-sierra-ap-change v2.11.4 [err] Compiling cairo-lang-sierra-gas v2.11.4 [err] Compiling crossbeam-deque v0.8.6 [err] Compiling nu-ansi-term v0.50.1 [err] Compiling assert_matches v1.5.0 [err] Compiling cairo-lang-sierra-to-casm v2.11.4 [err] Compiling cairo-lang-parser v2.11.4 [err] Compiling cairo-lang-defs v2.11.4 [err] Compiling diffy v0.4.2 [err] Compiling linkme v0.3.31 [err] Compiling ignore v0.4.23 [err] Compiling cairo-lang-macro-attributes v0.1.0 [err] Compiling console v0.15.10 [err] Compiling cairo-lang-macro-stable v1.0.0 [err] Compiling linked-hash-map v0.5.6 [err] Compiling similar v2.6.0 [err] Compiling indent v0.1.1 [err] Compiling cairo-lang-plugins v2.11.4 [err] Compiling insta v1.42.0 [err] Compiling cairo-lang-macro v0.1.1 [err] Compiling cairo-lang-formatter v2.11.4 [err] Compiling fancy-regex v0.14.0 [err] Compiling cairo-lang-starknet-classes v2.11.4 [err] Compiling convert_case v0.8.0 [err] Compiling openzeppelin_macros v2.0.0-alpha.1 (/mnt/maat-workbench/packages/macros) [err] Finished `test` profile [unoptimized + debuginfo] target(s) in 54.53s [err] Running unittests src/lib.rs (target/debug/deps/openzeppelin_macros-a299638d11163f0f) [out] [out] running 114 tests [out] test attribute::with_components::definition::tests::test_parse_args ... ok [out] test tests::test_type_hash::test_basic_types_enum ... ok [out] test tests::test_type_hash::test_basic_types ... ok [out] test tests::test_type_hash::test_complex_enum_type ... ok [out] test tests::test_type_hash::test_complex_enum_with_collection_types ... ok [out] test tests::test_type_hash::test_complex_struct_with_collection_types ... ok [out] test tests::test_type_hash::test_complex_struct_type ... ok [out] test tests::test_type_hash::test_debug_attribute ... ok [out] test tests::test_type_hash::test_doc_example_1 ... ok [out] test tests::test_type_hash::test_doc_example_2 ... ok [out] test tests::test_type_hash::test_complex_enum_with_collection_types_custom_names ... ok [out] test tests::test_type_hash::test_doc_example_3 ... ok [out] test tests::test_type_hash::test_complex_struct_with_collection_types_custom_names ... ok [out] test tests::test_type_hash::test_doc_example_4 ... ok [out] test tests::test_type_hash::test_empty_enum ... ok [out] test tests::test_type_hash::test_doc_example_6 ... ok [out] test tests::test_type_hash::test_empty_input ... ok [out] test tests::test_type_hash::test_doc_example_7 ... ok [out] test tests::test_type_hash::test_empty_struct ... ok [out] test tests::test_type_hash::test_invalid_type_hash_attribute ... ok [out] test tests::test_type_hash::test_doc_example_5 ... ok [out] test tests::test_type_hash::test_enum_without_explicit_variant_type ... ok [out] test tests::test_type_hash::test_merkletree_type ... ok [out] test tests::test_type_hash::test_potential_duplicate_types ... ok [out] test tests::test_type_hash::test_potential_duplicate_types_enum ... ok [out] test tests::test_type_hash::test_snip12_attribute_empty ... ok [out] test tests::test_type_hash::test_preset_types_enum ... ok [out] test tests::test_type_hash::test_preset_types ... ok [out] test tests::test_type_hash::test_with_empty_tuple ... ok [out] test tests::test_type_hash::test_with_empty_tuple_enum ... ok [out] test tests::test_type_hash::test_with_array ... ok [out] test tests::test_type_hash::test_name_attribute ... ok [out] test tests::test_type_hash::test_with_inner_starknet_domain ... ok [out] test tests::test_type_hash::test_with_inner_u256_type ... ok [out] test tests::test_type_hash::test_with_inner_custom_type ... ok [out] test tests::test_type_hash::test_with_inner_u256_type_enum ... ok [out] test tests::test_type_hash::test_starknet_domain ... ok [out] test tests::test_type_hash::test_with_tuple ... ok [out] test tests::test_type_hash::test_with_tuple_enum ... ok [out] test tests::test_type_hash::test_with_span ... ok [out] test tests::test_type_hash::test_with_tuple_and_attribute ... ok [out] test tests::test_with_components::test_with_access_control ... ok [out] test tests::test_with_components::test_with_account_no_initializer ... ok [out] test tests::test_with_components::test_with_access_control_no_initializer ... ok [out] test tests::test_with_components::test_with_account ... ok [out] test tests::test_with_components::test_with_erc1155 ... ok [out] test tests::test_with_components::test_with_erc1155_no_initializer ... ok [out] test tests::test_with_components::test_with_erc1155_no_hooks_impl ... ok [out] test tests::test_with_components::test_with_erc1155_receiver ... ok [out] test tests::test_with_components::test_with_erc1155_receiver_no_initializer ... ok [out] test tests::test_with_components::test_with_erc20 ... ok [out] test tests::test_with_components::test_with_erc20_no_config ... ok [out] test tests::test_with_components::test_with_erc20_no_hooks_impl ... ok [out] test tests::test_with_components::test_with_erc20_no_initializer ... ok [out] test tests::test_with_components::test_with_erc2981_no_config ... ok [out] test tests::test_with_components::test_with_erc2981 ... ok [out] test tests::test_with_components::test_with_erc2981_no_initializer ... ok [out] test tests::test_with_components::test_with_erc2981_no_initializer_no_config ... ok [out] test tests::test_with_components::test_with_erc721_enumerable ... ok [out] test tests::test_with_components::test_with_erc721 ... ok [out] test tests::test_with_components::test_with_erc721_enumerable_no_initializer ... ok [out] test tests::test_with_components::test_with_erc721_no_initializer ... ok [out] test tests::test_with_components::test_with_erc721_no_hooks_impl ... ok [out] test tests::test_with_components::test_with_erc721_receiver ... ok [out] test tests::test_with_components::test_with_erc721_receiver_no_initializer ... ok [out] test tests::test_with_components::test_with_erc4626 ... ok [out] test tests::test_with_components::test_with_eth_account_no_initializer ... ok [out] test tests::test_with_components::test_with_eth_account ... ok [out] test tests::test_with_components::test_with_governor_core_execution ... ok [out] test tests::test_with_components::test_with_governor_counting_simple ... ok [out] test tests::test_with_components::test_with_event_struct ... ok [out] test tests::test_with_components::test_with_governor ... ok [out] test tests::test_with_components::test_with_governor_no_config ... ok [out] test tests::test_with_components::test_with_governor_no_initializer ... ok [out] test tests::test_with_components::test_with_governor_settings ... ok [out] test tests::test_with_components::test_with_governor_settings_no_initializer ... ok [out] test tests::test_with_components::test_with_governor_timelock_execution_no_initializer ... ok [out] test tests::test_with_components::test_with_governor_timelock_execution ... ok [out] test tests::test_with_components::test_with_governor_votes ... ok [out] test tests::test_with_components::test_with_governor_votes_no_initializer ... ok [out] test tests::test_with_components::test_with_governor_votes_quorum_fraction ... ok [out] test tests::test_with_components::test_with_governor_votes_quorum_fraction_no_initializer ... ok [out] test tests::test_with_components::test_with_governor_integration ... ok [out] test tests::test_with_components::test_with_initializable ... ok [out] test tests::test_with_components::test_with_invalid_component ... ok [out] test tests::test_with_components::test_with_initializable_no_initialize_call ... ok [out] test tests::test_with_components::test_with_no_components ... ok [out] test tests::test_with_components::test_with_no_body ... ok [out] test tests::test_with_components::test_with_multisig_no_initializer ... ok [out] test tests::test_with_components::test_with_multisig ... ok [out] test tests::test_with_components::test_with_no_contract_attribute ... ok [out] test tests::test_with_components::test_with_nonces ... ok [out] test tests::test_with_components::test_with_ownable ... ok [out] test tests::test_with_components::test_with_ownable_no_initializer ... ok [out] test tests::test_with_components::test_with_pausable ... ok [out] test tests::test_with_components::test_with_pausable_no_pause_call ... ok [out] test tests::test_with_components::test_with_pausable_no_pause_or_unpause_call ... ok [out] test tests::test_with_components::test_with_pausable_no_unpause_call ... ok [out] test tests::test_with_components::test_with_reentrancy_guard ... ok [out] test tests::test_with_components::test_with_src5 ... ok [out] test tests::test_with_components::test_with_src9_no_initializer ... ok [out] test tests::test_with_components::test_with_src9 ... ok [out] test tests::test_with_components::test_with_timelock_controller_no_initializer ... ok [out] test tests::test_with_components::test_with_timelock_controller ... ok [out] test tests::test_with_components::test_with_two_components_no_constructor ... ok [out] test tests::test_with_components::test_with_two_components ... ok [out] test tests::test_with_components::test_with_upgradeable ... ok [out] test tests::test_with_components::test_with_two_components_no_initializer ... ok [out] test tests::test_with_components::test_with_upgradeable_no_upgrade_call ... ok [out] test tests::test_with_components::test_with_vesting ... ok [out] test tests::test_with_components::test_with_vesting_no_schedule ... ok [out] test tests::test_with_components::test_with_vesting_no_initializer ... ok [out] test tests::test_with_components::test_with_votes ... ok [out] test tests::test_with_components::test_with_votes_no_metadata ... ok [out] [out] test result: ok. 114 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.04s [out] [out] Running test openzeppelin_merkle_tree (snforge test --fuzzer-seed 1) [out] Compiling test(openzeppelin_merkle_tree_unittest) openzeppelin_merkle_tree v2.0.0-alpha.1 (/mnt/maat-workbench/packages/merkle_tree/Scarb.toml) [out] Finished `dev` profile target(s) in 6 seconds [out] [out] [out] Collected 26 test(s) from openzeppelin_merkle_tree package [out] Running 26 test(s) from src/ [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_poseidon::test_process_multi_proof_invalid_len_proof_flags_panics (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~160000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_poseidon::test_valid_merkle_proof (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~400000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_poseidon::test_valid_merkle_multi_proof (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~520000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_pedersen::test_invalid_merkle_multi_proof (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~600000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_pedersen::test_invalid_merkle_proof (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~240000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_pedersen::test_process_multi_proof_flags_extra_leaves_expected (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~320000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_pedersen::test_invalid_merkle_multi_proof_flags (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~600000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_pedersen::test_valid_merkle_proof (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~320000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_pedersen::test_process_multi_proof_invalid_len_proof_flags_panics (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~120000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_pedersen::test_process_multi_proof_flags_extra_proofs_expected (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~360000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_pedersen::test_verify_multi_proof_flags_extra_leaves_expected (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~320000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_pedersen::test_verify_multi_proof_flags_extra_proofs_expected (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~360000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_pedersen::test_verify_multi_proof_invalid_len_proof_flags_panics (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~120000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_poseidon::test_invalid_merkle_multi_proof (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~680000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_poseidon::test_verify_multi_proof_invalid_len_proof_flags_panics (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~160000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_pedersen::test_valid_merkle_multi_proof (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~600000) [out] [PASS] openzeppelin_merkle_tree::tests::test_hashes::test_pedersen_commutative_hash_smaller_first (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_merkle_tree::tests::test_hashes::test_pedersen_commutative_hash_is_commutative (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_merkle_tree::tests::test_hashes::test_poseidon_commutative_hash_smaller_first (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_poseidon::test_process_multi_proof_flags_extra_leaves_expected (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~400000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_poseidon::test_invalid_merkle_proof (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_poseidon::test_process_multi_proof_flags_extra_proofs_expected (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~480000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_poseidon::test_verify_multi_proof_flags_extra_proofs_expected (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~480000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_poseidon::test_verify_multi_proof_flags_extra_leaves_expected (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~400000) [out] [PASS] openzeppelin_merkle_tree::tests::test_hashes::test_poseidon_commutative_hash_is_commutative (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_merkle_tree::tests::merkle_proof::test_with_poseidon::test_invalid_merkle_multi_proof_flags (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~680000) [out] Tests: 26 passed, 0 failed, 0 skipped, 0 ignored, 0 filtered out [out] Running test openzeppelin_presets (snforge test --fuzzer-seed 1) [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_presets_unittest) openzeppelin_presets v2.0.0-alpha.1 (/mnt/maat-workbench/packages/presets/Scarb.toml) [out] Finished `dev` profile target(s) in 43 seconds [out] [out] [out] Collected 269 test(s) from openzeppelin_presets package [out] Running 269 test(s) from tests/ [out] [PASS] openzeppelin_presets::tests::test_account::test_constructor (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~620480) [out] [PASS] openzeppelin_presets::tests::test_account::test_account_called_from_contract (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~740480) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_from_outside_v2_any_caller (l1_gas: ~0, l1_data_gas: ~672, l2_gas: ~2100480) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~3462400) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_from_outside_v2_call_after_execute_before (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1020480) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_from_outside_v2_call_before_execute_after (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1020480) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_from_outside_v2_call_equal_to_execute_after (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1020480) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_from_outside_v2_call_equal_to_execute_before (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1020480) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_from_outside_v2_caller_mismatch (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1020480) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_from_outside_v2_invalid_nonce (l1_gas: ~0, l1_data_gas: ~672, l2_gas: ~2220480) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_from_outside_v2_invalid_signature (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~1060480) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_from_outside_v2_panics_when_inner_call_panic (l1_gas: ~0, l1_data_gas: ~576, l2_gas: ~1300480) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_from_outside_v2_specific_caller (l1_gas: ~0, l1_data_gas: ~672, l2_gas: ~2340480) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_from_outside_v2_uses_nonce (l1_gas: ~0, l1_data_gas: ~672, l2_gas: ~2380480) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_future_query_version (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~3662400) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_future_version (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~3662400) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_invalid_query_version (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2461440) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_invalid_version (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2461440) [out] [PASS] openzeppelin_presets::tests::test_account::test_execute_query_version (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~3662400) [out] [PASS] openzeppelin_presets::tests::test_account::test_isValidSignature (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~700480) [out] [PASS] openzeppelin_presets::tests::test_account::test_isValidSignature_bad_sig (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~700480) [out] [PASS] openzeppelin_presets::tests::test_account::test_isValidSignature_invalid_len_sig (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~660480) [out] [PASS] openzeppelin_presets::tests::test_account::test_is_valid_signature (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~660480) [out] [PASS] openzeppelin_presets::tests::test_account::test_is_valid_signature_bad_sig (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~700480) [out] [PASS] openzeppelin_presets::tests::test_account::test_is_valid_signature_invalid_len_sig (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~660480) [out] [PASS] openzeppelin_presets::tests::test_account::test_public_key_setter_and_getter (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1861440) [out] [PASS] openzeppelin_presets::tests::test_account::test_multicall (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~4463360) [out] [PASS] openzeppelin_presets::tests::test_account::test_setPublicKey_different_account (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~620480) [out] [PASS] openzeppelin_presets::tests::test_account::test_public_key_setter_and_getter_camel (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1861440) [out] [PASS] openzeppelin_presets::tests::test_account::test_set_public_key_different_account (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~620480) [out] [PASS] openzeppelin_presets::tests::test_account::test_state_persists_after_upgrade (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1556800) [out] [PASS] openzeppelin_presets::tests::test_account::test_supports_interface (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~820480) [out] [PASS] openzeppelin_presets::tests::test_account::test_upgrade_access_control (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~500480) [out] [PASS] openzeppelin_presets::tests::test_account::test_upgrade_with_class_hash_zero (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~740480) [out] [PASS] openzeppelin_presets::tests::test_account::test_upgraded_event (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1195840) [out] [PASS] openzeppelin_presets::tests::test_account::test_v2_missing_camel_selector (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~7515840) [out] [PASS] openzeppelin_presets::tests::test_account::test_validate (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1540480) [out] [PASS] openzeppelin_presets::tests::test_account::test_validate_declare (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1540480) [out] [PASS] openzeppelin_presets::tests::test_account::test_validate_declare_empty_signature (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1660480) [out] [PASS] openzeppelin_presets::tests::test_account::test_validate_declare_invalid_signature_data (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1420480) [out] [PASS] openzeppelin_presets::tests::test_account::test_validate_declare_invalid_signature_length (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1660480) [out] [PASS] openzeppelin_presets::tests::test_account::test_validate_deploy (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1540480) [out] [PASS] openzeppelin_presets::tests::test_account::test_validate_deploy_empty_signature (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1660480) [out] [PASS] openzeppelin_presets::tests::test_account::test_validate_deploy_invalid_signature_data (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1420480) [out] [PASS] openzeppelin_presets::tests::test_account::test_validate_deploy_invalid_signature_length (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1660480) [out] [PASS] openzeppelin_presets::tests::test_account::test_validate_invalid (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~1420480) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_balanceOfBatch (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~3063360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_balanceOf (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2783360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_balanceOfBatch_invalid_inputs (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2743360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_balance_of (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2783360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_balance_of_batch_invalid_inputs (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2743360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_balance_of_batch (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~3063360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_constructor (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~3423360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_renounceOwnership (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~3574080) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_renounceOwnership_from_nonowner (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2903360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_renounce_ownership (l1_gas: ~0, l1_data_gas: ~960, l2_gas: ~3574080) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_renounce_ownership_from_nonowner (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2903360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeBatchTransferFrom_approved_operator (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~8811840) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeBatchTransferFrom_from_zero (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2743360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeBatchTransferFrom_insufficient_balance (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2743360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeBatchTransferFrom_non_account_non_receiver (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~3063360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeBatchTransferFrom_to_account (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~7416000) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeBatchTransferFrom_to_zero (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2743360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeBatchTransferFrom_to_receiver (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~7195520) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeBatchTransferFrom_unauthorized (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2743360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeTransferFrom_insufficient_balance (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2703360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeTransferFrom_from_zero (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2703360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeTransferFrom_approved_operator (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~7301120) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeTransferFrom_non_account_non_receiver (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~2983360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeTransferFrom_to_account (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~5905280) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeTransferFrom_to_zero (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2703360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeTransferFrom_to_receiver (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~5524800) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safeTransferFrom_unauthorized (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2703360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_batch_transfer_from_from_zero (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2743360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_batch_transfer_from_insufficient_balance (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2743360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_batch_transfer_from_approved_operator (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~8811840) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_batch_transfer_from_non_account_non_receiver (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~3063360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_batch_transfer_from_to_account (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~7416000) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_batch_transfer_from_to_zero (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2743360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_batch_transfer_from_unauthorized (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2743360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_batch_transfer_from_to_receiver (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~7195520) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_transfer_from_from_zero (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2703360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_transfer_from_insufficient_balance (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2703360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_transfer_from_non_account_non_receiver (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~2983360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_transfer_from_approved_operator (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~7301120) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_transfer_from_to_zero (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2703360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_transfer_from_to_account (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~5905280) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_transfer_from_unauthorized (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2703360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_safe_transfer_from_to_receiver (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~5524800) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_setApprovalForAll_owner_equal_operator_false (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2903360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_setApprovalForAll_owner_equal_operator_true (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2903360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_setApprovalForAll_and_isApprovedForAll (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~5295040) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_set_approval_for_all_and_is_approved_for_all (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~5255040) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_set_approval_for_all_owner_equal_operator_false (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2903360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_set_approval_for_all_owner_equal_operator_true (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2903360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_transferOwnership (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~3614080) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_state_persists_after_upgrade (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~4820160) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_transferOwnership_from_nonowner (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2903360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_transferOwnership_to_zero (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2903360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_transfer_ownership_from_nonowner (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2903360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_transfer_ownership (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~3614080) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_transfer_ownership_to_zero (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2903360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_upgrade_unauthorized (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2903360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_upgrade_with_class_hash_zero (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2903360) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_upgraded_event (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~3718720) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_allowance (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~1832640) [out] [PASS] openzeppelin_presets::tests::test_erc1155::test_v2_missing_camel_selector (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~9718720) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_approve (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~2672640) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_approve_from_zero (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1471680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_approve_to_zero (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1471680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_balance_of (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1511680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_constructor (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~2711680) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_constructor (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3544320) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_renounceOwnership (l1_gas: ~0, l1_data_gas: ~672, l2_gas: ~2102400) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_renounceOwnership_from_nonowner (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1471680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_renounce_ownership_from_nonowner (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1471680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_renounce_ownership (l1_gas: ~0, l1_data_gas: ~672, l2_gas: ~2102400) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_state_persists_after_upgrade (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~2448000) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_total_supply (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1511680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transfer (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~2992640) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transferFrom (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~4914560) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transferFrom_doesnt_consume_infinite_allowance (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2633600) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transferFrom_from_zero_address (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1271680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transferFrom_greater_than_allowance (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~1992640) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transferFrom_to_zero_address (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1952640) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transferOwnership_from_nonowner (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1471680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transferOwnership (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~2102400) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transferOwnership_to_zero (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1471680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transfer_from (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~4914560) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transfer_from_from_zero_address (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1271680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transfer_from_doesnt_consume_infinite_allowance (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2633600) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transfer_from_greater_than_allowance (l1_gas: ~0, l1_data_gas: ~864, l2_gas: ~1992640) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transfer_from_to_zero_address (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1952640) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transfer_not_enough_balance (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1471680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transfer_from_zero (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1471680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transfer_ownership (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~2102400) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transfer_ownership_to_zero (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1471680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transfer_to_zero (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1471680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_transfer_ownership_from_nonowner (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1471680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_upgrade_with_class_hash_zero (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1471680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_upgrade_unauthorized (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~1471680) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_upgraded_event (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~2167040) [out] [PASS] openzeppelin_presets::tests::test_erc20::test_v2_missing_camel_selector (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~8207040) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_approve_from_unauthorized (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3344320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_approve_from_operator (l1_gas: ~0, l1_data_gas: ~1536, l2_gas: ~4951360) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_approve_from_owner (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~4035520) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_approve_nonexistent (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3104320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_balance_of_zero (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3104320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_balance_of (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3184320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_constructor_events (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~4704320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_get_approved (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~3715520) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_mint_assets (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1833600) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_get_approved_nonexistent (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3104320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_owner_of (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3184320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_owner_of_non_minted (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3104320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_renounceOwnership (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~4095040) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_renounceOwnership_from_nonowner (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3304320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_renounce_ownership (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~4095040) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_renounce_ownership_from_nonowner (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3304320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safeTransferFrom_approved (l1_gas: ~0, l1_data_gas: ~1632, l2_gas: ~7726720) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safeTransferFrom_approved_for_all (l1_gas: ~0, l1_data_gas: ~1728, l2_gas: ~7591360) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safeTransferFrom_nonexistent (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3144320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safeTransferFrom_to_account (l1_gas: ~0, l1_data_gas: ~1728, l2_gas: ~7096000) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safeTransferFrom_to_non_receiver (l1_gas: ~0, l1_data_gas: ~1536, l2_gas: ~3344320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safeTransferFrom_to_owner (l1_gas: ~0, l1_data_gas: ~1632, l2_gas: ~7526720) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safeTransferFrom_to_receiver (l1_gas: ~0, l1_data_gas: ~1632, l2_gas: ~6635520) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safeTransferFrom_to_receiver_failure (l1_gas: ~0, l1_data_gas: ~1632, l2_gas: ~3464320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safeTransferFrom_to_zero (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3144320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safeTransferFrom_unauthorized (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3344320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safe_transfer_from_approved (l1_gas: ~0, l1_data_gas: ~1632, l2_gas: ~7726720) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safe_transfer_from_nonexistent (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3144320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safe_transfer_from_approved_for_all (l1_gas: ~0, l1_data_gas: ~1728, l2_gas: ~7591360) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safe_transfer_from_to_account (l1_gas: ~0, l1_data_gas: ~1728, l2_gas: ~7096000) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safe_transfer_from_to_non_receiver (l1_gas: ~0, l1_data_gas: ~1536, l2_gas: ~3344320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safe_transfer_from_to_owner (l1_gas: ~0, l1_data_gas: ~1632, l2_gas: ~7526720) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safe_transfer_from_to_receiver_failure (l1_gas: ~0, l1_data_gas: ~1632, l2_gas: ~3464320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safe_transfer_from_to_receiver (l1_gas: ~0, l1_data_gas: ~1632, l2_gas: ~6635520) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safe_transfer_from_to_zero (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3144320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_state_persists_after_upgrade (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~4570880) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_safe_transfer_from_unauthorized (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3344320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_set_approval_for_all (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~4976000) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_token_uri (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3464320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_token_uri_non_minted (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3104320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transferFrom_approved (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~7006720) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transferFrom_approved_for_all (l1_gas: ~0, l1_data_gas: ~1536, l2_gas: ~6871360) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transferFrom_nonexistent (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3104320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transferFrom_owner (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~6966720) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transferFrom_to_owner (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~5355520) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transferFrom_to_zero (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3104320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transferFrom_unauthorized (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3344320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transferOwnership (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~4095040) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transferOwnership_from_nonowner (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3304320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transferOwnership_to_zero (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3304320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transfer_from_approved (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~7006720) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transfer_from_nonexistent (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3104320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transfer_from_approved_for_all (l1_gas: ~0, l1_data_gas: ~1536, l2_gas: ~6871360) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transfer_from_to_owner (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~5355520) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transfer_from_owner (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~6966720) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transfer_from_to_zero (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3104320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transfer_from_unauthorized (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3344320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transfer_ownership (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~4095040) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transfer_ownership_from_nonowner (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3304320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_transfer_ownership_to_zero (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3304320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_upgrade_unauthorized (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3304320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_upgrade_with_class_hash_zero (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~3304320) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_upgraded_event (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~4319680) [out] [PASS] openzeppelin_presets::tests::test_erc721::test_v2_missing_camel_selector (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~10119680) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_account_called_from_contract (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11620480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_constructor (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~11700480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_execute (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~12222400) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_execute_from_outside_v2_any_caller (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~58420480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_execute_from_outside_v2_call_after_execute_before (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11660480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_execute_from_outside_v2_call_before_execute_after (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11660480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_execute_from_outside_v2_call_equal_to_execute_before (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11660480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_execute_from_outside_v2_call_equal_to_execute_after (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11660480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_execute_from_outside_v2_caller_mismatch (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11660480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_execute_from_outside_v2_invalid_nonce (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~58420480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_execute_from_outside_v2_invalid_signature (l1_gas: ~0, l1_data_gas: ~576, l2_gas: ~12220480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_execute_from_outside_v2_panics_when_inner_call_panic (l1_gas: ~0, l1_data_gas: ~672, l2_gas: ~12260480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_execute_from_outside_v2_specific_caller (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~58420480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_execute_from_outside_v2_uses_nonce (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~58500480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_execute_invalid_version (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~11901440) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_isValidSignature_bad_sig (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~34900480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_isValidSignature (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~34900480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_execute_query_version (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~12222400) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_is_valid_signature (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~34900480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_is_valid_signature_bad_sig (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~34900480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_public_key_setter_and_getter (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~46941440) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_multicall (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~12463360) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_public_key_setter_and_getter_camel (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~46941440) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_setPublicKey_different_account (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~22980480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_set_public_key_different_account (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~22980480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_state_persists_after_upgrade (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~47036800) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_supports_interface (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11700480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_upgrade_access_control (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11620480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_upgrade_with_class_hash_zero (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11620480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_upgraded_event (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11755840) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_v2_missing_camel_selector (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~16315840) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_validate (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~34900480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_validate_declare (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~34900480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_validate_declare_empty_signature (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11660480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_validate_declare_invalid_signature_length (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11660480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_validate_declare_invalid_signature_data (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11660480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_validate_deploy (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~34980480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_validate_deploy_empty_signature (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11700480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_validate_deploy_invalid_signature_length (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11700480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_validate_deploy_invalid_signature_data (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11660480) [out] [PASS] openzeppelin_presets::tests::test_eth_account::test_validate_invalid (l1_gas: ~0, l1_data_gas: ~480, l2_gas: ~11660480) [out] [PASS] openzeppelin_presets::tests::test_universal_deployer::test_deploy_not_from_zero (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~3328000) [out] [PASS] openzeppelin_presets::tests::test_universal_deployer::test_deploy_from_zero_camel_case (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~3328000) [out] [PASS] openzeppelin_presets::tests::test_universal_deployer::test_deploy_from_zero (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~3328000) [out] [PASS] openzeppelin_presets::tests::test_universal_deployer::test_deploy_not_from_zero_camel_case (l1_gas: ~0, l1_data_gas: ~768, l2_gas: ~3328000) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_release_after_ownership_transferred (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~6325760) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_release_single_call_after_end (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~5263360) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_release_multiple_calls (l1_gas: ~0, l1_data_gas: ~1248, l2_gas: ~14566720) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_renounceOwnership (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2142400) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_release_single_call_within_duration (l1_gas: ~0, l1_data_gas: ~1344, l2_gas: ~5303360) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_renounceOwnership_from_nonowner (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~1631680) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_renounce_ownership (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2142400) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_renounce_ownership_from_nonowner (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~1631680) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_state_after_init (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~2031680) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_transferOwnership (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~2142400) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_transferOwnership_from_nonowner (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~1631680) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_transferOwnership_to_zero (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~1631680) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_transfer_ownership (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~2142400) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_transfer_ownership_from_nonowner (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~1631680) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_transfer_ownership_to_zero (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~1631680) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_vesting_schedule_no_cliff (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~64431680) [out] [PASS] openzeppelin_presets::tests::test_vesting::test_vesting_schedule_with_cliff (l1_gas: ~0, l1_data_gas: ~1152, l2_gas: ~63311680) [out] Tests: 269 passed, 0 failed, 0 skipped, 0 ignored, 0 filtered out [out] Running test openzeppelin_security (snforge test --fuzzer-seed 1) [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_security_unittest) openzeppelin_security v2.0.0-alpha.1 (/mnt/maat-workbench/packages/security/Scarb.toml) [out] Finished `dev` profile target(s) in 26 seconds [out] [out] [out] Collected 18 test(s) from openzeppelin_security package [out] Running 18 test(s) from tests/ [out] [PASS] openzeppelin_security::tests::test_pausable::test_assert_not_paused_when_not_paused (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_security::tests::test_initializable::test_initialize_when_initialized (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_security::tests::test_initializable::test_initialize (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~160000) [out] [PASS] openzeppelin_security::tests::test_pausable::test_is_paused (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~310720) [out] [PASS] openzeppelin_security::tests::test_reentrancyguard::test_reentrancy_guard_start (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_security::tests::test_pausable::test_unpause_when_unpaused (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~120000) [out] [PASS] openzeppelin_security::tests::test_reentrancyguard::test_reentrancy_guard_end (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~160000) [out] [PASS] openzeppelin_security::tests::test_reentrancyguard::test_nonreentrant_function_call (l1_gas: ~0, l1_data_gas: ~192, l2_gas: ~600000) [out] [PASS] openzeppelin_security::tests::test_reentrancyguard::test_reentrancy_guard_start_when_started (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_security::tests::test_pausable::test_assert_not_paused_when_paused (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~175360) [out] [PASS] openzeppelin_security::tests::test_reentrancyguard::test_external_recursion (l1_gas: ~0, l1_data_gas: ~288, l2_gas: ~440000) [out] [PASS] openzeppelin_security::tests::test_reentrancyguard::test_local_recursion (l1_gas: ~0, l1_data_gas: ~288, l2_gas: ~360000) [out] [PASS] openzeppelin_security::tests::test_pausable::test_assert_paused_when_not_paused (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_security::tests::test_reentrancyguard::test_remote_callback (l1_gas: ~0, l1_data_gas: ~384, l2_gas: ~760000) [out] [PASS] openzeppelin_security::tests::test_pausable::test_assert_paused_when_paused (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~175360) [out] [PASS] openzeppelin_security::tests::test_pausable::test_pause_when_unpaused (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~695360) [out] [PASS] openzeppelin_security::tests::test_pausable::test_unpause_when_paused (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~1110720) [out] [PASS] openzeppelin_security::tests::test_pausable::test_pause_when_paused (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~215360) [out] Tests: 18 passed, 0 failed, 0 skipped, 0 ignored, 0 filtered out [out] Running test openzeppelin_test_common (snforge test --fuzzer-seed 1) [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_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] Finished `dev` profile target(s) in 48 seconds [out] [out] [out] Collected 0 test(s) from openzeppelin_test_common 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_testing (snforge test --fuzzer-seed 1) [out] Compiling test(openzeppelin_testing_unittest) openzeppelin_testing v4.1.0 (/mnt/maat-workbench/packages/testing/Scarb.toml) [out] Finished `dev` profile target(s) in 5 seconds [out] [out] [out] Collected 0 test(s) from openzeppelin_testing 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_token (snforge test --fuzzer-seed 1) [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_token_unittest) openzeppelin_token v2.0.0-alpha.1 (/mnt/maat-workbench/packages/token/Scarb.toml) [out] Finished `dev` profile target(s) in 47 seconds [out] [out] [out] Collected 394 test(s) from openzeppelin_token package [out] Running 394 test(s) from tests/ [out] [IGNORE] openzeppelin_token::tests::erc721::test_erc721::test__safe_mint_to_non_receiver [out] [IGNORE] openzeppelin_token::tests::erc721::test_erc721::test_safeTransferFrom_to_non_receiver [out] [IGNORE] openzeppelin_token::tests::erc721::test_erc721::test_safe_transfer_from_to_non_receiver [out] [PASS] openzeppelin_token::erc20::extensions::erc4626::erc4626::Test::test_initializer_invalid_config_panics (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_balanceOf (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1512640) [out] [PASS] openzeppelin_token::common::erc2981::erc2981::tests::test_initializer_invalid_config_panics (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_balanceOfBatch (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1632640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_balanceOfBatch_invalid_inputs (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1472640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_balance_of (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1512640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_balance_of_batch (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1632640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_balance_of_batch_invalid_inputs (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1472640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_batch_burn_from_zero (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_batch_burn (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~3044800) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_batch_mint_wac_to_non_receiver (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~1212160) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_batch_mint_wac_to_account (l1_gas: ~0, l1_data_gas: ~544, l2_gas: ~2432640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_batch_mint_wac_to_zero (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_batch_mint_wac_to_receiver (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~2492160) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_burn_from_zero (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_burn (l1_gas: ~0, l1_data_gas: ~832, l2_gas: ~2574080) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_initialize (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~360000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_initialize_no_metadata (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~280000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_mint_wac_to_account (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1841920) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_mint_wac_to_non_receiver (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~941440) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_mint_wac_to_receiver (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~1821440) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_mint_wac_to_zero (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeBatchTransferFrom_from_zero (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1672640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeBatchTransferFrom_approved_operator (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~5141120) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeBatchTransferFrom_insufficient_balance (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1792640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeBatchTransferFrom_non_account_non_receiver (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2964800) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeBatchTransferFrom_owner_to_account (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~4265280) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeBatchTransferFrom_owner_to_receiver (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~4404800) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeBatchTransferFrom_to_zero (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1672640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeBatchTransferFrom_unauthorized (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1752640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeTransferFrom_from_zero (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1672640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeTransferFrom_approved_operator (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~4270400) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeTransferFrom_insufficient_balance (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1792640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeTransferFrom_non_account_non_receiver (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2614080) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeTransferFrom_owner_to_account (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~3434560) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeTransferFrom_owner_to_receiver (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~3454080) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeTransferFrom_to_zero (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1672640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safeTransferFrom_unauthorized (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1752640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_batch_transfer_from_from_zero (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1672640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_batch_transfer_from_approved_operator (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~5141120) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_batch_transfer_from_insufficient_balance (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1792640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_batch_transfer_from_non_account_non_receiver (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2964800) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_batch_transfer_from_owner_to_account (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~4265280) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_batch_transfer_from_owner_to_receiver (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~4364800) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_batch_transfer_from_to_zero (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1672640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_batch_transfer_from_unauthorized (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1752640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_transfer_from_from_zero (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1672640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_transfer_from_approved_operator (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~4270400) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_transfer_from_insufficient_balance (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1792640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_transfer_from_non_account_non_receiver (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2614080) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_transfer_from_owner_to_account (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~3434560) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_transfer_from_owner_to_receiver (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~3454080) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_transfer_from_to_zero (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1672640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_safe_transfer_from_unauthorized (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1712640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_setApprovalForAll_and_isApprovedForAll (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~1431680) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_setApprovalForAll_owner_equal_operator_false (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_setApprovalForAll_owner_equal_operator_true (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_set_approval_for_all_and_is_approved_for_all (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~1431680) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_set_approval_for_all_owner_equal_operator_false (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_set_approval_for_all_owner_equal_operator_true (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~280000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_calls_after_update_hook (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~2899840) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_batch_from_non_zero_to_non_zero (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~3644800) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_calls_before_update_hook (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~2859840) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_from_non_zero_to_zero (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~3404800) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_insufficient_balance (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1552640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_from_zero_to_non_zero (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~3564800) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_single_from_non_zero_to_non_zero (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~2814080) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_token_ids_len_greater_than_values (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1472640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_values_len_greater_than_token_ids (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1472640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_wac_single_from_non_zero_to_non_zero (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~3414080) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_wac_single_from_non_zero_to_non_zero_account (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~3394560) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_wac_single_to_non_receiver (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2614080) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_wac_token_ids_len_greater_than_values (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1472640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_wac_values_len_greater_than_token_ids (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1472640) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155_receiver::test_initializer (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155_receiver::test_onERC1155BatchReceived (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test__spend_allowance_not_unlimited (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1282880) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test__spend_allowance_unlimited (l1_gas: ~0, l1_data_gas: ~832, l2_gas: ~801920) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test__transfer_from_zero (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~640960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test__transfer (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1481920) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test__transfer_not_enough_balance (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~880960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test__transfer_to_zero (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~640960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_allowance (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~881920) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_approve (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1281920) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_approve_to_zero (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~760960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_approve_from_zero (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~520960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_balanceOf (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~400960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_balance_of (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~400960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_burn (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~1361920) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_burn_from_zero (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~640960) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_wac_from_non_zero_to_zero (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~2124800) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_wac_batch_from_non_zero_to_non_zero_account (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~4265280) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_wac_batch_to_non_receiver (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2924800) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_wac_from_zero_to_non_zero_account (l1_gas: ~0, l1_data_gas: ~1408, l2_gas: ~4145280) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test__approve (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1241920) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_wac_from_zero_to_non_zero (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~4244800) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155_receiver::test_on_erc1155_batch_received (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155_receiver::test_onERC1155Received (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155_receiver::test_on_erc1155_received (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_wac_insufficient_balance (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1552640) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test__approve_from_zero (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~520960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test__approve_to_zero (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~720960) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_set_token_royalty_with_invalid_fee_numerator (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~851200) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_set_token_royalty_with_zero_receiver (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~851200) [out] [PASS] openzeppelin_token::tests::erc1155::test_erc1155::test_update_wac_batch_from_non_zero_to_non_zero (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~4364800) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_set_token_royalty_with_zero_royalty_fraction (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~971200) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_default_config (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_delete_default_royalty (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~480000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_default_royalty (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~200000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_initializer (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~200000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_reset_token_royalty (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~640000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_royalty_info_default_royalty (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~280000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_royalty_info_token_royalty_set (l1_gas: ~0, l1_data_gas: ~544, l2_gas: ~440000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_set_default_royalty (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~480000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_set_default_royalty_with_zero_receiver (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~160000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_set_default_royalty_with_invalid_fee_numerator (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~160000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_set_default_royalty_with_zero_royalty_fraction (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~320000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_set_token_royalty (l1_gas: ~0, l1_data_gas: ~544, l2_gas: ~720000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_set_token_royalty_with_invalid_fee_numerator (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~160000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_set_token_royalty_with_zero_receiver (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~160000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_internal::test_set_token_royalty_with_zero_royalty_fraction (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~320000) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_default_royalty (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~310720) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_delete_default_royalty_unauthorized (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~550720) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_delete_default_royalty (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1150720) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_max_limit_deposit (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~1800960) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_input_fees_mint (l1_gas: ~0, l1_data_gas: ~2208, l2_gas: ~10137920) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_reset_token_royalty_unauthorized (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~550720) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_reset_token_royalty (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1270720) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_royalty_info_default_royalty (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~390720) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_max_limit_mint (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~1800960) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_royalty_info_token_royalty_set (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~830720) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_set_default_royalty (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~830720) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_set_default_royalty_unauthorized (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~550720) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_max_limit_redeem (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~1880960) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_set_default_royalty_with_zero_receiver (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~550720) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_set_default_royalty_with_invalid_fee_numerator (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~550720) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_set_default_royalty_with_zero_royalty_fraction (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~710720) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_set_token_royalty_unauthorized (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~550720) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_set_token_royalty_with_invalid_fee_numerator (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~550720) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_set_token_royalty (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~1110720) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_max_limit_redeem_assets_gt_limit (l1_gas: ~0, l1_data_gas: ~1632, l2_gas: ~7789120) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_set_token_royalty_with_zero_receiver (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~550720) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_ownable::test_set_token_royalty_with_zero_royalty_fraction (l1_gas: ~0, l1_data_gas: ~544, l2_gas: ~710720) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_max_limit_redeem_assets_lt_limit (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~5736960) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_asset (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_decimals_offset (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~1480960) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_max_limit_withdraw (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2360960) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_deposit (l1_gas: ~0, l1_data_gas: ~1920, l2_gas: ~7816000) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_full_vault_deposit (l1_gas: ~0, l1_data_gas: ~2208, l2_gas: ~9577920) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_max_limit_withdraw_assets_gt_limit (l1_gas: ~0, l1_data_gas: ~1632, l2_gas: ~8229120) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_full_vault_mint (l1_gas: ~0, l1_data_gas: ~2208, l2_gas: ~10217920) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_full_vault_redeem_unauthorized (l1_gas: ~0, l1_data_gas: ~2112, l2_gas: ~4324800) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_full_vault_redeem (l1_gas: ~0, l1_data_gas: ~1920, l2_gas: ~9988160) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_max_limit_withdraw_assets_lt_limit (l1_gas: ~0, l1_data_gas: ~1440, l2_gas: ~6176960) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_full_vault_redeem_with_approval (l1_gas: ~0, l1_data_gas: ~1920, l2_gas: ~10028160) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_full_vault_status (l1_gas: ~0, l1_data_gas: ~2112, l2_gas: ~4684800) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_full_vault_withdraw (l1_gas: ~0, l1_data_gas: ~2112, l2_gas: ~10828160) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_metadata (l1_gas: ~0, l1_data_gas: ~1056, l2_gas: ~2000960) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_full_vault_withdraw_unauthorized (l1_gas: ~0, l1_data_gas: ~2112, l2_gas: ~4324800) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_full_vault_withdraw_with_approval (l1_gas: ~0, l1_data_gas: ~2112, l2_gas: ~8748160) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_inflation_attack_deposit (l1_gas: ~0, l1_data_gas: ~1920, l2_gas: ~8856960) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_mint (l1_gas: ~0, l1_data_gas: ~1920, l2_gas: ~9296000) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_inflation_attack_redeem (l1_gas: ~0, l1_data_gas: ~1728, l2_gas: ~7507200) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_inflation_attack_mint (l1_gas: ~0, l1_data_gas: ~1920, l2_gas: ~9496960) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_inflation_attack_status (l1_gas: ~0, l1_data_gas: ~1728, l2_gas: ~3723840) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_initializer_zero_address_asset (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_init_vault_status (l1_gas: ~0, l1_data_gas: ~1632, l2_gas: ~2722880) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_inflation_attack_withdraw (l1_gas: ~0, l1_data_gas: ~1728, l2_gas: ~9067200) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_input_fees_deposit (l1_gas: ~0, l1_data_gas: ~2208, l2_gas: ~10177920) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_multiple_txs_part_1 (l1_gas: ~0, l1_data_gas: ~1824, l2_gas: ~39526400) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_output_fees_redeem (l1_gas: ~0, l1_data_gas: ~2208, l2_gas: ~9866240) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_multiple_txs_part_2 (l1_gas: ~0, l1_data_gas: ~1536, l2_gas: ~33556480) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__safe_mint_to_account (l1_gas: ~0, l1_data_gas: ~544, l2_gas: ~1791680) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_output_fees_withdraw (l1_gas: ~0, l1_data_gas: ~2208, l2_gas: ~10306240) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_price_change_during_reentrancy_doesnt_affect_deposit (l1_gas: ~0, l1_data_gas: ~2592, l2_gas: ~10059840) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_redeem (l1_gas: ~0, l1_data_gas: ~1632, l2_gas: ~6826240) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_price_change_during_reentrancy_doesnt_affect_withdraw (l1_gas: ~0, l1_data_gas: ~2592, l2_gas: ~15176320) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_share_price_with_reentrancy_before_deposit (l1_gas: ~0, l1_data_gas: ~2592, l2_gas: ~18472960) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_share_price_with_reentrancy_after_withdraw (l1_gas: ~0, l1_data_gas: ~2496, l2_gas: ~21798720) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__safe_mint_to_receiver (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1771200) [out] [PASS] openzeppelin_token::tests::erc4626::test_erc4626::test_withdraw (l1_gas: ~0, l1_data_gas: ~1632, l2_gas: ~7706240) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__approve (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~1422400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__approve_auth_is_approved_for_all (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~1778240) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__approve_auth_is_owner (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~1422400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__safe_mint_to_receiver_failure (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1211200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__approve_nonexistent (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~160000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__approve_auth_not_authorized (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~891200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__safe_mint_to_zero (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~440000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__approve_with_optional_event_auth_is_approved_for_all (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~1407040) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__approve_with_optional_event_auth_is_owner (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~1051200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__approve_with_optional_event_auth_not_authorized (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~891200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__approve_with_optional_event_emitting (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~1422400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__approve_with_optional_event_nonexistent_emitting (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~160000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__approve_with_optional_event_not_emitting (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~1051200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__approve_with_optional_event_nonexistent_not_emitting (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~1051200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__base_uri_not_set (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~120000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__base_uri (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~851200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__check_authorized_approved (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~1302400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__check_authorized_approved_for_all (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~1207040) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__check_authorized_owner (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~891200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__check_authorized_not_authorized (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~891200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__check_authorized_owner_is_zero (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~851200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__check_authorized_zero_address (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~891200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__exists (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~1262400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__is_authorized_approved (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~1302400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__is_authorized_approved_for_all (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~1207040) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__is_authorized_not_authorized (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~891200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__is_authorized_owner (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~891200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__is_authorized_zero_address (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~891200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__owner_of (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~811200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__require_owned (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~811200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__require_owned_non_existent (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~811200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__safe_mint_already_exist (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1342400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__set_approval_for_all (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~1191680) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__set_approval_for_all_invalid_operator (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__set_base_uri (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~280000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__transfer (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2142400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__transfer_from_invalid_owner (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1342400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__transfer_nonexistent (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~571200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test__transfer_to_zero (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1171200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_approve_from_operator (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~1978240) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_approve_from_unauthorized (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1131200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_approve_from_owner (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~1662400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_approve_nonexistent (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~160000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_balance_of (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~851200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_balance_of_zero (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~811200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_burn (l1_gas: ~0, l1_data_gas: ~832, l2_gas: ~2153600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_burn_nonexistent (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~491200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_get_approved (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~1102400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_get_approved_nonexistent (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~851200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_initializer (l1_gas: ~0, l1_data_gas: ~832, l2_gas: ~600000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_initializer_no_metadata (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~400000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_mint (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~1171200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_mint_to_zero (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~440000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_mint_already_exist (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1342400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_owner_of (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~811200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_owner_of_non_minted (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~811200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safeTransferFrom_approved_for_all (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~3298240) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safeTransferFrom_approved (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~3393600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safeTransferFrom_nonexistent (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~680000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safeTransferFrom_to_owner (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~2662400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safeTransferFrom_to_receiver (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~2982400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safeTransferFrom_to_account (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~3002880) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safeTransferFrom_to_receiver_failure (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~2182400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safeTransferFrom_to_zero (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1411200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safeTransferFrom_unauthorized (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1451200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safe_transfer_from_approved (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~3393600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safe_transfer_from_nonexistent (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~680000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safe_transfer_from_approved_for_all (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~3298240) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safe_transfer_from_to_account (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~3002880) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safe_transfer_from_to_owner (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~2742400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safe_transfer_from_to_receiver (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~2982400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safe_transfer_from_to_zero (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1411200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safe_transfer_from_unauthorized (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1451200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_safe_transfer_from_to_receiver_failure (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~2182400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_set_approval_for_all_invalid_operator (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~120000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_token_uri (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1131200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_set_approval_for_all (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~1431680) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_token_uri_non_minted (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~811200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_transferFrom_nonexistent (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~680000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_token_uri_not_set (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~651200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_transferFrom_approved (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2793600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_transferFrom_approved_for_all (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~2698240) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_transferFrom_to_zero (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1371200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_transferFrom_unauthorized (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1451200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_transferFrom_to_owner (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2182400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_transferFrom_owner (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2633600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_transfer_from_nonexistent (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~680000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_transfer_from_approved (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2793600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_transfer_from_approved_for_all (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~2698240) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_transfer_from_owner (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2633600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_transfer_from_to_zero (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1371200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_transfer_from_to_owner (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2182400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_transfer_from_unauthorized (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1451200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_update_auth_approved (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2393600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_update_auth_not_approved (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1211200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_update_auth_approved_for_all (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~2298240) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_update_auth_owner (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1982400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_update_burn (l1_gas: ~0, l1_data_gas: ~832, l2_gas: ~1782400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_update_calls_before_update_hook (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1945280) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_update_mint_auth_not_zero (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1171200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_update_mint (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~1782400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_update_calls_after_update_hook (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~2025280) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721::test_update_transfer (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1942400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test__add_token_to_owner_enumeration (l1_gas: ~0, l1_data_gas: ~1792, l2_gas: ~3953600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test__add_token_to_all_tokens_enumeration (l1_gas: ~0, l1_data_gas: ~1792, l2_gas: ~4073600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test__remove_token_from_all_tokens_enumeration_with_first_token (l1_gas: ~0, l1_data_gas: ~1408, l2_gas: ~4273600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test__remove_token_from_all_tokens_enumeration_with_last_token (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~4353600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test__remove_token_from_owner_enumeration_with_first_token (l1_gas: ~0, l1_data_gas: ~1408, l2_gas: ~4193600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test__remove_token_from_owner_enumeration_with_last_token (l1_gas: ~0, l1_data_gas: ~1408, l2_gas: ~4193600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_all_tokens_of_owner (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~3913600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_all_tokens_of_owner_after_burn_first_token (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~5124800) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_all_tokens_of_owner_after_burn_last_token (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~5084800) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_all_tokens_of_owner_after_transfer_first_token (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~5284800) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_all_tokens_of_owner_after_transfer_last_token (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~5204800) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_before_update_when_first_token_burned (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~4953600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_before_update_when_last_token_burned (l1_gas: ~0, l1_data_gas: ~1408, l2_gas: ~4913600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_before_update_when_mint (l1_gas: ~0, l1_data_gas: ~1984, l2_gas: ~5193600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_before_update_when_transfer_first_token (l1_gas: ~0, l1_data_gas: ~1504, l2_gas: ~5073600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_initializer (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_before_update_when_transfer_last_token (l1_gas: ~0, l1_data_gas: ~1504, l2_gas: ~5033600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_token_by_index (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~3993600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_token_by_index_burn_and_mint_all (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~11340800) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_token_by_index_burn_first_token (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~5204800) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_token_by_index_burn_last_token (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~5124800) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_token_by_index_equal_to_supply (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~3633600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_token_by_index_greater_than_supply (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~3633600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_token_of_owner_by_index (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~4073600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_token_of_owner_by_index_remove_first_token (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~5204800) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_token_of_owner_by_index_remove_last_token (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~5124800) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_token_of_owner_by_index_when_all_tokens_transferred (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~7747200) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_token_of_owner_by_index_when_owner_is_zero (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~3633600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_token_of_owner_by_index_when_index_equals_owned_tokens (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~3633600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_token_of_owner_by_index_when_index_exceeds_owned_tokens (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~3673600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_token_of_owner_by_index_when_target_has_no_tokens (l1_gas: ~0, l1_data_gas: ~1600, l2_gas: ~3633600) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_receiver::test_initializer (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_enumerable::test_total_supply (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~2622400) [out] [PASS] openzeppelin_token::tests::erc721::test_erc721_receiver::test_on_erc721_received (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_invalid_sig_bad_owner (l1_gas: ~0, l1_data_gas: ~1312, l2_gas: ~1881920) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_initializer (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~360000) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_default_config (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_mint (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1361920) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_mint_to_zero (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~200000) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_totalSupply (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~400960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_total_supply (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~400960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_transfer (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1721920) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_transferFrom_doesnt_consume_infinite_allowance (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1562880) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_transferFrom_greater_than_allowance (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1361920) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_transferFrom_from_zero_address (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~760960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_transferFrom (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~2803840) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_transferFrom_to_zero_address (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~1442880) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_transfer_from_doesnt_consume_infinite_allowance (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1562880) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_transfer_from (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~2803840) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_transfer_from_from_zero_address (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~760960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_transfer_from_greater_than_allowance (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1361920) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_transfer_from_zero (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~640960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_transfer_from_to_zero_address (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~1442880) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_transfer_not_enough_balance (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~880960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_transfer_to_zero (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~840960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_update_calls_before_update_hook (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1364800) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_update_calls_after_update_hook (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1404800) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_update_from_non_zero_to_non_zero (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1681920) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_update_from_non_zero_to_non_zero_insufficient_balance (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~880960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_update_from_non_zero_to_zero_insufficient_balance (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~880960) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_update_from_non_zero_to_zero (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~1601920) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_update_from_zero_to_non_zero (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1561920) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_update_from_zero_to_zero (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~1441920) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_domain_separator (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1101440) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_invalid_sig_bad_chain_id (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1541440) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_invalid_sig_bad_amount (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1541440) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_invalid_sig_bad_deadline (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1421440) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_invalid_sig_bad_metadata_version (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1541440) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_invalid_sig_bad_metadata_name (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1541440) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_invalid_sig_bad_nonce (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1541440) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_delete_default_royalty_other_admin (l1_gas: ~0, l1_data_gas: ~544, l2_gas: ~1676800) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_invalid_sig_bad_revision (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1541440) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_invalid_sig_bad_sig_s (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1581440) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_invalid_sig_bad_sig_r (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1581440) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_permit_type_hash (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_invalid_sig_bad_signing_key (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1581440) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_invalid_sig_bad_spender (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1541440) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_invalid_sig_bad_token_address (l1_gas: ~0, l1_data_gas: ~1024, l2_gas: ~1541440) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_snip12_metadata (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1061440) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_spend_half_permit (l1_gas: ~0, l1_data_gas: ~1216, l2_gas: ~2664320) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_spend_permit (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~2664320) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_replay_attack (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~2382400) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_default_royalty (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~571200) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_subsequent_permits (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~4027200) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_valid_permit_other_data (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~1862400) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20_permit::test_valid_permit_default_data (l1_gas: ~0, l1_data_gas: ~1120, l2_gas: ~1862400) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_delete_default_royalty_invalid_role (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~996800) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_set_default_royalty_invalid_role (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~996800) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_delete_default_royalty_unauthorized (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~811200) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_delete_default_royalty (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1491200) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_reset_token_royalty (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~1611200) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_reset_token_royalty_invalid_role (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~996800) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_reset_token_royalty_other_admin (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1796800) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_reset_token_royalty_unauthorized (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~851200) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_royalty_info_default_royalty (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~651200) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_set_default_royalty (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~1131200) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_royalty_info_token_royalty_set (l1_gas: ~0, l1_data_gas: ~832, l2_gas: ~1131200) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_set_default_royalty_with_zero_royalty_fraction (l1_gas: ~0, l1_data_gas: ~544, l2_gas: ~1011200) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_set_default_royalty_other_admin (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~1156800) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_set_default_royalty_unauthorized (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~851200) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_set_default_royalty_with_invalid_fee_numerator (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~851200) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_set_default_royalty_with_zero_receiver (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~851200) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_set_token_royalty_invalid_role (l1_gas: ~0, l1_data_gas: ~736, l2_gas: ~996800) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_set_token_royalty (l1_gas: ~0, l1_data_gas: ~832, l2_gas: ~1411200) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_set_token_royalty_other_admin (l1_gas: ~0, l1_data_gas: ~928, l2_gas: ~1596800) [out] [PASS] openzeppelin_token::tests::erc2981::test_erc2981_accesscontrol::test_set_token_royalty_unauthorized (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~851200) [out] [PASS] openzeppelin_token::tests::erc20::test_erc20::test_burn_insufficient_balance (l1_gas: ~0, l1_data_gas: ~640, l2_gas: ~640960) [out] Tests: 391 passed, 0 failed, 0 skipped, 3 ignored, 0 filtered out [out] Running test openzeppelin_upgrades (snforge test --fuzzer-seed 1) [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_upgrades_unittest) openzeppelin_upgrades v2.0.0-alpha.1 (/mnt/maat-workbench/packages/upgrades/Scarb.toml) [out] Finished `dev` profile target(s) in 27 seconds [out] [out] [out] Collected 11 test(s) from openzeppelin_upgrades package [out] Running 11 test(s) from tests/ [out] [PASS] openzeppelin_upgrades::tests::test_upgradeable::test_upgrade_and_call_with_class_hash_zero (l1_gas: ~0, l1_data_gas: ~96, l2_gas: ~440000) [out] [PASS] openzeppelin_upgrades::tests::test_upgradeable::test_state_persists_after_upgrade (l1_gas: ~0, l1_data_gas: ~192, l2_gas: ~735360) [out] [PASS] openzeppelin_upgrades::tests::test_upgradeable::test_new_selector_after_upgrade (l1_gas: ~0, l1_data_gas: ~192, l2_gas: ~735360) [out] [PASS] openzeppelin_upgrades::tests::test_upgradeable::test_remove_selector_fails_in_v2 (l1_gas: ~0, l1_data_gas: ~96, l2_gas: ~7095360) [out] [PASS] openzeppelin_upgrades::tests::test_upgradeable::test_upgrade_with_class_hash_zero (l1_gas: ~0, l1_data_gas: ~96, l2_gas: ~400000) [out] [PASS] openzeppelin_upgrades::tests::test_upgradeable::test_upgrade_and_call_with_return_value (l1_gas: ~0, l1_data_gas: ~192, l2_gas: ~815360) [out] [PASS] openzeppelin_upgrades::tests::test_upgradeable::test_upgrade_and_call_with_new_selector (l1_gas: ~0, l1_data_gas: ~192, l2_gas: ~1135360) [out] [PASS] openzeppelin_upgrades::tests::test_upgradeable::test_upgraded_event (l1_gas: ~0, l1_data_gas: ~96, l2_gas: ~815360) [out] [PASS] openzeppelin_upgrades::tests::test_upgradeable::test_upgrade_and_call_with_removed_selector (l1_gas: ~0, l1_data_gas: ~96, l2_gas: ~440000) [out] [PASS] openzeppelin_upgrades::tests::test_upgradeable::test_remove_selector_passes_in_v1 (l1_gas: ~0, l1_data_gas: ~96, l2_gas: ~400000) [out] [PASS] openzeppelin_upgrades::tests::test_upgradeable::test_upgrade_and_call_with_no_return_value (l1_gas: ~0, l1_data_gas: ~192, l2_gas: ~695360) [out] Tests: 11 passed, 0 failed, 0 skipped, 0 ignored, 0 filtered out [out] Running test openzeppelin_utils (snforge test --fuzzer-seed 1) [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_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 25 seconds [out] [out] [out] Collected 20 test(s) from openzeppelin_utils package [out] Running 20 test(s) from src/ [out] [PASS] openzeppelin_utils::tests::test_checkpoint::test_pack_big_key_and_value (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_utils::tests::test_checkpoint::test_get_length (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~480000) [out] [PASS] openzeppelin_utils::tests::test_checkpoint::test_get_latest (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~520000) [out] [PASS] openzeppelin_utils::tests::test_checkpoint::test_get_at_key (l1_gas: ~0, l1_data_gas: ~448, l2_gas: ~1720000) [out] [PASS] openzeppelin_utils::tests::test_checkpoint::test_unpack_big_key_and_value (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_utils::tests::test_checkpoint::test_push_checkpoint (l1_gas: ~0, l1_data_gas: ~352, l2_gas: ~400000) [out] [PASS] openzeppelin_utils::tests::test_checkpoint::test_unordered_insertion (l1_gas: ~0, l1_data_gas: ~256, l2_gas: ~320000) [out] [PASS] openzeppelin_utils::tests::test_math::test_mul_div_divide_by_zero (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~120000) [out] [PASS] openzeppelin_utils::tests::test_math::test_mul_div_result_gt_u256 (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~200000) [out] [PASS] openzeppelin_utils::tests::test_math::test_mul_div_round_down_small_values (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~720000) [out] [PASS] openzeppelin_utils::tests::test_math::test_mul_div_round_down_large_values (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~1720000) [out] [PASS] openzeppelin_utils::tests::test_math::test_mul_div_round_up_large_values (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~1720000) [out] [PASS] openzeppelin_utils::tests::test_math::test_mul_div_round_up_small_values (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~720000) [out] [PASS] openzeppelin_utils::tests::test_nonces::test_nonces_getter (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_utils::tests::test_nonces::test_use_checked_nonce_invalid_current (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~80000) [out] [PASS] openzeppelin_utils::tests::test_nonces::test_use_checked_nonce (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_utils::tests::test_nonces::test_use_nonce (l1_gas: ~0, l1_data_gas: ~160, l2_gas: ~120000) [out] [PASS] openzeppelin_utils::tests::test_snip12::test_OffchainMessageHashImpl (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~400000) [out] [PASS] openzeppelin_utils::tests::test_snip12::test_StructHashStarknetDomainImpl (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~80000) [out] [PASS] openzeppelin_utils::tests::test_snip12::test_starknet_domain_type_hash (l1_gas: ~0, l1_data_gas: ~0, l2_gas: ~40000) [out] Tests: 20 passed, 0 failed, 0 skipped, 0 ignored, 0 filtered out >>> maat-test-ls [err] 0.003931710s 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 (11) [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] 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 (30) [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 43, Col 23] [out] (E) Identifier not found. [Ln 46, Col 8] [out] (E) Identifier not found. [Ln 50, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::erc1155::SnakeERC1155Mock::ContractState" has no member "erc1155" [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) Type "openzeppelin_test_common::mocks::erc1155::SnakeERC1155Mock::ContractState" has no member "erc1155" [Ln 64, 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 64, 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 (35) [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 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 (51) [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 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 (45) [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 10, Col 22] [out] (E) Identifier not found. [Ln 12, Col 30] [out] (E) Identifier not found. [Ln 14, Col 27] [out] (E) Identifier not found. [Ln 17, Col 8] [out] (E) Identifier not found. [Ln 21, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::erc721::DualCaseERC721Mock::ContractState" has no member "erc721" [Ln 35, 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 35, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::erc721::DualCaseERC721Mock::ContractState" has no member "erc721" [Ln 36, 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 36, Col 20] [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 82, Col 22] [out] (E) Identifier not found. [Ln 84, Col 30] [out] (E) Identifier not found. [Ln 88, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::erc721::SnakeERC721MockWithHooks::ContractState" has no member "erc721" [Ln 125, 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 125, Col 20] [out] (E) Type "openzeppelin_test_common::mocks::erc721::SnakeERC721MockWithHooks::ContractState" has no member "erc721" [Ln 126, 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 126, Col 20] [out] (E) Identifier not found. [Ln 129, Col 28] [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 (1) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [out] file:///mnt/maat-workbench/packages/test_common/src/mocks/security.cairo (21) [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 7, Col 8] [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 (1) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 1, Col 0] [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 (18) [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] file:///mnt/maat-workbench/packages/test_common/src/mocks/votes.cairo (8) [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] 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: 4281 errors, 667 warnings, 0 infos, 0 hints [out] [out] ============================== [out] CairoLS process exited with code: SIGTERM