[INFO] fetching crate diplomacy 0.1.0... [INFO] checking diplomacy-0.1.0 against master#db1fb85cff63ad5fffe435e17128f99f9e1d970c for pr-89056 [INFO] extracting crate diplomacy 0.1.0 into /workspace/builds/worker-103/source [INFO] validating manifest of crates.io crate diplomacy 0.1.0 on toolchain db1fb85cff63ad5fffe435e17128f99f9e1d970c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate diplomacy 0.1.0 [INFO] finished tweaking crates.io crate diplomacy 0.1.0 [INFO] tweaked toml for crates.io crate diplomacy 0.1.0 written to /workspace/builds/worker-103/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46572d7f46958eb30188015eb60ae60668e0f2cb4bf982fc36ec2710b579d9d2 [INFO] running `Command { std: "docker" "start" "-a" "46572d7f46958eb30188015eb60ae60668e0f2cb4bf982fc36ec2710b579d9d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46572d7f46958eb30188015eb60ae60668e0f2cb4bf982fc36ec2710b579d9d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46572d7f46958eb30188015eb60ae60668e0f2cb4bf982fc36ec2710b579d9d2", kill_on_drop: false }` [INFO] [stdout] 46572d7f46958eb30188015eb60ae60668e0f2cb4bf982fc36ec2710b579d9d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c960ecea3029966659e1611cfe0d83a954f15f1427845ee92ca4ae03881b8330 [INFO] running `Command { std: "docker" "start" "-a" "c960ecea3029966659e1611cfe0d83a954f15f1427845ee92ca4ae03881b8330", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling darling_core v0.5.0 [INFO] [stderr] Compiling darling_macro v0.5.0 [INFO] [stderr] Compiling darling v0.5.0 [INFO] [stderr] Compiling from_variants_impl v0.4.0 [INFO] [stderr] Checking from_variants v0.4.0 [INFO] [stderr] Checking diplomacy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `map` [INFO] [stdout] --> src/game/config.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | map: &'static Map, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `year_pattern` [INFO] [stdout] --> src/game/config.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | year_pattern: Vec<(Season, Phase)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `starting_year` [INFO] [stdout] --> src/game/config.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | starting_year: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `units` [INFO] [stdout] --> src/game/turn.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | units: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `main_phase_orders` [INFO] [stdout] --> src/game/turn.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | main_phase_orders: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `config` [INFO] [stdout] --> src/game/world.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | config: Config, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `history` [INFO] [stdout] --> src/game/world.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | history: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/geo/standard.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | panic!(format!("Failed registering province: {}", line)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 25 - panic!(format!("Failed registering province: {}", line)) [INFO] [stdout] 25 + panic!("Failed registering province: {}", line) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/geo/standard.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | panic!(format!("Failed registering region: {}", line)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 35 - panic!(format!("Failed registering region: {}", line)) [INFO] [stdout] 35 + panic!("Failed registering region: {}", line) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `map` [INFO] [stdout] --> src/game/config.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | map: &'static Map, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `year_pattern` [INFO] [stdout] --> src/game/config.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | year_pattern: Vec<(Season, Phase)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `starting_year` [INFO] [stdout] --> src/game/config.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | starting_year: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `units` [INFO] [stdout] --> src/game/turn.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | units: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `main_phase_orders` [INFO] [stdout] --> src/game/turn.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | main_phase_orders: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `config` [INFO] [stdout] --> src/game/world.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | config: Config, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `history` [INFO] [stdout] --> src/game/world.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | history: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/geo/standard.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | panic!(format!("Failed registering province: {}", line)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 25 - panic!(format!("Failed registering province: {}", line)) [INFO] [stdout] 25 + panic!("Failed registering province: {}", line) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/geo/standard.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | panic!(format!("Failed registering region: {}", line)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 35 - panic!(format!("Failed registering region: {}", line)) [INFO] [stdout] 35 + panic!("Failed registering region: {}", line) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.96s [INFO] running `Command { std: "docker" "inspect" "c960ecea3029966659e1611cfe0d83a954f15f1427845ee92ca4ae03881b8330", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c960ecea3029966659e1611cfe0d83a954f15f1427845ee92ca4ae03881b8330", kill_on_drop: false }` [INFO] [stdout] c960ecea3029966659e1611cfe0d83a954f15f1427845ee92ca4ae03881b8330