Sep 21 02:47:11.817 INFO checking soundio-0.2.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:47:11.817 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:47:11.817 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:47:12.006 INFO blam! 1cc437153618a74f8ee176808e6811c728239dca0c97d9e28cd2fe0d7d7c2be0 Sep 21 02:47:12.007 INFO running `"docker" "start" "-a" "1cc437153618a74f8ee176808e6811c728239dca0c97d9e28cd2fe0d7d7c2be0"` Sep 21 02:47:12.504 INFO kablam! usermod: no changes Sep 21 02:47:12.538 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Sep 21 02:47:12.538 INFO kablam! disables Cargo from automatically inferring other example targets. Sep 21 02:47:12.538 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 02:47:12.538 INFO kablam! files will be included as a example target: Sep 21 02:47:12.538 INFO kablam! Sep 21 02:47:12.538 INFO kablam! * /source/examples/sine/main.rs Sep 21 02:47:12.538 INFO kablam! Sep 21 02:47:12.538 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 02:47:12.538 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Sep 21 02:47:12.538 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Sep 21 02:47:12.538 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 02:47:12.538 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 02:47:12.538 INFO kablam! Sep 21 02:47:12.538 INFO kablam! For more information on this warning you can consult Sep 21 02:47:12.538 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 02:47:12.554 INFO kablam! Checking hound v3.4.0 Sep 21 02:47:12.554 INFO kablam! Compiling libsoundio-sys v0.2.0 Sep 21 02:47:15.806 INFO kablam! Checking soundio v0.2.0 (/source) Sep 21 02:47:16.111 INFO kablam! warning: unused import: `super::super::backend::*` Sep 21 02:47:16.112 INFO kablam! --> src/context.rs:686:6 Sep 21 02:47:16.112 INFO kablam! | Sep 21 02:47:16.112 INFO kablam! 686 | use super::super::backend::*; Sep 21 02:47:16.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:47:16.112 INFO kablam! | Sep 21 02:47:16.112 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 02:47:16.112 INFO kablam! Sep 21 02:47:16.425 INFO kablam! warning: variable does not need to be mutable Sep 21 02:47:16.425 INFO kablam! --> src/device.rs:335:7 Sep 21 02:47:16.425 INFO kablam! | Sep 21 02:47:16.425 INFO kablam! 335 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; Sep 21 02:47:16.425 INFO kablam! | ----^^^^^^^^^ Sep 21 02:47:16.425 INFO kablam! | | Sep 21 02:47:16.425 INFO kablam! | help: remove this `mut` Sep 21 02:47:16.425 INFO kablam! | Sep 21 02:47:16.425 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 02:47:16.425 INFO kablam! Sep 21 02:47:16.429 INFO kablam! warning: variable does not need to be mutable Sep 21 02:47:16.429 INFO kablam! --> src/device.rs:439:7 Sep 21 02:47:16.429 INFO kablam! | Sep 21 02:47:16.429 INFO kablam! 439 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; Sep 21 02:47:16.429 INFO kablam! | ----^^^^^^^^ Sep 21 02:47:16.429 INFO kablam! | | Sep 21 02:47:16.430 INFO kablam! | help: remove this `mut` Sep 21 02:47:16.430 INFO kablam! Sep 21 02:47:16.886 INFO kablam! warning: variable does not need to be mutable Sep 21 02:47:16.886 INFO kablam! --> src/device.rs:335:7 Sep 21 02:47:16.886 INFO kablam! | Sep 21 02:47:16.886 INFO kablam! 335 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; Sep 21 02:47:16.886 INFO kablam! | ----^^^^^^^^^ Sep 21 02:47:16.886 INFO kablam! | | Sep 21 02:47:16.886 INFO kablam! | help: remove this `mut` Sep 21 02:47:16.886 INFO kablam! | Sep 21 02:47:16.886 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 02:47:16.886 INFO kablam! Sep 21 02:47:16.886 INFO kablam! warning: variable does not need to be mutable Sep 21 02:47:16.886 INFO kablam! --> src/device.rs:439:7 Sep 21 02:47:16.886 INFO kablam! | Sep 21 02:47:16.886 INFO kablam! 439 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; Sep 21 02:47:16.886 INFO kablam! | ----^^^^^^^^ Sep 21 02:47:16.886 INFO kablam! | | Sep 21 02:47:16.886 INFO kablam! | help: remove this `mut` Sep 21 02:47:16.886 INFO kablam! Sep 21 02:47:17.046 INFO kablam! warning: method is never used: `finished` Sep 21 02:47:17.046 INFO kablam! --> examples/player/main.rs:50:2 Sep 21 02:47:17.046 INFO kablam! | Sep 21 02:47:17.046 INFO kablam! 50 | fn finished(&self) -> bool { Sep 21 02:47:17.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:47:17.046 INFO kablam! | Sep 21 02:47:17.046 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 02:47:17.046 INFO kablam! Sep 21 02:47:17.094 INFO kablam! warning: unused variable: `watch` Sep 21 02:47:17.094 INFO kablam! --> examples/list_devices/main.rs:4:17 Sep 21 02:47:17.094 INFO kablam! | Sep 21 02:47:17.094 INFO kablam! 4 | fn list_devices(watch: bool, short_output: bool, backend: soundio::Backend) -> Result<(), String> { Sep 21 02:47:17.094 INFO kablam! | ^^^^^ help: consider using `_watch` instead Sep 21 02:47:17.094 INFO kablam! | Sep 21 02:47:17.102 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 02:47:17.102 INFO kablam! Sep 21 02:47:17.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.74s Sep 21 02:47:17.282 INFO kablam! su: No module specific data is present Sep 21 02:47:17.906 INFO running `"docker" "rm" "-f" "1cc437153618a74f8ee176808e6811c728239dca0c97d9e28cd2fe0d7d7c2be0"` Sep 21 02:47:18.012 INFO blam! 1cc437153618a74f8ee176808e6811c728239dca0c97d9e28cd2fe0d7d7c2be0