Sep 19 22:08:31.835 INFO checking mpegts-0.1.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 22:08:31.835 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 22:08:31.836 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:08:32.130 INFO blam! 6878bc9af53b3e7f79c1221b17cfe202f2501d4caf2a4d4925334d7565c24b07 Sep 19 22:08:32.135 INFO running `"docker" "start" "-a" "6878bc9af53b3e7f79c1221b17cfe202f2501d4caf2a4d4925334d7565c24b07"` Sep 19 22:08:32.747 INFO kablam! usermod: no changes Sep 19 22:08:32.779 INFO kablam! Checking bitstream-io v0.6.5 Sep 19 22:08:33.368 INFO kablam! Checking mpegts v0.1.0 (/source) Sep 19 22:08:33.963 INFO kablam! warning: variable does not need to be mutable Sep 19 22:08:33.963 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 19 22:08:33.963 INFO kablam! | Sep 19 22:08:33.963 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 19 22:08:33.963 INFO kablam! | ----^^^^^^ Sep 19 22:08:33.963 INFO kablam! | | Sep 19 22:08:33.963 INFO kablam! | help: remove this `mut` Sep 19 22:08:33.963 INFO kablam! | Sep 19 22:08:33.963 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 22:08:33.963 INFO kablam! Sep 19 22:08:33.963 INFO kablam! warning: variable does not need to be mutable Sep 19 22:08:33.963 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 19 22:08:33.963 INFO kablam! | Sep 19 22:08:33.963 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 19 22:08:33.963 INFO kablam! | ----^^^^^ Sep 19 22:08:33.963 INFO kablam! | | Sep 19 22:08:33.963 INFO kablam! | help: remove this `mut` Sep 19 22:08:33.963 INFO kablam! Sep 19 22:08:33.965 INFO kablam! warning: variable does not need to be mutable Sep 19 22:08:33.965 INFO kablam! --> src/parser/payload.rs:13:51 Sep 19 22:08:33.965 INFO kablam! | Sep 19 22:08:33.965 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 19 22:08:33.965 INFO kablam! | ----^^^^^ Sep 19 22:08:33.966 INFO kablam! | | Sep 19 22:08:33.966 INFO kablam! | help: remove this `mut` Sep 19 22:08:33.966 INFO kablam! Sep 19 22:08:33.989 INFO kablam! warning: variable does not need to be mutable Sep 19 22:08:33.989 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 19 22:08:33.989 INFO kablam! | Sep 19 22:08:33.989 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 19 22:08:33.989 INFO kablam! | ----^^^^^^ Sep 19 22:08:33.989 INFO kablam! | | Sep 19 22:08:33.989 INFO kablam! | help: remove this `mut` Sep 19 22:08:33.989 INFO kablam! Sep 19 22:08:34.010 INFO kablam! warning: variable does not need to be mutable Sep 19 22:08:34.011 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 19 22:08:34.011 INFO kablam! | Sep 19 22:08:34.011 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 19 22:08:34.011 INFO kablam! | ----^^^^^^ Sep 19 22:08:34.011 INFO kablam! | | Sep 19 22:08:34.011 INFO kablam! | help: remove this `mut` Sep 19 22:08:34.011 INFO kablam! Sep 19 22:08:34.011 INFO kablam! warning: variable does not need to be mutable Sep 19 22:08:34.011 INFO kablam! --> src/writer/payload.rs:14:22 Sep 19 22:08:34.011 INFO kablam! | Sep 19 22:08:34.011 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 19 22:08:34.011 INFO kablam! | ----^^^^^^ Sep 19 22:08:34.011 INFO kablam! | | Sep 19 22:08:34.011 INFO kablam! | help: remove this `mut` Sep 19 22:08:34.011 INFO kablam! Sep 19 22:08:34.011 INFO kablam! warning: variable does not need to be mutable Sep 19 22:08:34.011 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 19 22:08:34.011 INFO kablam! | Sep 19 22:08:34.011 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 19 22:08:34.011 INFO kablam! | ----^^^^^^ Sep 19 22:08:34.011 INFO kablam! | | Sep 19 22:08:34.011 INFO kablam! | help: remove this `mut` Sep 19 22:08:34.011 INFO kablam! | Sep 19 22:08:34.011 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 22:08:34.011 INFO kablam! Sep 19 22:08:34.011 INFO kablam! warning: variable does not need to be mutable Sep 19 22:08:34.011 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 19 22:08:34.011 INFO kablam! | Sep 19 22:08:34.011 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 19 22:08:34.011 INFO kablam! | ----^^^^^ Sep 19 22:08:34.011 INFO kablam! | | Sep 19 22:08:34.011 INFO kablam! | help: remove this `mut` Sep 19 22:08:34.011 INFO kablam! Sep 19 22:08:34.011 INFO kablam! warning: variable does not need to be mutable Sep 19 22:08:34.011 INFO kablam! --> src/parser/payload.rs:13:51 Sep 19 22:08:34.011 INFO kablam! | Sep 19 22:08:34.011 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 19 22:08:34.011 INFO kablam! | ----^^^^^ Sep 19 22:08:34.011 INFO kablam! | | Sep 19 22:08:34.011 INFO kablam! | help: remove this `mut` Sep 19 22:08:34.011 INFO kablam! Sep 19 22:08:34.025 INFO kablam! warning: variable does not need to be mutable Sep 19 22:08:34.026 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 19 22:08:34.026 INFO kablam! | Sep 19 22:08:34.026 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 19 22:08:34.026 INFO kablam! | ----^^^^^^ Sep 19 22:08:34.026 INFO kablam! | | Sep 19 22:08:34.026 INFO kablam! | help: remove this `mut` Sep 19 22:08:34.026 INFO kablam! Sep 19 22:08:34.026 INFO kablam! warning: variable does not need to be mutable Sep 19 22:08:34.026 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 19 22:08:34.026 INFO kablam! | Sep 19 22:08:34.026 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 19 22:08:34.026 INFO kablam! | ----^^^^^^ Sep 19 22:08:34.026 INFO kablam! | | Sep 19 22:08:34.026 INFO kablam! | help: remove this `mut` Sep 19 22:08:34.026 INFO kablam! Sep 19 22:08:34.026 INFO kablam! warning: variable does not need to be mutable Sep 19 22:08:34.026 INFO kablam! --> src/writer/payload.rs:14:22 Sep 19 22:08:34.026 INFO kablam! | Sep 19 22:08:34.026 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 19 22:08:34.026 INFO kablam! | ----^^^^^^ Sep 19 22:08:34.026 INFO kablam! | | Sep 19 22:08:34.026 INFO kablam! | help: remove this `mut` Sep 19 22:08:34.026 INFO kablam! Sep 19 22:08:34.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Sep 19 22:08:34.360 INFO kablam! su: No module specific data is present Sep 19 22:08:34.841 INFO running `"docker" "rm" "-f" "6878bc9af53b3e7f79c1221b17cfe202f2501d4caf2a4d4925334d7565c24b07"` Sep 19 22:08:34.999 INFO blam! 6878bc9af53b3e7f79c1221b17cfe202f2501d4caf2a4d4925334d7565c24b07