Sep 21 06:50:32.846 INFO checking mpegts-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 06:50:32.846 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 06:50:32.846 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 06:50:32.980 INFO blam! 014fec5c740c4898a36e861567d9573901e5e2cae98408c5ae9ed5a69fe04549 Sep 21 06:50:32.982 INFO running `"docker" "start" "-a" "014fec5c740c4898a36e861567d9573901e5e2cae98408c5ae9ed5a69fe04549"` Sep 21 06:50:34.010 INFO kablam! usermod: no changes Sep 21 06:50:34.033 INFO kablam! Checking bitstream-io v0.6.5 Sep 21 06:50:34.538 INFO kablam! Checking mpegts v0.1.0 (/source) Sep 21 06:50:35.174 INFO kablam! warning: variable does not need to be mutable Sep 21 06:50:35.174 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 21 06:50:35.174 INFO kablam! | Sep 21 06:50:35.174 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 21 06:50:35.174 INFO kablam! | ----^^^^^^ Sep 21 06:50:35.174 INFO kablam! | | Sep 21 06:50:35.174 INFO kablam! | help: remove this `mut` Sep 21 06:50:35.174 INFO kablam! | Sep 21 06:50:35.174 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 06:50:35.174 INFO kablam! Sep 21 06:50:35.174 INFO kablam! warning: variable does not need to be mutable Sep 21 06:50:35.174 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 21 06:50:35.174 INFO kablam! | Sep 21 06:50:35.174 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 21 06:50:35.174 INFO kablam! | ----^^^^^ Sep 21 06:50:35.174 INFO kablam! | | Sep 21 06:50:35.174 INFO kablam! | help: remove this `mut` Sep 21 06:50:35.174 INFO kablam! Sep 21 06:50:35.174 INFO kablam! warning: variable does not need to be mutable Sep 21 06:50:35.174 INFO kablam! --> src/parser/payload.rs:13:51 Sep 21 06:50:35.174 INFO kablam! | Sep 21 06:50:35.174 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 21 06:50:35.174 INFO kablam! | ----^^^^^ Sep 21 06:50:35.174 INFO kablam! | | Sep 21 06:50:35.174 INFO kablam! | help: remove this `mut` Sep 21 06:50:35.174 INFO kablam! Sep 21 06:50:35.190 INFO kablam! warning: variable does not need to be mutable Sep 21 06:50:35.190 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 21 06:50:35.190 INFO kablam! | Sep 21 06:50:35.190 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 21 06:50:35.190 INFO kablam! | ----^^^^^^ Sep 21 06:50:35.190 INFO kablam! | | Sep 21 06:50:35.190 INFO kablam! | help: remove this `mut` Sep 21 06:50:35.191 INFO kablam! Sep 21 06:50:35.200 INFO kablam! warning: variable does not need to be mutable Sep 21 06:50:35.200 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 21 06:50:35.200 INFO kablam! | Sep 21 06:50:35.200 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 21 06:50:35.200 INFO kablam! | ----^^^^^^ Sep 21 06:50:35.200 INFO kablam! | | Sep 21 06:50:35.200 INFO kablam! | help: remove this `mut` Sep 21 06:50:35.200 INFO kablam! Sep 21 06:50:35.200 INFO kablam! warning: variable does not need to be mutable Sep 21 06:50:35.200 INFO kablam! --> src/writer/payload.rs:14:22 Sep 21 06:50:35.200 INFO kablam! | Sep 21 06:50:35.200 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 21 06:50:35.200 INFO kablam! | ----^^^^^^ Sep 21 06:50:35.200 INFO kablam! | | Sep 21 06:50:35.201 INFO kablam! | help: remove this `mut` Sep 21 06:50:35.201 INFO kablam! Sep 21 06:50:35.207 INFO kablam! warning: variable does not need to be mutable Sep 21 06:50:35.207 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 21 06:50:35.207 INFO kablam! | Sep 21 06:50:35.207 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 21 06:50:35.207 INFO kablam! | ----^^^^^^ Sep 21 06:50:35.207 INFO kablam! | | Sep 21 06:50:35.207 INFO kablam! | help: remove this `mut` Sep 21 06:50:35.207 INFO kablam! | Sep 21 06:50:35.207 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 06:50:35.207 INFO kablam! Sep 21 06:50:35.207 INFO kablam! warning: variable does not need to be mutable Sep 21 06:50:35.207 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 21 06:50:35.207 INFO kablam! | Sep 21 06:50:35.207 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 21 06:50:35.207 INFO kablam! | ----^^^^^ Sep 21 06:50:35.207 INFO kablam! | | Sep 21 06:50:35.207 INFO kablam! | help: remove this `mut` Sep 21 06:50:35.207 INFO kablam! Sep 21 06:50:35.208 INFO kablam! warning: variable does not need to be mutable Sep 21 06:50:35.208 INFO kablam! --> src/parser/payload.rs:13:51 Sep 21 06:50:35.208 INFO kablam! | Sep 21 06:50:35.208 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 21 06:50:35.208 INFO kablam! | ----^^^^^ Sep 21 06:50:35.208 INFO kablam! | | Sep 21 06:50:35.208 INFO kablam! | help: remove this `mut` Sep 21 06:50:35.208 INFO kablam! Sep 21 06:50:35.229 INFO kablam! warning: variable does not need to be mutable Sep 21 06:50:35.229 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 21 06:50:35.229 INFO kablam! | Sep 21 06:50:35.229 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 21 06:50:35.229 INFO kablam! | ----^^^^^^ Sep 21 06:50:35.229 INFO kablam! | | Sep 21 06:50:35.229 INFO kablam! | help: remove this `mut` Sep 21 06:50:35.229 INFO kablam! Sep 21 06:50:35.231 INFO kablam! warning: variable does not need to be mutable Sep 21 06:50:35.231 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 21 06:50:35.231 INFO kablam! | Sep 21 06:50:35.231 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 21 06:50:35.231 INFO kablam! | ----^^^^^^ Sep 21 06:50:35.231 INFO kablam! | | Sep 21 06:50:35.231 INFO kablam! | help: remove this `mut` Sep 21 06:50:35.231 INFO kablam! Sep 21 06:50:35.236 INFO kablam! warning: variable does not need to be mutable Sep 21 06:50:35.236 INFO kablam! --> src/writer/payload.rs:14:22 Sep 21 06:50:35.236 INFO kablam! | Sep 21 06:50:35.236 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 21 06:50:35.236 INFO kablam! | ----^^^^^^ Sep 21 06:50:35.236 INFO kablam! | | Sep 21 06:50:35.236 INFO kablam! | help: remove this `mut` Sep 21 06:50:35.236 INFO kablam! Sep 21 06:50:35.575 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.55s Sep 21 06:50:35.579 INFO kablam! su: No module specific data is present Sep 21 06:50:36.232 INFO running `"docker" "rm" "-f" "014fec5c740c4898a36e861567d9573901e5e2cae98408c5ae9ed5a69fe04549"` Sep 21 06:50:36.346 INFO blam! 014fec5c740c4898a36e861567d9573901e5e2cae98408c5ae9ed5a69fe04549