[INFO] fetching crate solana-runtime 1.4.6... [INFO] checking solana-runtime-1.4.6 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate solana-runtime 1.4.6 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate solana-runtime 1.4.6 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate solana-runtime 1.4.6 [INFO] finished tweaking crates.io crate solana-runtime 1.4.6 [INFO] tweaked toml for crates.io crate solana-runtime 1.4.6 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded solana-noop-program v1.4.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2ce6d7543096f59310d5d5951c5a209e6c4cbe07f8807829ff1e22252a7bc405 [INFO] running `Command { std: "docker" "start" "-a" "2ce6d7543096f59310d5d5951c5a209e6c4cbe07f8807829ff1e22252a7bc405", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ce6d7543096f59310d5d5951c5a209e6c4cbe07f8807829ff1e22252a7bc405", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ce6d7543096f59310d5d5951c5a209e6c4cbe07f8807829ff1e22252a7bc405", kill_on_drop: false }` [INFO] [stdout] 2ce6d7543096f59310d5d5951c5a209e6c4cbe07f8807829ff1e22252a7bc405 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c2eb21ca32457496f205102fe76f6c596ed51838dcff069fcf69cb9417e605c4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c2eb21ca32457496f205102fe76f6c596ed51838dcff069fcf69cb9417e605c4", kill_on_drop: false }` [INFO] [stderr] Compiling solana-runtime v1.4.6 (/opt/rustwide/workdir) [INFO] [stderr] Checking solana-noop-program v1.4.7 [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:48 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(specialization))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:48 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(specialization))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/bank.rs:1445:17 [INFO] [stdout] | [INFO] [stdout] 1445 | stake_state::calculate_points(&stake_account, &vote_account, Some(&stake_history)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -------------- ------------- -------------------- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 6 arguments but 5 arguments were supplied [INFO] [stdout] --> src/bank.rs:1471:32 [INFO] [stdout] | [INFO] [stdout] 1471 | let redeemed = stake_state::redeem_rewards( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 arguments [INFO] [stdout] 1472 | stake_account, [INFO] [stdout] | ------------- [INFO] [stdout] 1473 | vote_account, [INFO] [stdout] | ------------ [INFO] [stdout] 1474 | &point_value, [INFO] [stdout] | ------------ [INFO] [stdout] 1475 | Some(&stake_history), [INFO] [stdout] | -------------------- [INFO] [stdout] 1476 | &mut reward_calc_tracer.as_mut(), [INFO] [stdout] | -------------------------------- supplied 5 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/stakes.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | new_stake_history_entry( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expected 4 arguments [INFO] [stdout] 42 | prev_epoch, [INFO] [stdout] | ---------- [INFO] [stdout] 43 | / self.stake_delegations [INFO] [stdout] 44 | | .iter() [INFO] [stdout] 45 | | .map(|(_pubkey, stake_delegation)| stake_delegation), [INFO] [stdout] | |____________________________________________________________________________- [INFO] [stdout] 46 | Some(&self.stake_history), [INFO] [stdout] | ------------------------- supplied 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/stakes.rs:90:38 [INFO] [stdout] | [INFO] [stdout] 90 | stake_delegation.stake(epoch, stake_history) [INFO] [stdout] | ^^^^^ ----- ------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/stakes.rs:133:32 [INFO] [stdout] | [INFO] [stdout] 133 | delegation.stake(self.epoch, Some(&self.stake_history)), [INFO] [stdout] | ^^^^^ ---------- ------------------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/stakes.rs:143:36 [INFO] [stdout] | [INFO] [stdout] 143 | delegation.stake(self.epoch, Some(&self.stake_history)) [INFO] [stdout] | ^^^^^ ---------- ------------------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `solana-runtime` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/bank.rs:1445:17 [INFO] [stdout] | [INFO] [stdout] 1445 | stake_state::calculate_points(&stake_account, &vote_account, Some(&stake_history)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -------------- ------------- -------------------- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 6 arguments but 5 arguments were supplied [INFO] [stdout] --> src/bank.rs:1471:32 [INFO] [stdout] | [INFO] [stdout] 1471 | let redeemed = stake_state::redeem_rewards( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 6 arguments [INFO] [stdout] 1472 | stake_account, [INFO] [stdout] | ------------- [INFO] [stdout] 1473 | vote_account, [INFO] [stdout] | ------------ [INFO] [stdout] 1474 | &point_value, [INFO] [stdout] | ------------ [INFO] [stdout] 1475 | Some(&stake_history), [INFO] [stdout] | -------------------- [INFO] [stdout] 1476 | &mut reward_calc_tracer.as_mut(), [INFO] [stdout] | -------------------------------- supplied 5 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/bank.rs:6036:17 [INFO] [stdout] | [INFO] [stdout] 6036 | stake_state::calculate_points(&stake_account, &vote_account, None).unwrap_or(0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -------------- ------------- ---- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/bank.rs:7456:30 [INFO] [stdout] | [INFO] [stdout] 7456 | leader_stake.stake(0, None), [INFO] [stdout] | ^^^^^ - ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/bank.rs:7472:26 [INFO] [stdout] | [INFO] [stdout] 7472 | leader_stake.stake(child.epoch(), None), [INFO] [stdout] | ^^^^^ ------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/bank.rs:7490:26 [INFO] [stdout] | [INFO] [stdout] 7490 | leader_stake.stake(child.epoch(), None), [INFO] [stdout] | ^^^^^ ------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/stakes.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | new_stake_history_entry( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expected 4 arguments [INFO] [stdout] 42 | prev_epoch, [INFO] [stdout] | ---------- [INFO] [stdout] 43 | / self.stake_delegations [INFO] [stdout] 44 | | .iter() [INFO] [stdout] 45 | | .map(|(_pubkey, stake_delegation)| stake_delegation), [INFO] [stdout] | |____________________________________________________________________________- [INFO] [stdout] 46 | Some(&self.stake_history), [INFO] [stdout] | ------------------------- supplied 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/stakes.rs:90:38 [INFO] [stdout] | [INFO] [stdout] 90 | stake_delegation.stake(epoch, stake_history) [INFO] [stdout] | ^^^^^ ----- ------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/stakes.rs:133:32 [INFO] [stdout] | [INFO] [stdout] 133 | delegation.stake(self.epoch, Some(&self.stake_history)), [INFO] [stdout] | ^^^^^ ---------- ------------------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/stakes.rs:143:36 [INFO] [stdout] | [INFO] [stdout] 143 | delegation.stake(self.epoch, Some(&self.stake_history)) [INFO] [stdout] | ^^^^^ ---------- ------------------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/stakes.rs:275:27 [INFO] [stdout] | [INFO] [stdout] 275 | stake.stake(i, None) [INFO] [stdout] | ^^^^^ - ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/stakes.rs:286:27 [INFO] [stdout] | [INFO] [stdout] 286 | stake.stake(i, None) [INFO] [stdout] | ^^^^^ - ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/stakes.rs:299:27 [INFO] [stdout] | [INFO] [stdout] 299 | stake.stake(i, None) [INFO] [stdout] | ^^^^^ - ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/stakes.rs:394:23 [INFO] [stdout] | [INFO] [stdout] 394 | stake.stake(stakes.epoch, Some(&stakes.stake_history)) [INFO] [stdout] | ^^^^^ ------------ --------------------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/stakes.rs:410:23 [INFO] [stdout] | [INFO] [stdout] 410 | stake.stake(stakes.epoch, Some(&stakes.stake_history)) [INFO] [stdout] | ^^^^^ ------------ --------------------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/stakes.rs:451:23 [INFO] [stdout] | [INFO] [stdout] 451 | stake.stake(stakes.epoch, Some(&stakes.stake_history)) [INFO] [stdout] | ^^^^^ ------------ --------------------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/stakes.rs:459:23 [INFO] [stdout] | [INFO] [stdout] 459 | stake.stake(stakes.epoch, Some(&stakes.stake_history)) [INFO] [stdout] | ^^^^^ ------------ --------------------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c2eb21ca32457496f205102fe76f6c596ed51838dcff069fcf69cb9417e605c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2eb21ca32457496f205102fe76f6c596ed51838dcff069fcf69cb9417e605c4", kill_on_drop: false }` [INFO] [stdout] c2eb21ca32457496f205102fe76f6c596ed51838dcff069fcf69cb9417e605c4