Sep 04 10:31:10.077 INFO checking mpegts-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 10:31:10.077 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 10:31:10.077 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-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:10.234 INFO blam! 78621db00fdae2c90516250db3485e42c7d738bec91925a9b43cdbc825d8d569 Sep 04 10:31:10.236 INFO running `"docker" "start" "-a" "78621db00fdae2c90516250db3485e42c7d738bec91925a9b43cdbc825d8d569"` Sep 04 10:31:10.855 INFO kablam! Checking bitstream-io v0.6.5 Sep 04 10:31:12.097 INFO kablam! Checking mpegts v0.1.0 (file:///source) Sep 04 10:31:13.199 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:13.199 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 04 10:31:13.199 INFO kablam! | Sep 04 10:31:13.199 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 04 10:31:13.199 INFO kablam! | ----^^^^^^ Sep 04 10:31:13.199 INFO kablam! | | Sep 04 10:31:13.199 INFO kablam! | help: remove this `mut` Sep 04 10:31:13.199 INFO kablam! | Sep 04 10:31:13.199 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 10:31:13.199 INFO kablam! Sep 04 10:31:13.199 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:13.199 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 04 10:31:13.200 INFO kablam! | Sep 04 10:31:13.200 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 04 10:31:13.200 INFO kablam! | ----^^^^^ Sep 04 10:31:13.200 INFO kablam! | | Sep 04 10:31:13.200 INFO kablam! | help: remove this `mut` Sep 04 10:31:13.200 INFO kablam! Sep 04 10:31:13.201 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:13.201 INFO kablam! --> src/parser/payload.rs:13:51 Sep 04 10:31:13.201 INFO kablam! | Sep 04 10:31:13.201 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 04 10:31:13.201 INFO kablam! | ----^^^^^ Sep 04 10:31:13.201 INFO kablam! | | Sep 04 10:31:13.201 INFO kablam! | help: remove this `mut` Sep 04 10:31:13.201 INFO kablam! Sep 04 10:31:13.245 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:13.245 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 04 10:31:13.245 INFO kablam! | Sep 04 10:31:13.245 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 04 10:31:13.245 INFO kablam! | ----^^^^^^ Sep 04 10:31:13.245 INFO kablam! | | Sep 04 10:31:13.245 INFO kablam! | help: remove this `mut` Sep 04 10:31:13.245 INFO kablam! Sep 04 10:31:13.251 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:13.251 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 04 10:31:13.251 INFO kablam! | Sep 04 10:31:13.251 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 04 10:31:13.251 INFO kablam! | ----^^^^^^ Sep 04 10:31:13.251 INFO kablam! | | Sep 04 10:31:13.251 INFO kablam! | help: remove this `mut` Sep 04 10:31:13.251 INFO kablam! Sep 04 10:31:13.259 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:13.259 INFO kablam! --> src/writer/payload.rs:14:22 Sep 04 10:31:13.260 INFO kablam! | Sep 04 10:31:13.260 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 04 10:31:13.260 INFO kablam! | ----^^^^^^ Sep 04 10:31:13.260 INFO kablam! | | Sep 04 10:31:13.260 INFO kablam! | help: remove this `mut` Sep 04 10:31:13.260 INFO kablam! Sep 04 10:31:13.405 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:13.405 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 04 10:31:13.405 INFO kablam! | Sep 04 10:31:13.406 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 04 10:31:13.406 INFO kablam! | ----^^^^^^ Sep 04 10:31:13.406 INFO kablam! | | Sep 04 10:31:13.406 INFO kablam! | help: remove this `mut` Sep 04 10:31:13.406 INFO kablam! | Sep 04 10:31:13.406 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 10:31:13.406 INFO kablam! Sep 04 10:31:13.406 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:13.406 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 04 10:31:13.406 INFO kablam! | Sep 04 10:31:13.406 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 04 10:31:13.406 INFO kablam! | ----^^^^^ Sep 04 10:31:13.406 INFO kablam! | | Sep 04 10:31:13.406 INFO kablam! | help: remove this `mut` Sep 04 10:31:13.406 INFO kablam! Sep 04 10:31:13.408 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:13.408 INFO kablam! --> src/parser/payload.rs:13:51 Sep 04 10:31:13.408 INFO kablam! | Sep 04 10:31:13.408 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 04 10:31:13.409 INFO kablam! | ----^^^^^ Sep 04 10:31:13.409 INFO kablam! | | Sep 04 10:31:13.409 INFO kablam! | help: remove this `mut` Sep 04 10:31:13.409 INFO kablam! Sep 04 10:31:13.455 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:13.455 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 04 10:31:13.455 INFO kablam! | Sep 04 10:31:13.455 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 04 10:31:13.455 INFO kablam! | ----^^^^^^ Sep 04 10:31:13.455 INFO kablam! | | Sep 04 10:31:13.455 INFO kablam! | help: remove this `mut` Sep 04 10:31:13.455 INFO kablam! Sep 04 10:31:13.460 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:13.460 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 04 10:31:13.460 INFO kablam! | Sep 04 10:31:13.460 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 04 10:31:13.460 INFO kablam! | ----^^^^^^ Sep 04 10:31:13.460 INFO kablam! | | Sep 04 10:31:13.460 INFO kablam! | help: remove this `mut` Sep 04 10:31:13.460 INFO kablam! Sep 04 10:31:13.467 INFO kablam! warning: variable does not need to be mutable Sep 04 10:31:13.467 INFO kablam! --> src/writer/payload.rs:14:22 Sep 04 10:31:13.467 INFO kablam! | Sep 04 10:31:13.467 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 04 10:31:13.467 INFO kablam! | ----^^^^^^ Sep 04 10:31:13.467 INFO kablam! | | Sep 04 10:31:13.467 INFO kablam! | help: remove this `mut` Sep 04 10:31:13.467 INFO kablam! Sep 04 10:31:13.896 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.05s Sep 04 10:31:13.901 INFO kablam! su: No module specific data is present Sep 04 10:31:14.304 INFO running `"docker" "rm" "-f" "78621db00fdae2c90516250db3485e42c7d738bec91925a9b43cdbc825d8d569"` Sep 04 10:31:14.406 INFO blam! 78621db00fdae2c90516250db3485e42c7d738bec91925a9b43cdbc825d8d569