Sep 01 13:37:46.371 INFO checking mpegts-0.1.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 13:37:46.371 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 13:37:46.371 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 13:37:46.526 INFO blam! 5a5ba6b898d3e426315cec354db1baca7bdccd158aeabe9be42832aa4e6c26ee Sep 01 13:37:46.528 INFO running `"docker" "start" "-a" "5a5ba6b898d3e426315cec354db1baca7bdccd158aeabe9be42832aa4e6c26ee"` Sep 01 13:37:47.091 INFO kablam! Checking bitstream-io v0.6.5 Sep 01 13:37:48.013 INFO kablam! Checking mpegts v0.1.0 (file:///source) Sep 01 13:37:48.996 INFO kablam! warning: variable does not need to be mutable Sep 01 13:37:48.996 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 01 13:37:48.996 INFO kablam! | Sep 01 13:37:48.996 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 01 13:37:48.996 INFO kablam! | ----^^^^^^ Sep 01 13:37:48.996 INFO kablam! | | Sep 01 13:37:48.996 INFO kablam! | help: remove this `mut` Sep 01 13:37:48.996 INFO kablam! | Sep 01 13:37:48.996 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 13:37:48.996 INFO kablam! Sep 01 13:37:48.996 INFO kablam! warning: variable does not need to be mutable Sep 01 13:37:48.996 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 01 13:37:48.996 INFO kablam! | Sep 01 13:37:48.996 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 01 13:37:48.996 INFO kablam! | ----^^^^^ Sep 01 13:37:48.996 INFO kablam! | | Sep 01 13:37:48.996 INFO kablam! | help: remove this `mut` Sep 01 13:37:48.996 INFO kablam! Sep 01 13:37:48.998 INFO kablam! warning: variable does not need to be mutable Sep 01 13:37:48.998 INFO kablam! --> src/parser/payload.rs:13:51 Sep 01 13:37:48.998 INFO kablam! | Sep 01 13:37:48.998 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 01 13:37:48.998 INFO kablam! | ----^^^^^ Sep 01 13:37:48.998 INFO kablam! | | Sep 01 13:37:48.999 INFO kablam! | help: remove this `mut` Sep 01 13:37:48.999 INFO kablam! Sep 01 13:37:49.029 INFO kablam! warning: variable does not need to be mutable Sep 01 13:37:49.029 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 01 13:37:49.029 INFO kablam! | Sep 01 13:37:49.029 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 01 13:37:49.029 INFO kablam! | ----^^^^^^ Sep 01 13:37:49.029 INFO kablam! | | Sep 01 13:37:49.029 INFO kablam! | help: remove this `mut` Sep 01 13:37:49.029 INFO kablam! Sep 01 13:37:49.033 INFO kablam! warning: variable does not need to be mutable Sep 01 13:37:49.033 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 01 13:37:49.033 INFO kablam! | Sep 01 13:37:49.033 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 01 13:37:49.033 INFO kablam! | ----^^^^^^ Sep 01 13:37:49.033 INFO kablam! | | Sep 01 13:37:49.033 INFO kablam! | help: remove this `mut` Sep 01 13:37:49.033 INFO kablam! Sep 01 13:37:49.038 INFO kablam! warning: variable does not need to be mutable Sep 01 13:37:49.038 INFO kablam! --> src/writer/payload.rs:14:22 Sep 01 13:37:49.038 INFO kablam! | Sep 01 13:37:49.038 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 01 13:37:49.038 INFO kablam! | ----^^^^^^ Sep 01 13:37:49.038 INFO kablam! | | Sep 01 13:37:49.038 INFO kablam! | help: remove this `mut` Sep 01 13:37:49.038 INFO kablam! Sep 01 13:37:49.112 INFO kablam! warning: variable does not need to be mutable Sep 01 13:37:49.112 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 01 13:37:49.112 INFO kablam! | Sep 01 13:37:49.112 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 01 13:37:49.112 INFO kablam! | ----^^^^^^ Sep 01 13:37:49.112 INFO kablam! | | Sep 01 13:37:49.112 INFO kablam! | help: remove this `mut` Sep 01 13:37:49.113 INFO kablam! | Sep 01 13:37:49.113 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 13:37:49.113 INFO kablam! Sep 01 13:37:49.113 INFO kablam! warning: variable does not need to be mutable Sep 01 13:37:49.113 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 01 13:37:49.113 INFO kablam! | Sep 01 13:37:49.113 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 01 13:37:49.113 INFO kablam! | ----^^^^^ Sep 01 13:37:49.113 INFO kablam! | | Sep 01 13:37:49.113 INFO kablam! | help: remove this `mut` Sep 01 13:37:49.113 INFO kablam! Sep 01 13:37:49.115 INFO kablam! warning: variable does not need to be mutable Sep 01 13:37:49.115 INFO kablam! --> src/parser/payload.rs:13:51 Sep 01 13:37:49.115 INFO kablam! | Sep 01 13:37:49.115 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 01 13:37:49.115 INFO kablam! | ----^^^^^ Sep 01 13:37:49.115 INFO kablam! | | Sep 01 13:37:49.115 INFO kablam! | help: remove this `mut` Sep 01 13:37:49.115 INFO kablam! Sep 01 13:37:49.160 INFO kablam! warning: variable does not need to be mutable Sep 01 13:37:49.160 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 01 13:37:49.160 INFO kablam! | Sep 01 13:37:49.160 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 01 13:37:49.160 INFO kablam! | ----^^^^^^ Sep 01 13:37:49.160 INFO kablam! | | Sep 01 13:37:49.160 INFO kablam! | help: remove this `mut` Sep 01 13:37:49.161 INFO kablam! Sep 01 13:37:49.165 INFO kablam! warning: variable does not need to be mutable Sep 01 13:37:49.165 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 01 13:37:49.165 INFO kablam! | Sep 01 13:37:49.165 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 01 13:37:49.165 INFO kablam! | ----^^^^^^ Sep 01 13:37:49.165 INFO kablam! | | Sep 01 13:37:49.165 INFO kablam! | help: remove this `mut` Sep 01 13:37:49.165 INFO kablam! Sep 01 13:37:49.172 INFO kablam! warning: variable does not need to be mutable Sep 01 13:37:49.172 INFO kablam! --> src/writer/payload.rs:14:22 Sep 01 13:37:49.172 INFO kablam! | Sep 01 13:37:49.172 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 01 13:37:49.172 INFO kablam! | ----^^^^^^ Sep 01 13:37:49.172 INFO kablam! | | Sep 01 13:37:49.172 INFO kablam! | help: remove this `mut` Sep 01 13:37:49.172 INFO kablam! Sep 01 13:37:49.637 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.56s Sep 01 13:37:49.649 INFO kablam! su: No module specific data is present Sep 01 13:37:50.061 INFO running `"docker" "rm" "-f" "5a5ba6b898d3e426315cec354db1baca7bdccd158aeabe9be42832aa4e6c26ee"` Sep 01 13:37:50.147 INFO blam! 5a5ba6b898d3e426315cec354db1baca7bdccd158aeabe9be42832aa4e6c26ee