Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

add weights that need to be generated for rococo #5052

Merged
merged 63 commits into from
Mar 22, 2022

Conversation

brunopgalvao
Copy link
Contributor

@brunopgalvao brunopgalvao commented Mar 7, 2022

In an effort to get Rococo up-to-date, there are several weights that need to be generated.

@github-actions github-actions bot added the A0-please_review Pull request needs code review. label Mar 7, 2022
@brunopgalvao brunopgalvao added C1-low PR touches the given topic and has a low impact on builders. B0-silent Changes should not be mentioned in any release notes labels Mar 7, 2022
@brunopgalvao
Copy link
Contributor Author

/benchmark runtime rococo runtime_common::auctions

@parity-benchapp
Copy link

parity-benchapp bot commented Mar 7, 2022

Benchmark Runtime Rococo Pallet for branch "rococo-weights" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_common::auctions --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_common_auctions.rs

Toolchain: stable-x86_64-unknown-linux-gnu (default)
rustc 1.57.0 (f1edd0429 2021-11-29)

Results
error: failed to run custom build command for `rococo-runtime v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/rococo)`

Caused by:
  process didn't exit successfully: `/home/benchbot/bench-bot/git/polkadot/target/production/build/rococo-runtime-80666a65690898a5/build-script-build` (exit status: 1)
  --- stdout
  �[1;33mInformation that should be included in a bug report.�[0m
  �[1;33mExecuting build command:�[0m "rustup" "run" "nightly" "cargo" "rustc" "--target=wasm32-unknown-unknown" "--manifest-path=/home/benchbot/bench-bot/git/polkadot/target/production/wbuild/rococo-runtime/Cargo.toml" "--color=always" "--profile" "production"
  �[1;33mUsing rustc version:�[0m rustc 1.59.0-nightly (b60e32c82 2021-12-30)


  --- stderr
  �[0m�[0m�[1m�[36m    Blocking�[0m waiting for file lock on package cache
  �[0m�[0m�[1m�[36m    Blocking�[0m waiting for file lock on package cache
  �[0m�[0m�[1m�[36m    Blocking�[0m waiting for file lock on package cache
  �[0m�[0m�[1m�[36m    Blocking�[0m waiting for file lock on package cache
  �[0m�[0m�[1m�[32m   Compiling�[0m rococo-runtime v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/rococo)
  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `frame_system`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:18:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m18�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod frame_system;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `frame_system`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/frame_system.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/frame_system/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_balances`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:19:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m19�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_balances;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_balances`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_balances.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_balances/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_im_online`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:21:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m21�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_im_online;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_im_online`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_im_online.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_im_online/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_indices`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:22:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m22�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_indices;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_indices`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_indices.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_indices/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_multisig`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:23:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m23�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_multisig;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_multisig`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_multisig.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_multisig/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_proxy`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:24:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m24�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_proxy;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_proxy`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_proxy.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_proxy/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_session`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:25:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m25�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_session;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_session`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_session.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_session/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_timestamp`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:26:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m26�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_timestamp;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_timestamp`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_timestamp.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_timestamp/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_utility`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:27:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m27�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_utility;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_utility`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_utility.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_utility/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_common_auctions`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:28:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m28�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_common_auctions;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_common_auctions`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_auctions.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_auctions/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_common_crowdloan`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:29:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m29�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_common_crowdloan;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_common_crowdloan`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_crowdloan.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_crowdloan/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_common_paras_registrar`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:30:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m30�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_common_paras_registrar;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_common_paras_registrar`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_paras_registrar.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_paras_registrar/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_common_slots`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:31:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m31�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_common_slots;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_common_slots`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_slots.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_slots/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_parachains_initializer`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:34:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m34�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_parachains_initializer;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_parachains_initializer`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_parachains_initializer.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_parachains_initializer/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0599]�[0m�[0m�[1m: no function or associated item named `benchmarks` found for struct `pallet_utility::Pallet` in the current scope�[0m
  �[0m    �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/lib.rs:1610:4�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m1610�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            list_benchmarks!(list, extra);�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;9mfunction or associated item not found in `pallet_utility::Pallet<Runtime>`�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: this error originates in the macro `list_benchmark` (in Nightly builds, run with -Z macro-backtrace for more info)�[0m

  �[0m�[1m�[38;5;9merror[E0599]�[0m�[0m�[1m: no function or associated item named `run_benchmark` found for struct `pallet_utility::Pallet` in the current scope�[0m
  �[0m    �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/lib.rs:1638:4�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m1638�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            add_benchmarks!(params, batches);�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;9mfunction or associated item not found in `pallet_utility::Pallet<Runtime>`�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: this error originates in the macro `add_benchmark` (in Nightly builds, run with -Z macro-backtrace for more info)�[0m

  �[0m�[1mSome errors have detailed explanations: E0583, E0599.�[0m
  �[0m�[1mFor more information about an error, try `rustc --explain E0583`.�[0m
  �[0m�[0m�[1m�[31merror�[0m�[1m:�[0m could not compile `rococo-runtime` due to 16 previous errors
error: build failed

ERROR: Unable to commit file ./runtime/rococo/src/weights/runtime_common_auctions.rs

@brunopgalvao brunopgalvao self-assigned this Mar 7, 2022
@brunopgalvao brunopgalvao requested review from nuke-web3 and removed request for nuke-web3 March 7, 2022 20:04
@nuke-web3 nuke-web3 marked this pull request as draft March 8, 2022 18:56
@brunopgalvao
Copy link
Contributor Author

/benchmark runtime rococo pallet-balances

@parity-benchapp
Copy link

parity-benchapp bot commented Mar 10, 2022

Benchmark Runtime Rococo Pallet for branch "rococo-weights" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-balances --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

Toolchain: stable-x86_64-unknown-linux-gnu (default)
rustc 1.57.0 (f1edd0429 2021-11-29)

Results
error: failed to run custom build command for `rococo-runtime v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/rococo)`

Caused by:
  process didn't exit successfully: `/home/benchbot/bench-bot/git/polkadot/target/production/build/rococo-runtime-80666a65690898a5/build-script-build` (exit status: 1)
  --- stdout
  �[1;33mInformation that should be included in a bug report.�[0m
  �[1;33mExecuting build command:�[0m "rustup" "run" "nightly" "cargo" "rustc" "--target=wasm32-unknown-unknown" "--manifest-path=/home/benchbot/bench-bot/git/polkadot/target/production/wbuild/rococo-runtime/Cargo.toml" "--color=always" "--profile" "production"
  �[1;33mUsing rustc version:�[0m rustc 1.59.0-nightly (b60e32c82 2021-12-30)


  --- stderr
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-std v4.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m beefy-merkle-tree v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m tracing v0.1.32
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-debug-derive v4.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m frame-support-procedural-tools-derive v3.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-core-hashing v4.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-core-hashing-proc-macro v5.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-runtime-interface-proc-macro v5.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m frame-support-procedural-tools v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-api-proc-macro v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-npos-elections-solution-type v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m frame-support-procedural v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-maybe-compressed-blob v4.1.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-storage v6.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-tracing v5.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-wasm-interface v6.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-version-proc-macro v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m substrate-wasm-builder v5.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-arithmetic v5.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-externalities v0.12.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-runtime-interface v6.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m rococo-runtime v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/rococo)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-core v6.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-io v6.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-trie v6.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-application-crypto v6.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-state-machine v0.12.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-runtime v6.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-version v5.0.0 (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-staking v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-authorship v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-npos-elections v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-core-primitives v0.9.17 (/home/benchbot/bench-bot/git/polkadot/core-primitives)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-consensus-vrf v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m slot-range-helper v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/common/slot_range_helper)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-authority-discovery v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m beefy-primitives v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-finality-grandpa v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-transaction-pool v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-block-builder v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m frame-system-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-offchain v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-consensus-slots v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m sp-consensus-babe v0.10.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m bp-runtime v0.1.0 (/home/benchbot/bench-bot/git/polkadot/bridges/primitives/runtime)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-parachain v0.9.17 (/home/benchbot/bench-bot/git/polkadot/parachain)
  �[0m�[0m�[1m�[32m   Compiling�[0m xcm-executor v0.9.17 (/home/benchbot/bench-bot/git/polkadot/xcm/xcm-executor)
  �[0m�[0m�[1m�[32m   Compiling�[0m bp-header-chain v0.1.0 (/home/benchbot/bench-bot/git/polkadot/bridges/primitives/header-chain)
  �[0m�[0m�[1m�[32m   Compiling�[0m frame-benchmarking v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-authorship v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m frame-election-provider-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-transaction-payment v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-mmr-primitives v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-vesting v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m frame-executive v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-utility v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-membership v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-sudo v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m bp-messages v0.1.0 (/home/benchbot/bench-bot/git/polkadot/bridges/primitives/messages)
  �[0m�[0m�[1m�[32m   Compiling�[0m bp-message-dispatch v0.1.0 (/home/benchbot/bench-bot/git/polkadot/bridges/primitives/message-dispatch)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-primitives v0.9.17 (/home/benchbot/bench-bot/git/polkadot/primitives)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-xcm v0.9.17 (/home/benchbot/bench-bot/git/polkadot/xcm/pallet-xcm)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-bridge-grandpa v0.1.0 (/home/benchbot/bench-bot/git/polkadot/bridges/modules/grandpa)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-balances v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-multisig v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-collective v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-proxy v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-indices v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-im-online v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-election-provider-multi-phase v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-bags-list v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-transaction-payment-rpc-runtime-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m xcm-builder v0.9.17 (/home/benchbot/bench-bot/git/polkadot/xcm/xcm-builder)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-mmr v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m bp-polkadot-core v0.1.0 (/home/benchbot/bench-bot/git/polkadot/bridges/primitives/polkadot-core)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-bridge-dispatch v0.1.0 (/home/benchbot/bench-bot/git/polkadot/bridges/modules/dispatch)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-bridge-messages v0.1.0 (/home/benchbot/bench-bot/git/polkadot/bridges/modules/messages)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-runtime-metrics v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/metrics)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-treasury v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-offences v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m bp-rococo v0.1.0 (/home/benchbot/bench-bot/git/polkadot/bridges/primitives/chain-rococo)
  �[0m�[0m�[1m�[32m   Compiling�[0m bridge-runtime-common v0.1.0 (/home/benchbot/bench-bot/git/polkadot/bridges/bin/runtime-common)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-authority-discovery v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-staking v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-babe v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-beefy v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-grandpa v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m bp-wococo v0.1.0 (/home/benchbot/bench-bot/git/polkadot/bridges/primitives/chain-wococo)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-runtime-parachains v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/parachains)
  �[0m�[0m�[1m�[32m   Compiling�[0m pallet-beefy-mmr v4.0.0-dev (https://github.com/paritytech/substrate?branch=master#b36030a6)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-runtime-common v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/common)
  �[0m�[0m�[1m�[32m   Compiling�[0m rococo-runtime-constants v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/rococo/constants)
  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_im_online`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:19:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m19�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_im_online;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_im_online`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_im_online.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_im_online/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_indices`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:20:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m20�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_indices;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_indices`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_indices.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_indices/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_multisig`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:21:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m21�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_multisig;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_multisig`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_multisig.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_multisig/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_proxy`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:22:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m22�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_proxy;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_proxy`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_proxy.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_proxy/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_session`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:23:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m23�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_session;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_session`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_session.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_session/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_timestamp`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:24:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m24�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_timestamp;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_timestamp`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_timestamp.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_timestamp/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_utility`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:25:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m25�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_utility;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_utility`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_utility.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_utility/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_common_auctions`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:26:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m26�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_common_auctions;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_common_auctions`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_auctions.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_auctions/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_common_crowdloan`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:27:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m27�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_common_crowdloan;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_common_crowdloan`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_crowdloan.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_crowdloan/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_common_paras_registrar`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:28:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m28�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_common_paras_registrar;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_common_paras_registrar`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_paras_registrar.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_paras_registrar/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_common_slots`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:29:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m29�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_common_slots;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_common_slots`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_slots.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_slots/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_parachains_initializer`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:32:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m32�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_parachains_initializer;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_parachains_initializer`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_parachains_initializer.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_parachains_initializer/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0599]�[0m�[0m�[1m: no function or associated item named `benchmarks` found for struct `pallet_utility::Pallet` in the current scope�[0m
  �[0m    �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/lib.rs:1608:4�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m1608�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            list_benchmarks!(list, extra);�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;9mfunction or associated item not found in `pallet_utility::Pallet<Runtime>`�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: this error originates in the macro `list_benchmark` (in Nightly builds, run with -Z macro-backtrace for more info)�[0m

  �[0m�[1m�[38;5;9merror[E0599]�[0m�[0m�[1m: no function or associated item named `run_benchmark` found for struct `pallet_utility::Pallet` in the current scope�[0m
  �[0m    �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/lib.rs:1636:4�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m1636�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            add_benchmarks!(params, batches);�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;9mfunction or associated item not found in `pallet_utility::Pallet<Runtime>`�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: this error originates in the macro `add_benchmark` (in Nightly builds, run with -Z macro-backtrace for more info)�[0m

  �[0m�[1mSome errors have detailed explanations: E0583, E0599.�[0m
  �[0m�[1mFor more information about an error, try `rustc --explain E0583`.�[0m
  �[0m�[0m�[1m�[31merror�[0m�[1m:�[0m could not compile `rococo-runtime` due to 14 previous errors
error: build failed

ERROR: Unable to commit file ./runtime/rococo/src/weights/

@brunopgalvao
Copy link
Contributor Author

/benchmark runtime rococo pallet-indices

@parity-benchapp
Copy link

parity-benchapp bot commented Mar 10, 2022

Benchmark Runtime Rococo Pallet for branch "rococo-weights" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-indices --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

Toolchain: stable-x86_64-unknown-linux-gnu (default)
rustc 1.57.0 (f1edd0429 2021-11-29)

Results
error: failed to run custom build command for `rococo-runtime v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/rococo)`

Caused by:
  process didn't exit successfully: `/home/benchbot/bench-bot/git/polkadot/target/production/build/rococo-runtime-80666a65690898a5/build-script-build` (exit status: 1)
  --- stdout
  �[1;33mInformation that should be included in a bug report.�[0m
  �[1;33mExecuting build command:�[0m "rustup" "run" "nightly" "cargo" "rustc" "--target=wasm32-unknown-unknown" "--manifest-path=/home/benchbot/bench-bot/git/polkadot/target/production/wbuild/rococo-runtime/Cargo.toml" "--color=always" "--profile" "production"
  �[1;33mUsing rustc version:�[0m rustc 1.59.0-nightly (b60e32c82 2021-12-30)


  --- stderr
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-core-primitives v0.9.17 (/home/benchbot/bench-bot/git/polkadot/core-primitives)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-parachain v0.9.17 (/home/benchbot/bench-bot/git/polkadot/parachain)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-primitives v0.9.17 (/home/benchbot/bench-bot/git/polkadot/primitives)
  �[0m�[0m�[1m�[32m   Compiling�[0m xcm-builder v0.9.17 (/home/benchbot/bench-bot/git/polkadot/xcm/xcm-builder)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-runtime-metrics v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/metrics)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-runtime-parachains v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/parachains)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-runtime-common v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/common)
  �[0m�[0m�[1m�[32m   Compiling�[0m rococo-runtime-constants v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/rococo/constants)
  �[0m�[0m�[1m�[32m   Compiling�[0m rococo-runtime v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/rococo)
  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_im_online`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:19:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m19�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_im_online;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_im_online`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_im_online.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_im_online/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_indices`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:20:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m20�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_indices;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_indices`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_indices.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_indices/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_multisig`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:21:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m21�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_multisig;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_multisig`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_multisig.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_multisig/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_proxy`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:22:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m22�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_proxy;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_proxy`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_proxy.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_proxy/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_session`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:23:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m23�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_session;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_session`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_session.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_session/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_timestamp`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:24:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m24�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_timestamp;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_timestamp`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_timestamp.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_timestamp/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `pallet_utility`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:25:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m25�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod pallet_utility;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `pallet_utility`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_utility.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/pallet_utility/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_common_auctions`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:26:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m26�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_common_auctions;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_common_auctions`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_auctions.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_auctions/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_common_crowdloan`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:27:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m27�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_common_crowdloan;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_common_crowdloan`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_crowdloan.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_crowdloan/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_common_paras_registrar`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:28:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m28�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_common_paras_registrar;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_common_paras_registrar`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_paras_registrar.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_paras_registrar/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_common_slots`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:29:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m29�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_common_slots;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_common_slots`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_slots.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_common_slots/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0583]�[0m�[0m�[1m: file not found for module `runtime_parachains_initializer`�[0m
  �[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/mod.rs:32:1�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m32�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0mpub mod runtime_parachains_initializer;�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m| �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to create the module `runtime_parachains_initializer`, create file "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_parachains_initializer.rs" or "/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/weights/runtime_parachains_initializer/mod.rs"�[0m

  �[0m�[1m�[38;5;9merror[E0599]�[0m�[0m�[1m: no function or associated item named `benchmarks` found for struct `pallet_utility::Pallet` in the current scope�[0m
  �[0m    �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/lib.rs:1608:4�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m1608�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            list_benchmarks!(list, extra);�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;9mfunction or associated item not found in `pallet_utility::Pallet<Runtime>`�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: this error originates in the macro `list_benchmark` (in Nightly builds, run with -Z macro-backtrace for more info)�[0m

  �[0m�[1m�[38;5;9merror[E0599]�[0m�[0m�[1m: no function or associated item named `run_benchmark` found for struct `pallet_utility::Pallet` in the current scope�[0m
  �[0m    �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/lib.rs:1636:4�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m1636�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            add_benchmarks!(params, batches);�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;9mfunction or associated item not found in `pallet_utility::Pallet<Runtime>`�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: this error originates in the macro `add_benchmark` (in Nightly builds, run with -Z macro-backtrace for more info)�[0m

  �[0m�[1mSome errors have detailed explanations: E0583, E0599.�[0m
  �[0m�[1mFor more information about an error, try `rustc --explain E0583`.�[0m
  �[0m�[0m�[1m�[31merror�[0m�[1m:�[0m could not compile `rococo-runtime` due to 14 previous errors
error: build failed

ERROR: Unable to commit file ./runtime/rococo/src/weights/

@brunopgalvao
Copy link
Contributor Author

/benchmark runtime rococo pallet-balances

@parity-benchapp
Copy link

parity-benchapp bot commented Mar 10, 2022

Benchmark Runtime Rococo Pallet for branch "rococo-weights" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-balances --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

Toolchain: stable-x86_64-unknown-linux-gnu (default)
rustc 1.57.0 (f1edd0429 2021-11-29)

Results
error: failed to run custom build command for `rococo-runtime v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/rococo)`

Caused by:
  process didn't exit successfully: `/home/benchbot/bench-bot/git/polkadot/target/production/build/rococo-runtime-80666a65690898a5/build-script-build` (exit status: 1)
  --- stdout
  �[1;33mInformation that should be included in a bug report.�[0m
  �[1;33mExecuting build command:�[0m "rustup" "run" "nightly" "cargo" "rustc" "--target=wasm32-unknown-unknown" "--manifest-path=/home/benchbot/bench-bot/git/polkadot/target/production/wbuild/rococo-runtime/Cargo.toml" "--color=always" "--profile" "production"
  �[1;33mUsing rustc version:�[0m rustc 1.59.0-nightly (b60e32c82 2021-12-30)


  --- stderr
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-core-primitives v0.9.17 (/home/benchbot/bench-bot/git/polkadot/core-primitives)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-parachain v0.9.17 (/home/benchbot/bench-bot/git/polkadot/parachain)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-primitives v0.9.17 (/home/benchbot/bench-bot/git/polkadot/primitives)
  �[0m�[0m�[1m�[32m   Compiling�[0m xcm-builder v0.9.17 (/home/benchbot/bench-bot/git/polkadot/xcm/xcm-builder)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-runtime-metrics v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/metrics)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-runtime-parachains v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/parachains)
  �[0m�[0m�[1m�[32m   Compiling�[0m polkadot-runtime-common v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/common)
  �[0m�[0m�[1m�[32m   Compiling�[0m rococo-runtime-constants v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/rococo/constants)
  �[0m�[0m�[1m�[32m   Compiling�[0m rococo-runtime v0.9.17 (/home/benchbot/bench-bot/git/polkadot/runtime/rococo)
  �[0m�[1m�[38;5;9merror[E0599]�[0m�[0m�[1m: no function or associated item named `benchmarks` found for struct `pallet_utility::Pallet` in the current scope�[0m
  �[0m    �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/lib.rs:1608:4�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m1608�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            list_benchmarks!(list, extra);�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;9mfunction or associated item not found in `pallet_utility::Pallet<Runtime>`�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: this error originates in the macro `list_benchmark` (in Nightly builds, run with -Z macro-backtrace for more info)�[0m

  �[0m�[1m�[38;5;9merror[E0599]�[0m�[0m�[1m: no function or associated item named `run_benchmark` found for struct `pallet_utility::Pallet` in the current scope�[0m
  �[0m    �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/home/benchbot/bench-bot/git/polkadot/runtime/rococo/src/lib.rs:1636:4�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m�[1m�[38;5;12m1636�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            add_benchmarks!(params, batches);�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m| �[0m�[0m            �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;9mfunction or associated item not found in `pallet_utility::Pallet<Runtime>`�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
  �[0m     �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: this error originates in the macro `add_benchmark` (in Nightly builds, run with -Z macro-backtrace for more info)�[0m

  �[0m�[1mFor more information about this error, try `rustc --explain E0599`.�[0m
  �[0m�[0m�[1m�[31merror�[0m�[1m:�[0m could not compile `rococo-runtime` due to 2 previous errors
error: build failed

ERROR: Unable to commit file ./runtime/rococo/src/weights/

@brunopgalvao
Copy link
Contributor Author

/benchmark runtime rococo pallet-balances

@parity-benchapp
Copy link

parity-benchapp bot commented Mar 10, 2022

Benchmark Runtime Rococo Pallet for branch "rococo-weights" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-balances --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

Toolchain: stable-x86_64-unknown-linux-gnu (default)
rustc 1.57.0 (f1edd0429 2021-11-29)

Results
Pallet: "pallet_balances", Extrinsic: "transfer", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    29.07
              µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    29.07
              µs

Reads = 1
Writes = 1

Pallet: "pallet_balances", Extrinsic: "transfer_keep_alive", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    22.07
              µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    22.07
              µs

Reads = 1
Writes = 1

Pallet: "pallet_balances", Extrinsic: "set_balance_creating", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    14.68
              µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    14.68
              µs

Reads = 1
Writes = 1

Pallet: "pallet_balances", Extrinsic: "set_balance_killing", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    16.84
              µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    16.84
              µs

Reads = 1
Writes = 1

Pallet: "pallet_balances", Extrinsic: "force_transfer", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    30.18
              µs

Reads = 2
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    30.18
              µs

Reads = 2
Writes = 2

Pallet: "pallet_balances", Extrinsic: "transfer_all", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    27.19
              µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    27.19
              µs

Reads = 1
Writes = 1

Pallet: "pallet_balances", Extrinsic: "force_unreserve", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    13.14
              µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    13.14
              µs

Reads = 1
Writes = 1


@brunopgalvao
Copy link
Contributor Author

/benchmark runtime rococo runtime_common::crowdloan

- since pallet session benchmarking is coupled with pallet staking, for the time being we will use the weights from westend

#5052 (comment)
@parity-benchapp
Copy link

parity-benchapp bot commented Mar 22, 2022

Benchmark Runtime Rococo Pallet for branch "rococo-weights" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_common::crowdloan --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_common_crowdloan.rs

Toolchain: stable-x86_64-unknown-linux-gnu (default)
rustc 1.57.0 (f1edd0429 2021-11-29)

Results
Pallet: "runtime_common::crowdloan", Extrinsic: "create", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Crowdloan Funds (r:1 w:1)
Storage: Registrar Paras (r:1 w:1)
Storage: Paras ParaLifecycles (r:1 w:0)
Storage: Crowdloan NextFundIndex (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     42.2
              µs

Reads = 4
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     42.2
              µs

Reads = 4
Writes = 3

Pallet: "runtime_common::crowdloan", Extrinsic: "contribute", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Crowdloan Funds (r:1 w:1)
Storage: Slots Leases (r:1 w:0)
Storage: Auctions AuctionInfo (r:1 w:0)
Storage: System Account (r:1 w:1)
Storage: Crowdloan EndingsCount (r:1 w:0)
Storage: Crowdloan NewRaise (r:1 w:1)
Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    119.8
              µs

Reads = 7
Writes = 4

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    119.8
              µs

Reads = 7
Writes = 4

Pallet: "runtime_common::crowdloan", Extrinsic: "withdraw", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Crowdloan Funds (r:1 w:1)
Storage: System Account (r:2 w:2)
Storage: unknown [0xc85982571aa615c788ef9b2c16f54f25773fd439e8ee1ed2aa3ae43d48e880f0] (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    48.56
              µs

Reads = 4
Writes = 4

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    48.56
              µs

Reads = 4
Writes = 4

Pallet: "runtime_common::crowdloan", Extrinsic: "refund", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Skipped Metadata (r:0 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     67.5
    + k    17.48
              µs

Reads = 3 + (2 * k)
Writes = 2 + (2 * k)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    k   mean µs  sigma µs       %
    0     60.26      0.36    0.5%
   10     307.7     1.487    0.4%
   20     470.1     1.751    0.3%
   30     637.5     1.802    0.2%
   40     807.7     2.435    0.3%
   50     988.4     20.88    2.1%
   60      1093      5.12    0.4%
   70      1273     6.947    0.5%
   80      1556     91.48    5.8%
   90      1612      4.85    0.3%
  100      1777     3.756    0.2%
  110      1963     17.05    0.8%
  120      2186     6.458    0.2%
  130      2352     16.02    0.6%
  140      2522     23.15    0.9%
  150      2686     21.31    0.7%
  160      2862        13    0.4%
  170      3030     13.58    0.4%
  180      3200     13.58    0.4%
  190      3359     9.559    0.2%
  200      3498     18.36    0.5%
  210      3739     30.38    0.8%
  220      3867      16.8    0.4%
  230      4074     10.99    0.2%
  240      4211     14.17    0.3%
  250      4428     8.766    0.1%
  260      4738     13.14    0.2%
  270      4780     24.35    0.5%
  280      4934     14.63    0.2%
  290      5116     15.97    0.3%
  300      5283     13.12    0.2%
  310      5519     16.32    0.2%
  320      5652     22.28    0.3%
  330      5807     9.772    0.1%
  340      5998      15.7    0.2%
  350      6242     74.23    1.1%
  360      6562     14.17    0.2%
  370      6582     81.72    1.2%
  380      6894     11.94    0.1%
  390      6864     25.87    0.3%
  400      7028      12.1    0.1%
  410      7183     16.35    0.2%
  420      7416     28.82    0.3%
  430      7566     14.16    0.1%
  440      7821     22.79    0.2%
  450      7981     8.824    0.1%
  460      8182     22.25    0.2%
  470      8362     17.19    0.2%
  480      8499     21.33    0.2%
  490      8645     21.38    0.2%
  500      8819     23.81    0.2%

Quality and confidence:
param     error
k         0.017

Model:
Time ~=    67.97
    + k    17.53
              µs

Reads = 3 + (2 * k)
Writes = 2 + (2 * k)

Pallet: "runtime_common::crowdloan", Extrinsic: "dissolve", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Crowdloan Funds (r:1 w:1)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    31.01
              µs

Reads = 2
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    31.01
              µs

Reads = 2
Writes = 2

Pallet: "runtime_common::crowdloan", Extrinsic: "edit", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Crowdloan Funds (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    21.06
              µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    21.06
              µs

Reads = 1
Writes = 1

Pallet: "runtime_common::crowdloan", Extrinsic: "add_memo", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Crowdloan Funds (r:1 w:0)
Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    27.72
              µs

Reads = 2
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    27.72
              µs

Reads = 2
Writes = 1

Pallet: "runtime_common::crowdloan", Extrinsic: "poke", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Crowdloan Funds (r:1 w:0)
Storage: Crowdloan NewRaise (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    21.72
              µs

Reads = 2
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    21.72
              µs

Reads = 2
Writes = 1

Pallet: "runtime_common::crowdloan", Extrinsic: "on_initialize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Auctions AuctionInfo (r:1 w:0)
Storage: Crowdloan EndingsCount (r:1 w:1)
Storage: Crowdloan NewRaise (r:1 w:1)
Storage: Crowdloan Funds (r:2 w:0)
Storage: Auctions AuctionCounter (r:1 w:0)
Storage: Paras ParaLifecycles (r:2 w:0)
Storage: Slots Leases (r:2 w:0)
Storage: Auctions Winning (r:1 w:1)
Storage: Auctions ReservedAmounts (r:2 w:2)
Storage: System Account (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    10.08
    + n     41.4
              µs

Reads = 5 + (5 * n)
Writes = 3 + (2 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
    n   mean µs  sigma µs       %
    2     97.97     0.517    0.5%
    3     138.7     0.432    0.3%
    4     181.6     0.975    0.5%
    5     222.1     2.021    0.9%
    6     262.7      0.87    0.3%
    7     297.9     1.084    0.3%
    8     339.9     7.547    2.2%
    9     378.2     1.134    0.2%
   10     419.7     0.805    0.1%
   11       463     1.575    0.3%
   12     503.9     2.036    0.4%
   13     554.3     10.53    1.9%
   14     588.9     3.836    0.6%
   15     637.3     4.657    0.7%
   16     671.1     3.091    0.4%
   17       717       3.4    0.4%
   18     754.7     3.862    0.5%
   19     793.8      2.27    0.2%
   20     837.9     2.816    0.3%
   21     882.8      8.13    0.9%
   22     926.5     6.182    0.6%
   23     960.8      4.41    0.4%
   24      1012     10.88    1.0%
   25      1040      12.3    1.1%
   26      1088      12.1    1.1%
   27      1131     10.07    0.8%
   28      1162     13.32    1.1%
   29      1205     11.56    0.9%
   30      1245     13.93    1.1%
   31      1296     12.72    0.9%
   32      1317     2.855    0.2%
   33      1367     2.438    0.1%
   34      1411     9.333    0.6%
   35      1464     13.83    0.9%
   36      1497     12.29    0.8%
   37      1543     14.28    0.9%
   38      1583     12.23    0.7%
   39      1619     14.51    0.8%
   40      1655     12.32    0.7%
   41      1693     13.21    0.7%
   42      1737     17.03    0.9%
   43      1776     11.42    0.6%
   44      1824     10.36    0.5%
   45      1888     9.255    0.4%
   46      1916     13.38    0.6%
   47      1965      13.5    0.6%
   48      1993     7.361    0.3%
   49      2022     15.26    0.7%
   50      2080     13.28    0.6%
   51      2130     8.694    0.4%
   52      2153      13.9    0.6%
   53      2224     12.65    0.5%
   54      2214     14.39    0.6%
   55      2277     8.603    0.3%
   56      2319     15.16    0.6%
   57      2356     17.01    0.7%
   58      2401     11.31    0.4%
   59      2452     6.988    0.2%
   60      2495     13.26    0.5%
   61      2547     10.92    0.4%
   62      2564     16.79    0.6%
   63      2599     13.78    0.5%
   64      2666     11.46    0.4%
   65      2713     13.53    0.4%
   66      2724     10.76    0.3%
   67      2820     16.91    0.5%
   68      2805     4.409    0.1%
   69      2846     16.03    0.5%
   70      2889     12.76    0.4%
   71      2954        15    0.5%
   72      2996     10.43    0.3%
   73      3022     10.05    0.3%
   74      3068     11.87    0.3%
   75      3113     18.69    0.6%
   76      3145     12.01    0.3%
   77      3180     13.33    0.4%
   78      3227     11.22    0.3%
   79      3291     13.32    0.4%
   80      3304     10.49    0.3%
   81      3366     9.863    0.2%
   82      3425     10.07    0.2%
   83      3432     13.55    0.3%
   84      3468     8.189    0.2%
   85      3542     20.65    0.5%
   86      3574     12.33    0.3%
   87      3630     13.19    0.3%
   88      3643     15.04    0.4%
   89      3725     15.43    0.4%
   90      3729     21.67    0.5%
   91      3781     19.38    0.5%
   92      3837     24.65    0.6%
   93      3913     19.39    0.4%
   94      3943     11.25    0.2%
   95      3979     11.27    0.2%
   96      3991      14.7    0.3%
   97      4079     28.44    0.6%
   98      4065     9.937    0.2%
   99      4136     15.78    0.3%
  100      4179     10.65    0.2%

Quality and confidence:
param     error
n         0.021

Model:
Time ~=    4.112
    + n    41.53
              µs

Reads = 5 + (5 * n)
Writes = 3 + (2 * n)


ERROR: Unable to push ./runtime/rococo/src/weights/runtime_common_crowdloan.rs

@shawntabrizi
Copy link
Member

@ggwpez Bruno created a follow up tracker for some of those things. I dont think it is a blocker to merge what has been done so far

@shawntabrizi
Copy link
Member

bot merge

@paritytech-processbot paritytech-processbot bot merged commit 6d5578d into master Mar 22, 2022
@paritytech-processbot paritytech-processbot bot deleted the rococo-weights branch March 22, 2022 21:34
ggwpez pushed a commit to ggwpez/runtimes that referenced this pull request Mar 10, 2023
* add weights that need to be generated for rococo

* remove frame_system

* touch balances weight file

* add empty im-online weight file

* add empty pallet indices weight file

* add empty pallet multisig weight file

* add empty pallet proxy weight file

* add empty pallet session weight file

* add empty pallet timestamp weight file

* add empty pallet utility weight file

* add empty para pallets weight files

* remove utility for now

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-balances --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-im-online --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-multisig --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-proxy --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-timestamp --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_common::auctions --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_common_auctions.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-indices --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_common::paras_registrar --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_common_paras_registrar.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_common::slots --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_common_slots.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::configuration --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_parachains_configuration.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::hrmp --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_parachains_hrmp.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::initializer --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_parachains_initializer.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_parachains_paras.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::ump --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_parachains_ump.rs

* update ump for weights sink_process_upward_message -> process_upward_message (#5103)

* update ump for weights sink_process_upward_message -> process_upward_message

* update autogen files

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::ump --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_parachains_ump.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::disputes --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_parachains_disputes.rs

* add frame_system weights for Rococo

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* add pallet-utility runtime benchmarks

* add utility benchmark

* add utility pallet

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-utility --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* fix cargo format issues

* add pallet_session weights

- since pallet session benchmarking is coupled with pallet staking, for the time being we will use the weights from westend

paritytech/polkadot#5052 (comment)

* remove newline

* use some of the new weights

* add pallet-utility/std

* add collective and membership benchmarks

* add WeightInfo

* copy weights from Polkadot for now, needs to be updated with relevant weights

* add weights

* copy weights from Polkadot pallet session

* remove newline

Co-authored-by: Parity Bot <[email protected]>
Co-authored-by: Dan Shields <[email protected]>
Co-authored-by: Shawn Tabrizi <[email protected]>
ggwpez pushed a commit to ggwpez/runtimes that referenced this pull request Jul 13, 2023
* add weights that need to be generated for rococo

* remove frame_system

* touch balances weight file

* add empty im-online weight file

* add empty pallet indices weight file

* add empty pallet multisig weight file

* add empty pallet proxy weight file

* add empty pallet session weight file

* add empty pallet timestamp weight file

* add empty pallet utility weight file

* add empty para pallets weight files

* remove utility for now

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-balances --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-im-online --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-multisig --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-proxy --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-timestamp --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_common::auctions --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_common_auctions.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-indices --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_common::paras_registrar --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_common_paras_registrar.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_common::slots --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_common_slots.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::configuration --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_parachains_configuration.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::hrmp --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_parachains_hrmp.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::initializer --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_parachains_initializer.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_parachains_paras.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::ump --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_parachains_ump.rs

* update ump for weights sink_process_upward_message -> process_upward_message (#5103)

* update ump for weights sink_process_upward_message -> process_upward_message

* update autogen files

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::ump --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_parachains_ump.rs

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::disputes --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/runtime_parachains_disputes.rs

* add frame_system weights for Rococo

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* add pallet-utility runtime benchmarks

* add utility benchmark

* add utility pallet

* cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=pallet-utility --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/rococo/src/weights/

* fix cargo format issues

* add pallet_session weights

- since pallet session benchmarking is coupled with pallet staking, for the time being we will use the weights from westend

paritytech/polkadot#5052 (comment)

* remove newline

* use some of the new weights

* add pallet-utility/std

* add collective and membership benchmarks

* add WeightInfo

* copy weights from Polkadot for now, needs to be updated with relevant weights

* add weights

* copy weights from Polkadot pallet session

* remove newline

Co-authored-by: Parity Bot <[email protected]>
Co-authored-by: Dan Shields <[email protected]>
Co-authored-by: Shawn Tabrizi <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants