Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix integration tests for sibling XCM transfer for karura-runtime #2138

Merged
merged 15 commits into from
Jun 6, 2022

Conversation

syan095
Copy link
Contributor

@syan095 syan095 commented May 19, 2022

Added foreign asset extra metadata for Module-asset-registry.
The extra data can contain outgoing Multilocation for the foreign asset, and its native currency ID.
Fixed the integration tests for sibling transfer of native BNC asset

Closes #2009

@syan095 syan095 requested a review from xlc May 19, 2022 05:38
Roy Yang added 2 commits May 26, 2022 10:58
…odule

Modified integration tests to support sibling transfer of native assets.
Removed other integration-tests feature related code
…test-feature

* origin/master:
  Return default value instead of error (#2152)
  remove EvmChainIdMigration (#2151)
  2.6.4 (#2156)
  Aggregated Dex Improvement (#2140)
  Ability to transfer debits between loans (#2053)
  EVM rpc return proper error if api doesn't exists at block_id (#2144)
  Add claimDefaultEvmAddress (#2149)
  Fix estimate (#2142)
  update bootnodes
  Pay fee for other account (#2029)
  fix stable asset token (#2131)
  fix cdp-engine offchain worker (#2133)
  2.6.3 (#2134)
  update version (#2126)
  support aggregated DEX (#2031)
  Enable evm for acala (#1907)
  Evm account precompile (#2124)
  Added no-metadata-docs and full-metadata-docs to runtimes (#2123)

# Conflicts:
#	runtime/karura/Cargo.toml
@syan095 syan095 changed the title Removed the integration-tests feature from karura-runtime Fix integration tests for sibling XCM transfer for karura-runtime May 25, 2022
@syan095 syan095 requested a review from zqhxuyuan May 25, 2022 23:59
@syan095 syan095 marked this pull request as draft May 26, 2022 01:34
…ir functionalities.

Added unit tests and modified integration tests for the new metadata's override functions.
@syan095 syan095 requested a review from zqhxuyuan May 27, 2022 07:30
@syan095 syan095 marked this pull request as ready for review May 29, 2022 22:05
@syan095
Copy link
Contributor Author

syan095 commented May 30, 2022

/bench runtime module module-asset-registry

@ghost
Copy link

ghost commented May 30, 2022

Finished benchmark for branch: remove-integration-test-feature

Benchmark: Benchmark Runtime Module

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

Results

Compiling log v0.4.17
Compiling unicode-ident v1.0.0
Compiling polkadot-performance-test v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling proc-macro2 v1.0.39
Compiling substrate-build-script-utils v3.0.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling bencher-procedural v0.1.0 (/app/git/Acala/orml/bencher/bencher-procedural)
Compiling password-hash v0.2.3
Compiling acala-cli v2.6.4 (/app/git/Acala/node/cli)
Compiling futures-util v0.3.21
Compiling polkadot-cli v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling quote v1.0.18
Compiling pbkdf2 v0.8.0
Compiling fixed-hash v0.7.0
Compiling substrate-bn v0.6.0
Compiling coins-core v0.2.2
Compiling regalloc v0.0.34
Compiling env_logger v0.9.0
Compiling tracing-log v0.1.3
Compiling trie-db v0.23.1
Compiling mio v0.8.2
Compiling want v0.3.0
Compiling polling v2.2.0
Compiling kv-log-macro v1.0.7
Compiling globset v0.4.8
Compiling thrift v0.15.0
Compiling handlebars v4.2.2
Compiling wasm-gc-api v0.1.11
Compiling curve25519-dalek v2.1.3
Compiling tiny-bip39 v0.8.2
Compiling pkcs8 v0.8.0
Compiling sp-core-hashing v4.0.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling tikv-jemallocator v0.4.3
Compiling tikv-jemalloc-ctl v0.4.2
Compiling wasmtime-environ v0.35.3
Compiling futures-executor v0.3.21
Compiling asynchronous-codec v0.6.0
Compiling trust-dns-proto v0.21.2
Compiling file-per-thread-logger v0.1.5
Compiling tracing-subscriber v0.2.25
Compiling cranelift-codegen v0.82.3
Compiling tokio v1.18.2
Compiling async-io v1.6.0
Compiling schnorrkel v0.9.1
Compiling sec1 v0.2.1
Compiling rustls v0.20.4
Compiling rustls v0.19.1
Compiling parity-db v0.3.13
Compiling libsecp256k1 v0.7.0
Compiling futures v0.3.21
Compiling unsigned-varint v0.7.1
Compiling trust-dns-resolver v0.21.2
Compiling cranelift-frontend v0.82.3
Compiling cranelift-native v0.82.3
Compiling tokio-util v0.6.9
Compiling tokio-util v0.7.1
Compiling backoff v0.4.0
Compiling async-global-executor v2.0.3
Compiling async-process v1.3.0
Compiling substrate-bip39 v0.4.4
Compiling elliptic-curve v0.11.12
Compiling wasmtime-cache v0.35.3
Compiling futures-rustls v0.22.1
Compiling tokio-rustls v0.23.3
Compiling tokio-rustls v0.22.0
Compiling rustls-native-certs v0.5.0
Compiling sp-tracing v5.0.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling wasmtime-runtime v0.35.3
Compiling rw-stream-sink v0.2.1
Compiling soketto v0.7.1
Compiling sc-utils v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling netlink-sys v0.8.2
Compiling wasm-timer v0.2.5
Compiling yamux v0.10.1
Compiling libp2p-pnet v0.22.0
Compiling mick-jaeger v0.1.8
Compiling exit-future v0.2.0
Compiling multihash v0.16.2
Compiling multistream-select v0.11.0
Compiling cranelift-wasm v0.82.3
Compiling h2 v0.3.12
Compiling async-std v1.11.0
Compiling ecdsa v0.13.4
Compiling finality-grandpa v0.15.0
Compiling xcm v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling primitive-types v0.11.1
Compiling ethbloom v0.12.1
Compiling wasmtime-jit v0.35.3
Compiling netlink-proto v0.9.2
Compiling multiaddr v0.14.0
Compiling cid v0.8.4
Compiling wasmtime-cranelift v0.35.3
Compiling k256 v0.10.4
Compiling hyper v0.14.18
Compiling polkadot-runtime v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling kusama-runtime v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling westend-runtime v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling rococo-runtime v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling karura-runtime v2.6.4 (/app/git/Acala/runtime/karura)
Compiling acala-runtime v2.6.4 (/app/git/Acala/runtime/acala)
Compiling mandala-runtime v2.6.4 (/app/git/Acala/runtime/mandala)
Compiling pallet-staking-reward-fn v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling async-std-resolver v0.21.2
Compiling parity-util-mem v0.11.0
Compiling evm-core v0.35.0 (https://github.com/rust-blockchain/evm?rev=0b686f8c2c83a52638917caa649dc23302fda80d#0b686f8c)
Compiling ethereum-types v0.13.1
Compiling rtnetlink v0.9.1
Compiling libp2p-core v0.32.1
Compiling wasmtime v0.35.3
Compiling coins-bip32 v0.6.0
Compiling substrate-prometheus-endpoint v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling jsonrpsee-core v0.13.1
Compiling hyper-rustls v0.22.1
Compiling memory-db v0.29.0
Compiling kvdb v0.11.0
Compiling evm-runtime v0.35.0 (https://github.com/rust-blockchain/evm?rev=0b686f8c2c83a52638917caa649dc23302fda80d#0b686f8c)
Compiling if-watch v1.0.0
Compiling ethereum v0.12.0
Compiling ethabi v17.0.0
Compiling libp2p-swarm v0.35.0
Compiling libp2p-uds v0.32.0
Compiling libp2p-plaintext v0.32.0
Compiling libp2p-noise v0.35.0
Compiling libp2p-deflate v0.32.0
Compiling libp2p-dns v0.32.1
Compiling libp2p-yamux v0.36.0
Compiling libp2p-mplex v0.32.0
Compiling libp2p-wasm-ext v0.32.0
Compiling libp2p-websocket v0.34.0
Compiling coins-bip39 v0.6.0
Compiling sp-wasm-interface v6.0.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-proposer-metrics v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling jsonrpsee-client-transport v0.13.1
Compiling jsonrpsee-http-server v0.13.1
Compiling jsonrpsee-ws-server v0.13.1
Compiling sp-database v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling kvdb-memorydb v0.11.0
Compiling kvdb-rocksdb v0.15.2
Compiling evm-gasometer v0.35.0 (https://github.com/rust-blockchain/evm?rev=0b686f8c2c83a52638917caa649dc23302fda80d#0b686f8c)
Compiling libp2p-tcp v0.32.0
Compiling libp2p-relay v0.8.0
Compiling libp2p-gossipsub v0.37.0
Compiling libp2p-identify v0.35.0
Compiling libp2p-ping v0.35.0
Compiling libp2p-request-response v0.17.0
Compiling libp2p-kad v0.36.0
Compiling libp2p-mdns v0.36.0
Compiling libp2p-rendezvous v0.5.0
Compiling libp2p-floodsub v0.35.0
Compiling sp-runtime-interface v6.0.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling jsonrpsee-ws-client v0.13.1
Compiling evm v0.35.0 (https://github.com/rust-blockchain/evm?rev=0b686f8c2c83a52638917caa649dc23302fda80d#0b686f8c)
Compiling libp2p-autonat v0.3.0
Compiling libp2p-metrics v0.5.0
Compiling sp-core v6.0.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling jsonrpsee v0.13.1
Compiling module-evm-utility v2.6.4 (/app/git/Acala/modules/evm-utility)
Compiling libp2p v0.44.0
Compiling sp-trie v6.0.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-keystore v0.12.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-allocator v4.1.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-rpc v6.0.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-rpc-server v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-peerset v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-telemetry v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-state-machine v0.12.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-network-common v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-io v6.0.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-application-crypto v6.0.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-sandbox v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-tasks v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-sysinfo v6.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-sysinfo v6.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea)
Compiling sp-runtime v6.0.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-keystore v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-executor-common v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-version v5.0.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-inherents v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-staking v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling polkadot-core-primitives v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling sp-consensus-vrf v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-keyring v6.0.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-npos-elections v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling slot-range-helper v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling sc-executor-wasmtime v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-executor-wasmi v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling remote-externalities v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling frame-support v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-consensus v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-transaction-storage-proof v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-authorship v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-timestamp v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-executor v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-finality-grandpa v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-block-builder v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-authority-discovery v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-session v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-offchain v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-transaction-pool v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-mmr-primitives v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling beefy-primitives v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling frame-system-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling orml-oracle-rpc-runtime-api v0.4.1-dev (/app/git/Acala/orml/oracle/rpc/runtime-api)
Compiling sp-blockchain v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-consensus-slots v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling frame-system v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling polkadot-parachain v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling orml-utilities v0.4.1-dev (/app/git/Acala/orml/utilities)
Compiling bp-runtime v0.1.0 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling frame-try-runtime v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-consensus-babe v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sp-consensus-aura v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-transaction-pool-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-mmr-rpc v3.0.0 (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling orml-oracle-rpc v0.4.1-dev (/app/git/Acala/orml/oracle/rpc)
Compiling orml-traits v0.4.1-dev (/app/git/Acala/orml/traits)
Compiling bp-message-dispatch v0.1.0 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling bp-header-chain v0.1.0 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling frame-benchmarking v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling polkadot-primitives v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling pallet-transaction-payment v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-authorship v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling nutsfinance-stable-asset v0.1.0 (/app/git/Acala/ecosystem-modules/stable-asset/lib/stable-asset)
Compiling frame-election-provider-support v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling frame-executive v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling bp-messages v0.1.0 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling pallet-nicks v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-nomination-pools v1.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea)
Compiling pallet-society v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-sudo v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling orml-nft v0.4.1-dev (/app/git/Acala/orml/nft)
Compiling module-transaction-pause v2.6.4 (/app/git/Acala/modules/transaction-pause)
Compiling orml-authority v0.4.1-dev (/app/git/Acala/orml/authority)
Compiling orml-vesting v0.4.1-dev (/app/git/Acala/orml/vesting)
Compiling sc-client-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-bridge-dispatch v0.1.0 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling bp-test-utils v0.1.0 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling orml-tokens v0.4.1-dev (/app/git/Acala/orml/tokens)
Compiling orml-currencies v0.4.1-dev (/app/git/Acala/orml/currencies)
Compiling orml-oracle v0.4.1-dev (/app/git/Acala/orml/oracle)
Compiling orml-rewards v0.4.1-dev (/app/git/Acala/orml/rewards)
Compiling orml-auction v0.4.1-dev (/app/git/Acala/orml/auction)
Compiling orml-payments v0.4.1-dev (/app/git/Acala/orml/payments)
Compiling pallet-timestamp v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling xcm-executor v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling pallet-balances v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-vesting v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-mmr v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-proxy v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-multisig v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-collective v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-utility v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-membership v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling frame-system-benchmarking v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-indices v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-preimage v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-identity v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-democracy v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-elections-phragmen v5.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-scheduler v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-recovery v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-gilt v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling orml-benchmarking v0.4.1-dev (/app/git/Acala/orml/benchmarking)
Compiling pallet-transaction-payment-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling polkadot-node-primitives v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-statement-table v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-runtime-metrics v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling cumulus-primitives-core v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling pallet-im-online v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling acala-primitives v2.6.4 (/app/git/Acala/primitives)
Compiling pallet-election-provider-multi-phase v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-election-provider-support-benchmarking v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea)
Compiling bp-polkadot-core v0.1.0 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling pallet-bridge-messages v0.1.0 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling sc-consensus v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-block-builder v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-state-db v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-tracing v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-transaction-pool v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-consensus-uncles v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-bridge-grandpa v0.1.0 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling orml-tokens-rpc-runtime-api v0.4.1-dev (/app/git/Acala/orml/tokens/rpc/runtime-api)
Compiling pallet-session v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-aura v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-treasury v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-bags-list v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-offences v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling xcm-builder v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling pallet-xcm v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling pallet-xcm-benchmarks v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling orml-xcm-support v0.4.1-dev (/app/git/Acala/orml/xcm-support)
Compiling pallet-transaction-payment-rpc v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling polkadot-erasure-coding v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling cumulus-test-relay-sproof-builder v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-primitives-utility v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling parachain-info v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-pallet-xcm v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-pallet-xcmp-queue v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-pallet-dmp-queue v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-primitives-timestamp v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling module-support v2.6.4 (/app/git/Acala/modules/support)
Compiling module-nft v2.6.4 (/app/git/Acala/modules/nft)
Compiling module-evm-rpc-runtime-api v2.6.4 (/app/git/Acala/modules/evm/rpc/runtime_api)
Compiling module-honzon-bridge v2.6.4 (/app/git/Acala/modules/honzon-bridge)
Compiling bp-rococo v0.1.0 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling sc-basic-authorship v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-network-sync v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-consensus-slots v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-consensus-epochs v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-client-db v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling orml-tokens-rpc v0.4.1-dev (/app/git/Acala/orml/tokens/rpc)
Compiling bridge-runtime-common v0.1.0 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling cumulus-pallet-aura-ext v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling pallet-bounties v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-tips v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling orml-xcm v0.4.1-dev (/app/git/Acala/orml/xcm)
Compiling pallet-staking v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-babe v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-beefy v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-authority-discovery v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-grandpa v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling module-collator-selection v2.6.4 (/app/git/Acala/modules/collator-selection)
Compiling module-session-manager v2.6.4 (/app/git/Acala/modules/session-manager)
Compiling orml-xtokens v0.4.1-dev (/app/git/Acala/orml/xtokens)
Compiling orml-unknown-tokens v0.4.1-dev (/app/git/Acala/orml/unknown-tokens)
Compiling module-dex v2.6.4 (/app/git/Acala/modules/dex)
Compiling module-transaction-payment v2.6.4 (/app/git/Acala/modules/transaction-payment)
Compiling module-idle-scheduler v2.6.4 (/app/git/Acala/modules/idle-scheduler)
Compiling module-loans v2.6.4 (/app/git/Acala/modules/loans)
Compiling module-asset-registry v2.6.4 (/app/git/Acala/modules/asset-registry)
Compiling module-currencies v2.6.4 (/app/git/Acala/modules/currencies)
Compiling module-evm-accounts v2.6.4 (/app/git/Acala/modules/evm-accounts)
Compiling module-homa v2.6.4 (/app/git/Acala/modules/homa)
Compiling module-prices v2.6.4 (/app/git/Acala/modules/prices)
Compiling module-relaychain v2.6.4 (/app/git/Acala/modules/relaychain)
Compiling module-auction-manager v2.6.4 (/app/git/Acala/modules/auction-manager)
Compiling module-xcm-interface v2.6.4 (/app/git/Acala/modules/xcm-interface)
Compiling module-cdp-treasury v2.6.4 (/app/git/Acala/modules/cdp-treasury)
Compiling module-dex-oracle v2.6.4 (/app/git/Acala/modules/dex-oracle)
Compiling module-incentives v2.6.4 (/app/git/Acala/modules/incentives)
Compiling module-earning v2.6.4 (/app/git/Acala/modules/earning)
Compiling ecosystem-renvm-bridge v2.6.4 (/app/git/Acala/ecosystem-modules/ren/renvm-bridge)
Compiling ecosystem-starport v2.6.4 (/app/git/Acala/ecosystem-modules/starport)
Compiling module-nominees-election v2.6.4 (/app/git/Acala/modules/nominees-election)
Compiling ecosystem-compound-cash v2.6.4 (/app/git/Acala/ecosystem-modules/compound-cash)
Compiling bp-wococo v0.1.0 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling sc-consensus-babe v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-consensus-aura v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-network v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling orml-bencher v0.4.1-dev (/app/git/Acala/orml/bencher)
Compiling pallet-child-bounties v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea)
Compiling pallet-beefy-mmr v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling polkadot-runtime-parachains v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling pallet-session-benchmarking v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-offences-benchmarking v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling pallet-nomination-pools-benchmarking v1.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea)
Compiling module-aggregated-dex v2.6.4 (/app/git/Acala/modules/aggregated-dex)
Compiling module-cdp-engine v2.6.4 (/app/git/Acala/modules/cdp-engine)
Compiling module-emergency-shutdown v2.6.4 (/app/git/Acala/modules/emergency-shutdown)
Compiling sc-consensus-manual-seal v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling module-evm v2.6.4 (/app/git/Acala/modules/evm)
Compiling sc-chain-spec v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-offchain v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-informant v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling polkadot-node-jaeger v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling sc-authority-discovery v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-network-gossip v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling module-honzon v2.6.4 (/app/git/Acala/modules/honzon)
Compiling polkadot-runtime-common v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling sc-rpc-api v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling module-evm-bridge v2.6.4 (/app/git/Acala/modules/evm-bridge)
Compiling tracing-gum v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-network-protocol v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling sc-finality-grandpa v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-rpc v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling substrate-frame-rpc-system v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-consensus-babe-rpc v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling substrate-state-trie-migration-rpc v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea)
Compiling evm-rpc v2.6.4 (/app/git/Acala/modules/evm/rpc)
Compiling kusama-runtime-constants v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-runtime-constants v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling westend-runtime-constants v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling rococo-runtime-constants v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling metered-channel v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling beefy-gadget v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-sync-state-rpc v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-service v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-finality-grandpa-rpc v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling polkadot-overseer-gen v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling beefy-gadget-rpc v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling sc-cli v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling polkadot-node-subsystem-types v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-rpc v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-metrics v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling frame-benchmarking-cli v4.0.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling cumulus-client-cli v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling try-runtime-cli v0.10.0-dev (https://github.com/paritytech//substrate?rev=616d33ea23bab86cafffaf116fc607b6790fb4eb#616d33ea)
Compiling acala-inspect v2.6.4 (/app/git/Acala/inspect)
Compiling polkadot-overseer v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-subsystem v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-subsystem-util v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-core-parachains-inherent v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-core-pvf v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-core-dispute-coordinator v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-approval-distribution v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-core-approval-voting v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-core-bitfield-signing v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-network-bridge v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-collator-protocol v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-core-chain-api v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-core-backing v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-core-provisioner v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-core-av-store v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-core-chain-selection v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-statement-distribution v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-availability-distribution v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-dispute-distribution v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-gossip-support v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-availability-bitfield-distribution v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-core-runtime-api v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-availability-recovery v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-core-pvf-checker v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-collation-generation v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-client v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-node-core-candidate-validation v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-service v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling cumulus-relay-chain-interface v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-primitives-parachain-inherent v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-client-consensus-common v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-client-network v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-client-pov-recovery v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-relay-chain-inprocess-interface v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-relay-chain-rpc-interface v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-pallet-parachain-system v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-client-consensus-aura v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-client-consensus-relay-chain v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-client-collator v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling runtime-common v2.6.4 (/app/git/Acala/runtime/common)
Compiling cumulus-client-service v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
warning: unused Result that must be used
--> runtime/karura/src/benchmarking/../../../mandala/src/benchmarking/asset_registry.rs:168:3
|
168 | AssetRegistry::register_foreign_asset(RawOrigin::Root.into(), Box::new(location), Box::new(asset_metadata));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_must_use)] on by default
= note: this Result may be an Err variant, which should be handled

warning: unused Result that must be used
--> runtime/acala/src/benchmarking/../../../mandala/src/benchmarking/asset_registry.rs:168:3
|
168 | AssetRegistry::register_foreign_asset(RawOrigin::Root.into(), Box::new(location), Box::new(asset_metadata));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_must_use)] on by default
= note: this Result may be an Err variant, which should be handled

Compiling acala-rpc v2.6.4 (/app/git/Acala/rpc)
warning: unused Result that must be used
--> runtime/mandala/src/benchmarking/asset_registry.rs:168:3
|
168 | AssetRegistry::register_foreign_asset(RawOrigin::Root.into(), Box::new(location), Box::new(asset_metadata));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_must_use)] on by default
= note: this Result may be an Err variant, which should be handled

warning: karura-runtime (lib) generated 1 warning
warning: acala-runtime (lib) generated 1 warning
Compiling acala-service v2.6.4 (/app/git/Acala/node/service)
warning: mandala-runtime (lib) generated 1 warning
Compiling acala v2.6.4 (/app/git/Acala/node)
Finished release [optimized] target(s) in 44m 33s
Running target/release/acala benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=module-asset-registry '--extrinsic=*' --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./modules//src/weights.rs --template=./templates/module-weight-template.hbs
Error: Input("AssetIdExisted")

@syan095
Copy link
Contributor Author

syan095 commented May 30, 2022

/bench runtime mandala module module-asset-registry

@ghost
Copy link

ghost commented May 30, 2022

Finished benchmark for branch: remove-integration-test-feature

Benchmark: Benchmark Runtime Mandala Module

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

Results

Compiling acala-cli v2.6.4 (/app/git/Acala/node/cli)
Compiling kusama-runtime v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-runtime v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling rococo-runtime v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling westend-runtime v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling karura-runtime v2.6.4 (/app/git/Acala/runtime/karura)
Compiling mandala-runtime v2.6.4 (/app/git/Acala/runtime/mandala)
Compiling acala-runtime v2.6.4 (/app/git/Acala/runtime/acala)
Compiling orml-oracle-rpc v0.4.1-dev (/app/git/Acala/orml/oracle/rpc)
Compiling orml-traits v0.4.1-dev (/app/git/Acala/orml/traits)
Compiling acala-primitives v2.6.4 (/app/git/Acala/primitives)
Compiling orml-tokens v0.4.1-dev (/app/git/Acala/orml/tokens)
Compiling orml-currencies v0.4.1-dev (/app/git/Acala/orml/currencies)
Compiling orml-oracle v0.4.1-dev (/app/git/Acala/orml/oracle)
Compiling orml-rewards v0.4.1-dev (/app/git/Acala/orml/rewards)
Compiling orml-auction v0.4.1-dev (/app/git/Acala/orml/auction)
Compiling orml-payments v0.4.1-dev (/app/git/Acala/orml/payments)
Compiling orml-xcm-support v0.4.1-dev (/app/git/Acala/orml/xcm-support)
Compiling module-support v2.6.4 (/app/git/Acala/modules/support)
Compiling module-evm-rpc-runtime-api v2.6.4 (/app/git/Acala/modules/evm/rpc/runtime_api)
Compiling module-nft v2.6.4 (/app/git/Acala/modules/nft)
Compiling module-honzon-bridge v2.6.4 (/app/git/Acala/modules/honzon-bridge)
Compiling orml-tokens-rpc-runtime-api v0.4.1-dev (/app/git/Acala/orml/tokens/rpc/runtime-api)
Compiling module-collator-selection v2.6.4 (/app/git/Acala/modules/collator-selection)
Compiling orml-unknown-tokens v0.4.1-dev (/app/git/Acala/orml/unknown-tokens)
Compiling orml-xtokens v0.4.1-dev (/app/git/Acala/orml/xtokens)
Compiling module-dex v2.6.4 (/app/git/Acala/modules/dex)
Compiling module-idle-scheduler v2.6.4 (/app/git/Acala/modules/idle-scheduler)
Compiling module-loans v2.6.4 (/app/git/Acala/modules/loans)
Compiling module-transaction-payment v2.6.4 (/app/git/Acala/modules/transaction-payment)
Compiling module-evm-accounts v2.6.4 (/app/git/Acala/modules/evm-accounts)
Compiling module-cdp-treasury v2.6.4 (/app/git/Acala/modules/cdp-treasury)
Compiling module-asset-registry v2.6.4 (/app/git/Acala/modules/asset-registry)
Compiling module-currencies v2.6.4 (/app/git/Acala/modules/currencies)
Compiling module-homa v2.6.4 (/app/git/Acala/modules/homa)
Compiling module-prices v2.6.4 (/app/git/Acala/modules/prices)
Compiling module-auction-manager v2.6.4 (/app/git/Acala/modules/auction-manager)
Compiling module-xcm-interface v2.6.4 (/app/git/Acala/modules/xcm-interface)
Compiling module-incentives v2.6.4 (/app/git/Acala/modules/incentives)
Compiling module-relaychain v2.6.4 (/app/git/Acala/modules/relaychain)
Compiling module-dex-oracle v2.6.4 (/app/git/Acala/modules/dex-oracle)
Compiling ecosystem-starport v2.6.4 (/app/git/Acala/ecosystem-modules/starport)
Compiling module-nominees-election v2.6.4 (/app/git/Acala/modules/nominees-election)
Compiling module-earning v2.6.4 (/app/git/Acala/modules/earning)
Compiling ecosystem-renvm-bridge v2.6.4 (/app/git/Acala/ecosystem-modules/ren/renvm-bridge)
Compiling ecosystem-compound-cash v2.6.4 (/app/git/Acala/ecosystem-modules/compound-cash)
Compiling orml-tokens-rpc v0.4.1-dev (/app/git/Acala/orml/tokens/rpc)
Compiling orml-bencher v0.4.1-dev (/app/git/Acala/orml/bencher)
Compiling module-aggregated-dex v2.6.4 (/app/git/Acala/modules/aggregated-dex)
Compiling module-cdp-engine v2.6.4 (/app/git/Acala/modules/cdp-engine)
Compiling module-emergency-shutdown v2.6.4 (/app/git/Acala/modules/emergency-shutdown)
Compiling module-evm v2.6.4 (/app/git/Acala/modules/evm)
Compiling module-honzon v2.6.4 (/app/git/Acala/modules/honzon)
Compiling module-evm-bridge v2.6.4 (/app/git/Acala/modules/evm-bridge)
Compiling evm-rpc v2.6.4 (/app/git/Acala/modules/evm/rpc)
Compiling polkadot-client v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-performance-test v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling polkadot-service v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
Compiling cumulus-relay-chain-interface v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-primitives-parachain-inherent v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-client-consensus-common v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-client-network v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-client-pov-recovery v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-relay-chain-inprocess-interface v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-relay-chain-rpc-interface v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-pallet-parachain-system v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-client-consensus-aura v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-client-consensus-relay-chain v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling cumulus-client-collator v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling runtime-common v2.6.4 (/app/git/Acala/runtime/common)
Compiling cumulus-client-service v0.1.0 (https://github.com/paritytech//cumulus?rev=7ffdccab93bbf011f00f61b12ff2e487ebe6294c#7ffdccab)
Compiling acala-rpc v2.6.4 (/app/git/Acala/rpc)
warning: unused Result that must be used
--> runtime/acala/src/benchmarking/../../../mandala/src/benchmarking/asset_registry.rs:168:3
|
168 | AssetRegistry::register_foreign_asset(RawOrigin::Root.into(), Box::new(location), Box::new(asset_metadata));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_must_use)] on by default
= note: this Result may be an Err variant, which should be handled

warning: unused Result that must be used
--> runtime/karura/src/benchmarking/../../../mandala/src/benchmarking/asset_registry.rs:168:3
|
168 | AssetRegistry::register_foreign_asset(RawOrigin::Root.into(), Box::new(location), Box::new(asset_metadata));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_must_use)] on by default
= note: this Result may be an Err variant, which should be handled

warning: unused Result that must be used
--> runtime/mandala/src/benchmarking/asset_registry.rs:168:3
|
168 | AssetRegistry::register_foreign_asset(RawOrigin::Root.into(), Box::new(location), Box::new(asset_metadata));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_must_use)] on by default
= note: this Result may be an Err variant, which should be handled

warning: acala-runtime (lib) generated 1 warning
Compiling polkadot-cli v0.9.22 (https://github.com/paritytech//polkadot?rev=17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d#17c7b959)
warning: karura-runtime (lib) generated 1 warning
Compiling acala-service v2.6.4 (/app/git/Acala/node/service)
warning: mandala-runtime (lib) generated 1 warning
Compiling acala v2.6.4 (/app/git/Acala/node)
Finished production [optimized] target(s) in 57m 40s
Running target/production/acala benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=module module-asset-registry '--extrinsic=*' --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/
error: Found argument 'module-asset-registry' which wasn't expected, or isn't valid in this context

USAGE:
acala benchmark pallet [OPTIONS]

For more information try --help

Acala Benchmarking Bot and others added 4 commits May 30, 2022 02:07
Improved XCM integration test setups
Rewrote and improved the sibling chain BNC token transfer
@xlc xlc merged commit 3c25a51 into master Jun 6, 2022
@xlc xlc deleted the remove-integration-test-feature branch June 6, 2022 08:57
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.

remove integration_tests_config file and integration-tests feature flag
4 participants