Sep 04 13:26:14.191 INFO checking mpegts-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 13:26:14.191 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 13:26:14.191 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 13:26:14.355 INFO blam! 6223122973a16f4671b83e6e16218950ac99cf52c30cbfe951afbe2afe7d1a88 Sep 04 13:26:14.357 INFO running `"docker" "start" "-a" "6223122973a16f4671b83e6e16218950ac99cf52c30cbfe951afbe2afe7d1a88"` Sep 04 13:26:15.136 INFO kablam! Checking bitstream-io v0.6.5 Sep 04 13:26:16.077 INFO kablam! Checking mpegts v0.1.0 (file:///source) Sep 04 13:26:17.160 INFO kablam! warning: variable does not need to be mutable Sep 04 13:26:17.160 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 04 13:26:17.160 INFO kablam! | Sep 04 13:26:17.160 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 04 13:26:17.160 INFO kablam! | ----^^^^^^ Sep 04 13:26:17.160 INFO kablam! | | Sep 04 13:26:17.160 INFO kablam! | help: remove this `mut` Sep 04 13:26:17.160 INFO kablam! | Sep 04 13:26:17.160 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 13:26:17.160 INFO kablam! Sep 04 13:26:17.161 INFO kablam! warning: variable does not need to be mutable Sep 04 13:26:17.161 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 04 13:26:17.161 INFO kablam! | Sep 04 13:26:17.161 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 04 13:26:17.161 INFO kablam! | ----^^^^^ Sep 04 13:26:17.161 INFO kablam! | | Sep 04 13:26:17.161 INFO kablam! | help: remove this `mut` Sep 04 13:26:17.161 INFO kablam! Sep 04 13:26:17.162 INFO kablam! warning: variable does not need to be mutable Sep 04 13:26:17.163 INFO kablam! --> src/parser/payload.rs:13:51 Sep 04 13:26:17.163 INFO kablam! | Sep 04 13:26:17.163 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 04 13:26:17.163 INFO kablam! | ----^^^^^ Sep 04 13:26:17.163 INFO kablam! | | Sep 04 13:26:17.163 INFO kablam! | help: remove this `mut` Sep 04 13:26:17.163 INFO kablam! Sep 04 13:26:17.210 INFO kablam! warning: variable does not need to be mutable Sep 04 13:26:17.210 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 04 13:26:17.210 INFO kablam! | Sep 04 13:26:17.210 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 04 13:26:17.210 INFO kablam! | ----^^^^^^ Sep 04 13:26:17.210 INFO kablam! | | Sep 04 13:26:17.210 INFO kablam! | help: remove this `mut` Sep 04 13:26:17.210 INFO kablam! Sep 04 13:26:17.213 INFO kablam! warning: variable does not need to be mutable Sep 04 13:26:17.213 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 04 13:26:17.213 INFO kablam! | Sep 04 13:26:17.213 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 04 13:26:17.213 INFO kablam! | ----^^^^^^ Sep 04 13:26:17.213 INFO kablam! | | Sep 04 13:26:17.213 INFO kablam! | help: remove this `mut` Sep 04 13:26:17.213 INFO kablam! Sep 04 13:26:17.217 INFO kablam! warning: variable does not need to be mutable Sep 04 13:26:17.217 INFO kablam! --> src/writer/payload.rs:14:22 Sep 04 13:26:17.217 INFO kablam! | Sep 04 13:26:17.217 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 04 13:26:17.217 INFO kablam! | ----^^^^^^ Sep 04 13:26:17.217 INFO kablam! | | Sep 04 13:26:17.218 INFO kablam! | help: remove this `mut` Sep 04 13:26:17.218 INFO kablam! Sep 04 13:26:17.309 INFO kablam! warning: variable does not need to be mutable Sep 04 13:26:17.310 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 04 13:26:17.310 INFO kablam! | Sep 04 13:26:17.310 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 04 13:26:17.310 INFO kablam! | ----^^^^^^ Sep 04 13:26:17.310 INFO kablam! | | Sep 04 13:26:17.310 INFO kablam! | help: remove this `mut` Sep 04 13:26:17.310 INFO kablam! | Sep 04 13:26:17.310 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 13:26:17.310 INFO kablam! Sep 04 13:26:17.311 INFO kablam! warning: variable does not need to be mutable Sep 04 13:26:17.311 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 04 13:26:17.311 INFO kablam! | Sep 04 13:26:17.311 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 04 13:26:17.311 INFO kablam! | ----^^^^^ Sep 04 13:26:17.311 INFO kablam! | | Sep 04 13:26:17.311 INFO kablam! | help: remove this `mut` Sep 04 13:26:17.311 INFO kablam! Sep 04 13:26:17.312 INFO kablam! warning: variable does not need to be mutable Sep 04 13:26:17.312 INFO kablam! --> src/parser/payload.rs:13:51 Sep 04 13:26:17.312 INFO kablam! | Sep 04 13:26:17.312 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 04 13:26:17.312 INFO kablam! | ----^^^^^ Sep 04 13:26:17.312 INFO kablam! | | Sep 04 13:26:17.312 INFO kablam! | help: remove this `mut` Sep 04 13:26:17.312 INFO kablam! Sep 04 13:26:17.354 INFO kablam! warning: variable does not need to be mutable Sep 04 13:26:17.355 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 04 13:26:17.355 INFO kablam! | Sep 04 13:26:17.355 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 04 13:26:17.355 INFO kablam! | ----^^^^^^ Sep 04 13:26:17.355 INFO kablam! | | Sep 04 13:26:17.355 INFO kablam! | help: remove this `mut` Sep 04 13:26:17.355 INFO kablam! Sep 04 13:26:17.359 INFO kablam! warning: variable does not need to be mutable Sep 04 13:26:17.359 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 04 13:26:17.359 INFO kablam! | Sep 04 13:26:17.359 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 04 13:26:17.359 INFO kablam! | ----^^^^^^ Sep 04 13:26:17.359 INFO kablam! | | Sep 04 13:26:17.359 INFO kablam! | help: remove this `mut` Sep 04 13:26:17.359 INFO kablam! Sep 04 13:26:17.366 INFO kablam! warning: variable does not need to be mutable Sep 04 13:26:17.366 INFO kablam! --> src/writer/payload.rs:14:22 Sep 04 13:26:17.366 INFO kablam! | Sep 04 13:26:17.366 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 04 13:26:17.366 INFO kablam! | ----^^^^^^ Sep 04 13:26:17.366 INFO kablam! | | Sep 04 13:26:17.366 INFO kablam! | help: remove this `mut` Sep 04 13:26:17.366 INFO kablam! Sep 04 13:26:18.240 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.13s Sep 04 13:26:18.245 INFO kablam! su: No module specific data is present Sep 04 13:26:18.722 INFO running `"docker" "rm" "-f" "6223122973a16f4671b83e6e16218950ac99cf52c30cbfe951afbe2afe7d1a88"` Sep 04 13:26:18.847 INFO blam! 6223122973a16f4671b83e6e16218950ac99cf52c30cbfe951afbe2afe7d1a88