Sep 02 07:07:28.944 INFO checking mpegts-0.1.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 07:07:28.944 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 07:07:28.944 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 07:07:29.166 INFO blam! 395a8f9290c352beff9448e1fb028e817506c771f48b39724a0154d6973f1681 Sep 02 07:07:29.169 INFO running `"docker" "start" "-a" "395a8f9290c352beff9448e1fb028e817506c771f48b39724a0154d6973f1681"` Sep 02 07:07:29.835 INFO kablam! Checking bitstream-io v0.6.5 Sep 02 07:07:31.009 INFO kablam! Checking mpegts v0.1.0 (file:///source) Sep 02 07:07:32.128 INFO kablam! warning: variable does not need to be mutable Sep 02 07:07:32.128 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 02 07:07:32.128 INFO kablam! | Sep 02 07:07:32.129 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 02 07:07:32.129 INFO kablam! | ----^^^^^^ Sep 02 07:07:32.129 INFO kablam! | | Sep 02 07:07:32.129 INFO kablam! | help: remove this `mut` Sep 02 07:07:32.129 INFO kablam! | Sep 02 07:07:32.129 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 07:07:32.129 INFO kablam! Sep 02 07:07:32.129 INFO kablam! warning: variable does not need to be mutable Sep 02 07:07:32.129 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 02 07:07:32.129 INFO kablam! | Sep 02 07:07:32.129 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 02 07:07:32.129 INFO kablam! | ----^^^^^ Sep 02 07:07:32.129 INFO kablam! | | Sep 02 07:07:32.129 INFO kablam! | help: remove this `mut` Sep 02 07:07:32.129 INFO kablam! Sep 02 07:07:32.131 INFO kablam! warning: variable does not need to be mutable Sep 02 07:07:32.131 INFO kablam! --> src/parser/payload.rs:13:51 Sep 02 07:07:32.131 INFO kablam! | Sep 02 07:07:32.131 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 02 07:07:32.131 INFO kablam! | ----^^^^^ Sep 02 07:07:32.131 INFO kablam! | | Sep 02 07:07:32.131 INFO kablam! | help: remove this `mut` Sep 02 07:07:32.131 INFO kablam! Sep 02 07:07:32.162 INFO kablam! warning: variable does not need to be mutable Sep 02 07:07:32.162 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 02 07:07:32.162 INFO kablam! | Sep 02 07:07:32.162 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 02 07:07:32.163 INFO kablam! | ----^^^^^^ Sep 02 07:07:32.163 INFO kablam! | | Sep 02 07:07:32.163 INFO kablam! | help: remove this `mut` Sep 02 07:07:32.163 INFO kablam! Sep 02 07:07:32.166 INFO kablam! warning: variable does not need to be mutable Sep 02 07:07:32.166 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 02 07:07:32.166 INFO kablam! | Sep 02 07:07:32.166 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 02 07:07:32.166 INFO kablam! | ----^^^^^^ Sep 02 07:07:32.166 INFO kablam! | | Sep 02 07:07:32.166 INFO kablam! | help: remove this `mut` Sep 02 07:07:32.166 INFO kablam! Sep 02 07:07:32.172 INFO kablam! warning: variable does not need to be mutable Sep 02 07:07:32.172 INFO kablam! --> src/writer/payload.rs:14:22 Sep 02 07:07:32.172 INFO kablam! | Sep 02 07:07:32.172 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 02 07:07:32.172 INFO kablam! | ----^^^^^^ Sep 02 07:07:32.172 INFO kablam! | | Sep 02 07:07:32.172 INFO kablam! | help: remove this `mut` Sep 02 07:07:32.172 INFO kablam! Sep 02 07:07:32.184 INFO kablam! warning: variable does not need to be mutable Sep 02 07:07:32.184 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 02 07:07:32.184 INFO kablam! | Sep 02 07:07:32.184 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 02 07:07:32.184 INFO kablam! | ----^^^^^^ Sep 02 07:07:32.184 INFO kablam! | | Sep 02 07:07:32.184 INFO kablam! | help: remove this `mut` Sep 02 07:07:32.184 INFO kablam! | Sep 02 07:07:32.184 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 07:07:32.184 INFO kablam! Sep 02 07:07:32.185 INFO kablam! warning: variable does not need to be mutable Sep 02 07:07:32.185 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 02 07:07:32.185 INFO kablam! | Sep 02 07:07:32.185 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 02 07:07:32.185 INFO kablam! | ----^^^^^ Sep 02 07:07:32.185 INFO kablam! | | Sep 02 07:07:32.185 INFO kablam! | help: remove this `mut` Sep 02 07:07:32.185 INFO kablam! Sep 02 07:07:32.187 INFO kablam! warning: variable does not need to be mutable Sep 02 07:07:32.187 INFO kablam! --> src/parser/payload.rs:13:51 Sep 02 07:07:32.187 INFO kablam! | Sep 02 07:07:32.187 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 02 07:07:32.187 INFO kablam! | ----^^^^^ Sep 02 07:07:32.187 INFO kablam! | | Sep 02 07:07:32.187 INFO kablam! | help: remove this `mut` Sep 02 07:07:32.187 INFO kablam! Sep 02 07:07:32.226 INFO kablam! warning: variable does not need to be mutable Sep 02 07:07:32.226 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 02 07:07:32.226 INFO kablam! | Sep 02 07:07:32.226 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 02 07:07:32.226 INFO kablam! | ----^^^^^^ Sep 02 07:07:32.226 INFO kablam! | | Sep 02 07:07:32.226 INFO kablam! | help: remove this `mut` Sep 02 07:07:32.226 INFO kablam! Sep 02 07:07:32.230 INFO kablam! warning: variable does not need to be mutable Sep 02 07:07:32.230 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 02 07:07:32.230 INFO kablam! | Sep 02 07:07:32.230 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 02 07:07:32.230 INFO kablam! | ----^^^^^^ Sep 02 07:07:32.230 INFO kablam! | | Sep 02 07:07:32.230 INFO kablam! | help: remove this `mut` Sep 02 07:07:32.230 INFO kablam! Sep 02 07:07:32.235 INFO kablam! warning: variable does not need to be mutable Sep 02 07:07:32.235 INFO kablam! --> src/writer/payload.rs:14:22 Sep 02 07:07:32.235 INFO kablam! | Sep 02 07:07:32.235 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 02 07:07:32.235 INFO kablam! | ----^^^^^^ Sep 02 07:07:32.235 INFO kablam! | | Sep 02 07:07:32.235 INFO kablam! | help: remove this `mut` Sep 02 07:07:32.235 INFO kablam! Sep 02 07:07:32.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.01s Sep 02 07:07:32.841 INFO kablam! su: No module specific data is present Sep 02 07:07:33.262 INFO running `"docker" "rm" "-f" "395a8f9290c352beff9448e1fb028e817506c771f48b39724a0154d6973f1681"` Sep 02 07:07:33.378 INFO blam! 395a8f9290c352beff9448e1fb028e817506c771f48b39724a0154d6973f1681