Sep 21 02:53:03.143 INFO checking smetamath-3.0.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 02:53:03.143 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 02:53:03.143 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:53:03.395 INFO blam! 59bbfec5b457838426ccc6599bfac621a04134e1ec2c4b6059718b43676ff5d1 Sep 21 02:53:03.397 INFO running `"docker" "start" "-a" "59bbfec5b457838426ccc6599bfac621a04134e1ec2c4b6059718b43676ff5d1"` Sep 21 02:53:04.862 INFO kablam! usermod: no changes Sep 21 02:53:04.961 INFO kablam! Checking unicode-width v0.1.5 Sep 21 02:53:04.961 INFO kablam! Checking libc v0.2.43 Sep 21 02:53:04.962 INFO kablam! Checking strsim v0.7.0 Sep 21 02:53:04.962 INFO kablam! Checking vec_map v0.8.1 Sep 21 02:53:04.962 INFO kablam! Checking bitflags v1.0.4 Sep 21 02:53:04.962 INFO kablam! Checking cfg-if v0.1.5 Sep 21 02:53:04.962 INFO kablam! Checking ansi_term v0.11.0 Sep 21 02:53:04.962 INFO kablam! Checking fnv v1.0.6 Sep 21 02:53:05.862 INFO kablam! Checking textwrap v0.10.0 Sep 21 02:53:08.117 INFO kablam! Checking atty v0.2.11 Sep 21 02:53:08.135 INFO kablam! Checking filetime v0.1.15 Sep 21 02:53:08.595 INFO kablam! Checking clap v2.32.0 Sep 21 02:53:13.450 INFO kablam! Checking smetamath v3.0.0 (/source) Sep 21 02:53:15.466 INFO kablam! warning: variable does not need to be mutable Sep 21 02:53:15.466 INFO kablam! --> src/database.rs:247:25 Sep 21 02:53:15.466 INFO kablam! | Sep 21 02:53:15.466 INFO kablam! 247 | let mut ns = Arc::make_mut(self.prev_nameset.as_mut().unwrap()); Sep 21 02:53:15.466 INFO kablam! | ----^^ Sep 21 02:53:15.466 INFO kablam! | | Sep 21 02:53:15.466 INFO kablam! | help: remove this `mut` Sep 21 02:53:15.466 INFO kablam! | Sep 21 02:53:15.466 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 02:53:15.466 INFO kablam! Sep 21 02:53:15.466 INFO kablam! warning: variable does not need to be mutable Sep 21 02:53:15.466 INFO kablam! --> src/database.rs:247:25 Sep 21 02:53:15.466 INFO kablam! | Sep 21 02:53:15.466 INFO kablam! 247 | let mut ns = Arc::make_mut(self.prev_nameset.as_mut().unwrap()); Sep 21 02:53:15.466 INFO kablam! | ----^^ Sep 21 02:53:15.466 INFO kablam! | | Sep 21 02:53:15.466 INFO kablam! | help: remove this `mut` Sep 21 02:53:15.466 INFO kablam! Sep 21 02:53:15.466 INFO kablam! warning: variable does not need to be mutable Sep 21 02:53:15.466 INFO kablam! --> src/database.rs:268:25 Sep 21 02:53:15.466 INFO kablam! | Sep 21 02:53:15.466 INFO kablam! 268 | let mut ns = Arc::make_mut(self.prev_scopes.as_mut().unwrap()); Sep 21 02:53:15.466 INFO kablam! | ----^^ Sep 21 02:53:15.466 INFO kablam! | | Sep 21 02:53:15.466 INFO kablam! | help: remove this `mut` Sep 21 02:53:15.466 INFO kablam! Sep 21 02:53:15.466 INFO kablam! warning: variable does not need to be mutable Sep 21 02:53:15.466 INFO kablam! --> src/database.rs:291:25 Sep 21 02:53:15.466 INFO kablam! | Sep 21 02:53:15.466 INFO kablam! 291 | let mut ver = Arc::make_mut(self.prev_verify.as_mut().unwrap()); Sep 21 02:53:15.466 INFO kablam! | ----^^^ Sep 21 02:53:15.466 INFO kablam! | | Sep 21 02:53:15.466 INFO kablam! | help: remove this `mut` Sep 21 02:53:15.466 INFO kablam! Sep 21 02:53:15.522 INFO kablam! warning: variable does not need to be mutable Sep 21 02:53:15.522 INFO kablam! --> src/database.rs:247:25 Sep 21 02:53:15.522 INFO kablam! | Sep 21 02:53:15.522 INFO kablam! 247 | let mut ns = Arc::make_mut(self.prev_nameset.as_mut().unwrap()); Sep 21 02:53:15.522 INFO kablam! | ----^^ Sep 21 02:53:15.522 INFO kablam! | | Sep 21 02:53:15.522 INFO kablam! | help: remove this `mut` Sep 21 02:53:15.522 INFO kablam! | Sep 21 02:53:15.522 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 02:53:15.522 INFO kablam! Sep 21 02:53:15.522 INFO kablam! warning: variable does not need to be mutable Sep 21 02:53:15.522 INFO kablam! --> src/database.rs:247:25 Sep 21 02:53:15.522 INFO kablam! | Sep 21 02:53:15.522 INFO kablam! 247 | let mut ns = Arc::make_mut(self.prev_nameset.as_mut().unwrap()); Sep 21 02:53:15.522 INFO kablam! | ----^^ Sep 21 02:53:15.522 INFO kablam! | | Sep 21 02:53:15.522 INFO kablam! | help: remove this `mut` Sep 21 02:53:15.522 INFO kablam! Sep 21 02:53:15.522 INFO kablam! warning: variable does not need to be mutable Sep 21 02:53:15.522 INFO kablam! --> src/database.rs:268:25 Sep 21 02:53:15.522 INFO kablam! | Sep 21 02:53:15.522 INFO kablam! 268 | let mut ns = Arc::make_mut(self.prev_scopes.as_mut().unwrap()); Sep 21 02:53:15.522 INFO kablam! | ----^^ Sep 21 02:53:15.522 INFO kablam! | | Sep 21 02:53:15.523 INFO kablam! | help: remove this `mut` Sep 21 02:53:15.523 INFO kablam! Sep 21 02:53:15.530 INFO kablam! warning: variable does not need to be mutable Sep 21 02:53:15.530 INFO kablam! --> src/database.rs:291:25 Sep 21 02:53:15.530 INFO kablam! | Sep 21 02:53:15.530 INFO kablam! 291 | let mut ver = Arc::make_mut(self.prev_verify.as_mut().unwrap()); Sep 21 02:53:15.530 INFO kablam! | ----^^^ Sep 21 02:53:15.530 INFO kablam! | | Sep 21 02:53:15.530 INFO kablam! | help: remove this `mut` Sep 21 02:53:15.530 INFO kablam! Sep 21 02:53:15.889 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 11.00s Sep 21 02:53:15.895 INFO kablam! su: No module specific data is present Sep 21 02:53:16.973 INFO running `"docker" "rm" "-f" "59bbfec5b457838426ccc6599bfac621a04134e1ec2c4b6059718b43676ff5d1"` Sep 21 02:53:17.083 INFO blam! 59bbfec5b457838426ccc6599bfac621a04134e1ec2c4b6059718b43676ff5d1