Skip to content

Conversation

@ferrell-code
Copy link
Contributor

closes: #1990

@ferrell-code ferrell-code marked this pull request as draft March 24, 2022 21:40
@codecov
Copy link

codecov bot commented Mar 24, 2022

Codecov Report

Merging #1993 (ae5ba54) into master (36613a3) will decrease coverage by 0.22%.
The diff coverage is 97.75%.

@@            Coverage Diff             @@
##           master    #1993      +/-   ##
==========================================
- Coverage   86.27%   86.04%   -0.23%     
==========================================
  Files          98      100       +2     
  Lines       19736    19964     +228     
==========================================
+ Hits        17028    17179     +151     
- Misses       2708     2785      +77     
Impacted Files Coverage Δ
modules/asset-registry/src/lib.rs 60.00% <93.54%> (+2.63%) ⬆️
modules/asset-registry/src/tests.rs 99.65% <100.00%> (+0.03%) ⬆️
rpc/src/lib.rs 0.00% <0.00%> (ø)
primitives/src/currency.rs 53.78% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 36613a3...ae5ba54. Read the comment docs.

@ferrell-code
Copy link
Contributor Author

/bench runtime mandala module_asset_registry

@ghost
Copy link

ghost commented Mar 25, 2022

Finished benchmark for branch: fer-native-asset-registry

Benchmark: Benchmark Runtime Mandala Module

cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/

Results

Pallet: "module_asset_registry", Extrinsic: "register_foreign_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry NextForeignAssetId (r:1 w:1)
Storage: AssetRegistry LocationToCurrencyIds (r:1 w:1)
Storage: AssetRegistry ForeignAssetLocations (r:1 w:1)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 23.45
µs

Reads = 4
Writes = 4

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 23.45
µs

Reads = 4
Writes = 4

Pallet: "module_asset_registry", Extrinsic: "update_foreign_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry ForeignAssetLocations (r:1 w:1)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 17.78
µs

Reads = 2
Writes = 2

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 17.78
µs

Reads = 2
Writes = 2

Pallet: "module_asset_registry", Extrinsic: "register_stable_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry NextStableAssetId (r:1 w:1)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 13.56
µs

Reads = 2
Writes = 2

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 13.56
µs

Reads = 2
Writes = 2

Pallet: "module_asset_registry", Extrinsic: "update_stable_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 12.62
µs

Reads = 1
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 12.62
µs

Reads = 1
Writes = 1

