[INFO] fetching crate sunshine-bounty 0.1.1... [INFO] checking sunshine-bounty-0.1.1 against beta for pr-78714 [INFO] extracting crate sunshine-bounty 0.1.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate sunshine-bounty 0.1.1 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sunshine-bounty 0.1.1 [INFO] finished tweaking crates.io crate sunshine-bounty 0.1.1 [INFO] tweaked toml for crates.io crate sunshine-bounty 0.1.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d77169f77e499c96061e94a9cca9af8f8924defba3dad8c08c09e4d2c3f3ca32 [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" "d77169f77e499c96061e94a9cca9af8f8924defba3dad8c08c09e4d2c3f3ca32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d77169f77e499c96061e94a9cca9af8f8924defba3dad8c08c09e4d2c3f3ca32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d77169f77e499c96061e94a9cca9af8f8924defba3dad8c08c09e4d2c3f3ca32", kill_on_drop: false }` [INFO] [stdout] d77169f77e499c96061e94a9cca9af8f8924defba3dad8c08c09e4d2c3f3ca32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1386fd3953805886258438a3afc9c1a916706bf0d38cac05eb9f7e0533b6c9b0 [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" "1386fd3953805886258438a3afc9c1a916706bf0d38cac05eb9f7e0533b6c9b0", kill_on_drop: false }` [INFO] [stderr] Checking sunshine-vote v0.1.1 [INFO] [stderr] Checking sunshine-donate v0.1.1 [INFO] [stderr] Checking sunshine-bank v0.1.1 [INFO] [stderr] Checking sunshine-bounty v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0437]: type `ModuleToIndex` is not a member of trait `frame_system::Trait` [INFO] [stdout] --> src/tests.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | type ModuleToIndex = (); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `frame_system::Trait` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self as system` [INFO] [stdout] --> src/lib.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | self as system, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `PalletInfo`, `SystemWeightInfo` [INFO] [stdout] --> src/tests.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | impl frame_system::Trait for Test { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `PalletInfo`, `SystemWeightInfo` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `type PalletInfo = Type;` [INFO] [stdout] = help: implement the missing item: `type SystemWeightInfo = Type;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `WeightInfo`, `MaxLocks` [INFO] [stdout] --> src/tests.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | impl pallet_balances::Trait for Test { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `WeightInfo`, `MaxLocks` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `type WeightInfo = Type;` [INFO] [stdout] = help: implement the missing item: `type MaxLocks = Type;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0437. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sunshine-bounty` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "1386fd3953805886258438a3afc9c1a916706bf0d38cac05eb9f7e0533b6c9b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1386fd3953805886258438a3afc9c1a916706bf0d38cac05eb9f7e0533b6c9b0", kill_on_drop: false }` [INFO] [stdout] 1386fd3953805886258438a3afc9c1a916706bf0d38cac05eb9f7e0533b6c9b0