Oct 12 14:56:06.019 INFO checking robtaussig/rustolution against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 14:56:06.021 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 14:56:06.417 INFO blam! ebeec45c65647d70ab714302cdb77b47d6134c39154f28db8c8f28d9a99535ab Oct 12 14:56:06.420 INFO running `"docker" "start" "-a" "ebeec45c65647d70ab714302cdb77b47d6134c39154f28db8c8f28d9a99535ab"` Oct 12 14:56:07.836 INFO kablam! usermod: no changes Oct 12 14:56:07.952 INFO kablam! Checking names v0.10.0 Oct 12 14:56:08.536 INFO kablam! Checking shapes_of_war v0.1.0 (/source) Oct 12 14:56:08.832 INFO kablam! warning: unused import: `std::fmt` Oct 12 14:56:08.832 INFO kablam! --> src/person/genetics.rs:1:5 Oct 12 14:56:08.832 INFO kablam! | Oct 12 14:56:08.832 INFO kablam! 1 | use std::fmt; Oct 12 14:56:08.832 INFO kablam! | ^^^^^^^^ Oct 12 14:56:08.832 INFO kablam! | Oct 12 14:56:08.832 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 14:56:08.832 INFO kablam! Oct 12 14:56:08.832 INFO kablam! warning: unused import: `Country` Oct 12 14:56:08.832 INFO kablam! --> src/person/mod.rs:5:15 Oct 12 14:56:08.832 INFO kablam! | Oct 12 14:56:08.832 INFO kablam! 5 | use country::{Country}; Oct 12 14:56:08.832 INFO kablam! | ^^^^^^^ Oct 12 14:56:08.832 INFO kablam! Oct 12 14:56:08.832 INFO kablam! warning: unused import: `World` Oct 12 14:56:08.832 INFO kablam! --> src/person/mod.rs:6:13 Oct 12 14:56:08.832 INFO kablam! | Oct 12 14:56:08.832 INFO kablam! 6 | use world::{World}; Oct 12 14:56:08.832 INFO kablam! | ^^^^^ Oct 12 14:56:08.832 INFO kablam! Oct 12 14:56:08.832 INFO kablam! warning: unused import: `std::error::Error` Oct 12 14:56:08.833 INFO kablam! --> src/person/mod.rs:7:5 Oct 12 14:56:08.833 INFO kablam! | Oct 12 14:56:08.833 INFO kablam! 7 | use std::error::Error; Oct 12 14:56:08.833 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 14:56:08.833 INFO kablam! Oct 12 14:56:08.833 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 12 14:56:08.833 INFO kablam! --> src/main.rs:11:5 Oct 12 14:56:08.833 INFO kablam! | Oct 12 14:56:08.833 INFO kablam! 11 | use std::collections::HashMap; Oct 12 14:56:08.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:56:08.833 INFO kablam! Oct 12 14:56:08.896 INFO kablam! warning: unused variable: `village_location` Oct 12 14:56:08.896 INFO kablam! --> src/world/mod.rs:19:25 Oct 12 14:56:08.896 INFO kablam! | Oct 12 14:56:08.896 INFO kablam! 19 | let village_location = person.village_location; Oct 12 14:56:08.896 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_village_location` instead Oct 12 14:56:08.896 INFO kablam! | Oct 12 14:56:08.896 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 14:56:08.896 INFO kablam! Oct 12 14:56:08.896 INFO kablam! warning: variable does not need to be mutable Oct 12 14:56:08.896 INFO kablam! --> src/main.rs:20:9 Oct 12 14:56:08.896 INFO kablam! | Oct 12 14:56:08.896 INFO kablam! 20 | let mut created_world = World { Oct 12 14:56:08.896 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 14:56:08.896 INFO kablam! | | Oct 12 14:56:08.896 INFO kablam! | help: remove this `mut` Oct 12 14:56:08.896 INFO kablam! | Oct 12 14:56:08.896 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 14:56:08.896 INFO kablam! Oct 12 14:56:08.920 INFO kablam! warning: unused import: `std::fmt` Oct 12 14:56:08.920 INFO kablam! --> src/person/genetics.rs:1:5 Oct 12 14:56:08.920 INFO kablam! | Oct 12 14:56:08.920 INFO kablam! 1 | use std::fmt; Oct 12 14:56:08.920 INFO kablam! | ^^^^^^^^ Oct 12 14:56:08.920 INFO kablam! | Oct 12 14:56:08.920 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 14:56:08.920 INFO kablam! Oct 12 14:56:08.920 INFO kablam! warning: unused import: `Country` Oct 12 14:56:08.920 INFO kablam! --> src/person/mod.rs:5:15 Oct 12 14:56:08.920 INFO kablam! | Oct 12 14:56:08.920 INFO kablam! 5 | use country::{Country}; Oct 12 14:56:08.920 INFO kablam! | ^^^^^^^ Oct 12 14:56:08.920 INFO kablam! Oct 12 14:56:08.920 INFO kablam! warning: unused import: `World` Oct 12 14:56:08.920 INFO kablam! --> src/person/mod.rs:6:13 Oct 12 14:56:08.920 INFO kablam! | Oct 12 14:56:08.920 INFO kablam! 6 | use world::{World}; Oct 12 14:56:08.920 INFO kablam! | ^^^^^ Oct 12 14:56:08.920 INFO kablam! Oct 12 14:56:08.920 INFO kablam! warning: unused import: `std::error::Error` Oct 12 14:56:08.920 INFO kablam! --> src/person/mod.rs:7:5 Oct 12 14:56:08.920 INFO kablam! | Oct 12 14:56:08.920 INFO kablam! 7 | use std::error::Error; Oct 12 14:56:08.921 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 14:56:08.921 INFO kablam! Oct 12 14:56:08.921 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 12 14:56:08.921 INFO kablam! --> src/main.rs:11:5 Oct 12 14:56:08.921 INFO kablam! | Oct 12 14:56:08.921 INFO kablam! 11 | use std::collections::HashMap; Oct 12 14:56:08.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:56:08.921 INFO kablam! Oct 12 14:56:08.976 INFO kablam! warning: unused variable: `village_location` Oct 12 14:56:08.976 INFO kablam! --> src/world/mod.rs:19:25 Oct 12 14:56:08.976 INFO kablam! | Oct 12 14:56:08.976 INFO kablam! 19 | let village_location = person.village_location; Oct 12 14:56:08.976 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_village_location` instead Oct 12 14:56:08.976 INFO kablam! | Oct 12 14:56:08.976 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 14:56:08.976 INFO kablam! Oct 12 14:56:08.976 INFO kablam! warning: variable does not need to be mutable Oct 12 14:56:08.976 INFO kablam! --> src/main.rs:20:9 Oct 12 14:56:08.976 INFO kablam! | Oct 12 14:56:08.976 INFO kablam! 20 | let mut created_world = World { Oct 12 14:56:08.976 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 14:56:08.976 INFO kablam! | | Oct 12 14:56:08.976 INFO kablam! | help: remove this `mut` Oct 12 14:56:08.976 INFO kablam! | Oct 12 14:56:08.976 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 14:56:08.976 INFO kablam! Oct 12 14:56:09.026 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Oct 12 14:56:09.027 INFO kablam! su: No module specific data is present Oct 12 14:56:09.637 INFO running `"docker" "rm" "-f" "ebeec45c65647d70ab714302cdb77b47d6134c39154f28db8c8f28d9a99535ab"` Oct 12 14:56:09.977 INFO blam! ebeec45c65647d70ab714302cdb77b47d6134c39154f28db8c8f28d9a99535ab