Sep 01 23:47:50.231 INFO checking simplemad_sys-0.5.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 23:47:50.231 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 23:47:50.231 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 23:47:50.438 INFO blam! 33efa1c088c85006e81b4629ec147c7fed769a051eef99a915a0e7bbb4379a1d Sep 01 23:47:50.440 INFO running `"docker" "start" "-a" "33efa1c088c85006e81b4629ec147c7fed769a051eef99a915a0e7bbb4379a1d"` Sep 01 23:47:51.013 INFO kablam! Compiling simplemad_sys v0.5.0 (file:///source) Sep 01 23:47:51.278 INFO kablam! warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build Sep 01 23:47:51.278 INFO kablam! --> build.rs:13:19 Sep 01 23:47:51.278 INFO kablam! | Sep 01 23:47:51.278 INFO kablam! 13 | let mut gcc = gcc::Config::new(); Sep 01 23:47:51.278 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 23:47:51.278 INFO kablam! | Sep 01 23:47:51.278 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 23:47:51.278 INFO kablam! Sep 01 23:47:52.600 INFO kablam! warning: libmad-src/frame.c: In function 'mad_header_decode': Sep 01 23:47:52.600 INFO kablam! warning: libmad-src/frame.c:318:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Sep 01 23:47:52.600 INFO kablam! warning: if (end - ptr < stream->skiplen) { Sep 01 23:47:52.601 INFO kablam! warning: ^ Sep 01 23:47:52.601 INFO kablam! warning: libmad-src/decoder.c: In function 'mad_decoder_finish': Sep 01 23:47:52.601 INFO kablam! warning: libmad-src/decoder.c:96:44: warning: unused parameter 'decoder' [-Wunused-parameter] Sep 01 23:47:52.601 INFO kablam! warning: int mad_decoder_finish(struct mad_decoder *decoder) Sep 01 23:47:52.601 INFO kablam! warning: ^ Sep 01 23:47:52.601 INFO kablam! warning: libmad-src/decoder.c: In function 'mad_decoder_message': Sep 01 23:47:52.601 INFO kablam! warning: libmad-src/decoder.c:569:45: warning: unused parameter 'decoder' [-Wunused-parameter] Sep 01 23:47:52.601 INFO kablam! warning: int mad_decoder_message(struct mad_decoder *decoder, Sep 01 23:47:52.601 INFO kablam! warning: ^ Sep 01 23:47:52.601 INFO kablam! warning: libmad-src/decoder.c:570:10: warning: unused parameter 'message' [-Wunused-parameter] Sep 01 23:47:52.601 INFO kablam! warning: void *message, unsigned int *len) Sep 01 23:47:52.601 INFO kablam! warning: ^ Sep 01 23:47:52.601 INFO kablam! warning: libmad-src/decoder.c:570:33: warning: unused parameter 'len' [-Wunused-parameter] Sep 01 23:47:52.601 INFO kablam! warning: void *message, unsigned int *len) Sep 01 23:47:52.601 INFO kablam! warning: ^ Sep 01 23:47:52.601 INFO kablam! warning: libmad-src/layer3.c: In function 'III_requantize': Sep 01 23:47:52.601 INFO kablam! warning: libmad-src/layer3.c:897:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Sep 01 23:47:52.601 INFO kablam! warning: if (-exp >= sizeof(mad_fixed_t) * CHAR_BIT) { Sep 01 23:47:52.601 INFO kablam! warning: ^ Sep 01 23:47:52.601 INFO kablam! warning: libmad-src/layer3.c: In function 'III_huffdecode': Sep 01 23:47:52.601 INFO kablam! warning: libmad-src/layer3.c:1056:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Sep 01 23:47:52.601 INFO kablam! warning: if (cachesz < linbits + 2) { Sep 01 23:47:52.601 INFO kablam! warning: ^ Sep 01 23:47:52.601 INFO kablam! warning: libmad-src/layer3.c:1091:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Sep 01 23:47:52.601 INFO kablam! warning: if (cachesz < linbits + 1) { Sep 01 23:47:52.601 INFO kablam! warning: ^ Sep 01 23:47:52.985 INFO kablam! warning: unused imports: `Debug`, `Result` Sep 01 23:47:52.985 INFO kablam! --> src/lib.rs:6:22 Sep 01 23:47:52.985 INFO kablam! | Sep 01 23:47:52.985 INFO kablam! 6 | use std::fmt::{self, Result, Debug}; Sep 01 23:47:52.985 INFO kablam! | ^^^^^^ ^^^^^ Sep 01 23:47:52.985 INFO kablam! | Sep 01 23:47:52.985 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 23:47:52.985 INFO kablam! Sep 01 23:47:53.019 INFO kablam! warning: unused imports: `Debug`, `Result` Sep 01 23:47:53.019 INFO kablam! --> src/lib.rs:6:22 Sep 01 23:47:53.019 INFO kablam! | Sep 01 23:47:53.019 INFO kablam! 6 | use std::fmt::{self, Result, Debug}; Sep 01 23:47:53.019 INFO kablam! | ^^^^^^ ^^^^^ Sep 01 23:47:53.019 INFO kablam! | Sep 01 23:47:53.019 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 23:47:53.019 INFO kablam! Sep 01 23:47:53.241 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.24s Sep 01 23:47:53.244 INFO kablam! su: No module specific data is present Sep 01 23:47:53.639 INFO running `"docker" "rm" "-f" "33efa1c088c85006e81b4629ec147c7fed769a051eef99a915a0e7bbb4379a1d"` Sep 01 23:47:53.758 INFO blam! 33efa1c088c85006e81b4629ec147c7fed769a051eef99a915a0e7bbb4379a1d