Sep 04 11:46:12.650 INFO checking lojidoc-0.1.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 11:46:12.650 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 11:46:12.650 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:46:12.825 INFO blam! a2f42ca4af83bbaf9ae0882c526cb31cd791f8907294f47b4229e1a4ff51af53 Sep 04 11:46:12.827 INFO running `"docker" "start" "-a" "a2f42ca4af83bbaf9ae0882c526cb31cd791f8907294f47b4229e1a4ff51af53"` Sep 04 11:46:13.458 INFO kablam! Checking lojidoc v0.1.1 (file:///source) Sep 04 11:46:15.285 INFO kablam! warning: method is never used: `ch_method` Sep 04 11:46:15.285 INFO kablam! --> src/model/mod.rs:387:9 Sep 04 11:46:15.285 INFO kablam! | Sep 04 11:46:15.285 INFO kablam! 387 | pub fn ch_method(&mut self, value: bool) { Sep 04 11:46:15.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:46:15.285 INFO kablam! | Sep 04 11:46:15.285 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 11:46:15.286 INFO kablam! Sep 04 11:46:15.286 INFO kablam! warning: method is never used: `ch_comment` Sep 04 11:46:15.286 INFO kablam! --> src/model/mod.rs:393:9 Sep 04 11:46:15.286 INFO kablam! | Sep 04 11:46:15.286 INFO kablam! 393 | pub fn ch_comment(&mut self, value: bool) { Sep 04 11:46:15.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:46:15.286 INFO kablam! Sep 04 11:46:15.459 INFO kablam! warning: variable does not need to be mutable Sep 04 11:46:15.460 INFO kablam! --> src/parse/test/mod.rs:63:9 Sep 04 11:46:15.460 INFO kablam! | Sep 04 11:46:15.460 INFO kablam! 63 | let mut state = ParseState::new(); Sep 04 11:46:15.460 INFO kablam! | ----^^^^^ Sep 04 11:46:15.460 INFO kablam! | | Sep 04 11:46:15.460 INFO kablam! | help: remove this `mut` Sep 04 11:46:15.460 INFO kablam! | Sep 04 11:46:15.460 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 11:46:15.460 INFO kablam! Sep 04 11:46:15.461 INFO kablam! warning: variable does not need to be mutable Sep 04 11:46:15.461 INFO kablam! --> src/parse/test/mod.rs:73:9 Sep 04 11:46:15.461 INFO kablam! | Sep 04 11:46:15.461 INFO kablam! 73 | let mut state = ParseState::new(); Sep 04 11:46:15.461 INFO kablam! | ----^^^^^ Sep 04 11:46:15.461 INFO kablam! | | Sep 04 11:46:15.461 INFO kablam! | help: remove this `mut` Sep 04 11:46:15.461 INFO kablam! Sep 04 11:46:15.465 INFO kablam! warning: variable does not need to be mutable Sep 04 11:46:15.465 INFO kablam! --> src/parse/test/mod.rs:96:9 Sep 04 11:46:15.465 INFO kablam! | Sep 04 11:46:15.465 INFO kablam! 96 | let mut state = ParseState::new(); Sep 04 11:46:15.466 INFO kablam! | ----^^^^^ Sep 04 11:46:15.466 INFO kablam! | | Sep 04 11:46:15.466 INFO kablam! | help: remove this `mut` Sep 04 11:46:15.466 INFO kablam! Sep 04 11:46:15.473 INFO kablam! warning: variable does not need to be mutable Sep 04 11:46:15.474 INFO kablam! --> src/parse/test/mod.rs:116:9 Sep 04 11:46:15.474 INFO kablam! | Sep 04 11:46:15.474 INFO kablam! 116 | let mut class = Class::new(); Sep 04 11:46:15.474 INFO kablam! | ----^^^^^ Sep 04 11:46:15.474 INFO kablam! | | Sep 04 11:46:15.474 INFO kablam! | help: remove this `mut` Sep 04 11:46:15.474 INFO kablam! Sep 04 11:46:15.474 INFO kablam! warning: variable does not need to be mutable Sep 04 11:46:15.474 INFO kablam! --> src/parse/test/mod.rs:117:9 Sep 04 11:46:15.474 INFO kablam! | Sep 04 11:46:15.474 INFO kablam! 117 | let mut class2 = Class::new(); Sep 04 11:46:15.474 INFO kablam! | ----^^^^^^ Sep 04 11:46:15.474 INFO kablam! | | Sep 04 11:46:15.474 INFO kablam! | help: remove this `mut` Sep 04 11:46:15.474 INFO kablam! Sep 04 11:46:15.483 INFO kablam! warning: method is never used: `ch_comment` Sep 04 11:46:15.483 INFO kablam! --> src/model/mod.rs:393:9 Sep 04 11:46:15.483 INFO kablam! | Sep 04 11:46:15.483 INFO kablam! 393 | pub fn ch_comment(&mut self, value: bool) { Sep 04 11:46:15.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:46:15.483 INFO kablam! | Sep 04 11:46:15.483 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 11:46:15.483 INFO kablam! Sep 04 11:46:15.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.12s Sep 04 11:46:15.525 INFO kablam! su: No module specific data is present Sep 04 11:46:16.005 INFO running `"docker" "rm" "-f" "a2f42ca4af83bbaf9ae0882c526cb31cd791f8907294f47b4229e1a4ff51af53"` Sep 04 11:46:16.100 INFO blam! a2f42ca4af83bbaf9ae0882c526cb31cd791f8907294f47b4229e1a4ff51af53