Sep 10 14:24:17.396 INFO checking mpegts-0.1.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 14:24:17.396 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 14:24:17.396 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 14:24:17.596 INFO blam! ee39043f64f1c46598f70b1392e2931644517f17cf4acc2831c27cbf2345c194 Sep 10 14:24:17.598 INFO running `"docker" "start" "-a" "ee39043f64f1c46598f70b1392e2931644517f17cf4acc2831c27cbf2345c194"` Sep 10 14:24:18.165 INFO kablam! usermod: no changes Sep 10 14:24:18.203 INFO kablam! Checking bitstream-io v0.6.5 Sep 10 14:24:18.992 INFO kablam! Checking mpegts v0.1.0 (file:///source) Sep 10 14:24:19.666 INFO kablam! warning: variable does not need to be mutable Sep 10 14:24:19.666 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 10 14:24:19.666 INFO kablam! | Sep 10 14:24:19.666 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 10 14:24:19.666 INFO kablam! | ----^^^^^^ Sep 10 14:24:19.666 INFO kablam! | | Sep 10 14:24:19.666 INFO kablam! | help: remove this `mut` Sep 10 14:24:19.666 INFO kablam! | Sep 10 14:24:19.666 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 10 14:24:19.666 INFO kablam! Sep 10 14:24:19.666 INFO kablam! warning: variable does not need to be mutable Sep 10 14:24:19.667 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 10 14:24:19.667 INFO kablam! | Sep 10 14:24:19.667 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 10 14:24:19.667 INFO kablam! | ----^^^^^ Sep 10 14:24:19.667 INFO kablam! | | Sep 10 14:24:19.667 INFO kablam! | help: remove this `mut` Sep 10 14:24:19.667 INFO kablam! Sep 10 14:24:19.668 INFO kablam! warning: variable does not need to be mutable Sep 10 14:24:19.668 INFO kablam! --> src/parser/payload.rs:13:51 Sep 10 14:24:19.668 INFO kablam! | Sep 10 14:24:19.668 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 10 14:24:19.668 INFO kablam! | ----^^^^^ Sep 10 14:24:19.668 INFO kablam! | | Sep 10 14:24:19.668 INFO kablam! | help: remove this `mut` Sep 10 14:24:19.668 INFO kablam! Sep 10 14:24:19.690 INFO kablam! warning: variable does not need to be mutable Sep 10 14:24:19.690 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 10 14:24:19.690 INFO kablam! | Sep 10 14:24:19.690 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 10 14:24:19.690 INFO kablam! | ----^^^^^^ Sep 10 14:24:19.690 INFO kablam! | | Sep 10 14:24:19.690 INFO kablam! | help: remove this `mut` Sep 10 14:24:19.690 INFO kablam! Sep 10 14:24:19.693 INFO kablam! warning: variable does not need to be mutable Sep 10 14:24:19.693 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 10 14:24:19.693 INFO kablam! | Sep 10 14:24:19.693 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 10 14:24:19.693 INFO kablam! | ----^^^^^^ Sep 10 14:24:19.693 INFO kablam! | | Sep 10 14:24:19.693 INFO kablam! | help: remove this `mut` Sep 10 14:24:19.693 INFO kablam! Sep 10 14:24:19.697 INFO kablam! warning: variable does not need to be mutable Sep 10 14:24:19.697 INFO kablam! --> src/writer/payload.rs:14:22 Sep 10 14:24:19.697 INFO kablam! | Sep 10 14:24:19.697 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 10 14:24:19.697 INFO kablam! | ----^^^^^^ Sep 10 14:24:19.697 INFO kablam! | | Sep 10 14:24:19.697 INFO kablam! | help: remove this `mut` Sep 10 14:24:19.697 INFO kablam! Sep 10 14:24:19.793 INFO kablam! warning: variable does not need to be mutable Sep 10 14:24:19.793 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:41 Sep 10 14:24:19.793 INFO kablam! | Sep 10 14:24:19.793 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 10 14:24:19.793 INFO kablam! | ----^^^^^^ Sep 10 14:24:19.793 INFO kablam! | | Sep 10 14:24:19.793 INFO kablam! | help: remove this `mut` Sep 10 14:24:19.793 INFO kablam! | Sep 10 14:24:19.793 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 10 14:24:19.793 INFO kablam! Sep 10 14:24:19.793 INFO kablam! warning: variable does not need to be mutable Sep 10 14:24:19.793 INFO kablam! --> src/parser/adaptation_field_extension.rs:5:80 Sep 10 14:24:19.793 INFO kablam! | Sep 10 14:24:19.793 INFO kablam! 5 | pub fn parse_adaptation_field_extension(mut stream: &mut BitReader, mut count: &mut usize) -> Option { Sep 10 14:24:19.793 INFO kablam! | ----^^^^^ Sep 10 14:24:19.793 INFO kablam! | | Sep 10 14:24:19.793 INFO kablam! | help: remove this `mut` Sep 10 14:24:19.793 INFO kablam! Sep 10 14:24:19.794 INFO kablam! warning: variable does not need to be mutable Sep 10 14:24:19.794 INFO kablam! --> src/parser/payload.rs:13:51 Sep 10 14:24:19.794 INFO kablam! | Sep 10 14:24:19.794 INFO kablam! 13 | fn parse_table(stream: &mut BitReader, mut count: &mut usize, length: u16) -> (u16, Vec) { Sep 10 14:24:19.794 INFO kablam! | ----^^^^^ Sep 10 14:24:19.794 INFO kablam! | | Sep 10 14:24:19.794 INFO kablam! | help: remove this `mut` Sep 10 14:24:19.794 INFO kablam! Sep 10 14:24:19.847 INFO kablam! warning: variable does not need to be mutable Sep 10 14:24:19.847 INFO kablam! --> src/writer/adaptation_field.rs:57:31 Sep 10 14:24:19.847 INFO kablam! | Sep 10 14:24:19.847 INFO kablam! 57 | pub fn write_adaptation_field(mut writer: &mut BitWriter, adaptation_field: &Option) { Sep 10 14:24:19.848 INFO kablam! | ----^^^^^^ Sep 10 14:24:19.848 INFO kablam! | | Sep 10 14:24:19.848 INFO kablam! | help: remove this `mut` Sep 10 14:24:19.848 INFO kablam! Sep 10 14:24:19.850 INFO kablam! warning: variable does not need to be mutable Sep 10 14:24:19.850 INFO kablam! --> src/writer/adaptation_field_extension.rs:41:41 Sep 10 14:24:19.851 INFO kablam! | Sep 10 14:24:19.851 INFO kablam! 41 | pub fn write_adaptation_field_extension(mut writer: &mut BitWriter, adaptation_field_extension: &Option) { Sep 10 14:24:19.851 INFO kablam! | ----^^^^^^ Sep 10 14:24:19.851 INFO kablam! | | Sep 10 14:24:19.851 INFO kablam! | help: remove this `mut` Sep 10 14:24:19.851 INFO kablam! Sep 10 14:24:19.878 INFO kablam! warning: variable does not need to be mutable Sep 10 14:24:19.878 INFO kablam! --> src/writer/payload.rs:14:22 Sep 10 14:24:19.878 INFO kablam! | Sep 10 14:24:19.878 INFO kablam! 14 | pub fn write_payload(mut writer: &mut BitWriter, payload: &Option) { Sep 10 14:24:19.878 INFO kablam! | ----^^^^^^ Sep 10 14:24:19.878 INFO kablam! | | Sep 10 14:24:19.878 INFO kablam! | help: remove this `mut` Sep 10 14:24:19.878 INFO kablam! Sep 10 14:24:20.261 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.08s Sep 10 14:24:20.264 INFO kablam! su: No module specific data is present Sep 10 14:24:20.843 INFO running `"docker" "rm" "-f" "ee39043f64f1c46598f70b1392e2931644517f17cf4acc2831c27cbf2345c194"` Sep 10 14:24:20.960 INFO blam! ee39043f64f1c46598f70b1392e2931644517f17cf4acc2831c27cbf2345c194