Sep 06 03:37:26.580 INFO checking mpegts-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 03:37:26.580 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 03:37:26.580 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 03:37:26.739 INFO blam! 5d12fb98c32afe7a73398893f75a292648ba39eceb483ccdfc3075daf79de337 Sep 06 03:37:26.740 INFO running `"docker" "start" "-a" "5d12fb98c32afe7a73398893f75a292648ba39eceb483ccdfc3075daf79de337"` Sep 06 03:37:27.571 INFO kablam! usermod: no changes Sep 06 03:37:27.617 INFO kablam! Checking bitstream-io v0.6.5 Sep 06 03:37:28.191 INFO kablam! Checking mpegts v0.1.0 (file:///source) Sep 06 03:37:28.851 INFO kablam! warning: variable does not need to be mutable Sep 06 03:37:28.851 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 06 03:37:28.851 INFO kablam! | Sep 06 03:37:28.851 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 06 03:37:28.851 INFO kablam! | ----^^^^^^ Sep 06 03:37:28.851 INFO kablam! | | Sep 06 03:37:28.851 INFO kablam! | help: remove this `mut` Sep 06 03:37:28.851 INFO kablam! | Sep 06 03:37:28.852 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 03:37:28.852 INFO kablam! Sep 06 03:37:28.852 INFO kablam! warning: variable does not need to be mutable Sep 06 03:37:28.852 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 06 03:37:28.852 INFO kablam! | Sep 06 03:37:28.852 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 06 03:37:28.852 INFO kablam! | ----^^^^^ Sep 06 03:37:28.852 INFO kablam! | | Sep 06 03:37:28.852 INFO kablam! | help: remove this `mut` Sep 06 03:37:28.853 INFO kablam! Sep 06 03:37:28.854 INFO kablam! warning: variable does not need to be mutable Sep 06 03:37:28.855 INFO kablam! --> src/parser/payload.rs:13:51 Sep 06 03:37:28.855 INFO kablam! | Sep 06 03:37:28.855 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 06 03:37:28.855 INFO kablam! | ----^^^^^ Sep 06 03:37:28.855 INFO kablam! | | Sep 06 03:37:28.855 INFO kablam! | help: remove this `mut` Sep 06 03:37:28.855 INFO kablam! Sep 06 03:37:28.878 INFO kablam! warning: variable does not need to be mutable Sep 06 03:37:28.878 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 06 03:37:28.878 INFO kablam! | Sep 06 03:37:28.878 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 06 03:37:28.878 INFO kablam! | ----^^^^^^ Sep 06 03:37:28.878 INFO kablam! | | Sep 06 03:37:28.878 INFO kablam! | help: remove this `mut` Sep 06 03:37:28.878 INFO kablam! Sep 06 03:37:28.881 INFO kablam! warning: variable does not need to be mutable Sep 06 03:37:28.881 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 06 03:37:28.881 INFO kablam! | Sep 06 03:37:28.881 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 06 03:37:28.881 INFO kablam! | ----^^^^^^ Sep 06 03:37:28.881 INFO kablam! | | Sep 06 03:37:28.881 INFO kablam! | help: remove this `mut` Sep 06 03:37:28.882 INFO kablam! Sep 06 03:37:28.885 INFO kablam! warning: variable does not need to be mutable Sep 06 03:37:28.885 INFO kablam! --> src/writer/payload.rs:14:22 Sep 06 03:37:28.886 INFO kablam! | Sep 06 03:37:28.886 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 06 03:37:28.886 INFO kablam! | ----^^^^^^ Sep 06 03:37:28.886 INFO kablam! | | Sep 06 03:37:28.886 INFO kablam! | help: remove this `mut` Sep 06 03:37:28.886 INFO kablam! Sep 06 03:37:29.256 INFO kablam! warning: variable does not need to be mutable Sep 06 03:37:29.256 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 06 03:37:29.256 INFO kablam! | Sep 06 03:37:29.256 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 06 03:37:29.256 INFO kablam! | ----^^^^^^ Sep 06 03:37:29.256 INFO kablam! | | Sep 06 03:37:29.256 INFO kablam! | help: remove this `mut` Sep 06 03:37:29.262 INFO kablam! | Sep 06 03:37:29.262 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 03:37:29.262 INFO kablam! Sep 06 03:37:29.262 INFO kablam! warning: variable does not need to be mutable Sep 06 03:37:29.262 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 06 03:37:29.262 INFO kablam! | Sep 06 03:37:29.262 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 06 03:37:29.262 INFO kablam! | ----^^^^^ Sep 06 03:37:29.262 INFO kablam! | | Sep 06 03:37:29.262 INFO kablam! | help: remove this `mut` Sep 06 03:37:29.262 INFO kablam! Sep 06 03:37:29.263 INFO kablam! warning: variable does not need to be mutable Sep 06 03:37:29.263 INFO kablam! --> src/parser/payload.rs:13:51 Sep 06 03:37:29.263 INFO kablam! | Sep 06 03:37:29.263 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 06 03:37:29.263 INFO kablam! | ----^^^^^ Sep 06 03:37:29.263 INFO kablam! | | Sep 06 03:37:29.263 INFO kablam! | help: remove this `mut` Sep 06 03:37:29.264 INFO kablam! Sep 06 03:37:29.307 INFO kablam! warning: variable does not need to be mutable Sep 06 03:37:29.307 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 06 03:37:29.307 INFO kablam! | Sep 06 03:37:29.307 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 06 03:37:29.307 INFO kablam! | ----^^^^^^ Sep 06 03:37:29.307 INFO kablam! | | Sep 06 03:37:29.307 INFO kablam! | help: remove this `mut` Sep 06 03:37:29.307 INFO kablam! Sep 06 03:37:29.309 INFO kablam! warning: variable does not need to be mutable Sep 06 03:37:29.309 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 06 03:37:29.309 INFO kablam! | Sep 06 03:37:29.309 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 06 03:37:29.309 INFO kablam! | ----^^^^^^ Sep 06 03:37:29.309 INFO kablam! | | Sep 06 03:37:29.309 INFO kablam! | help: remove this `mut` Sep 06 03:37:29.322 INFO kablam! Sep 06 03:37:29.325 INFO kablam! warning: variable does not need to be mutable Sep 06 03:37:29.325 INFO kablam! --> src/writer/payload.rs:14:22 Sep 06 03:37:29.325 INFO kablam! | Sep 06 03:37:29.325 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 06 03:37:29.325 INFO kablam! | ----^^^^^^ Sep 06 03:37:29.325 INFO kablam! | | Sep 06 03:37:29.325 INFO kablam! | help: remove this `mut` Sep 06 03:37:29.325 INFO kablam! Sep 06 03:37:29.611 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.02s Sep 06 03:37:29.618 INFO kablam! su: No module specific data is present Sep 06 03:37:30.518 INFO running `"docker" "rm" "-f" "5d12fb98c32afe7a73398893f75a292648ba39eceb483ccdfc3075daf79de337"` Sep 06 03:37:30.632 INFO blam! 5d12fb98c32afe7a73398893f75a292648ba39eceb483ccdfc3075daf79de337