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