Sep 04 10:31:14.449 INFO checking mpegts-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 10:31:14.449 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 10:31:14.450 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 10:31:14.633 INFO blam! 529d07763469ea5f466e152278a59b7501073afba86c6315e1b39bc9f1cfc284 Sep 04 10:31:14.635 INFO running `"docker" "start" "-a" "529d07763469ea5f466e152278a59b7501073afba86c6315e1b39bc9f1cfc284"` Sep 04 10:31:15.166 INFO kablam! Checking bitstream-io v0.6.5 Sep 04 10:31:16.288 INFO kablam! Checking mpegts v0.1.0 (file:///source) Sep 04 10:31:17.282 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:17.283 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 04 10:31:17.283 INFO kablam! | Sep 04 10:31:17.283 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 04 10:31:17.283 INFO kablam! | ----^^^^^^ Sep 04 10:31:17.283 INFO kablam! | | Sep 04 10:31:17.283 INFO kablam! | help: remove this `mut` Sep 04 10:31:17.283 INFO kablam! | Sep 04 10:31:17.283 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 10:31:17.283 INFO kablam! Sep 04 10:31:17.283 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:17.283 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 04 10:31:17.283 INFO kablam! | Sep 04 10:31:17.283 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 04 10:31:17.283 INFO kablam! | ----^^^^^ Sep 04 10:31:17.283 INFO kablam! | | Sep 04 10:31:17.283 INFO kablam! | help: remove this `mut` Sep 04 10:31:17.283 INFO kablam! Sep 04 10:31:17.285 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:17.285 INFO kablam! --> src/parser/payload.rs:13:51 Sep 04 10:31:17.285 INFO kablam! | Sep 04 10:31:17.285 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 04 10:31:17.285 INFO kablam! | ----^^^^^ Sep 04 10:31:17.285 INFO kablam! | | Sep 04 10:31:17.285 INFO kablam! | help: remove this `mut` Sep 04 10:31:17.285 INFO kablam! Sep 04 10:31:17.333 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:17.333 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 04 10:31:17.333 INFO kablam! | Sep 04 10:31:17.333 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 04 10:31:17.333 INFO kablam! | ----^^^^^^ Sep 04 10:31:17.333 INFO kablam! | | Sep 04 10:31:17.333 INFO kablam! | help: remove this `mut` Sep 04 10:31:17.333 INFO kablam! Sep 04 10:31:17.339 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:17.339 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 04 10:31:17.339 INFO kablam! | Sep 04 10:31:17.339 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 04 10:31:17.339 INFO kablam! | ----^^^^^^ Sep 04 10:31:17.339 INFO kablam! | | Sep 04 10:31:17.339 INFO kablam! | help: remove this `mut` Sep 04 10:31:17.339 INFO kablam! Sep 04 10:31:17.346 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:17.346 INFO kablam! --> src/writer/payload.rs:14:22 Sep 04 10:31:17.346 INFO kablam! | Sep 04 10:31:17.346 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 04 10:31:17.346 INFO kablam! | ----^^^^^^ Sep 04 10:31:17.346 INFO kablam! | | Sep 04 10:31:17.346 INFO kablam! | help: remove this `mut` Sep 04 10:31:17.346 INFO kablam! Sep 04 10:31:17.359 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:17.359 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 04 10:31:17.359 INFO kablam! | Sep 04 10:31:17.359 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 04 10:31:17.359 INFO kablam! | ----^^^^^^ Sep 04 10:31:17.359 INFO kablam! | | Sep 04 10:31:17.359 INFO kablam! | help: remove this `mut` Sep 04 10:31:17.360 INFO kablam! | Sep 04 10:31:17.360 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 10:31:17.360 INFO kablam! Sep 04 10:31:17.360 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:17.360 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 04 10:31:17.360 INFO kablam! | Sep 04 10:31:17.360 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 04 10:31:17.360 INFO kablam! | ----^^^^^ Sep 04 10:31:17.360 INFO kablam! | | Sep 04 10:31:17.360 INFO kablam! | help: remove this `mut` Sep 04 10:31:17.360 INFO kablam! Sep 04 10:31:17.362 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:17.362 INFO kablam! --> src/parser/payload.rs:13:51 Sep 04 10:31:17.362 INFO kablam! | Sep 04 10:31:17.362 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 04 10:31:17.362 INFO kablam! | ----^^^^^ Sep 04 10:31:17.362 INFO kablam! | | Sep 04 10:31:17.362 INFO kablam! | help: remove this `mut` Sep 04 10:31:17.362 INFO kablam! Sep 04 10:31:17.407 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:17.407 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 04 10:31:17.407 INFO kablam! | Sep 04 10:31:17.407 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 04 10:31:17.407 INFO kablam! | ----^^^^^^ Sep 04 10:31:17.407 INFO kablam! | | Sep 04 10:31:17.407 INFO kablam! | help: remove this `mut` Sep 04 10:31:17.408 INFO kablam! Sep 04 10:31:17.413 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:17.413 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 04 10:31:17.413 INFO kablam! | Sep 04 10:31:17.413 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 04 10:31:17.413 INFO kablam! | ----^^^^^^ Sep 04 10:31:17.413 INFO kablam! | | Sep 04 10:31:17.413 INFO kablam! | help: remove this `mut` Sep 04 10:31:17.413 INFO kablam! Sep 04 10:31:17.420 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:17.420 INFO kablam! --> src/writer/payload.rs:14:22 Sep 04 10:31:17.420 INFO kablam! | Sep 04 10:31:17.420 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 04 10:31:17.420 INFO kablam! | ----^^^^^^ Sep 04 10:31:17.420 INFO kablam! | | Sep 04 10:31:17.420 INFO kablam! | help: remove this `mut` Sep 04 10:31:17.420 INFO kablam! Sep 04 10:31:17.943 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.79s Sep 04 10:31:17.949 INFO kablam! su: No module specific data is present Sep 04 10:31:18.364 INFO running `"docker" "rm" "-f" "529d07763469ea5f466e152278a59b7501073afba86c6315e1b39bc9f1cfc284"` Sep 04 10:31:18.457 INFO blam! 529d07763469ea5f466e152278a59b7501073afba86c6315e1b39bc9f1cfc284