Oct 13 04:38:01.092 INFO checking GabrielDav/WorldWar against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 04:38:01.092 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 04:38:01.592 INFO blam! 5b5a742144c60c4ae3f0db5f509218a6c759246b09d5a84e151b446878127112 Oct 13 04:38:01.596 INFO running `"docker" "start" "-a" "5b5a742144c60c4ae3f0db5f509218a6c759246b09d5a84e151b446878127112"` Oct 13 04:38:02.956 INFO kablam! usermod: no changes Oct 13 04:38:03.073 INFO kablam! Checking world-war v0.1.0 (/source) Oct 13 04:38:04.073 INFO kablam! warning: variant is never constructed: `Mech` Oct 13 04:38:04.074 INFO kablam! --> src/main.rs:3:31 Oct 13 04:38:04.074 INFO kablam! | Oct 13 04:38:04.074 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 13 04:38:04.074 INFO kablam! | ^^^^^^^^ Oct 13 04:38:04.075 INFO kablam! | Oct 13 04:38:04.075 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:38:04.075 INFO kablam! Oct 13 04:38:04.075 INFO kablam! warning: variant is never constructed: `Air` Oct 13 04:38:04.076 INFO kablam! --> src/main.rs:3:41 Oct 13 04:38:04.076 INFO kablam! | Oct 13 04:38:04.076 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 13 04:38:04.077 INFO kablam! | ^^^^^^^ Oct 13 04:38:04.077 INFO kablam! Oct 13 04:38:04.077 INFO kablam! warning: variant is never constructed: `Ship` Oct 13 04:38:04.078 INFO kablam! --> src/main.rs:3:50 Oct 13 04:38:04.078 INFO kablam! | Oct 13 04:38:04.078 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 13 04:38:04.078 INFO kablam! | ^^^^^^^^ Oct 13 04:38:04.079 INFO kablam! Oct 13 04:38:04.079 INFO kablam! warning: struct is never constructed: `Coordinates` Oct 13 04:38:04.079 INFO kablam! --> src/main.rs:30:1 Oct 13 04:38:04.080 INFO kablam! | Oct 13 04:38:04.080 INFO kablam! 30 | struct Coordinates { Oct 13 04:38:04.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 04:38:04.080 INFO kablam! Oct 13 04:38:04.081 INFO kablam! warning: struct is never constructed: `Unit` Oct 13 04:38:04.081 INFO kablam! --> src/main.rs:35:1 Oct 13 04:38:04.081 INFO kablam! | Oct 13 04:38:04.081 INFO kablam! 35 | struct Unit { Oct 13 04:38:04.082 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:38:04.082 INFO kablam! Oct 13 04:38:04.082 INFO kablam! warning: struct is never constructed: `Player` Oct 13 04:38:04.083 INFO kablam! --> src/main.rs:41:1 Oct 13 04:38:04.083 INFO kablam! | Oct 13 04:38:04.083 INFO kablam! 41 | struct Player { Oct 13 04:38:04.083 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 04:38:04.084 INFO kablam! Oct 13 04:38:04.084 INFO kablam! warning: structure field `unitType` should have a snake case name such as `unit_type` Oct 13 04:38:04.084 INFO kablam! --> src/main.rs:8:5 Oct 13 04:38:04.084 INFO kablam! | Oct 13 04:38:04.085 INFO kablam! 8 | unitType : UnitType, Oct 13 04:38:04.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 04:38:04.085 INFO kablam! | Oct 13 04:38:04.086 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 04:38:04.086 INFO kablam! Oct 13 04:38:04.086 INFO kablam! warning: variable `unitDefinition` should have a snake case name such as `unit_definition` Oct 13 04:38:04.086 INFO kablam! --> src/main.rs:48:9 Oct 13 04:38:04.087 INFO kablam! | Oct 13 04:38:04.087 INFO kablam! 48 | let unitDefinition = [UnitData{power: 100, cost: 5000, unitType: UnitType::Infantry, name: String::from("Marine squad")}]; Oct 13 04:38:04.087 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:38:04.088 INFO kablam! Oct 13 04:38:04.135 INFO kablam! warning: variant is never constructed: `Mech` Oct 13 04:38:04.135 INFO kablam! --> src/main.rs:3:31 Oct 13 04:38:04.136 INFO kablam! | Oct 13 04:38:04.136 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 13 04:38:04.136 INFO kablam! | ^^^^^^^^ Oct 13 04:38:04.137 INFO kablam! | Oct 13 04:38:04.137 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:38:04.137 INFO kablam! Oct 13 04:38:04.137 INFO kablam! warning: variant is never constructed: `Air` Oct 13 04:38:04.138 INFO kablam! --> src/main.rs:3:41 Oct 13 04:38:04.138 INFO kablam! | Oct 13 04:38:04.138 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 13 04:38:04.138 INFO kablam! | ^^^^^^^ Oct 13 04:38:04.139 INFO kablam! Oct 13 04:38:04.139 INFO kablam! warning: variant is never constructed: `Ship` Oct 13 04:38:04.139 INFO kablam! --> src/main.rs:3:50 Oct 13 04:38:04.139 INFO kablam! | Oct 13 04:38:04.139 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 13 04:38:04.139 INFO kablam! | ^^^^^^^^ Oct 13 04:38:04.139 INFO kablam! Oct 13 04:38:04.139 INFO kablam! warning: struct is never constructed: `Coordinates` Oct 13 04:38:04.139 INFO kablam! --> src/main.rs:30:1 Oct 13 04:38:04.139 INFO kablam! | Oct 13 04:38:04.139 INFO kablam! 30 | struct Coordinates { Oct 13 04:38:04.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 04:38:04.141 INFO kablam! Oct 13 04:38:04.142 INFO kablam! warning: struct is never constructed: `Unit` Oct 13 04:38:04.142 INFO kablam! --> src/main.rs:35:1 Oct 13 04:38:04.142 INFO kablam! | Oct 13 04:38:04.142 INFO kablam! 35 | struct Unit { Oct 13 04:38:04.142 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:38:04.142 INFO kablam! Oct 13 04:38:04.142 INFO kablam! warning: struct is never constructed: `Player` Oct 13 04:38:04.142 INFO kablam! --> src/main.rs:41:1 Oct 13 04:38:04.142 INFO kablam! | Oct 13 04:38:04.142 INFO kablam! 41 | struct Player { Oct 13 04:38:04.142 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 04:38:04.142 INFO kablam! Oct 13 04:38:04.145 INFO kablam! warning: structure field `unitType` should have a snake case name such as `unit_type` Oct 13 04:38:04.145 INFO kablam! --> src/main.rs:8:5 Oct 13 04:38:04.145 INFO kablam! | Oct 13 04:38:04.145 INFO kablam! 8 | unitType : UnitType, Oct 13 04:38:04.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 04:38:04.145 INFO kablam! | Oct 13 04:38:04.145 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 04:38:04.145 INFO kablam! Oct 13 04:38:04.145 INFO kablam! warning: variable `unitDefinition` should have a snake case name such as `unit_definition` Oct 13 04:38:04.145 INFO kablam! --> src/main.rs:48:9 Oct 13 04:38:04.145 INFO kablam! | Oct 13 04:38:04.145 INFO kablam! 48 | let unitDefinition = [UnitData{power: 100, cost: 5000, unitType: UnitType::Infantry, name: String::from("Marine squad")}]; Oct 13 04:38:04.145 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:38:04.145 INFO kablam! Oct 13 04:38:04.177 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 13 04:38:04.186 INFO kablam! su: No module specific data is present Oct 13 04:38:04.713 INFO running `"docker" "rm" "-f" "5b5a742144c60c4ae3f0db5f509218a6c759246b09d5a84e151b446878127112"` Oct 13 04:38:04.964 INFO blam! 5b5a742144c60c4ae3f0db5f509218a6c759246b09d5a84e151b446878127112