Pallet: "module_asset_registry", Extrinsic: "register_erc20_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: EVM Accounts (r:2 w:0)
Storage: EVM Codes (r:1 w:0)
Storage: EVM AccountStorages (r:5 w:0)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)
Storage: AssetRegistry Erc20IdToAddress (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 198.4
µs

Reads = 10
Writes = 2

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 198.4
µs

Reads = 10
Writes = 2

Pallet: "module_asset_registry", Extrinsic: "update_erc20_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 18.54
µs

Reads = 1
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 18.54
µs

Reads = 1
Writes = 1

Pallet: "module_asset_registry", Extrinsic: "register_native_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 11.81
µs

Reads = 1
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 11.81
µs

Reads = 1
Writes = 1

Pallet: "module_asset_registry", Extrinsic: "update_native_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 12.55
µs

Reads = 1
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 12.55
µs

Reads = 1
Writes = 1

@xlc
Copy link
Member

xlc commented Mar 28, 2022

/bench runtime mandala module_asset_registry

@ghost
Copy link

ghost commented Mar 28, 2022

Finished benchmark for branch: fer-native-asset-registry

Benchmark: Benchmark Runtime Mandala Module

cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/

Results

Pallet: "module_asset_registry", Extrinsic: "register_foreign_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry NextForeignAssetId (r:1 w:1)
Storage: AssetRegistry LocationToCurrencyIds (r:1 w:1)
Storage: AssetRegistry ForeignAssetLocations (r:1 w:1)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 20.43
µs

Reads = 4
Writes = 4

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 20.43
µs

Reads = 4
Writes = 4

Pallet: "module_asset_registry", Extrinsic: "update_foreign_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry ForeignAssetLocations (r:1 w:1)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 18.15
µs

Reads = 2
Writes = 2

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 18.15
µs

Reads = 2
Writes = 2

Pallet: "module_asset_registry", Extrinsic: "register_stable_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry NextStableAssetId (r:1 w:1)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 25.5
µs

Reads = 2
Writes = 2

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 25.5
µs

Reads = 2
Writes = 2

Pallet: "module_asset_registry", Extrinsic: "update_stable_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 23.64
µs

Reads = 1
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 23.64
µs

Reads = 1
Writes = 1

Pallet: "module_asset_registry", Extrinsic: "register_erc20_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: EVM Accounts (r:2 w:0)
Storage: EVM Codes (r:1 w:0)
Storage: EVM AccountStorages (r:5 w:0)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)
Storage: AssetRegistry Erc20IdToAddress (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 322.6
µs

Reads = 10
Writes = 2

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 322.6
µs

Reads = 10
Writes = 2

Pallet: "module_asset_registry", Extrinsic: "update_erc20_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 18.69
µs

Reads = 1
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 18.69
µs

Reads = 1
Writes = 1

Pallet: "module_asset_registry", Extrinsic: "register_native_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 11.91
µs

Reads = 1
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 11.91
µs

Reads = 1
Writes = 1

Pallet: "module_asset_registry", Extrinsic: "update_native_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 12.26
µs

Reads = 1
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 12.26
µs

Reads = 1
Writes = 1

Acala Benchmarking Bot added 2 commits March 28, 2022 01:22
…untime-benchmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/
@AcalaNetwork AcalaNetwork deleted a comment Mar 28, 2022
@ferrell-code
Copy link
Contributor Author

/bench runtime karura module_asset_registry

@ghost
Copy link

ghost commented Mar 28, 2022

Finished benchmark for branch: fer-native-asset-registry

Benchmark: Benchmark Runtime Karura Module

cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-karura-runtime -- benchmark --chain=karura-dev --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/

Results

Pallet: "module_asset_registry", Extrinsic: "register_foreign_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry NextForeignAssetId (r:1 w:1)
Storage: AssetRegistry LocationToCurrencyIds (r:1 w:1)
Storage: AssetRegistry ForeignAssetLocations (r:1 w:1)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 20.54
µs

Reads = 4
Writes = 4

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 20.54
µs

Reads = 4
Writes = 4

Pallet: "module_asset_registry", Extrinsic: "update_foreign_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry ForeignAssetLocations (r:1 w:1)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 17.7
µs

Reads = 2
Writes = 2

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 17.7
µs

Reads = 2
Writes = 2

Pallet: "module_asset_registry", Extrinsic: "register_stable_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry NextStableAssetId (r:1 w:1)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 13.52
µs

Reads = 2
Writes = 2

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 13.52
µs

Reads = 2
Writes = 2

Pallet: "module_asset_registry", Extrinsic: "update_stable_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 12.14
µs

Reads = 1
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 12.14
µs

Reads = 1
Writes = 1

Pallet: "module_asset_registry", Extrinsic: "register_erc20_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: EVM Accounts (r:2 w:0)
Storage: EVM Codes (r:1 w:0)
Storage: EVM AccountStorages (r:5 w:0)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)
Storage: AssetRegistry Erc20IdToAddress (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 191.3
µs

Reads = 10
Writes = 2

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 191.3
µs

Reads = 10
Writes = 2

Pallet: "module_asset_registry", Extrinsic: "update_erc20_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 18.23
µs

Reads = 1
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 18.23
µs

Reads = 1
Writes = 1

Pallet: "module_asset_registry", Extrinsic: "register_native_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 11.63
µs

Reads = 1
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 11.63
µs

Reads = 1
Writes = 1

Pallet: "module_asset_registry", Extrinsic: "update_native_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 12.07
µs

Reads = 1
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 12.07
µs

Reads = 1
Writes = 1

…untime-benchmarks --features=with-karura-runtime -- benchmark --chain=karura-dev --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/
@ferrell-code
Copy link
Contributor Author

/bench runtime acala module_asset_registry

@ghost
Copy link

ghost commented Mar 28, 2022

Finished benchmark for branch: fer-native-asset-registry

Benchmark: Benchmark Runtime Acala Module

cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-acala-runtime -- benchmark --chain=acala-latest --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/

Results

Compiling acala-cli v2.4.1 (/app/git/Acala/node/cli)
Compiling karura-runtime v2.4.1 (/app/git/Acala/runtime/karura)
warning: unused import: Currencies
--> runtime/acala/src/benchmarking/../../../mandala/src/benchmarking/evm.rs:20:13
|
20 | AccountId, Currencies, CurrencyId, Event, EvmAccounts, GetNativeCurrencyId, NetworkContractSource, Origin, Runtime,
| ^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default

warning: unused import: orml_traits::MultiCurrency
--> runtime/acala/src/benchmarking/../../../mandala/src/benchmarking/evm.rs:30:5
|
30 | use orml_traits::MultiCurrency;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: function is never used: deploy_token_contract
--> runtime/acala/src/benchmarking/../../../mandala/src/benchmarking/evm.rs:72:4
|
72 | fn deploy_token_contract() -> DispatchResult {
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default

warning: unused import: Currencies
--> runtime/mandala/src/benchmarking/evm.rs:20:13
|
20 | AccountId, Currencies, CurrencyId, Event, EvmAccounts, GetNativeCurrencyId, NetworkContractSource, Origin, Runtime,
| ^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default

warning: unused import: orml_traits::MultiCurrency
--> runtime/mandala/src/benchmarking/evm.rs:30:5
|
30 | use orml_traits::MultiCurrency;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: function is never used: deploy_token_contract
--> runtime/mandala/src/benchmarking/evm.rs:72:4
|
72 | fn deploy_token_contract() -> DispatchResult {
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default

warning: acala-runtime (lib) generated 3 warnings
warning: mandala-runtime (lib) generated 3 warnings
warning: unused import: Currencies
--> runtime/karura/src/benchmarking/../../../mandala/src/benchmarking/evm.rs:20:13
|
20 | AccountId, Currencies, CurrencyId, Event, EvmAccounts, GetNativeCurrencyId, NetworkContractSource, Origin, Runtime,
| ^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default

warning: unused import: orml_traits::MultiCurrency
--> runtime/karura/src/benchmarking/../../../mandala/src/benchmarking/evm.rs:30:5
|
30 | use orml_traits::MultiCurrency;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: function is never used: deploy_token_contract
--> runtime/karura/src/benchmarking/../../../mandala/src/benchmarking/evm.rs:72:4
|
72 | fn deploy_token_contract() -> DispatchResult {
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default

Compiling acala-service v2.4.1 (/app/git/Acala/node/service)
warning: karura-runtime (lib) generated 3 warnings
Compiling acala v2.4.1 (/app/git/Acala/node)
Finished production [optimized] target(s) in 32m 00s
Running target/production/acala benchmark --chain=acala-latest --steps=50 --repeat=20 --pallet=module_asset_registry '--extrinsic=*' --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/
Error: Input("Error opening spec file acala-latest: No such file or directory (os error 2)")

@xlc
Copy link
Member

xlc commented Mar 29, 2022

/bench runtime acala module_asset_registry

@ghost
Copy link

ghost commented Mar 29, 2022

Finished benchmark for branch: fer-native-asset-registry

Benchmark: Benchmark Runtime Acala Module

cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-acala-runtime -- benchmark --chain=acala-latest --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/

Results

warning: unused import: Currencies
--> runtime/mandala/src/benchmarking/evm.rs:20:13
|
20 | AccountId, Currencies, CurrencyId, Event, EvmAccounts, GetNativeCurrencyId, NetworkContractSource, Origin, Runtime,
| ^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default

warning: unused import: orml_traits::MultiCurrency
--> runtime/mandala/src/benchmarking/evm.rs:30:5
|
30 | use orml_traits::MultiCurrency;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: function is never used: deploy_token_contract
--> runtime/mandala/src/benchmarking/evm.rs:72:4
|
72 | fn deploy_token_contract() -> DispatchResult {
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default

warning: mandala-runtime (lib) generated 3 warnings
warning: unused import: Currencies
--> runtime/acala/src/benchmarking/../../../mandala/src/benchmarking/evm.rs:20:13
|
20 | AccountId, Currencies, CurrencyId, Event, EvmAccounts, GetNativeCurrencyId, NetworkContractSource, Origin, Runtime,
| ^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default

warning: unused import: orml_traits::MultiCurrency
--> runtime/acala/src/benchmarking/../../../mandala/src/benchmarking/evm.rs:30:5
|
30 | use orml_traits::MultiCurrency;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: function is never used: deploy_token_contract
--> runtime/acala/src/benchmarking/../../../mandala/src/benchmarking/evm.rs:72:4
|
72 | fn deploy_token_contract() -> DispatchResult {
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default

warning: unused import: Currencies
--> runtime/karura/src/benchmarking/../../../mandala/src/benchmarking/evm.rs:20:13
|
20 | AccountId, Currencies, CurrencyId, Event, EvmAccounts, GetNativeCurrencyId, NetworkContractSource, Origin, Runtime,
| ^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default

warning: unused import: orml_traits::MultiCurrency
--> runtime/karura/src/benchmarking/../../../mandala/src/benchmarking/evm.rs:30:5
|
30 | use orml_traits::MultiCurrency;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: function is never used: deploy_token_contract
--> runtime/karura/src/benchmarking/../../../mandala/src/benchmarking/evm.rs:72:4
|
72 | fn deploy_token_contract() -> DispatchResult {
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default

warning: acala-runtime (lib) generated 3 warnings
warning: karura-runtime (lib) generated 3 warnings
Finished production [optimized] target(s) in 1.07s
Running target/production/acala benchmark --chain=acala-latest --steps=50 --repeat=20 --pallet=module_asset_registry '--extrinsic=*' --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/
Error: Input("Error opening spec file acala-latest: No such file or directory (os error 2)")

@xlc
Copy link
Member

xlc commented Mar 29, 2022

/bench runtime acala module_asset_registry

@ghost
Copy link

ghost commented Mar 29, 2022

Starting benchmark for branch: fer-native-asset-registry (vs master)

Comment will be updated.

@xlc
Copy link
Member

xlc commented Mar 30, 2022

/bench runtime acala module_asset_registry

@ghost
Copy link

ghost commented Mar 30, 2022

Finished benchmark for branch: fer-native-asset-registry

Benchmark: Benchmark Runtime Acala Module

cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-acala-runtime -- benchmark --chain=acala-dev --steps=50 --repeat=20 --pallet=module_asset_registry --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/

Results
Updating git repository `https://github.com/paritytech//cumulus`
Updating git repository `https://github.com/paritytech//polkadot`
Updating git repository `https://github.com/paritytech//substrate`
Updating crates.io index
Updating git repository `https://github.com/rust-blockchain/ethereum`
Updating git repository `https://github.com/rust-blockchain/evm`
Updating git repository `https://github.com/shaunxw/xcm-simulator`
Updating git repository `https://github.com/paritytech/polkadot`
Updating git repository `https://github.com/paritytech/substrate`

Downloading crates ...
Downloaded aead v0.4.3
Downloaded tracing v0.1.31
Downloaded anyhow v1.0.55
Downloaded async-channel v1.6.1
Downloaded aes v0.7.5
Downloaded async-mutex v1.4.0
Downloaded atomic-waker v1.0.0
Downloaded atomic v0.5.1
Downloaded base16ct v0.1.1
Downloaded async-task v4.1.0
Downloaded bitflags v1.3.2
Downloaded bimap v0.6.2
Downloaded base58 v0.2.0
Downloaded blake2b_simd v0.5.11
Downloaded block-buffer v0.10.2
Downloaded beef v0.5.1
Downloaded blake2s_simd v0.5.11
Downloaded bincode v1.3.3
Downloaded libp2p-dns v0.30.0
Downloaded base64ct v1.3.3
Downloaded libp2p-request-response v0.13.0
Downloaded clang-sys v1.3.1
Downloaded libp2p-identify v0.31.0
Downloaded libp2p-deflate v0.30.0
Downloaded multihash v0.13.2
Downloaded minimal-lexical v0.2.1
Downloaded libsecp256k1-gen-ecmult v0.2.1
Downloaded num-integer v0.1.44
Downloaded unicode-bidi v0.3.7
Downloaded num_enum v0.5.6
Downloaded merlin v2.0.1
Downloaded libp2p-noise v0.33.0
Downloaded num-bigint v0.2.6
Downloaded memory-db v0.28.0
Downloaded native-tls v0.2.8
Downloaded multimap v0.8.3
Downloaded lz4 v1.23.2
Downloaded num v0.4.0
Downloaded num-traits v0.2.14
Downloaded num-complex v0.4.0
Downloaded names v0.12.0
Downloaded num-bigint v0.4.3
Downloaded nom v7.1.0
Downloaded mio v0.8.0
Downloaded num-rational v0.2.4
Downloaded num_enum_derive v0.5.6
Downloaded num_cpus v1.13.1
Downloaded miniz_oxide v0.4.4
Downloaded num-rational v0.4.0
Downloaded nalgebra v0.27.1
Downloaded nalgebra-macros v0.1.0
Downloaded nohash-hasher v0.2.0
Downloaded mime v0.3.16
Downloaded cexpr v0.6.0
Downloaded cast v0.2.7
Downloaded libc v0.2.119
Downloaded cargo_metadata v0.14.2
Downloaded memmap2 v0.5.3
Downloaded cid v0.6.1
Downloaded blake2-rfc v0.2.18
Downloaded byte-tools v0.3.1
Downloaded md-5 v0.9.1
Downloaded libp2p-websocket v0.31.0
Downloaded ckb-merkle-mountain-range v0.3.2
Downloaded cfg_aliases v0.1.1
Downloaded blake3 v0.3.8
Downloaded coins-core v0.2.2
Downloaded matrixmultiply v0.3.2
Downloaded match_cfg v0.1.0
Downloaded libsecp256k1-gen-genmult v0.3.0
Downloaded num-iter v0.1.42
Downloaded clap_derive v3.1.4
Downloaded libloading v0.7.3
Downloaded libp2p-kad v0.32.0
Downloaded concurrent-queue v1.2.2
Downloaded libp2p-yamux v0.34.0
Downloaded libp2p-pnet v0.22.0
Downloaded coins-bip39 v0.3.0
Downloaded libsecp256k1-core v0.2.2
Downloaded libsecp256k1 v0.6.0
Downloaded libsecp256k1-gen-genmult v0.2.1
Downloaded libp2p-swarm-derive v0.25.0
Downloaded libp2p-ping v0.31.0
Downloaded multistream-select v0.10.4
Downloaded bstringify v0.1.2
Downloaded build-helper v0.1.1
Downloaded async-std v1.10.0
Downloaded libp2p-uds v0.30.0
Downloaded block-padding v0.1.5
Downloaded libz-sys v1.1.3
Downloaded serde v1.0.136
Downloaded sha2 v0.10.2
Downloaded sharded-slab v0.1.4
Downloaded sha2 v0.9.9
Downloaded stable_deref_trait v1.2.0
Downloaded ss58-registry v1.15.0
Downloaded wyz v0.2.0
Downloaded cranelift-native v0.80.1
Downloaded crossbeam-utils v0.8.7
Downloaded flate2 v1.0.22
Downloaded static_init v0.5.2
Downloaded snow v0.8.0
Downloaded which v4.2.4
Downloaded libm v0.2.2
Downloaded proc-macro-error-attr v1.0.4
Downloaded rustc-demangle v0.1.21
Downloaded rawpointer v0.2.1
Downloaded want v0.3.0
Downloaded strum v0.23.0
Downloaded zeroize_derive v1.3.2
Downloaded wasm-gc-api v0.1.11
Downloaded zeroize v1.5.3
Downloaded ip_network v0.4.1
Downloaded funty v1.1.0
Downloaded wasm-bindgen v0.2.79
Downloaded futures v0.1.31
Downloaded zstd-sys v1.6.2+zstd.1.5.1
Downloaded form_urlencoded v1.0.1
Downloaded fs-err v2.7.0
Downloaded foreign-types-shared v0.1.1
Downloaded tracing-attributes v0.1.19
Downloaded thrift v0.15.0
Downloaded toml v0.5.8
Downloaded tikv-jemalloc-ctl v0.4.2
Downloaded dyn-clone v1.0.4
Downloaded hmac v0.11.0
Downloaded schnorrkel v0.9.1
Downloaded jsonrpc-ipc-server v18.0.0
Downloaded hex_fmt v0.3.0
Downloaded unsigned-varint v0.6.0
Downloaded wasmtime-cranelift v0.33.1
Downloaded unsigned-varint v0.5.1
Downloaded ppv-lite86 v0.2.16
Downloaded jsonrpc-pubsub v18.0.0
Downloaded jsonrpc-http-server v18.0.0
Downloaded rayon-core v1.9.1
Downloaded primitive-types v0.10.1
Downloaded untrusted v0.7.1
Downloaded unicode-xid v0.2.2
Downloaded universal-hash v0.4.1
Downloaded unsigned-varint v0.7.1
Downloaded substrate-bip39 v0.4.4
Downloaded bstr v0.2.17
Downloaded data-encoding-macro-internal v0.1.10
Downloaded regex v1.5.4
Downloaded glob v0.3.0
Downloaded parking_lot v0.11.2
Downloaded peeking_take_while v0.1.2
Downloaded unicode-width v0.1.9
Downloaded jsonrpsee-types v0.4.1
Downloaded parking_lot v0.10.2
Downloaded jsonrpsee-core v0.8.0
Downloaded jsonrpsee-client-transport v0.8.0
Downloaded pbkdf2 v0.4.0
Downloaded substrate-bn v0.6.0
Downloaded strum_macros v0.23.1
Downloaded threadpool v1.8.1
Downloaded jsonrpsee-proc-macros v0.8.0
Downloaded try-lock v0.2.3
Downloaded tokio-macros v1.7.0
Downloaded tokio-util v0.6.9
Downloaded tinyvec v1.5.1
Downloaded tinytemplate v1.2.1
Downloaded tiny-keccak v2.0.2
Downloaded wasm-bindgen-macro-support v0.2.79
Downloaded twox-hash v1.6.2
Downloaded tracing-futures v0.2.5
Downloaded unicode-segmentation v1.9.0
Downloaded trie-db v0.23.1
Downloaded tikv-jemallocator v0.4.3
Downloaded version_check v0.9.4
Downloaded tokio v1.17.0
Downloaded wasmtime-types v0.33.1
Downloaded data-encoding-macro v0.1.12
Downloaded void v1.0.2
Downloaded gimli v0.26.1
Downloaded trie-root v0.17.0
Downloaded vec_map v0.8.2
Downloaded tinyvec_macros v0.1.0
Downloaded x25519-dalek v1.1.1
Downloaded tracing-subscriber v0.2.25
Downloaded tracing-log v0.1.2
Downloaded tracing-serde v0.1.3
Downloaded lazycell v1.3.0
Downloaded downcast-rs v1.2.0
Downloaded fixedbitset v0.4.1
Downloaded uuid v0.8.2
Downloaded typenum v1.15.0
Downloaded hash-db v0.15.2
Downloaded once_cell v1.9.0
Downloaded rustc_version v0.4.0
Downloaded constant_time_eq v0.1.5
Downloaded heck v0.3.3
Downloaded hashbrown v0.11.2
Downloaded file-per-thread-logger v0.1.5
Downloaded rustls v0.19.1
Downloaded snap v1.0.5
Downloaded slotmap v1.0.6
Downloaded slab v0.4.5
Downloaded rustls v0.20.4
Downloaded lazy_static v1.4.0
Downloaded kvdb-memorydb v0.10.0
Downloaded rand v0.7.3
Downloaded soketto v0.7.1
Downloaded rand_chacha v0.2.2
Downloaded socket2 v0.4.4
Downloaded kvdb v0.10.0
Downloaded smallvec v1.8.0
Downloaded kvdb-rocksdb v0.14.0
Downloaded wasmtime-jit v0.33.1
Downloaded webpki v0.22.0
Downloaded signal-hook v0.3.13
Downloaded shlex v1.1.0
Downloaded rustix v0.31.3
Downloaded openssl-probe v0.1.5
Downloaded trust-dns-proto v0.20.4
Downloaded opaque-debug v0.2.3
Downloaded owning_ref v0.4.1
Downloaded simba v0.5.1
Downloaded yamux v0.9.0
Downloaded webpki-roots v0.21.1
Downloaded futures-sink v0.3.21
Downloaded futures-util v0.3.21
Downloaded sha3 v0.9.1
Downloaded h2 v0.3.11
Downloaded futures-rustls v0.21.1
Downloaded kv-log-macro v1.0.7
Downloaded openssl-sys v0.9.72
Downloaded home v0.5.3
Downloaded http-body v0.4.4
Downloaded generic-array v0.12.4
Downloaded parity-scale-codec v2.3.1
Downloaded open-metrics-client-derive-text-encode v0.1.1
Downloaded rustc_version v0.3.3
Downloaded pbkdf2 v0.8.0
Downloaded wasmtime-runtime v0.33.1
Downloaded scrypt v0.7.0
Downloaded waker-fn v1.1.0
Downloaded signal-hook-registry v1.4.0
Downloaded rpassword v5.0.1
Downloaded pin-utils v0.1.0
Downloaded pkg-config v0.3.24
Downloaded pest_generator v2.1.3
Downloaded semver-parser v0.10.2
Downloaded proc-macro2 v1.0.36
Downloaded prost v0.9.0
Downloaded pkcs8 v0.7.6
Downloaded pin-project-internal v0.4.29
Downloaded static_assertions v1.1.0
Downloaded pest_meta v2.1.3
Downloaded cranelift-codegen v0.80.1
Downloaded ecdsa v0.12.4
Downloaded walkdir v2.3.2
Downloaded unicode-normalization v0.1.19
Downloaded ff v0.10.1
Downloaded webpki-roots v0.22.2
Downloaded spki v0.4.1
Downloaded trust-dns-resolver v0.20.4
Downloaded regex-syntax v0.6.25
Downloaded url v1.7.2
Downloaded pin-project-lite v0.1.12
Downloaded rand v0.8.5
Downloaded proc-macro-crate v1.1.3
Downloaded rlp v0.5.1
Downloaded scopeguard v1.1.0
Downloaded resolv-conf v0.7.0
Downloaded scale-info-derive v1.0.0
Downloaded wasmi v0.9.1
Downloaded scale-info v1.0.0
Downloaded tap v1.0.1
Downloaded wasmi-validation v0.4.1
Downloaded wasm-bindgen-shared v0.2.79
Downloaded reqwest v0.11.9
Downloaded itoa v0.4.8
Downloaded scoped-tls v1.0.0
Downloaded sha2-asm v0.6.2
Downloaded pin-project-internal v1.0.10
Downloaded ryu v1.0.9
Downloaded wasmparser v0.81.0
Downloaded zstd-safe v4.1.3+zstd.1.5.1
Downloaded strsim v0.8.0
Downloaded statrs v0.15.0
Downloaded wasm-bindgen-futures v0.4.29
Downloaded ethereum-types v0.12.1
Downloaded enumflags2 v0.6.4
Downloaded elliptic-curve v0.11.12
Downloaded rustls-native-certs v0.5.0
Downloaded strsim v0.10.0
Downloaded rand_chacha v0.3.1
Downloaded wasmtime v0.33.1
Downloaded percent-encoding v2.1.0
Downloaded zstd v0.9.2+zstd.1.5.1
Downloaded pest v2.1.3
Downloaded hyper-rustls v0.23.0
Downloaded ethers-contract v0.6.2
Downloaded parity-wasm v0.32.0
Downloaded parity-ws v0.11.1
Downloaded jsonrpsee-utils v0.4.1
Downloaded parking_lot_core v0.8.5
Downloaded idna v0.1.5
Downloaded wasm-timer v0.2.5
Downloaded enum-as-inner v0.3.4
Downloaded wasmtime-environ v0.33.1
Downloaded rand_core v0.5.1
Downloaded wasmtime-cache v0.33.1
Downloaded semver v0.11.0
Downloaded semver v0.6.0
Downloaded textwrap v0.15.0
Downloaded synstructure v0.12.6
Downloaded thiserror v1.0.30
Downloaded quote v1.0.15
Downloaded platforms v1.1.0
Downloaded rustc-hash v1.1.0
Downloaded secrecy v0.8.0
Downloaded impl-rlp v0.3.0
Downloaded enumn v0.1.3
Downloaded target-lexicon v0.12.3
Downloaded sct v0.6.1
Downloaded parking_lot_core v0.7.2
Downloaded jsonrpc-core v18.0.0
Downloaded sct v0.7.0
Downloaded quicksink v0.1.2
Downloaded tempfile v3.3.0
Downloaded password-hash v0.2.3
Downloaded digest v0.10.3
Downloaded derivative v2.2.0
Downloaded hmac v0.8.1
Downloaded subtle v2.4.1
Downloaded spin v0.5.2
Downloaded tokio-native-tls v0.3.0
Downloaded value-bag v1.0.0-alpha.8
Downloaded tokio-rustls v0.23.2
Downloaded tokio-rustls v0.22.0
Downloaded triehash v0.8.4
Downloaded ctor v0.1.21
Downloaded crypto-mac v0.8.0
Downloaded http v0.2.6
Downloaded either v1.6.1
Downloaded hostname v0.3.1
Downloaded humantime v2.1.0
Downloaded prost-build v0.9.0
Downloaded remove_dir_all v0.5.3
Downloaded digest v0.9.0
Downloaded futures-executor v0.3.21
Downloaded ethers-providers v0.6.2
Downloaded rlp-derive v0.1.0
Downloaded petgraph v0.6.0
Downloaded quick-error v2.0.1
Downloaded platforms v2.0.0
Downloaded termcolor v1.1.2
Downloaded plotters v0.3.1
Downloaded radium v0.3.0
Downloaded prost-types v0.9.0
Downloaded prost-derive v0.9.0
Downloaded textwrap v0.11.0
Downloaded psm v0.1.17
Downloaded ethers-etherscan v0.2.2
Downloaded ring v0.16.20
Downloaded eth-keystore v0.3.0
Downloaded parking_lot v0.12.0
Downloaded regalloc v0.0.33
Downloaded quick-error v1.2.3
Downloaded jsonrpc-core-client v18.0.0
Downloaded impl-codec v0.5.1
Downloaded semver v1.0.6
Downloaded js-sys v0.3.56
Downloaded if-watch v0.2.2
Downloaded parking_lot_core v0.9.1
Downloaded ipnet v2.3.1
Downloaded ethers v0.6.2
Downloaded encoding_rs v0.8.30
Downloaded elliptic-curve v0.10.4
Downloaded frame-metadata v14.2.0
Downloaded jsonrpc-derive v18.0.0
Downloaded ethers-contract-derive v0.6.3
Downloaded ed25519 v1.4.0
Downloaded idna v0.2.3
Downloaded getrandom v0.1.16
Downloaded ethers-contract-abigen v0.6.3
Downloaded wasm-instrument v0.1.1
Downloaded jsonrpc-client-transports v18.0.0
Downloaded environmental v1.1.3
Downloaded parity-util-mem-derive v0.1.0
Downloaded hyper-tls v0.5.0
Downloaded env_logger v0.9.0
Downloaded salsa20 v0.8.1
Downloaded rocksdb v0.17.0
Downloaded fake-simd v0.1.2
Downloaded indexmap v1.8.0
Downloaded enumflags2_derive v0.6.4
Downloaded derive_more v0.99.17
Downloaded rw-stream-sink v0.2.1
Downloaded parking v2.0.0
Downloaded rand_pcg v0.2.1
Downloaded plotters-svg v0.3.1
Downloaded retain_mut v0.1.7
Downloaded itoa v1.0.1
Downloaded itertools v0.10.3
Downloaded rustls-pemfile v0.2.1
Downloaded region v2.2.0
Downloaded crypto-bigint v0.2.5
Downloaded percent-encoding v1.0.1
Downloaded fallible-iterator v0.2.0
Downloaded crunchy v0.2.2
Downloaded hyper-rustls v0.22.1
Downloaded fastrand v1.7.0
Downloaded static_init_macro v0.5.0
Downloaded impl-serde v0.3.2
Downloaded base58 v0.1.0
Downloaded cranelift-wasm v0.80.1
Downloaded pest_derive v2.1.0
Downloaded prometheus v0.13.0
Downloaded salsa20 v0.9.0
Downloaded poly1305 v0.7.2
Downloaded cranelift-codegen-shared v0.80.1
Downloaded base58check v0.1.0
Downloaded digest v0.8.1
Downloaded same-file v1.0.6
Downloaded rustls-native-certs v0.6.1
Downloaded ripemd160 v0.9.1
Downloaded os_str_bytes v6.0.0
Downloaded jsonrpc-ws-server v18.0.0
Downloaded polyval v0.5.3
Downloaded hyper v0.14.17
Downloaded proc-macro-crate v0.1.5
Downloaded jobserver v0.1.24
Downloaded polling v2.2.0
Downloaded plotters-backend v0.3.2
Downloaded open-metrics-client v0.12.0
Downloaded cpufeatures v0.2.1
Downloaded proc-macro-error v1.0.4
Downloaded futures-macro v0.3.21
Downloaded httpdate v1.0.2
Downloaded futures-task v0.3.21
Downloaded ed25519-dalek v1.0.1
Downloaded librocksdb-sys v6.20.3
Downloaded futures v0.3.21
Downloaded rustversion v1.0.6
Downloaded crypto-common v0.1.3
Downloaded fdlimit v0.2.1
Downloaded pin-project-lite v0.2.8
Downloaded parity-send-wrapper v0.1.0
Downloaded tiny-bip39 v0.8.2
Downloaded openssl v0.10.38
Downloaded ethers-solc v0.1.2
Downloaded parity-util-mem v0.10.2
Downloaded parity-tokio-ipc v0.9.0
Downloaded parity-db v0.3.7
Downloaded keccak v0.1.0
Downloaded jsonrpsee v0.4.1
Downloaded ethers-signers v0.6.2
Downloaded ordered-float v1.1.1
Downloaded half v1.8.2
Downloaded fs2 v0.4.3
Downloaded criterion-plot v0.4.4
Downloaded fs-swap v0.2.6
Downloaded hmac-drbg v0.3.0
Downloaded group v0.10.0
Downloaded fs_extra v1.2.0
Downloaded criterion v0.3.5
Downloaded httparse v1.6.0
Downloaded event-listener v2.5.2
Downloaded globset v0.4.8
Downloaded ethers-middleware v0.6.2
Downloaded futures-timer v3.0.2
Downloaded futures-core v0.3.21
Downloaded ethers-core v0.6.3
Downloaded futures-lite v1.12.0
Downloaded futures-channel v0.3.21
Downloaded curve25519-dalek v2.1.3
Downloaded tikv-jemalloc-sys v0.4.3+5.2.1-patched.2
Downloaded signature v1.3.2
Downloaded directories v4.0.1
Downloaded directories-next v2.0.0
Downloaded opaque-debug v0.3.0
Downloaded oorandom v11.1.3
Downloaded parity-scale-codec-derive v2.3.1
Downloaded cranelift-entity v0.80.1
Downloaded crc32fast v1.3.2
Downloaded jsonrpsee-ws-client v0.4.1
Downloaded k256 v0.9.5
Downloaded jsonrpsee-ws-client v0.8.0
Downloaded hex v0.4.3
Downloaded hashbrown v0.12.0
Downloaded radium v0.6.2
Downloaded finality-grandpa v0.14.4
Downloaded dns-parser v0.8.0
Downloaded object v0.27.1
Downloaded handlebars v4.2.1
Downloaded hash256-std-hasher v0.15.2
Downloaded fixed-hash v0.7.0
Downloaded curve25519-dalek v3.2.0
Downloaded heck v0.4.0
Downloaded dirs-sys v0.3.6
Downloaded cranelift-bforest v0.80.1
Downloaded csv v1.1.6
Downloaded dirs-sys-next v0.1.2
Downloaded der v0.5.1
Downloaded cuckoofilter v0.5.0
Downloaded ctr v0.7.0
Downloaded thiserror-impl v1.0.30
Downloaded ct-logs v0.8.0
Downloaded der v0.4.5
Downloaded convert_case v0.4.0
Downloaded cpp_demangle v0.3.5
Downloaded data-encoding v2.3.2
Downloaded cpufeatures v0.1.5
Downloaded uint v0.9.3
Downloaded url v2.2.2
Downloaded unicase v2.6.0
Downloaded tracing-core v0.1.22
Downloaded time v0.1.44
Downloaded crypto-mac v0.11.1
Downloaded tokio-stream v0.1.8
Downloaded csv-core v0.1.10
Downloaded ucd-trie v0.1.3
Downloaded tt-call v1.0.8
Downloaded paste v1.0.6
Downloaded thread_local v1.1.4
Downloaded lz4-sys v1.9.2
Downloaded ethereum v0.11.1
Downloaded jsonrpsee-types v0.8.0
Downloaded ghash v0.4.4
Downloaded regex-automata v0.1.10
Downloaded jsonrpsee v0.8.0
Downloaded getrandom v0.2.5
Downloaded generic-array v0.14.5
Downloaded ethabi v15.0.0
Downloaded ethbloom v0.11.1
Downloaded reed-solomon-novelpoly v1.0.0
Downloaded rayon v1.5.1
Downloaded ref-cast v1.0.6
Downloaded rand_distr v0.4.3
Downloaded bitvec v0.20.4
Downloaded rand_core v0.6.3
Downloaded jsonrpc-server-utils v18.0.0
Downloaded hex-literal v0.3.4
Downloaded dyn-clonable-impl v0.9.0
Downloaded pin-project v1.0.10
Downloaded pin-project v0.4.29
Downloaded futures-io v0.3.21
Downloaded dyn-clonable v0.9.0
Downloaded ctr v0.8.0
Downloaded dtoa v0.4.8
Downloaded bitvec v0.17.4
Downloaded tower-service v0.3.1
Downloaded syn v1.0.86
Downloaded foreign-types v0.3.2
Downloaded fnv v1.0.7
Downloaded wasm-bindgen-macro v0.2.79
Downloaded wasm-bindgen-backend v0.2.79
Downloaded ref-cast-impl v1.0.6
Downloaded rustc-hex v2.1.0
Downloaded parity-wasm v0.42.2
Downloaded iovec v0.1.4
Downloaded integer-sqrt v0.1.5
Downloaded io-lifetimes v0.4.4
Downloaded integer-encoding v3.0.3
Downloaded impl-trait-for-tuples v0.2.2
Downloaded instant v0.1.12
Downloaded crypto-bigint v0.3.2
Downloaded const-oid v0.6.2
Downloaded crossbeam-channel v0.5.2
Downloaded exit-future v0.2.0
Downloaded crossbeam-epoch v0.9.7
Downloaded crossbeam-deque v0.8.1
Downloaded cranelift-frontend v0.80.1
Downloaded cranelift-codegen-meta v0.80.1
Downloaded const-oid v0.7.1
Downloaded webpki v0.21.4
Downloaded sha3 v0.8.2
Downloaded sha2 v0.8.2
Downloaded serde_json v1.0.79
Downloaded serde_cbor v0.11.2
Downloaded sha-1 v0.8.2
Downloaded serde-aux v3.0.1
Downloaded linux-raw-sys v0.0.36
Downloaded sha-1 v0.9.8
Downloaded serde_urlencoded v0.7.1
Downloaded serde_derive v1.0.136
Downloaded semver-parser v0.7.0
Downloaded camino v1.0.7
Downloaded assert_matches v1.5.0
Downloaded bytes v1.1.0
Downloaded async-trait v0.1.52
Downloaded byte-slice-cast v1.2.1
Downloaded asn1_der v0.7.5
Downloaded always-assert v0.1.2
Downloaded blocking v1.1.0
Downloaded memory-lru v0.1.0
Downloaded cc v1.0.73
Downloaded mio v0.6.23
Downloaded async-lock v2.5.0
Downloaded Inflector v0.11.4
Downloaded multihash-derive v0.7.2
Downloaded multiaddr v0.13.0
Downloaded memory_units v0.3.0
Downloaded memmap2 v0.2.3
Downloaded more-asserts v0.2.2
Downloaded linked_hash_set v0.1.4
Downloaded chacha20poly1305 v0.8.0
Downloaded async-std-resolver v0.20.4
Downloaded lru-cache v0.1.2
Downloaded lru v0.7.3
Downloaded memoffset v0.6.5
Downloaded blake2 v0.9.2
Downloaded multihash v0.14.0
Downloaded libp2p-relay v0.4.0
Downloaded libp2p-metrics v0.1.0
Downloaded libp2p-gossipsub v0.33.0
Downloaded aes-gcm v0.9.4
Downloaded libsecp256k1-core v0.3.0
Downloaded libp2p-rendezvous v0.1.0
Downloaded linregress v0.4.4
Downloaded async-attributes v1.1.2
Downloaded matchers v0.0.1
Downloaded arrayvec v0.7.2
Downloaded lock_api v0.4.6
Downloaded libp2p-wasm-ext v0.30.0
Downloaded base-x v0.2.8
Downloaded libp2p-tcp v0.30.0
Downloaded libp2p-swarm v0.31.0
Downloaded libsecp256k1 v0.7.0
Downloaded libp2p-core v0.30.2
Downloaded cipher v0.3.0
Downloaded multibase v0.8.0
Downloaded libp2p-mplex v0.30.0
Downloaded matches v0.1.9
Downloaded linked-hash-map v0.5.4
Downloaded libp2p v0.40.0
Downloaded asynchronous-codec v0.5.0
Downloaded base64 v0.12.3
Downloaded mick-jaeger v0.1.7
Downloaded cargo-platform v0.1.2
Downloaded coins-bip32 v0.3.0
Downloaded clap v2.34.0
Downloaded chacha20 v0.7.1
Downloaded clap v3.1.6
Downloaded asynchronous-codec v0.6.0
Downloaded arrayvec v0.5.2
Downloaded addr2line v0.17.0
Downloaded mio-extras v2.0.6
Downloaded bech32 v0.7.3
Downloaded async-process v1.3.0
Downloaded cache-padded v1.2.0
Downloaded bytes v0.4.12
Downloaded bindgen v0.59.2
Downloaded chrono v0.4.19
Downloaded block-buffer v0.7.3
Downloaded atty v0.2.14
Downloaded nodrop v0.1.14
Downloaded log v0.4.14
Downloaded cfg-if v1.0.0
Downloaded net2 v0.2.37
Downloaded memchr v2.4.1
Downloaded lru v0.6.6
Downloaded lock_api v0.3.4
Downloaded libp2p-plaintext v0.30.0
Downloaded libp2p-mdns v0.32.0
Downloaded libp2p-floodsub v0.31.0
Downloaded colored v2.0.0
Downloaded bs58 v0.4.0
Downloaded maplit v1.0.2
Downloaded bumpalo v3.9.1
Downloaded block-padding v0.2.1
Downloaded libsecp256k1-gen-ecmult v0.3.0
Downloaded cfg-if v0.1.10
Downloaded async-global-executor v2.0.3
Downloaded byteorder v1.4.3
Downloaded bounded-vec v0.5.0
Downloaded auto_impl v0.5.0
Downloaded backtrace v0.3.64
Downloaded approx v0.5.1
Downloaded block-buffer v0.9.0
Downloaded base64 v0.13.0
Downloaded autocfg v1.1.0
Downloaded arrayref v0.3.6
Downloaded aho-corasick v0.7.18
Downloaded async-io v1.6.0
Downloaded arrayvec v0.4.12
Downloaded async-executor v1.4.1
Downloaded ansi_term v0.12.1
Downloaded ahash v0.7.6
Downloaded adler v1.0.2
Compiling proc-macro2 v1.0.36
Compiling unicode-xid v0.2.2
Compiling libc v0.2.119
Compiling syn v1.0.86
Compiling version_check v0.9.4
Compiling serde v1.0.136
Compiling serde_derive v1.0.136
Compiling cfg-if v1.0.0
Compiling memchr v2.4.1
Compiling autocfg v1.1.0
Compiling typenum v1.15.0
Compiling log v0.4.14
Compiling once_cell v1.9.0
Compiling spin v0.5.2
Compiling pin-project-lite v0.2.8
Compiling ppv-lite86 v0.2.16
Compiling futures-core v0.3.21
Compiling crunchy v0.2.2
Compiling futures-io v0.3.21
Compiling slab v0.4.5
Compiling anyhow v1.0.55
Compiling futures-sink v0.3.21
Compiling futures-channel v0.3.21
Compiling futures-task v0.3.21
Compiling byteorder v1.4.3
Compiling futures-util v0.3.21
Compiling pin-utils v0.1.0
Compiling futures v0.1.31
Compiling lazy_static v1.4.0
Compiling opaque-debug v0.3.0
Compiling block-padding v0.2.1
Compiling subtle v2.4.1
Compiling smallvec v1.8.0
Compiling regex-syntax v0.6.25
Compiling cpufeatures v0.2.1
Compiling radium v0.6.2
Compiling scopeguard v1.1.0
Compiling static_assertions v1.1.0
Compiling convert_case v0.4.0
Compiling base64 v0.13.0
Compiling parking_lot_core v0.8.5
Compiling itoa v1.0.1
Compiling getrandom v0.1.16
Compiling tinyvec_macros v0.1.0
Compiling arrayvec v0.7.2
Compiling wyz v0.2.0
Compiling funty v1.1.0
Compiling serde_json v1.0.79
Compiling ryu v1.0.9
Compiling tap v1.0.1
Compiling byte-slice-cast v1.2.1
Compiling either v1.6.1
Compiling hex v0.4.3
Compiling arrayref v0.3.6
Compiling rustc-hex v2.1.0
Compiling keccak v0.1.0
Compiling libm v0.2.2
Compiling crc32fast v1.3.2
Compiling adler v1.0.2
Compiling stable_deref_trait v1.2.0
Compiling byte-tools v0.3.1
Compiling crossbeam-utils v0.8.7
Compiling bitflags v1.3.2
Compiling tiny-keccak v2.0.2
Compiling opaque-debug v0.2.3
Compiling cfg-if v0.1.10
Compiling async-trait v0.1.52
Compiling fallible-iterator v0.2.0
Compiling paste v1.0.6
Compiling rustc-hash v1.1.0
Compiling fake-simd v0.1.2
Compiling target-lexicon v0.12.3
Compiling arrayvec v0.5.2
Compiling cranelift-codegen-shared v0.80.1
Compiling fs_extra v1.2.0
Compiling arrayvec v0.4.12
Compiling wasmparser v0.81.0
Compiling base64ct v1.3.3
Compiling sp-std v4.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling io-lifetimes v0.4.4
Compiling hash-db v0.15.2
Compiling crossbeam-epoch v0.9.7
Compiling constant_time_eq v0.1.5
Compiling rustc-demangle v0.1.21
Compiling zstd-safe v4.1.3+zstd.1.5.1
Compiling rustix v0.31.3
Compiling more-asserts v0.2.2
Compiling parity-util-mem v0.10.2
Compiling termcolor v1.1.2
Compiling rayon-core v1.9.1
Compiling linux-raw-sys v0.0.36
Compiling environmental v1.1.3
Compiling humantime v2.1.0
Compiling parity-wasm v0.42.2
Compiling ref-cast v1.0.6
Compiling wasmtime-cache v0.33.1
Compiling cpp_demangle v0.3.5
Compiling wasmtime v0.33.1
Compiling nodrop v0.1.14
Compiling ansi_term v0.12.1
Compiling downcast-rs v1.2.0
Compiling memory_units v0.3.0
Compiling dyn-clone v1.0.4
Compiling base58 v0.2.0
Compiling tt-call v1.0.8
Compiling futures-timer v3.0.2
Compiling unicode-segmentation v1.9.0
Compiling fnv v1.0.7
Compiling remove_dir_all v0.5.3
Compiling fastrand v1.7.0
Compiling hashbrown v0.11.2
Compiling untrusted v0.7.1
Compiling matches v0.1.9
Compiling unicode-bidi v0.3.7
Compiling httparse v1.6.0
Compiling fixedbitset v0.4.1
Compiling multimap v0.8.3
Compiling pkg-config v0.3.24
Compiling percent-encoding v2.1.0
Compiling bs58 v0.4.0
Compiling tower-service v0.3.1
Compiling try-lock v0.2.3
Compiling httpdate v1.0.2
Compiling data-encoding v2.3.2
Compiling cache-padded v1.2.0
Compiling parking v2.0.0
Compiling waker-fn v1.1.0
Compiling pin-project-internal v0.4.29
Compiling hex-literal v0.3.4
Compiling event-listener v2.5.2
Compiling void v1.0.2
Compiling asn1_der v0.7.5
Compiling async-task v4.1.0
Compiling signal-hook v0.3.13
Compiling atomic-waker v1.0.0
Compiling ipnet v2.3.1
Compiling prometheus v0.13.0
Compiling ucd-trie v0.1.3
Compiling sc-executor-wasmtime v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling linked-hash-map v0.5.4
Compiling wasm-bindgen-shared v0.2.79
Compiling scoped-tls v1.0.0
Compiling heck v0.4.0
Compiling bumpalo v3.9.1
Compiling quick-error v1.2.3
Compiling wasm-bindgen v0.2.79
Compiling match_cfg v0.1.0
Compiling nohash-hasher v0.2.0
Compiling rustversion v1.0.6
Compiling dtoa v0.4.8
Compiling pin-project-lite v0.1.12
Compiling itoa v0.4.8
Compiling hex_fmt v0.3.0
Compiling parity-send-wrapper v0.1.0
Compiling bimap v0.6.2
Compiling rawpointer v0.2.1
Compiling base-x v0.2.8
Compiling unsigned-varint v0.5.1
Compiling ip_network v0.4.1
Compiling openssl-probe v0.1.5
Compiling percent-encoding v1.0.1
Compiling glob v0.3.0
Compiling minimal-lexical v0.2.1
Compiling bindgen v0.59.2
Compiling lazycell v1.3.0
Compiling peeking_take_while v0.1.2
Compiling shlex v1.1.0
Compiling snap v1.0.5
Compiling retain_mut v0.1.7
Compiling names v0.12.0
Compiling strsim v0.10.0
Compiling textwrap v0.15.0
Compiling integer-encoding v3.0.3
Compiling semver v1.0.6
Compiling camino v1.0.7
Compiling polkadot-overseer-gen-proc-macro v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
Compiling bstringify v0.1.2
Compiling semver-parser v0.7.0
Compiling same-file v1.0.6
Compiling parking_lot_core v0.9.1
Compiling openssl v0.10.38
Compiling cfg_aliases v0.1.1
Compiling native-tls v0.2.8
Compiling const-oid v0.6.2
Compiling rustls v0.20.4
Compiling beefy-merkle-tree v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling sc-consensus-slots v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling encoding_rs v0.8.30
Compiling fs-err v2.7.0
Compiling base64 v0.12.3
Compiling foreign-types-shared v0.1.1
Compiling zeroize v1.5.3
Compiling const-oid v0.7.1
Compiling base16ct v0.1.1
Compiling der v0.4.5
Compiling assert_matches v1.5.0
Compiling base58 v0.1.0
Compiling always-assert v0.1.2
Compiling mime v0.3.16
Compiling bech32 v0.7.3
Compiling radium v0.3.0
Compiling maplit v1.0.2
Compiling platforms v2.0.0
Compiling platforms v1.1.0
Compiling quick-error v2.0.1
Compiling home v0.5.3
Compiling polkadot-performance-test v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
Compiling instant v0.1.12
Compiling generic-array v0.14.5
Compiling value-bag v1.0.0-alpha.8
Compiling ahash v0.7.6
Compiling proc-macro-error-attr v1.0.4
Compiling proc-macro-error v1.0.4
Compiling nom v7.1.0
Compiling unicase v2.6.0
Compiling slotmap v1.0.6
Compiling thread_local v1.1.4
Compiling indexmap v1.8.0
Compiling num-traits v0.2.14
Compiling miniz_oxide v0.4.4
Compiling num-integer v0.1.44
Compiling memoffset v0.6.5
Compiling num-bigint v0.2.6
Compiling rayon v1.5.1
Compiling num-rational v0.2.4
Compiling num-bigint v0.4.3
Compiling num-rational v0.4.0
Compiling atomic v0.5.1
Compiling num-iter v0.1.42
Compiling libloading v0.7.3
Compiling parity-wasm v0.32.0
Compiling tracing-core v0.1.22
Compiling lock_api v0.4.6
Compiling lock_api v0.3.4
Compiling rustls-pemfile v0.2.1
Compiling tinyvec v1.5.1
Compiling itertools v0.10.3
Compiling owning_ref v0.4.1
Compiling block-padding v0.1.5
Compiling ckb-merkle-mountain-range v0.3.2
Compiling regex-automata v0.1.10
Compiling cranelift-codegen-meta v0.80.1
Compiling trie-root v0.17.0
Compiling blake2b_simd v0.5.11
Compiling blake2s_simd v0.5.11
Compiling wasmi-validation v0.4.1
Compiling wasm-instrument v0.1.1
Compiling twox-hash v1.6.2
Compiling heck v0.3.3
Compiling form_urlencoded v1.0.1
Compiling concurrent-queue v1.2.2
Compiling async-mutex v1.4.0
Compiling async-lock v2.5.0
Compiling pest v2.1.3
Compiling lru-cache v0.1.2
Compiling linked_hash_set v0.1.4
Compiling dns-parser v0.8.0
Compiling matrixmultiply v0.3.2
Compiling clang-sys v1.3.1
Compiling walkdir v2.3.2
Compiling semver v0.6.0
Compiling static_init_macro v0.5.0
Compiling static_init v0.5.2
Compiling foreign-types v0.3.2
Compiling der v0.5.1
Compiling bitvec v0.17.4
Compiling sharded-slab v0.1.4
Compiling tracing v0.1.31
Compiling rustls-native-certs v0.6.1
Compiling unicode-normalization v0.1.19
Compiling matchers v0.0.1
Compiling cranelift-codegen v0.80.1
Compiling semver-parser v0.10.2
Compiling pest_meta v2.1.3
Compiling build-helper v0.1.1
Compiling spki v0.4.1
Compiling getrandom v0.2.5
Compiling num_cpus v1.13.1
Compiling atty v0.2.14
Compiling dirs-sys-next v0.1.2
Compiling time v0.1.44
Compiling region v2.2.0
Compiling parking_lot_core v0.7.2
Compiling socket2 v0.4.4
Compiling signal-hook-registry v1.4.0
Compiling hostname v0.3.1
Compiling memmap2 v0.5.3
Compiling net2 v0.2.37
Compiling iovec v0.1.4
Compiling fs2 v0.4.3
Compiling fs-swap v0.2.6
Compiling memmap2 v0.2.3
Compiling tempfile v3.3.0
Compiling dirs-sys v0.3.6
Compiling fdlimit v0.2.1
Compiling rpassword v5.0.1
Compiling quote v1.0.15
Compiling jobserver v0.1.24
Compiling which v4.2.4
Compiling aho-corasick v0.7.18
Compiling os_str_bytes v6.0.0
Compiling futures-lite v1.12.0
Compiling async-channel v1.6.1
Compiling quicksink v0.1.2
Compiling uint v0.9.3
Compiling hash256-std-hasher v0.15.2
Compiling generic-array v0.12.4
Compiling bitvec v0.20.4
Compiling crossbeam-channel v0.5.2
Compiling idna v0.2.3
Compiling idna v0.1.5
Compiling blake2-rfc v0.2.18
Compiling wasm-gc-api v0.1.11
Compiling mio v0.8.0
Compiling want v0.3.0
Compiling semver v0.11.0
Compiling pkcs8 v0.7.6
Compiling substrate-build-script-utils v3.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling orml-build-script-utils v0.4.1-dev (/app/git/Acala/orml/build-script-utils)
Compiling rand_core v0.6.3
Compiling threadpool v1.8.1
Compiling parking_lot v0.11.2
Compiling colored v2.0.0
Compiling rand_core v0.5.1
Compiling directories-next v2.0.0
Compiling parking_lot v0.10.2
Compiling resolv-conf v0.7.0
Compiling bytes v0.4.12
Compiling directories v4.0.1
Compiling parking_lot v0.12.0
Compiling cc v1.0.73
Compiling prost-build v0.9.0
Compiling regex v1.5.4
Compiling petgraph v0.6.0
Compiling cexpr v0.6.0
Compiling blocking v1.1.0
Compiling async-executor v1.4.1
Compiling digest v0.8.1
Compiling block-buffer v0.7.3
Compiling digest v0.9.0
Compiling block-buffer v0.9.0
Compiling crypto-mac v0.8.0
Compiling crypto-mac v0.11.1
Compiling block-buffer v0.10.2
Compiling crypto-common v0.1.3
Compiling cipher v0.3.0
Compiling integer-sqrt v0.1.5
Compiling num-complex v0.4.0
Compiling approx v0.5.1
Compiling ordered-float v1.1.1
Compiling url v2.2.2
Compiling url v1.7.2
Compiling rustc_version v0.3.3
Compiling polkadot-cli v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
Compiling acala-cli v2.4.1 (/app/git/Acala/node/cli)
Compiling rand_chacha v0.3.1
Compiling password-hash v0.2.3
Compiling ff v0.10.1
Compiling hashbrown v0.12.0
Compiling rand_pcg v0.2.1
Compiling rand_chacha v0.2.2
Compiling crypto-bigint v0.2.5
Compiling crypto-bigint v0.3.2
Compiling sha2-asm v0.6.2
Compiling tikv-jemalloc-sys v0.4.3+5.2.1-patched.2
Compiling zstd-sys v1.6.2+zstd.1.5.1
Compiling backtrace v0.3.64
Compiling wasmtime-runtime v0.33.1
Compiling psm v0.1.17
Compiling ring v0.16.20
Compiling libz-sys v1.1.3
Compiling blake3 v0.3.8
Compiling lz4-sys v1.9.2
Compiling openssl-sys v0.9.72
Compiling crossbeam-deque v0.8.1
Compiling Inflector v0.11.4
Compiling synstructure v0.12.6
Compiling wasm-bindgen-backend v0.2.79
Compiling pest_generator v2.1.3
Compiling sha2 v0.8.2
Compiling sha-1 v0.8.2
Compiling sha3 v0.8.2
Compiling signature v1.3.2
Compiling libsecp256k1-core v0.3.0
Compiling libsecp256k1-core v0.2.2
Compiling sha3 v0.9.1
Compiling sha-1 v0.9.8
Compiling ripemd160 v0.9.1
Compiling md-5 v0.9.1
Compiling hmac v0.11.0
Compiling hmac v0.8.1
Compiling pbkdf2 v0.4.0
Compiling blake2 v0.9.2
Compiling digest v0.10.3
Compiling salsa20 v0.9.0
Compiling salsa20 v0.8.1
Compiling aes v0.7.5
Compiling ctr v0.7.0
Compiling chrono v0.4.19
Compiling simba v0.5.1
Compiling thiserror-impl v1.0.30
Compiling ctor v0.1.21
Compiling futures-macro v0.3.21
Compiling impl-trait-for-tuples v0.2.2
Compiling derive_more v0.99.17
Compiling tracing-attributes v0.1.19
Compiling sp-debug-derive v4.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling ref-cast-impl v1.0.6
Compiling dyn-clonable-impl v0.9.0
Compiling frame-support-procedural-tools-derive v3.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling prost-derive v0.9.0
Compiling tokio-macros v1.7.0
Compiling pin-project-internal v1.0.10
Compiling async-attributes v1.1.2
Compiling enum-as-inner v0.3.4
Compiling open-metrics-client-derive-text-encode v0.1.1
Compiling libp2p-swarm-derive v0.25.0
Compiling strum_macros v0.23.1
Compiling nalgebra-macros v0.1.0
Compiling data-encoding-macro-internal v0.1.10
Compiling derivative v2.2.0
Compiling rlp-derive v0.1.0
Compiling enumflags2_derive v0.6.4
Compiling enumn v0.1.3
Compiling bencher-procedural v0.1.0 (/app/git/Acala/orml/bencher/bencher-procedural)
Compiling snow v0.8.0
Compiling rand v0.8.5
Compiling group v0.10.0
Compiling lru v0.7.3
Compiling lru v0.6.6
Compiling rand v0.7.3
Compiling elliptic-curve v0.11.12
Compiling xcm-procedural v0.1.0 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
Compiling zeroize_derive v1.3.2
Compiling parity-util-mem-derive v0.1.0
Compiling clap_derive v3.1.4
Compiling auto_impl v0.5.0
Compiling wasm-bindgen-macro-support v0.2.79
Compiling pest_derive v2.1.0
Compiling base58check v0.1.0
Compiling ed25519 v1.4.0
Compiling librocksdb-sys v6.20.3
Compiling hmac-drbg v0.3.0
Compiling sha2 v0.10.2
Compiling libsecp256k1-gen-genmult v0.2.1
Compiling libsecp256k1-gen-ecmult v0.2.1
Compiling libsecp256k1-gen-genmult v0.3.0
Compiling libsecp256k1-gen-ecmult v0.3.0
Compiling thiserror v1.0.30
Compiling reed-solomon-novelpoly v1.0.0
Compiling dyn-clonable v0.9.0
Compiling pin-project v1.0.10
Compiling pin-project v0.4.29
Compiling open-metrics-client v0.12.0
Compiling data-encoding-macro v0.1.12
Compiling strum v0.23.0
Compiling memory-lru v0.1.0
Compiling fixed-hash v0.7.0
Compiling rand_distr v0.4.3
Compiling substrate-bn v0.6.0
Compiling elliptic-curve v0.10.4
Compiling cuckoofilter v0.5.0
Compiling wasm-bindgen-macro v0.2.79
Compiling libsecp256k1 v0.6.0
Compiling libsecp256k1 v0.7.0
Compiling sp-core-hashing v4.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling wasmi v0.9.1
Compiling num v0.4.0
Compiling bounded-vec v0.5.0
Compiling futures-executor v0.3.21
Compiling bytes v1.1.0
Compiling impl-serde v0.3.2
Compiling cranelift-entity v0.80.1
Compiling bincode v1.3.3
Compiling toml v0.5.8
Compiling tracing-serde v0.1.3
Compiling bstr v0.2.17
Compiling enumflags2 v0.6.4
Compiling cargo-platform v0.1.2
Compiling beef v0.5.1
Compiling serde_urlencoded v0.7.1
Compiling uuid v0.8.2
Compiling tracing-futures v0.2.5
Compiling multibase v0.8.0
Compiling nalgebra v0.27.1
Compiling ecdsa v0.12.4
Compiling flate2 v1.0.22
Compiling curve25519-dalek v3.2.0
Compiling curve25519-dalek v2.1.3
Compiling merlin v2.0.1
Compiling secrecy v0.8.0
Compiling sp-core-hashing-proc-macro v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling regalloc v0.0.33
Compiling env_logger v0.9.0
Compiling tracing-log v0.1.2
Compiling trie-db v0.23.1
Compiling polling v2.2.0
Compiling kv-log-macro v1.0.7
Compiling trust-dns-proto v0.20.4
Compiling mio v0.6.23
Compiling thrift v0.15.0
Compiling futures v0.3.21
Compiling rlp v0.5.1
Compiling http v0.2.6
Compiling asynchronous-codec v0.6.0
Compiling prost v0.9.0
Compiling asynchronous-codec v0.5.0
Compiling gimli v0.26.1
Compiling object v0.27.1
Compiling clap v3.1.6
Compiling wasmtime-types v0.33.1
Compiling cranelift-bforest v0.80.1
Compiling sp-serializer v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling serde-aux v3.0.1
Compiling handlebars v4.2.1
Compiling globset v0.4.8
Compiling cargo_metadata v0.14.2
Compiling jsonrpsee-types v0.8.0
Compiling tokio v1.17.0
Compiling proc-macro-crate v1.1.3
Compiling proc-macro-crate v0.1.5
Compiling ss58-registry v1.15.0
Compiling k256 v0.9.5
Compiling x25519-dalek v1.1.1
Compiling schnorrkel v0.9.1
Compiling js-sys v0.3.56
Compiling file-per-thread-logger v0.1.5
Compiling statrs v0.15.0
Compiling tracing-subscriber v0.2.25
Compiling async-io v1.6.0
Compiling mio-extras v2.0.6
Compiling trust-dns-resolver v0.20.4
Compiling rw-stream-sink v0.2.1
Compiling wasm-timer v0.2.5
Compiling soketto v0.7.1
Compiling sc-utils v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling yamux v0.9.0
Compiling libp2p-pnet v0.22.0
Compiling jsonrpc-core v18.0.0
Compiling exit-future v0.2.0
Compiling mick-jaeger v0.1.7
Compiling metered-channel v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
Compiling impl-rlp v0.3.0
Compiling triehash v0.8.4
Compiling unsigned-varint v0.7.1
Compiling http-body v0.4.4
Compiling unsigned-varint v0.6.0
Compiling addr2line v0.17.0
Compiling tikv-jemallocator v0.4.3
Compiling tikv-jemalloc-ctl v0.4.2
Compiling wasmtime-environ v0.33.1
Compiling prost-types v0.9.0
Compiling frame-support-procedural-tools v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling parity-scale-codec-derive v2.3.1
Compiling scale-info-derive v1.0.0
Compiling sp-runtime-interface-proc-macro v4.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling sp-api-proc-macro v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling multihash-derive v0.7.2
Compiling sc-chain-spec-derive v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling sc-tracing-proc-macro v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling num_enum_derive v0.5.6
Compiling sp-npos-elections-solution-type v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling pallet-staking-reward-curve v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling cumulus-pallet-parachain-system-proc-macro v0.1.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac)
Compiling jsonrpsee-proc-macros v0.8.0
Compiling jsonrpc-derive v18.0.0
Compiling tokio-util v0.6.9
Compiling tokio-native-tls v0.3.0
Compiling linregress v0.4.4
Compiling wasm-bindgen-futures v0.4.29
Compiling async-global-executor v2.0.3
Compiling async-process v1.3.0
Compiling if-watch v0.2.2
Compiling parity-ws v0.11.1
Compiling tokio-stream v0.1.8
Compiling parity-tokio-ipc v0.9.0
Compiling jsonrpc-pubsub v18.0.0
Compiling multistream-select v0.10.4
Compiling frame-support-procedural v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling parity-scale-codec v2.3.1
Compiling cranelift-frontend v0.80.1
Compiling cranelift-native v0.80.1
Compiling num_enum v0.5.6
Compiling h2 v0.3.11
Compiling async-std v1.10.0
Compiling jsonrpc-server-utils v18.0.0
Compiling jsonrpc-client-transports v18.0.0
Compiling sp-panic-handler v4.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling libp2p-core v0.30.2
Compiling libp2p-kad v0.32.0
Compiling libp2p-identify v0.31.0
Compiling libp2p-rendezvous v0.1.0
Compiling libp2p-plaintext v0.30.0
Compiling libp2p-floodsub v0.31.0
Compiling libp2p-relay v0.4.0
Compiling libp2p-gossipsub v0.33.0
Compiling libp2p-noise v0.33.0
Compiling sc-network v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling sc-authority-discovery v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling scale-info v1.0.0
Compiling impl-codec v0.5.1
Compiling sp-storage v5.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling sp-tracing v4.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling fork-tree v3.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling sp-version-proc-macro v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling cranelift-wasm v0.80.1
Compiling hyper v0.14.17
Compiling jsonrpc-ipc-server v18.0.0
Compiling jsonrpc-ws-server v18.0.0
Compiling async-std-resolver v0.20.4
Compiling jsonrpc-core-client v18.0.0
Compiling wasmtime-jit v0.33.1
Compiling primitive-types v0.10.1
Compiling sp-arithmetic v4.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling frame-metadata v14.2.0
Compiling finality-grandpa v0.14.4
Compiling xcm v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
Compiling ethbloom v0.11.1
Compiling sp-externalities v0.11.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling wasmtime-cranelift v0.33.1
Compiling hyper-tls v0.5.0
Compiling evm-core v0.33.0 (https://github.com/rust-blockchain/evm?rev=52d5fe5d1fd665a495ea34cc67c5f0c6bc6dd23e#52d5fe5d)
Compiling pallet-staking-reward-fn v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling jsonrpc-http-server v18.0.0
Compiling jsonrpsee-core v0.8.0
Compiling jsonrpsee-types v0.4.1
Compiling ethereum-types v0.12.1
Compiling reqwest v0.11.9
Compiling memory-db v0.28.0
Compiling kvdb v0.10.0
Compiling evm-runtime v0.33.0 (https://github.com/rust-blockchain/evm?rev=52d5fe5d1fd665a495ea34cc67c5f0c6bc6dd23e#52d5fe5d)
Compiling sc-proposer-metrics v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling sc-rpc-server v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling jsonrpsee-utils v0.4.1
Compiling ethereum v0.11.1
Compiling ethereum v0.12.0 (https://github.com/rust-blockchain/ethereum?rev=34fd1fed1fb0261fef9c8a36acb6ecf5082036ad#34fd1fed)
Compiling ethabi v15.0.0
Compiling sp-database v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling kvdb-memorydb v0.10.0
Compiling evm-gasometer v0.33.0 (https://github.com/rust-blockchain/evm?rev=52d5fe5d1fd665a495ea34cc67c5f0c6bc6dd23e#52d5fe5d)
Compiling ethers-core v0.6.3
Compiling evm v0.33.1 (https://github.com/rust-blockchain/evm?rev=52d5fe5d1fd665a495ea34cc67c5f0c6bc6dd23e#52d5fe5d)
Compiling module-evm-utility v2.4.1 (/app/git/Acala/modules/evm-utility)
Compiling ethers-contract-abigen v0.6.3
Compiling module-evm-utility-macro v2.4.1 (/app/git/Acala/modules/evm-utility/macro)
Compiling ethers-contract-derive v0.6.3
Compiling sha2 v0.9.9
Compiling ed25519-dalek v1.0.1
Compiling pbkdf2 v0.8.0
Compiling tiny-bip39 v0.8.2
Compiling multihash v0.14.0
Compiling multihash v0.13.2
Compiling coins-core v0.2.2
Compiling sct v0.6.1
Compiling webpki v0.21.4
Compiling webpki v0.22.0
Compiling sct v0.7.0
Compiling substrate-bip39 v0.4.4
Compiling scrypt v0.7.0
Compiling multiaddr v0.13.0
Compiling cid v0.6.1
Compiling coins-bip32 v0.3.0
Compiling ct-logs v0.8.0
Compiling rustls v0.19.1
Compiling webpki-roots v0.21.1
Compiling webpki-roots v0.22.2
Compiling eth-keystore v0.3.0
Compiling coins-bip39 v0.3.0
Compiling futures-rustls v0.21.1
Compiling tokio-rustls v0.22.0
Compiling rustls-native-certs v0.5.0
Compiling ethers-solc v0.1.2
Compiling tokio-rustls v0.23.2
Compiling libp2p-swarm v0.31.0
Compiling libp2p-yamux v0.34.0
Compiling libp2p-tcp v0.30.0
Compiling libp2p-uds v0.30.0
Compiling libp2p-deflate v0.30.0
Compiling libp2p-wasm-ext v0.30.0
Compiling libp2p-mplex v0.30.0
Compiling libp2p-dns v0.30.0
Compiling ethers-signers v0.6.2
Compiling libp2p-websocket v0.31.0
Compiling hyper-rustls v0.22.1
Compiling jsonrpsee-ws-client v0.4.1
Compiling hyper-rustls v0.23.0
Compiling jsonrpsee-client-transport v0.8.0
Compiling libp2p-ping v0.31.0
Compiling libp2p-request-response v0.13.0
Compiling libp2p-mdns v0.32.0
Compiling jsonrpsee-ws-client v0.8.0
Compiling jsonrpsee v0.4.1
Compiling libp2p-metrics v0.1.0
Compiling ethers-providers v0.6.2
Compiling ethers-etherscan v0.2.2
Compiling jsonrpsee v0.8.0
Compiling libp2p v0.40.0
Compiling ethers-contract v0.6.2
Compiling sc-peerset v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling sc-telemetry v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling ethers-middleware v0.6.2
Compiling ethers v0.6.2
Compiling lz4 v1.23.2
Compiling parity-db v0.3.7
Compiling zstd v0.9.2+zstd.1.5.1
Compiling sp-maybe-compressed-blob v4.1.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling substrate-wasm-builder v5.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
Compiling polkadot-runtime v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
Compiling kusama-runtime v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
Compiling rococo-runtime v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
Compiling westend-runtime v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
Compiling acala-runtime v2.4.1 (/app/git/Acala/runtime/acala)
Compiling mandala-runtime v2.4.1 (/app/git/Acala/runtime/mandala)
Compiling karura-runtime v2.4.1 (/app/git/Acala/runtime/karura)
error: failed to run custom build command for mandala-runtime v2.4.1 (/app/git/Acala/runtime/mandala)

Caused by:
process didn't exit successfully: /app/git/Acala/target/production/build/mandala-runtime-b866abeb9d5543fd/build-script-build (exit status: 1)
--- stdout
�[1;33mInformation that should be included in a bug report.�[0m
�[1;33mExecuting build command:�[0m "/root/.rustup/toolchains/nightly-2021-11-07-x86_64-unknown-linux-gnu/bin/cargo" "rustc" "--target=wasm32-unknown-unknown" "--manifest-path=/app/git/Acala/target/production/wbuild/mandala-runtime/Cargo.toml" "--color=always" "--profile" "production"
�[1;33mUsing rustc version:�[0m rustc 1.58.0-nightly (072799443 2021-11-06)

--- stderr
�[0m�[0m�[1m�[33mwarning�[0m�[1m:�[0m Patch kusama-runtime v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-cli v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-client v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-node-core-pvf v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-node-network-protocol v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-node-primitives v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-node-subsystem v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-overseer v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-rpc v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-runtime v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-runtime-common v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-runtime-parachains v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-service v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-statement-table v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-test-runtime v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch polkadot-test-service v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch rococo-runtime v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch test-runtime-constants v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch westend-runtime v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch xcm-simulator v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47) was not used in the crate graph.
Patch cumulus-client-cli v0.1.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac) was not used in the crate graph.
Patch cumulus-client-consensus-aura v0.1.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac) was not used in the crate graph.
Patch cumulus-client-consensus-common v0.1.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac) was not used in the crate graph.
Patch cumulus-client-consensus-relay-chain v0.1.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac) was not used in the crate graph.
Patch cumulus-client-network v0.1.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac) was not used in the crate graph.
Patch cumulus-client-service v0.1.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac) was not used in the crate graph.
Patch cumulus-relay-chain-interface v0.1.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac) was not used in the crate graph.
Patch cumulus-relay-chain-local v0.1.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac) was not used in the crate graph.
Patch cumulus-test-relay-sproof-builder v0.1.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac) was not used in the crate graph.
Patch cumulus-test-relay-validation-worker-provider v0.1.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac) was not used in the crate graph.
Patch parachains-common v1.0.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac) was not used in the crate graph.
Patch statemine-runtime v2.0.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac) was not used in the crate graph.
Patch beefy-gadget v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch beefy-gadget-rpc v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch beefy-primitives v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch frame-benchmarking-cli v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch frame-election-provider-support v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch frame-system-benchmarking v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch frame-try-runtime v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-authority-discovery v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-babe v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-bags-list v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-beefy v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-beefy-mmr v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-election-provider-multi-phase v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-gilt v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-grandpa v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-identity v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-im-online v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-mmr v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-mmr-primitives v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-mmr-rpc v3.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-nicks v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-offences-benchmarking v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-session-benchmarking v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-society v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-staking v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-staking-reward-curve v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-staking-reward-fn v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-transaction-payment-rpc v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch pallet-vesting v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch remote-externalities v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-authority-discovery v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-basic-authorship v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-block-builder v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-chain-spec v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-cli v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-client-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-client-db v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-consensus v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-consensus-aura v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-consensus-babe v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-consensus-babe-rpc v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-consensus-epochs v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-consensus-manual-seal v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-consensus-slots v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-consensus-uncles v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-executor v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-executor-common v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-executor-wasmtime v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-finality-grandpa v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-finality-grandpa-rpc v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-informant v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-keystore v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-network v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-network-gossip v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-offchain v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-rpc v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-rpc-api v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-rpc-server v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-service v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-sync-state-rpc v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-telemetry v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-tracing v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-transaction-pool v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-transaction-pool-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sc-utils v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sp-blockchain v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sp-consensus v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sp-consensus-babe v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sp-consensus-vrf v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sp-finality-grandpa v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sp-keyring v5.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sp-keystore v0.11.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sp-rpc v5.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch sp-serializer v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch substrate-build-script-utils v3.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch substrate-frame-rpc-system v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch substrate-test-client v2.0.1 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch substrate-test-utils v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch substrate-test-utils-derive v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Patch try-runtime-cli v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76) was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run cargo update to use the new
version. This may also occur with an optional dependency that is not enabled.
�[0m�[0m�[1m�[32m Compiling�[0m proc-macro2 v1.0.36
�[0m�[0m�[1m�[32m Compiling�[0m unicode-xid v0.2.2
�[0m�[0m�[1m�[32m Compiling�[0m syn v1.0.86
�[0m�[0m�[1m�[32m Compiling�[0m serde_derive v1.0.136
�[0m�[0m�[1m�[32m Compiling�[0m serde v1.0.136
�[0m�[0m�[1m�[32m Compiling�[0m version_check v0.9.4
�[0m�[0m�[1m�[32m Compiling�[0m radium v0.6.2
�[0m�[0m�[1m�[32m Compiling�[0m typenum v1.15.0
�[0m�[0m�[1m�[32m Compiling�[0m convert_case v0.4.0
�[0m�[0m�[1m�[32m Compiling�[0m wyz v0.2.0
�[0m�[0m�[1m�[32m Compiling�[0m tap v1.0.1
�[0m�[0m�[1m�[32m Compiling�[0m funty v1.1.0
�[0m�[0m�[1m�[32m Compiling�[0m byte-slice-cast v1.2.1
�[0m�[0m�[1m�[32m Compiling�[0m arrayvec v0.7.2
�[0m�[0m�[1m�[32m Compiling�[0m cfg-if v1.0.0
�[0m�[0m�[1m�[32m Compiling�[0m crunchy v0.2.2
�[0m�[0m�[1m�[32m Compiling�[0m byteorder v1.4.3
�[0m�[0m�[1m�[32m Compiling�[0m autocfg v1.1.0
�[0m�[0m�[1m�[32m Compiling�[0m rustc-hex v2.1.0
�[0m�[0m�[1m�[32m Compiling�[0m bytes v1.1.0
�[0m�[0m�[1m�[32m Compiling�[0m static_assertions v1.1.0
�[0m�[0m�[1m�[32m Compiling�[0m hex v0.4.3
�[0m�[0m�[1m�[32m Compiling�[0m memchr v2.4.1
�[0m�[0m�[1m�[32m Compiling�[0m regex-syntax v0.6.25
�[0m�[0m�[1m�[32m Compiling�[0m lazy_static v1.4.0
�[0m�[0m�[1m�[32m Compiling�[0m serde_json v1.0.79
�[0m�[0m�[1m�[32m Compiling�[0m ryu v1.0.9
�[0m�[0m�[1m�[32m Compiling�[0m hash-db v0.15.2
�[0m�[0m�[1m�[32m Compiling�[0m itoa v1.0.1
�[0m�[0m�[1m�[32m Compiling�[0m sp-std v4.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m log v0.4.14
�[0m�[0m�[1m�[32m Compiling�[0m once_cell v1.9.0
�[0m�[0m�[1m�[32m Compiling�[0m ref-cast v1.0.6
�[0m�[0m�[1m�[32m Compiling�[0m pin-project-lite v0.2.8
�[0m�[0m�[1m�[32m Compiling�[0m tracing-core v0.1.22
�[0m�[0m�[1m�[32m Compiling�[0m parity-util-mem v0.10.2
�[0m�[0m�[1m�[32m Compiling�[0m zeroize v1.5.3
�[0m�[0m�[1m�[32m Compiling�[0m bitflags v1.3.2
�[0m�[0m�[1m�[32m Compiling�[0m tiny-keccak v2.0.2
�[0m�[0m�[1m�[32m Compiling�[0m either v1.6.1
�[0m�[0m�[1m�[32m Compiling�[0m arrayvec v0.4.12
�[0m�[0m�[1m�[32m Compiling�[0m paste v1.0.6
�[0m�[0m�[1m�[32m Compiling�[0m nodrop v0.1.14
�[0m�[0m�[1m�[32m Compiling�[0m constant_time_eq v0.1.5
�[0m�[0m�[1m�[32m Compiling�[0m cpufeatures v0.2.1
�[0m�[0m�[1m�[32m Compiling�[0m smallvec v1.8.0
�[0m�[0m�[1m�[32m Compiling�[0m tt-call v1.0.8
�[0m�[0m�[1m�[32m Compiling�[0m libc v0.2.119
�[0m�[0m�[1m�[32m Compiling�[0m ppv-lite86 v0.2.16
�[0m�[0m�[1m�[32m Compiling�[0m hex-literal v0.3.4
�[0m�[0m�[1m�[32m Compiling�[0m block-padding v0.2.1
�[0m�[0m�[1m�[32m Compiling�[0m keccak v0.1.0
�[0m�[0m�[1m�[32m Compiling�[0m opaque-debug v0.3.0
�[0m�[0m�[1m�[32m Compiling�[0m byte-tools v0.3.1
�[0m�[0m�[1m�[32m Compiling�[0m opaque-debug v0.2.3
�[0m�[0m�[1m�[32m Compiling�[0m environmental v1.1.3
�[0m�[0m�[1m�[32m Compiling�[0m bstringify v0.1.2
�[0m�[0m�[1m�[32m Compiling�[0m rand_core v0.6.3
�[0m�[0m�[1m�[32m Compiling�[0m zstd-safe v4.1.3+zstd.1.5.1
�[0m�[0m�[1m�[32m Compiling�[0m subtle v2.4.1
�[0m�[0m�[1m�[32m Compiling�[0m rustversion v1.0.6
�[0m�[0m�[1m�[32m Compiling�[0m camino v1.0.7
�[0m�[0m�[1m�[32m Compiling�[0m rand_core v0.5.1
�[0m�[0m�[1m�[32m Compiling�[0m unicode-segmentation v1.9.0
�[0m�[0m�[1m�[32m Compiling�[0m semver v1.0.6
�[0m�[0m�[1m�[32m Compiling�[0m semver-parser v0.7.0
�[0m�[0m�[1m�[32m Compiling�[0m spin v0.5.2
�[0m�[0m�[1m�[32m Compiling�[0m rustc-demangle v0.1.21
�[0m�[0m�[1m�[32m Compiling�[0m same-file v1.0.6
�[0m�[0m�[1m�[32m Compiling�[0m remove_dir_all v0.5.3
�[0m�[0m�[1m�[32m Compiling�[0m fastrand v1.7.0
�[0m�[0m�[1m�[32m Compiling�[0m ansi_term v0.12.1
�[0m�[0m�[1m�[32m Compiling�[0m base64 v0.12.3
�[0m�[0m�[1m�[32m Compiling�[0m arrayref v0.3.6
�[0m�[0m�[1m�[32m Compiling�[0m generic-array v0.14.5
�[0m�[0m�[1m�[32m Compiling�[0m ahash v0.7.6
�[0m�[0m�[1m�[32m Compiling�[0m proc-macro-error-attr v1.0.4
�[0m�[0m�[1m�[32m Compiling�[0m proc-macro-error v1.0.4
�[0m�[0m�[1m�[32m Compiling�[0m num-traits v0.2.14
�[0m�[0m�[1m�[32m Compiling�[0m num-integer v0.1.44
�[0m�[0m�[1m�[32m Compiling�[0m num-bigint v0.4.3
�[0m�[0m�[1m�[32m Compiling�[0m num-rational v0.4.0
�[0m�[0m�[1m�[32m Compiling�[0m num-iter v0.1.42
�[0m�[0m�[1m�[32m Compiling�[0m rlp v0.5.1
�[0m�[0m�[1m�[32m Compiling�[0m fixed-hash v0.7.0
�[0m�[0m�[1m�[32m Compiling�[0m parity-wasm v0.32.0
�[0m�[0m�[1m�[32m Compiling�[0m trie-root v0.17.0
�[0m�[0m�[1m�[32m Compiling�[0m twox-hash v1.6.2
�[0m�[0m�[1m�[32m Compiling�[0m tracing v0.1.31
�[0m�[0m�[1m�[32m Compiling�[0m secrecy v0.8.0
�[0m�[0m�[1m�[32m Compiling�[0m block-padding v0.1.5
�[0m�[0m�[1m�[32m Compiling�[0m rand v0.8.5
�[0m�[0m�[1m�[32m Compiling�[0m rand_chacha v0.3.1
�[0m�[0m�[1m�[32m Compiling�[0m rand_chacha v0.2.2
�[0m�[0m�[1m�[32m Compiling�[0m heck v0.3.3
�[0m�[0m�[1m�[32m Compiling�[0m semver v0.6.0
�[0m�[0m�[1m�[32m Compiling�[0m walkdir v2.3.2
�[0m�[0m�[1m�[32m Compiling�[0m impl-rlp v0.3.0
�[0m�[0m�[1m�[32m Compiling�[0m triehash v0.8.4
�[0m�[0m�[1m�[32m Compiling�[0m rand v0.7.3
�[0m�[0m�[1m�[32m Compiling�[0m build-helper v0.1.1
�[0m�[0m�[1m�[32m Compiling�[0m quote v1.0.15
�[0m�[0m�[1m�[32m Compiling�[0m bitvec v0.20.4
�[0m�[0m�[1m�[32m Compiling�[0m generic-array v0.12.4
�[0m�[0m�[1m�[32m Compiling�[0m uint v0.9.3
�[0m�[0m�[1m�[32m Compiling�[0m hash256-std-hasher v0.15.2
�[0m�[0m�[1m�[32m Compiling�[0m substrate-bn v0.6.0
�[0m�[0m�[1m�[32m Compiling�[0m aho-corasick v0.7.18
�[0m�[0m�[1m�[32m Compiling�[0m blake2-rfc v0.2.18
�[0m�[0m�[1m�[32m Compiling�[0m getrandom v0.2.5
�[0m�[0m�[1m�[32m Compiling�[0m jobserver v0.1.24
�[0m�[0m�[1m�[32m Compiling�[0m tempfile v3.3.0
�[0m�[0m�[1m�[32m Compiling�[0m wasm-gc-api v0.1.11
�[0m�[0m�[1m�[32m Compiling�[0m hashbrown v0.11.2
�[0m�[0m�[1m�[32m Compiling�[0m hashbrown v0.12.0
�[0m�[0m�[1m�[32m Compiling�[0m block-buffer v0.10.2
�[0m�[0m�[1m�[32m Compiling�[0m crypto-common v0.1.3
�[0m�[0m�[1m�[32m Compiling�[0m digest v0.9.0
�[0m�[0m�[1m�[32m Compiling�[0m block-buffer v0.9.0
�[0m�[0m�[1m�[32m Compiling�[0m block-buffer v0.7.3
�[0m�[0m�[1m�[32m Compiling�[0m digest v0.8.1
�[0m�[0m�[1m�[32m Compiling�[0m crypto-mac v0.8.0
�[0m�[0m�[1m�[32m Compiling�[0m integer-sqrt v0.1.5
�[0m�[0m�[1m�[32m Compiling�[0m num-complex v0.4.0
�[0m�[0m�[1m�[32m Compiling�[0m regex v1.5.4
�[0m�[0m�[1m�[32m Compiling�[0m cc v1.0.73
�[0m�[0m�[1m�[32m Compiling�[0m synstructure v0.12.6
�[0m�[0m�[1m�[32m Compiling�[0m thiserror-impl v1.0.30
�[0m�[0m�[1m�[32m Compiling�[0m impl-trait-for-tuples v0.2.2
�[0m�[0m�[1m�[32m Compiling�[0m derive_more v0.99.17
�[0m�[0m�[1m�[32m Compiling�[0m ref-cast-impl v1.0.6
�[0m�[0m�[1m�[32m Compiling�[0m sp-debug-derive v4.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m frame-support-procedural-tools-derive v3.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m derivative v2.2.0
�[0m�[0m�[1m�[32m Compiling�[0m rlp-derive v0.1.0
�[0m�[0m�[1m�[32m Compiling�[0m num_enum_derive v0.5.6
�[0m�[0m�[1m�[32m Compiling�[0m enumflags2_derive v0.6.4
�[0m�[0m�[1m�[32m Compiling�[0m strum_macros v0.23.1
�[0m�[0m�[1m�[32m Compiling�[0m trie-db v0.23.1
�[0m�[0m�[1m�[32m Compiling�[0m digest v0.10.3
�[0m�[0m�[1m�[32m Compiling�[0m libsecp256k1-core v0.2.2
�[0m�[0m�[1m�[32m Compiling�[0m sha3 v0.9.1
�[0m�[0m�[1m�[32m Compiling�[0m sha3 v0.8.2
�[0m�[0m�[1m�[32m Compiling�[0m ripemd160 v0.9.1
�[0m�[0m�[1m�[32m Compiling�[0m sha2 v0.9.9
�[0m�[0m�[1m�[32m Compiling�[0m hmac v0.8.1
�[0m�[0m�[1m�[32m Compiling�[0m Inflector v0.11.4
�[0m�[0m�[1m�[32m Compiling�[0m zstd-sys v1.6.2+zstd.1.5.1
�[0m�[0m�[1m�[32m Compiling�[0m parity-util-mem-derive v0.1.0
�[0m�[0m�[1m�[32m Compiling�[0m thiserror v1.0.30
�[0m�[0m�[1m�[32m Compiling�[0m num_enum v0.5.6
�[0m�[0m�[1m�[32m Compiling�[0m enumflags2 v0.6.4
�[0m�[0m�[1m�[32m Compiling�[0m auto_impl v0.5.0
�[0m�[0m�[1m�[32m Compiling�[0m strum v0.23.0
�[0m�[0m�[1m�[32m Compiling�[0m sha2 v0.10.2
�[0m�[0m�[1m�[32m Compiling�[0m libsecp256k1-gen-genmult v0.2.1
�[0m�[0m�[1m�[32m Compiling�[0m libsecp256k1-gen-ecmult v0.2.1
�[0m�[0m�[1m�[32m Compiling�[0m hmac-drbg v0.3.0
�[0m�[0m�[1m�[32m Compiling�[0m xcm-procedural v0.1.0 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
�[0m�[0m�[1m�[32m Compiling�[0m toml v0.5.8
�[0m�[0m�[1m�[32m Compiling�[0m impl-serde v0.3.2
�[0m�[0m�[1m�[32m Compiling�[0m cargo-platform v0.1.2
�[0m�[0m�[1m�[32m Compiling�[0m sp-core-hashing v4.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m libsecp256k1 v0.6.0
�[0m�[0m�[1m�[32m Compiling�[0m num v0.4.0
�[0m�[0m�[1m�[32m Compiling�[0m proc-macro-crate v1.1.3
�[0m�[0m�[1m�[32m Compiling�[0m ss58-registry v1.15.0
�[0m�[0m�[1m�[32m Compiling�[0m cargo_metadata v0.14.2
�[0m�[0m�[1m�[32m Compiling�[0m sp-core-hashing-proc-macro v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m frame-support-procedural-tools v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m parity-scale-codec-derive v2.3.1
�[0m�[0m�[1m�[32m Compiling�[0m scale-info-derive v1.0.0
�[0m�[0m�[1m�[32m Compiling�[0m sp-runtime-interface-proc-macro v4.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-api-proc-macro v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m cumulus-pallet-parachain-system-proc-macro v0.1.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac)
�[0m�[0m�[1m�[32m Compiling�[0m sp-npos-elections-solution-type v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m frame-support-procedural v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m parity-scale-codec v2.3.1
�[0m�[0m�[1m�[32m Compiling�[0m scale-info v1.0.0
�[0m�[0m�[1m�[32m Compiling�[0m impl-codec v0.5.1
�[0m�[0m�[1m�[32m Compiling�[0m sp-storage v5.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-wasm-interface v5.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-tracing v4.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-version-proc-macro v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-arithmetic v4.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m frame-metadata v14.2.0
�[0m�[0m�[1m�[32m Compiling�[0m xcm v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
�[0m�[0m�[1m�[32m Compiling�[0m primitive-types v0.10.1
�[0m�[0m�[1m�[32m Compiling�[0m ethbloom v0.11.1
�[0m�[0m�[1m�[32m Compiling�[0m sp-externalities v0.11.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-runtime-interface v5.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m evm-core v0.33.0 (https://github.com/rust-blockchain/evm?rev=52d5fe5d1fd665a495ea34cc67c5f0c6bc6dd23e#52d5fe5d)
�[0m�[0m�[1m�[32m Compiling�[0m ethereum-types v0.12.1
�[0m�[0m�[1m�[32m Compiling�[0m memory-db v0.28.0
�[0m�[0m�[1m�[32m Compiling�[0m sp-core v5.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m evm-runtime v0.33.0 (https://github.com/rust-blockchain/evm?rev=52d5fe5d1fd665a495ea34cc67c5f0c6bc6dd23e#52d5fe5d)
�[0m�[0m�[1m�[32m Compiling�[0m ethereum v0.11.1
�[0m�[0m�[1m�[32m Compiling�[0m ethereum v0.12.0 (https://github.com/rust-blockchain/ethereum?rev=34fd1fed1fb0261fef9c8a36acb6ecf5082036ad#34fd1fed)
�[0m�[0m�[1m�[32m Compiling�[0m ethabi v15.0.0
�[0m�[0m�[1m�[32m Compiling�[0m sp-io v5.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-inherents v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-trie v5.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m evm-gasometer v0.33.0 (https://github.com/rust-blockchain/evm?rev=52d5fe5d1fd665a495ea34cc67c5f0c6bc6dd23e#52d5fe5d)
�[0m�[0m�[1m�[32m Compiling�[0m sp-application-crypto v5.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-state-machine v0.11.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m evm v0.33.1 (https://github.com/rust-blockchain/evm?rev=52d5fe5d1fd665a495ea34cc67c5f0c6bc6dd23e#52d5fe5d)
�[0m�[0m�[1m�[32m Compiling�[0m sp-runtime v5.0.0 (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m module-evm-utility v2.4.1 (/app/git/Acala/modules/evm-utility)
�[0m�[0m�[1m�[32m Compiling�[0m sp-version v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-staking v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m polkadot-core-primitives v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
�[0m�[0m�[1m�[32m Compiling�[0m sp-consensus-slots v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-authorship v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-npos-elections v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m module-evm-utility-macro v2.4.1 (/app/git/Acala/modules/evm-utility/macro)
�[0m�[0m�[1m�[32m Compiling�[0m sp-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m frame-support v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-authority-discovery v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-timestamp v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-session v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m orml-oracle-rpc-runtime-api v0.4.1-dev (/app/git/Acala/orml/oracle/rpc/runtime-api)
�[0m�[0m�[1m�[32m Compiling�[0m sp-offchain v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m frame-system-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-transaction-pool v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m sp-block-builder v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m frame-system v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m orml-utilities v0.4.1-dev (/app/git/Acala/orml/utilities)
�[0m�[0m�[1m�[32m Compiling�[0m polkadot-parachain v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
�[0m�[0m�[1m�[32m Compiling�[0m xcm-executor v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
�[0m�[0m�[1m�[32m Compiling�[0m sp-consensus-aura v0.10.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m nutsfinance-stable-asset v0.1.0 (/app/git/Acala/ecosystem-modules/stable-asset/lib/stable-asset)
�[0m�[0m�[1m�[32m Compiling�[0m frame-benchmarking v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-balances v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-transaction-payment v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m orml-nft v0.4.1-dev (/app/git/Acala/orml/nft)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-proxy v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-scheduler v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m frame-executive v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-authorship v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-membership v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-recovery v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-elections-phragmen v5.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m module-transaction-pause v2.4.1 (/app/git/Acala/modules/transaction-pause)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-democracy v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-multisig v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-indices v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m orml-authority v0.4.1-dev (/app/git/Acala/orml/authority)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-preimage v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-sudo v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-utility v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m orml-vesting v0.4.1-dev (/app/git/Acala/orml/vesting)
�[0m�[0m�[1m�[32m Compiling�[0m orml-traits v0.4.1-dev (/app/git/Acala/orml/traits)
�[0m�[0m�[1m�[32m Compiling�[0m polkadot-primitives v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-timestamp v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-collective v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m orml-benchmarking v0.4.1-dev (/app/git/Acala/orml/benchmarking)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-transaction-payment-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m xcm-builder v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-xcm v0.9.17 (https://github.com/paritytech//polkadot?rev=de0ecd4760b146ecf33f5e867d707d789e21e060#de0ecd47)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-treasury v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-offences v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-session v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-aura v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m acala-primitives v2.4.1 (/app/git/Acala/primitives)
�[0m�[0m�[1m�[32m Compiling�[0m orml-xcm-support v0.4.1-dev (/app/git/Acala/orml/xcm-support)
�[0m�[0m�[1m�[32m Compiling�[0m orml-tokens v0.4.1-dev (/app/git/Acala/orml/tokens)
�[0m�[0m�[1m�[32m Compiling�[0m orml-oracle v0.4.1-dev (/app/git/Acala/orml/oracle)
�[0m�[0m�[1m�[32m Compiling�[0m orml-rewards v0.4.1-dev (/app/git/Acala/orml/rewards)
�[0m�[0m�[1m�[32m Compiling�[0m orml-auction v0.4.1-dev (/app/git/Acala/orml/auction)
�[0m�[0m�[1m�[32m Compiling�[0m cumulus-primitives-core v0.1.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-bounties v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m pallet-tips v4.0.0-dev (https://github.com/paritytech//substrate?rev=22d40c761a985482f93bbbea5ba4199bdba74f8e#22d40c76)
�[0m�[0m�[1m�[32m Compiling�[0m orml-xcm v0.4.1-dev (/app/git/Acala/orml/xcm)
�[0m�[0m�[1m�[32m Compiling�[0m cumulus-pallet-aura-ext v0.1.0 (https://github.com/paritytech//cumulus?rev=db11baacc325537be74ad34517fcb28ed9ded6c6#db11baac)
�[0m�[0m�[1m�[32m Compiling�[0m orml-unknown-tokens v0.4.1-dev (/app/git/Acala/orml/unknown-tokens)
�[0m�[0m�[1m�[32m Compiling�[0m module-support v2.4.1 (/app/git/Acala/modules/support)
�[0m�[1m�[38;5;9merror[E0407]�[0m�[0m�[1m: method get_collect_yield_amount is not a member of trait StableAsset�[0m
�[0m �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/app/git/Acala/modules/support/src/mocks.rs:232:2�[0m
�[0m �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m232�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m/�[0m�[0m �[0m�[0m fn get_collect_yield_amount(�[0m
�[0m�[1m�[38;5;12m233�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m _pool_info: &StableAssetPoolInfo<�[0m
�[0m�[1m�[38;5;12m234�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m Self::AssetId,�[0m
�[0m�[1m�[38;5;12m235�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m Self::Balance,�[0m
�[0m�[1m�[38;5;12m...�[0m�[0m �[0m�[0m�[1m�[38;5;9m|�[0m
�[0m�[1m�[38;5;12m241�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m unimplemented!()�[0m
�[0m�[1m�[38;5;12m242�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m }�[0m
�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|_____^�[0m�[0m �[0m�[0m�[1m�[38;5;9mnot a member of trait StableAsset�[0m

�[0m�[1m�[38;5;9merror[E0407]�[0m�[0m�[1m: method get_balance_update_amount is not a member of trait StableAsset�[0m
�[0m �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/app/git/Acala/modules/support/src/mocks.rs:244:2�[0m
�[0m �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m244�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m/�[0m�[0m �[0m�[0m fn get_balance_update_amount(�[0m
�[0m�[1m�[38;5;12m245�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m _pool_info: &StableAssetPoolInfo<�[0m
�[0m�[1m�[38;5;12m246�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m Self::AssetId,�[0m
�[0m�[1m�[38;5;12m247�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m Self::Balance,�[0m
�[0m�[1m�[38;5;12m...�[0m�[0m �[0m�[0m�[1m�[38;5;9m|�[0m
�[0m�[1m�[38;5;12m253�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m unimplemented!()�[0m
�[0m�[1m�[38;5;12m254�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m }�[0m
�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|_____^�[0m�[0m �[0m�[0m�[1m�[38;5;9mnot a member of trait StableAsset�[0m

�[0m�[1m�[38;5;9merror[E0407]�[0m�[0m�[1m: method get_redeem_proportion_amount is not a member of trait StableAsset�[0m
�[0m �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/app/git/Acala/modules/support/src/mocks.rs:256:2�[0m
�[0m �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m256�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m/�[0m�[0m �[0m�[0m fn get_redeem_proportion_amount(�[0m
�[0m�[1m�[38;5;12m257�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m _pool_info: &StableAssetPoolInfo<�[0m
�[0m�[1m�[38;5;12m258�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m Self::AssetId,�[0m
�[0m�[1m�[38;5;12m259�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m Self::Balance,�[0m
�[0m�[1m�[38;5;12m...�[0m�[0m �[0m�[0m�[1m�[38;5;9m|�[0m
�[0m�[1m�[38;5;12m266�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m unimplemented!()�[0m
�[0m�[1m�[38;5;12m267�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|�[0m�[0m �[0m�[0m }�[0m
�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m|_____^�[0m�[0m �[0m�[0m�[1m�[38;5;9mnot a member of trait StableAsset�[0m

�[0m�[1m�[38;5;9merror[E0277]�[0m�[0m�[1m: the trait bound Balance: Config is not satisfied�[0m
�[0m �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/app/git/Acala/modules/support/src/mocks.rs:265:7�[0m
�[0m �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m265�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m ) -> Option<RedeemProportionResultSelf::Balance> {�[0m
�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;9mthe trait Config is not implemented for Balance�[0m
�[0m �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;10mnote�[0m�[0m: required by a bound in RedeemProportionResult�[0m
�[0m �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/app/git/Acala/ecosystem-modules/stable-asset/lib/stable-asset/src/lib.rs:404:39�[0m
�[0m �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m404�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m pub struct RedeemProportionResult<T: Config> {�[0m
�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m �[0m�[0m�[1m�[38;5;10m^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;10mrequired by this bound in RedeemProportionResult�[0m
�[0m�[1m�[38;5;14mhelp�[0m�[0m: consider restricting type parameter Balance�[0m
�[0m �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m105�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mimpl<CurrencyId, Balance�[0m�[0m�[38;5;10m: nutsfinance_stable_asset::Config�[0m�[0m, AccountId, BlockNumber> StableAsset�[0m
�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m �[0m�[0m�[38;5;10m++++++++++++++++++++++++++++++++++�[0m

�[0m�[1mSome errors have detailed explanations: E0277, E0407.�[0m
�[0m�[1mFor more information about an error, try rustc --explain E0277.�[0m
�[0m�[0m�[1m�[31merror�[0m�[1m:�[0m could not compile module-support due to 4 previous errors
�[0m�[0m�[1m�[33mwarning�[0m�[1m:�[0m build failed, waiting for other jobs to finish...
�[0m�[0m�[1m�[31merror�[0m�[1m:�[0m build failed
warning: build failed, waiting for other jobs to finish...
error: build failed

@ferrell-code ferrell-code marked this pull request as ready for review March 30, 2022 01:59
@xlc
Copy link
Member

xlc commented Mar 30, 2022

benchmarking failed due to unrelated PR. will fix it later

@wangjj9219 wangjj9219 merged commit 7231631 into master Mar 30, 2022
@wangjj9219 wangjj9219 deleted the fer-native-asset-registry branch March 30, 2022 04:04
syan095 pushed a commit that referenced this pull request Apr 8, 2022
…ts-for-currencies

* origin/master: (362 commits)
  Skip idle_scheduler Calls When Not Producing blocks  (#1721)
  config more homa subaccounts for Karura (#2004)
  rm wt storage (#1984)
  Update construct_runtime's syntax (#2000)
  polkadot v0.9.18 (#1988)
  be srtool compatible (#2021)
  Update README.md (#2022)
  update precompile weights (#2020)
  Mandala supports PricingPegged for taiKSM (#2015)
  remove unneeded param (#2014)
  fix srtool (#2013)
  update precompile gas_limit (#2007)
  fix verify bootnodes script
  Bump minimist from 1.2.5 to 1.2.6 in /ts-tests (#2008)
  Bump (#2005)
  add NativeAssetId to asset registry (#1993)
  connect earning and incentives (#1995)
  Liquidation (#1955)
  Improvement/orml oracle (#1998)
  Mock xcm (#1977)
  ...

# Conflicts:
#	modules/currencies/src/lib.rs
#	predeploy-contracts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update asset registry to support all tokens

4 participants