[INFO] cloning repository https://github.com/zhaojie9257/oreserver
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zhaojie9257/oreserver" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhaojie9257%2Foreserver", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhaojie9257%2Foreserver'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 33a6f15e2c66900d9c7281d5bbf96567f3aa725a
[INFO] checking zhaojie9257/oreserver against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhaojie9257%2Foreserver" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/zhaojie9257/oreserver
[INFO] finished tweaking git repo https://github.com/zhaojie9257/oreserver
[INFO] tweaked toml for git repo https://github.com/zhaojie9257/oreserver written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zhaojie9257/oreserver on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zhaojie9257/oreserver 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" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fcab98ffc357c11d2c4b955b48154b10c5497471ad386081dcd8c679c2696174
[INFO] running `Command { std: "docker" "start" "fcab98ffc357c11d2c4b955b48154b10c5497471ad386081dcd8c679c2696174", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fcab98ffc357c11d2c4b955b48154b10c5497471ad386081dcd8c679c2696174", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fcab98ffc357c11d2c4b955b48154b10c5497471ad386081dcd8c679c2696174" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fcab98ffc357c11d2c4b955b48154b10c5497471ad386081dcd8c679c2696174", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fcab98ffc357c11d2c4b955b48154b10c5497471ad386081dcd8c679c2696174" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking ore-hq-server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `debug`
[INFO] [stdout]   --> src/main.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 | use tracing::{debug, error, info};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `debug`
[INFO] [stdout]   --> src/main.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 | use tracing::{debug, error, info};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]    --> src/main.rs:516:23
[INFO] [stdout]     |
[INFO] [stdout] 516 |         Message::Pong(v) => {
[INFO] [stdout]     |                       ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]    --> src/main.rs:519:23
[INFO] [stdout]     |
[INFO] [stdout] 519 |         Message::Ping(v) => {
[INFO] [stdout]     |                       ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `MiningDataChannelMessage` is never used
[INFO] [stdout]   --> src/ore_utils.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum MiningDataChannelMessage {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_reset_ix` is never used
[INFO] [stdout]   --> src/ore_utils.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn get_reset_ix(signer: Pubkey) -> Instruction {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_claim_ix` is never used
[INFO] [stdout]   --> src/ore_utils.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn get_claim_ix(signer: Pubkey, beneficiary: Pubkey, claim_amount: u64) -> Instruction {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_stake_ix` is never used
[INFO] [stdout]   --> src/ore_utils.rs:49:8
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn get_stake_ix(signer: Pubkey, sender: Pubkey, stake_amount: u64) -> Instruction {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_ore_mint` is never used
[INFO] [stdout]   --> src/ore_utils.rs:53:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn get_ore_mint() -> Pubkey {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_ore_epoch_duration` is never used
[INFO] [stdout]   --> src/ore_utils.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn get_ore_epoch_duration() -> i64 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_ore_decimals` is never used
[INFO] [stdout]   --> src/ore_utils.rs:61:8
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn get_ore_decimals() -> u8 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_proof_and_treasury_with_busses` is never used
[INFO] [stdout]   --> src/ore_utils.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub async fn get_proof_and_treasury_with_busses(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_treasury` is never used
[INFO] [stdout]    --> src/ore_utils.rs:162:14
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub async fn get_treasury(client: &RpcClient) -> Result<Treasury, ()> {
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `treasury_tokens_pubkey` is never used
[INFO] [stdout]    --> src/ore_utils.rs:191:8
[INFO] [stdout]     |
[INFO] [stdout] 191 | pub fn treasury_tokens_pubkey() -> Pubkey {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_clock_account` is never used
[INFO] [stdout]    --> src/ore_utils.rs:195:14
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub async fn get_clock_account(client: &RpcClient) -> Result<Clock, ()> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_hash_par` is never used
[INFO] [stdout]    --> src/ore_utils.rs:219:8
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub fn find_hash_par(proof: Proof, cutoff_time: u64, threads: u64, min_difficulty: u32, mining_messages_reciever: Receiver<MiningDa...
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]    --> src/main.rs:516:23
[INFO] [stdout]     |
[INFO] [stdout] 516 |         Message::Pong(v) => {
[INFO] [stdout]     |                       ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]    --> src/main.rs:519:23
[INFO] [stdout]     |
[INFO] [stdout] 519 |         Message::Ping(v) => {
[INFO] [stdout]     |                       ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `MiningDataChannelMessage` is never used
[INFO] [stdout]   --> src/ore_utils.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum MiningDataChannelMessage {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_reset_ix` is never used
[INFO] [stdout]   --> src/ore_utils.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn get_reset_ix(signer: Pubkey) -> Instruction {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_claim_ix` is never used
[INFO] [stdout]   --> src/ore_utils.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn get_claim_ix(signer: Pubkey, beneficiary: Pubkey, claim_amount: u64) -> Instruction {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_stake_ix` is never used
[INFO] [stdout]   --> src/ore_utils.rs:49:8
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn get_stake_ix(signer: Pubkey, sender: Pubkey, stake_amount: u64) -> Instruction {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_ore_mint` is never used
[INFO] [stdout]   --> src/ore_utils.rs:53:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn get_ore_mint() -> Pubkey {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_ore_epoch_duration` is never used
[INFO] [stdout]   --> src/ore_utils.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn get_ore_epoch_duration() -> i64 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_ore_decimals` is never used
[INFO] [stdout]   --> src/ore_utils.rs:61:8
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn get_ore_decimals() -> u8 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_proof_and_treasury_with_busses` is never used
[INFO] [stdout]   --> src/ore_utils.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub async fn get_proof_and_treasury_with_busses(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_treasury` is never used
[INFO] [stdout]    --> src/ore_utils.rs:162:14
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub async fn get_treasury(client: &RpcClient) -> Result<Treasury, ()> {
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `treasury_tokens_pubkey` is never used
[INFO] [stdout]    --> src/ore_utils.rs:191:8
[INFO] [stdout]     |
[INFO] [stdout] 191 | pub fn treasury_tokens_pubkey() -> Pubkey {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_clock_account` is never used
[INFO] [stdout]    --> src/ore_utils.rs:195:14
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub async fn get_clock_account(client: &RpcClient) -> Result<Clock, ()> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_hash_par` is never used
[INFO] [stdout]    --> src/ore_utils.rs:219:8
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub fn find_hash_par(proof: Proof, cutoff_time: u64, threads: u64, min_difficulty: u32, mining_messages_reciever: Receiver<MiningDa...
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: borsh v1.5.1, solana-client v1.18.21
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "fcab98ffc357c11d2c4b955b48154b10c5497471ad386081dcd8c679c2696174", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcab98ffc357c11d2c4b955b48154b10c5497471ad386081dcd8c679c2696174", kill_on_drop: false }`
[INFO] [stdout] fcab98ffc357c11d2c4b955b48154b10c5497471ad386081dcd8c679c2696174
