[INFO] cloning repository https://github.com/openguild-labs/mandala-bootcamp-challenge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/openguild-labs/mandala-bootcamp-challenge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fopenguild-labs%2Fmandala-bootcamp-challenge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fopenguild-labs%2Fmandala-bootcamp-challenge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4260abfa3c39beac6802a6a8169bcc74a2486171
[INFO] testing openguild-labs/mandala-bootcamp-challenge against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fopenguild-labs%2Fmandala-bootcamp-challenge" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/openguild-labs/mandala-bootcamp-challenge
[INFO] finished tweaking git repo https://github.com/openguild-labs/mandala-bootcamp-challenge
[INFO] tweaked toml for git repo https://github.com/openguild-labs/mandala-bootcamp-challenge written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/openguild-labs/mandala-bootcamp-challenge on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/openguild-labs/mandala-bootcamp-challenge already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dfc7c61a2738cd391e888c8439c31e3bd7c66bcc9df80d73304d528be8c45a1f
[INFO] running `Command { std: "docker" "start" "-a" "dfc7c61a2738cd391e888c8439c31e3bd7c66bcc9df80d73304d528be8c45a1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dfc7c61a2738cd391e888c8439c31e3bd7c66bcc9df80d73304d528be8c45a1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dfc7c61a2738cd391e888c8439c31e3bd7c66bcc9df80d73304d528be8c45a1f", kill_on_drop: false }`
[INFO] [stdout] dfc7c61a2738cd391e888c8439c31e3bd7c66bcc9df80d73304d528be8c45a1f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ef56e77060944412cea3f6081f6438b9e6f8c499b58ecbd9ce43984bf41100b1
[INFO] running `Command { std: "docker" "start" "-a" "ef56e77060944412cea3f6081f6438b9e6f8c499b58ecbd9ce43984bf41100b1", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling code-challenge-1 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::system::SystemConfig`
[INFO] [stdout]  --> src/governance.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::system::SystemConfig;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `creator`
[INFO] [stdout]   --> src/governance.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         creator: T::AccountId,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_creator`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `description`
[INFO] [stdout]   --> src/governance.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         description: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `voter`
[INFO] [stdout]   --> src/governance.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |         voter: T::AccountId,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_voter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `proposal_id`
[INFO] [stdout]   --> src/governance.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |         proposal_id: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_proposal_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `vote_type`
[INFO] [stdout]   --> src/governance.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |         vote_type: bool,
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vote_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `proposal_id`
[INFO] [stdout]   --> src/governance.rs:52:32
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn get_proposal(&self, proposal_id: u32) -> Option<&Proposal> {
[INFO] [stdout]    |                                ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_proposal_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `proposal_id`
[INFO] [stdout]   --> src/governance.rs:57:41
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn finalize_proposal(&mut self, proposal_id: u32) -> Result<ProposalStatus, &'static str> {
[INFO] [stdout]    |                                         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_proposal_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:23:35
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn set_balance(&mut self, who: T::AccountId, amount: T::Balance) {
[INFO] [stdout]    |                                   ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `amount`
[INFO] [stdout]   --> src/staking.rs:23:54
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn set_balance(&mut self, who: T::AccountId, amount: T::Balance) {
[INFO] [stdout]    |                                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn stake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stdout]    |                             ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `amount`
[INFO] [stdout]   --> src/staking.rs:28:48
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn stake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stdout]    |                                                ^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:33:31
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn unstake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stdout]    |                               ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `amount`
[INFO] [stdout]   --> src/staking.rs:33:50
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn unstake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stdout]    |                                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:38:36
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_free_balance(&self, who: T::AccountId) -> T::Balance {
[INFO] [stdout]    |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:43:38
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn get_staked_balance(&self, who: T::AccountId) -> T::Balance {
[INFO] [stdout]    |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `description`, `yes_votes`, `no_votes`, and `status` are never read
[INFO] [stdout]   --> src/governance.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct Proposal {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  8 |     description: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]  9 |     yes_votes: u32,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 10 |     no_votes: u32,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 11 |     status: ProposalStatus,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `next_proposal_id` is never read
[INFO] [stdout]   --> src/governance.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct GovernancePallet<T: GovernanceConfig> {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     next_proposal_id: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
[INFO] running `Command { std: "docker" "inspect" "ef56e77060944412cea3f6081f6438b9e6f8c499b58ecbd9ce43984bf41100b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef56e77060944412cea3f6081f6438b9e6f8c499b58ecbd9ce43984bf41100b1", kill_on_drop: false }`
[INFO] [stdout] ef56e77060944412cea3f6081f6438b9e6f8c499b58ecbd9ce43984bf41100b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e6e2f9ea85c6afb2ff29a59915d0b93624eda1f2c9fa89a611bdc18d97dccec2
[INFO] running `Command { std: "docker" "start" "-a" "e6e2f9ea85c6afb2ff29a59915d0b93624eda1f2c9fa89a611bdc18d97dccec2", kill_on_drop: false }`
[INFO] [stderr]    Compiling code-challenge-1 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::system::SystemConfig`
[INFO] [stdout]  --> src/governance.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::system::SystemConfig;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `creator`
[INFO] [stdout]   --> src/governance.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         creator: T::AccountId,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_creator`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `description`
[INFO] [stdout]   --> src/governance.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         description: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `voter`
[INFO] [stdout]   --> src/governance.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |         voter: T::AccountId,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_voter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `proposal_id`
[INFO] [stdout]   --> src/governance.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |         proposal_id: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_proposal_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `vote_type`
[INFO] [stdout]   --> src/governance.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |         vote_type: bool,
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vote_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `proposal_id`
[INFO] [stdout]   --> src/governance.rs:52:32
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn get_proposal(&self, proposal_id: u32) -> Option<&Proposal> {
[INFO] [stdout]    |                                ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_proposal_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `proposal_id`
[INFO] [stdout]   --> src/governance.rs:57:41
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn finalize_proposal(&mut self, proposal_id: u32) -> Result<ProposalStatus, &'static str> {
[INFO] [stdout]    |                                         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_proposal_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:23:35
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn set_balance(&mut self, who: T::AccountId, amount: T::Balance) {
[INFO] [stdout]    |                                   ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `amount`
[INFO] [stdout]   --> src/staking.rs:23:54
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn set_balance(&mut self, who: T::AccountId, amount: T::Balance) {
[INFO] [stdout]    |                                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn stake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stdout]    |                             ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `amount`
[INFO] [stdout]   --> src/staking.rs:28:48
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn stake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stdout]    |                                                ^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:33:31
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn unstake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stdout]    |                               ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `amount`
[INFO] [stdout]   --> src/staking.rs:33:50
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn unstake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stdout]    |                                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:38:36
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_free_balance(&self, who: T::AccountId) -> T::Balance {
[INFO] [stdout]    |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:43:38
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn get_staked_balance(&self, who: T::AccountId) -> T::Balance {
[INFO] [stdout]    |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `description`, `yes_votes`, `no_votes`, and `status` are never read
[INFO] [stdout]   --> src/governance.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct Proposal {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  8 |     description: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]  9 |     yes_votes: u32,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 10 |     no_votes: u32,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 11 |     status: ProposalStatus,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `next_proposal_id` is never read
[INFO] [stdout]   --> src/governance.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct GovernancePallet<T: GovernanceConfig> {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     next_proposal_id: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::system::SystemConfig`
[INFO] [stdout]  --> src/governance.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::system::SystemConfig;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `creator`
[INFO] [stdout]   --> src/governance.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         creator: T::AccountId,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_creator`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `description`
[INFO] [stdout]   --> src/governance.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         description: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `voter`
[INFO] [stdout]   --> src/governance.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |         voter: T::AccountId,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_voter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `proposal_id`
[INFO] [stdout]   --> src/governance.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |         proposal_id: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_proposal_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `vote_type`
[INFO] [stdout]   --> src/governance.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |         vote_type: bool,
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vote_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `proposal_id`
[INFO] [stdout]   --> src/governance.rs:52:32
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn get_proposal(&self, proposal_id: u32) -> Option<&Proposal> {
[INFO] [stdout]    |                                ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_proposal_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `proposal_id`
[INFO] [stdout]   --> src/governance.rs:57:41
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn finalize_proposal(&mut self, proposal_id: u32) -> Result<ProposalStatus, &'static str> {
[INFO] [stdout]    |                                         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_proposal_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:23:35
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn set_balance(&mut self, who: T::AccountId, amount: T::Balance) {
[INFO] [stdout]    |                                   ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `amount`
[INFO] [stdout]   --> src/staking.rs:23:54
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn set_balance(&mut self, who: T::AccountId, amount: T::Balance) {
[INFO] [stdout]    |                                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn stake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stdout]    |                             ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `amount`
[INFO] [stdout]   --> src/staking.rs:28:48
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn stake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stdout]    |                                                ^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:33:31
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn unstake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stdout]    |                               ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `amount`
[INFO] [stdout]   --> src/staking.rs:33:50
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn unstake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stdout]    |                                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:38:36
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_free_balance(&self, who: T::AccountId) -> T::Balance {
[INFO] [stdout]    |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `who`
[INFO] [stdout]   --> src/staking.rs:43:38
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn get_staked_balance(&self, who: T::AccountId) -> T::Balance {
[INFO] [stdout]    |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `description` is never read
[INFO] [stdout]  --> src/governance.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Proposal {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 8 |     description: String,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `next_proposal_id` is never read
[INFO] [stdout]   --> src/governance.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct GovernancePallet<T: GovernanceConfig> {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     next_proposal_id: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "e6e2f9ea85c6afb2ff29a59915d0b93624eda1f2c9fa89a611bdc18d97dccec2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6e2f9ea85c6afb2ff29a59915d0b93624eda1f2c9fa89a611bdc18d97dccec2", kill_on_drop: false }`
[INFO] [stdout] e6e2f9ea85c6afb2ff29a59915d0b93624eda1f2c9fa89a611bdc18d97dccec2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9e9f99a5e1f0729717293f3d66d384fb7d17de4f873509af38f3e532922f8f6d
[INFO] running `Command { std: "docker" "start" "-a" "9e9f99a5e1f0729717293f3d66d384fb7d17de4f873509af38f3e532922f8f6d", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::system::SystemConfig`
[INFO] [stderr]  --> src/governance.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::system::SystemConfig;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `creator`
[INFO] [stderr]   --> src/governance.rs:35:9
[INFO] [stderr]    |
[INFO] [stderr] 35 |         creator: T::AccountId,
[INFO] [stderr]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_creator`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `description`
[INFO] [stderr]   --> src/governance.rs:36:9
[INFO] [stderr]    |
[INFO] [stderr] 36 |         description: String,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `voter`
[INFO] [stderr]   --> src/governance.rs:44:9
[INFO] [stderr]    |
[INFO] [stderr] 44 |         voter: T::AccountId,
[INFO] [stderr]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_voter`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `proposal_id`
[INFO] [stderr]   --> src/governance.rs:45:9
[INFO] [stderr]    |
[INFO] [stderr] 45 |         proposal_id: u32,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_proposal_id`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `vote_type`
[INFO] [stderr]   --> src/governance.rs:46:9
[INFO] [stderr]    |
[INFO] [stderr] 46 |         vote_type: bool,
[INFO] [stderr]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vote_type`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `proposal_id`
[INFO] [stderr]   --> src/governance.rs:52:32
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pub fn get_proposal(&self, proposal_id: u32) -> Option<&Proposal> {
[INFO] [stderr]    |                                ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_proposal_id`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `proposal_id`
[INFO] [stderr]   --> src/governance.rs:57:41
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub fn finalize_proposal(&mut self, proposal_id: u32) -> Result<ProposalStatus, &'static str> {
[INFO] [stderr]    |                                         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_proposal_id`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `who`
[INFO] [stderr]   --> src/staking.rs:23:35
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub fn set_balance(&mut self, who: T::AccountId, amount: T::Balance) {
[INFO] [stderr]    |                                   ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `amount`
[INFO] [stderr]   --> src/staking.rs:23:54
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub fn set_balance(&mut self, who: T::AccountId, amount: T::Balance) {
[INFO] [stderr]    |                                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `who`
[INFO] [stderr]   --> src/staking.rs:28:29
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub fn stake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stderr]    |                             ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `amount`
[INFO] [stderr]   --> src/staking.rs:28:48
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub fn stake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stderr]    |                                                ^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `who`
[INFO] [stderr]   --> src/staking.rs:33:31
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub fn unstake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stderr]    |                               ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `amount`
[INFO] [stderr]   --> src/staking.rs:33:50
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub fn unstake(&mut self, who: T::AccountId, amount: T::Balance) -> Result<(), &'static str> {
[INFO] [stderr]    |                                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_amount`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `who`
[INFO] [stderr]   --> src/staking.rs:38:36
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fn get_free_balance(&self, who: T::AccountId) -> T::Balance {
[INFO] [stderr]    |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `who`
[INFO] [stderr]   --> src/staking.rs:43:38
[INFO] [stderr]    |
[INFO] [stderr] 43 |     pub fn get_staked_balance(&self, who: T::AccountId) -> T::Balance {
[INFO] [stderr]    |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_who`
[INFO] [stderr] 
[INFO] [stderr] warning: fields `description`, `yes_votes`, `no_votes`, and `status` are never read
[INFO] [stderr]   --> src/governance.rs:8:5
[INFO] [stderr]    |
[INFO] [stderr]  7 | pub struct Proposal {
[INFO] [stderr]    |            -------- fields in this struct
[INFO] [stderr]  8 |     description: String,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr]  9 |     yes_votes: u32,
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr] 10 |     no_votes: u32,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 11 |     status: ProposalStatus,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `next_proposal_id` is never read
[INFO] [stderr]   --> src/governance.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub struct GovernancePallet<T: GovernanceConfig> {
[INFO] [stderr]    |            ---------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 24 |     next_proposal_id: u32,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `description` is never read
[INFO] [stderr]  --> src/governance.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub struct Proposal {
[INFO] [stderr]   |            -------- field in this struct
[INFO] [stderr] 8 |     description: String,
[INFO] [stderr]   |     ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `code-challenge-1` (lib) generated 18 warnings (run `cargo fix --lib -p code-challenge-1` to apply 1 suggestion)
[INFO] [stderr] warning: `code-challenge-1` (lib test) generated 18 warnings (17 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/code_challenge_1-bb6fb9b91022251d)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test staking::tests::test_staking_should_work ... FAILED
[INFO] [stdout] test staking::tests::test_staking_errors ... FAILED
[INFO] [stdout] test governance::tests::test_governance_should_work ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- staking::tests::test_staking_should_work stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'staking::tests::test_staking_should_work' panicked at src/staking.rs:19:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6212bdc61972 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6212bdc61972 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6212bdc61972 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6212bdc61972 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6212bdc86b33 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6212bdc86b33 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x6212bdc5e8f3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6212bdc5e8f3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6212bdc617c2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6212bdc62ee9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x6212bdc62d1e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x6212bdc2a634 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x6212bdc2a634 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6212bdc638be - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x6212bdc638be - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x6212bdc63656 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x6212bdc61e69 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x6212bdc6331d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x6212bdc85650 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x6212bdc856dc - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x6212bdbeffca - code_challenge_1::staking::StakingPallet<T>::new::hefacccbf40d28cc5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/staking.rs:19:9
[INFO] [stdout]   21:     0x6212bdbf09d2 - code_challenge_1::staking::tests::test_staking_should_work::hde7e53393a93f723
[INFO] [stdout]                                at /opt/rustwide/workdir/src/staking.rs:56:27
[INFO] [stdout]   22:     0x6212bdbf0997 - code_challenge_1::staking::tests::test_staking_should_work::{{closure}}::h462a6fe4149ec6f4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/staking.rs:54:34
[INFO] [stdout]   23:     0x6212bdbeee06 - core::ops::function::FnOnce::call_once::hdac3e754e100daa7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x6212bdc2fe9b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x6212bdc2fe9b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x6212bdc2efd5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x6212bdc2efd5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x6212bdc2efd5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x6212bdc2efd5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x6212bdc2efd5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6212bdc2efd5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x6212bdc2efd5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x6212bdbf2bd4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x6212bdbf2bd4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x6212bdbf65aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x6212bdbf65aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x6212bdbf65aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x6212bdbf65aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x6212bdbf65aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6212bdbf65aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x6212bdbf65aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x6212bdc6683f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x6212bdc6683f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x701cbe06eaa4 - <unknown>
[INFO] [stdout]   45:     0x701cbe0fba34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- staking::tests::test_staking_errors stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'staking::tests::test_staking_errors' panicked at src/staking.rs:19:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6212bdc61972 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6212bdc61972 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6212bdc61972 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6212bdc61972 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6212bdc86b33 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6212bdc86b33 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x6212bdc5e8f3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6212bdc5e8f3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6212bdc617c2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6212bdc62ee9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x6212bdc62d1e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x6212bdc2a634 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x6212bdc2a634 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6212bdc638be - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x6212bdc638be - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x6212bdc63656 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x6212bdc61e69 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x6212bdc6331d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x6212bdc85650 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x6212bdc856dc - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x6212bdbeffca - code_challenge_1::staking::StakingPallet<T>::new::hefacccbf40d28cc5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/staking.rs:19:9
[INFO] [stdout]   21:     0x6212bdbf0ef2 - code_challenge_1::staking::tests::test_staking_errors::hb09f141442b435dd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/staking.rs:85:27
[INFO] [stdout]   22:     0x6212bdbf0eb7 - code_challenge_1::staking::tests::test_staking_errors::{{closure}}::hcf4288860148ffeb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/staking.rs:83:29
[INFO] [stdout]   23:     0x6212bdbeedc6 - core::ops::function::FnOnce::call_once::hc4fe13a3d9f7c521
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x6212bdc2fe9b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x6212bdc2fe9b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x6212bdc2efd5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x6212bdc2efd5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x6212bdc2efd5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x6212bdc2efd5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x6212bdc2efd5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6212bdc2efd5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x6212bdc2efd5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x6212bdbf2bd4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x6212bdbf2bd4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x6212bdbf65aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x6212bdbf65aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x6212bdbf65aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x6212bdbf65aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x6212bdbf65aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6212bdbf65aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x6212bdbf65aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x6212bdc6683f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x6212bdc6683f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x701cbe06eaa4 - <unknown>
[INFO] [stdout]   45:     0x701cbe0fba34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- governance::tests::test_governance_should_work stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'governance::tests::test_governance_should_work' panicked at src/governance.rs:29:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6212bdc61972 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6212bdc61972 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6212bdc61972 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6212bdc61972 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6212bdc86b33 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6212bdc86b33 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x6212bdc5e8f3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6212bdc5e8f3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6212bdc617c2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6212bdc62ee9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x6212bdc62d1e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x6212bdc2a634 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x6212bdc2a634 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6212bdc638be - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x6212bdc638be - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x6212bdc63656 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x6212bdc61e69 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x6212bdc6331d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x6212bdc85650 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x6212bdc856dc - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x6212bdbefe7a - code_challenge_1::governance::GovernancePallet<T>::new::h4a76e90f27ddbc03
[INFO] [stdout]                                at /opt/rustwide/workdir/src/governance.rs:29:9
[INFO] [stdout]   21:     0x6212bdbf01c8 - code_challenge_1::governance::tests::test_governance_should_work::hbdd6341a81fde6b1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/governance.rs:73:30
[INFO] [stdout]   22:     0x6212bdbf0177 - code_challenge_1::governance::tests::test_governance_should_work::{{closure}}::hb759c424013014d9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/governance.rs:68:37
[INFO] [stdout]   23:     0x6212bdbeed86 - core::ops::function::FnOnce::call_once::h6cfbf0472f68afb3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x6212bdc2fe9b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x6212bdc2fe9b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x6212bdc2efd5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x6212bdc2efd5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x6212bdc2efd5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x6212bdc2efd5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x6212bdc2efd5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6212bdc2efd5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x6212bdc2efd5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x6212bdbf2bd4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x6212bdbf2bd4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x6212bdbf65aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x6212bdbf65aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x6212bdbf65aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x6212bdbf65aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x6212bdbf65aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6212bdbf65aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x6212bdbf65aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x6212bdc6683f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x6212bdc6683f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x701cbe06eaa4 - <unknown>
[INFO] [stdout]   45:     0x701cbe0fba34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     governance::tests::test_governance_should_work
[INFO] [stdout]     staking::tests::test_staking_errors
[INFO] [stdout]     staking::tests::test_staking_should_work
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "9e9f99a5e1f0729717293f3d66d384fb7d17de4f873509af38f3e532922f8f6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e9f99a5e1f0729717293f3d66d384fb7d17de4f873509af38f3e532922f8f6d", kill_on_drop: false }`
[INFO] [stdout] 9e9f99a5e1f0729717293f3d66d384fb7d17de4f873509af38f3e532922f8f6d
