Sep 05 23:44:28.491 INFO checking soundio-0.2.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 23:44:28.491 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 23:44:28.491 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 23:44:28.632 INFO blam! cb5efe5c8e816c2e884762c223ff118ad23738069bc08176a9f2dc794a59de12 Sep 05 23:44:28.635 INFO running `"docker" "start" "-a" "cb5efe5c8e816c2e884762c223ff118ad23738069bc08176a9f2dc794a59de12"` Sep 05 23:44:29.535 INFO kablam! usermod: no changes Sep 05 23:44:29.577 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Sep 05 23:44:29.577 INFO kablam! disables Cargo from automatically inferring other example targets. Sep 05 23:44:29.577 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 05 23:44:29.577 INFO kablam! files will be included as a example target: Sep 05 23:44:29.577 INFO kablam! Sep 05 23:44:29.577 INFO kablam! * /source/examples/sine/main.rs Sep 05 23:44:29.577 INFO kablam! Sep 05 23:44:29.577 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 05 23:44:29.577 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Sep 05 23:44:29.577 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Sep 05 23:44:29.577 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 05 23:44:29.577 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 05 23:44:29.577 INFO kablam! Sep 05 23:44:29.577 INFO kablam! For more information on this warning you can consult Sep 05 23:44:29.577 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 05 23:44:29.602 INFO kablam! Compiling libsoundio-sys v0.2.0 Sep 05 23:44:32.910 INFO kablam! Checking soundio v0.2.0 (file:///source) Sep 05 23:44:33.228 INFO kablam! warning: unused import: `super::super::backend::*` Sep 05 23:44:33.228 INFO kablam! --> src/context.rs:686:6 Sep 05 23:44:33.228 INFO kablam! | Sep 05 23:44:33.228 INFO kablam! 686 | use super::super::backend::*; Sep 05 23:44:33.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:44:33.228 INFO kablam! | Sep 05 23:44:33.228 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 23:44:33.228 INFO kablam! Sep 05 23:44:33.682 INFO kablam! warning: variable does not need to be mutable Sep 05 23:44:33.682 INFO kablam! --> src/device.rs:335:7 Sep 05 23:44:33.682 INFO kablam! | Sep 05 23:44:33.682 INFO kablam! 335 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; Sep 05 23:44:33.682 INFO kablam! | ----^^^^^^^^^ Sep 05 23:44:33.682 INFO kablam! | | Sep 05 23:44:33.682 INFO kablam! | help: remove this `mut` Sep 05 23:44:33.682 INFO kablam! | Sep 05 23:44:33.682 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 05 23:44:33.682 INFO kablam! Sep 05 23:44:33.682 INFO kablam! warning: variable does not need to be mutable Sep 05 23:44:33.682 INFO kablam! --> src/device.rs:439:7 Sep 05 23:44:33.682 INFO kablam! | Sep 05 23:44:33.682 INFO kablam! 439 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; Sep 05 23:44:33.682 INFO kablam! | ----^^^^^^^^ Sep 05 23:44:33.682 INFO kablam! | | Sep 05 23:44:33.682 INFO kablam! | help: remove this `mut` Sep 05 23:44:33.682 INFO kablam! Sep 05 23:44:33.754 INFO kablam! warning: variable does not need to be mutable Sep 05 23:44:33.754 INFO kablam! --> src/device.rs:335:7 Sep 05 23:44:33.754 INFO kablam! | Sep 05 23:44:33.754 INFO kablam! 335 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; Sep 05 23:44:33.754 INFO kablam! | ----^^^^^^^^^ Sep 05 23:44:33.754 INFO kablam! | | Sep 05 23:44:33.754 INFO kablam! | help: remove this `mut` Sep 05 23:44:33.754 INFO kablam! | Sep 05 23:44:33.754 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 05 23:44:33.754 INFO kablam! Sep 05 23:44:33.760 INFO kablam! warning: variable does not need to be mutable Sep 05 23:44:33.760 INFO kablam! --> src/device.rs:439:7 Sep 05 23:44:33.760 INFO kablam! | Sep 05 23:44:33.760 INFO kablam! 439 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; Sep 05 23:44:33.760 INFO kablam! | ----^^^^^^^^ Sep 05 23:44:33.760 INFO kablam! | | Sep 05 23:44:33.760 INFO kablam! | help: remove this `mut` Sep 05 23:44:33.762 INFO kablam! Sep 05 23:44:34.081 INFO kablam! warning: unused variable: `watch` Sep 05 23:44:34.081 INFO kablam! --> examples/list_devices/main.rs:4:17 Sep 05 23:44:34.081 INFO kablam! | Sep 05 23:44:34.081 INFO kablam! 4 | fn list_devices(watch: bool, short_output: bool, backend: soundio::Backend) -> Result<(), String> { Sep 05 23:44:34.081 INFO kablam! | ^^^^^ help: consider using `_watch` instead Sep 05 23:44:34.081 INFO kablam! | Sep 05 23:44:34.081 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 05 23:44:34.081 INFO kablam! Sep 05 23:44:34.221 INFO kablam! warning: method is never used: `finished` Sep 05 23:44:34.221 INFO kablam! --> examples/player/main.rs:50:2 Sep 05 23:44:34.221 INFO kablam! | Sep 05 23:44:34.221 INFO kablam! 50 | fn finished(&self) -> bool { Sep 05 23:44:34.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:44:34.221 INFO kablam! | Sep 05 23:44:34.221 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 23:44:34.221 INFO kablam! Sep 05 23:44:34.249 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.68s Sep 05 23:44:34.254 INFO kablam! su: No module specific data is present Sep 05 23:44:34.869 INFO running `"docker" "rm" "-f" "cb5efe5c8e816c2e884762c223ff118ad23738069bc08176a9f2dc794a59de12"` Sep 05 23:44:34.994 INFO blam! cb5efe5c8e816c2e884762c223ff118ad23738069bc08176a9f2dc794a59de12