Sep 01 23:19:39.545 INFO checking soundio-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 23:19:39.545 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 23:19:39.545 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/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:19:39.722 INFO blam! 3b81be0f18e55f17578043e690edef138ed4c3a1d7df6afe526625d2ee62bd93 Sep 01 23:19:39.724 INFO running `"docker" "start" "-a" "3b81be0f18e55f17578043e690edef138ed4c3a1d7df6afe526625d2ee62bd93"` Sep 01 23:19:40.261 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Sep 01 23:19:40.261 INFO kablam! disables Cargo from automatically inferring other example targets. Sep 01 23:19:40.261 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 23:19:40.261 INFO kablam! files will be included as a example target: Sep 01 23:19:40.261 INFO kablam! Sep 01 23:19:40.261 INFO kablam! * /source/examples/sine/main.rs Sep 01 23:19:40.261 INFO kablam! Sep 01 23:19:40.261 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 23:19:40.261 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Sep 01 23:19:40.261 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Sep 01 23:19:40.261 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 23:19:40.261 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 23:19:40.261 INFO kablam! Sep 01 23:19:40.261 INFO kablam! For more information on this warning you can consult Sep 01 23:19:40.261 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 23:19:40.276 INFO kablam! Checking hound v3.4.0 Sep 01 23:19:40.277 INFO kablam! Compiling libsoundio-sys v0.2.0 Sep 01 23:19:43.266 INFO kablam! Checking soundio v0.2.0 (file:///source) Sep 01 23:19:43.931 INFO kablam! warning: unused import: `super::super::backend::*` Sep 01 23:19:43.931 INFO kablam! --> src/context.rs:686:6 Sep 01 23:19:43.931 INFO kablam! | Sep 01 23:19:43.931 INFO kablam! 686 | use super::super::backend::*; Sep 01 23:19:43.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:19:43.932 INFO kablam! | Sep 01 23:19:43.932 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 23:19:43.932 INFO kablam! Sep 01 23:19:44.452 INFO kablam! warning: variable does not need to be mutable Sep 01 23:19:44.452 INFO kablam! --> src/device.rs:335:7 Sep 01 23:19:44.452 INFO kablam! | Sep 01 23:19:44.452 INFO kablam! 335 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; Sep 01 23:19:44.452 INFO kablam! | ----^^^^^^^^^ Sep 01 23:19:44.452 INFO kablam! | | Sep 01 23:19:44.452 INFO kablam! | help: remove this `mut` Sep 01 23:19:44.452 INFO kablam! | Sep 01 23:19:44.453 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 23:19:44.453 INFO kablam! Sep 01 23:19:44.458 INFO kablam! warning: variable does not need to be mutable Sep 01 23:19:44.458 INFO kablam! --> src/device.rs:439:7 Sep 01 23:19:44.458 INFO kablam! | Sep 01 23:19:44.458 INFO kablam! 439 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; Sep 01 23:19:44.458 INFO kablam! | ----^^^^^^^^ Sep 01 23:19:44.458 INFO kablam! | | Sep 01 23:19:44.458 INFO kablam! | help: remove this `mut` Sep 01 23:19:44.458 INFO kablam! Sep 01 23:19:45.018 INFO kablam! warning: variable does not need to be mutable Sep 01 23:19:45.018 INFO kablam! --> src/device.rs:335:7 Sep 01 23:19:45.018 INFO kablam! | Sep 01 23:19:45.019 INFO kablam! 335 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; Sep 01 23:19:45.019 INFO kablam! | ----^^^^^^^^^ Sep 01 23:19:45.019 INFO kablam! | | Sep 01 23:19:45.019 INFO kablam! | help: remove this `mut` Sep 01 23:19:45.019 INFO kablam! | Sep 01 23:19:45.019 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 23:19:45.019 INFO kablam! Sep 01 23:19:45.025 INFO kablam! warning: variable does not need to be mutable Sep 01 23:19:45.025 INFO kablam! --> src/device.rs:439:7 Sep 01 23:19:45.025 INFO kablam! | Sep 01 23:19:45.025 INFO kablam! 439 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; Sep 01 23:19:45.025 INFO kablam! | ----^^^^^^^^ Sep 01 23:19:45.025 INFO kablam! | | Sep 01 23:19:45.025 INFO kablam! | help: remove this `mut` Sep 01 23:19:45.026 INFO kablam! Sep 01 23:19:45.199 INFO kablam! warning: unused variable: `watch` Sep 01 23:19:45.199 INFO kablam! --> examples/list_devices/main.rs:4:17 Sep 01 23:19:45.199 INFO kablam! | Sep 01 23:19:45.199 INFO kablam! 4 | fn list_devices(watch: bool, short_output: bool, backend: soundio::Backend) -> Result<(), String> { Sep 01 23:19:45.199 INFO kablam! | ^^^^^ help: consider using `_watch` instead Sep 01 23:19:45.200 INFO kablam! | Sep 01 23:19:45.200 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 23:19:45.200 INFO kablam! Sep 01 23:19:45.252 INFO kablam! warning: method is never used: `finished` Sep 01 23:19:45.253 INFO kablam! --> examples/player/main.rs:50:2 Sep 01 23:19:45.253 INFO kablam! | Sep 01 23:19:45.253 INFO kablam! 50 | fn finished(&self) -> bool { Sep 01 23:19:45.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:19:45.253 INFO kablam! | Sep 01 23:19:45.253 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 23:19:45.253 INFO kablam! Sep 01 23:19:45.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.09s Sep 01 23:19:45.349 INFO kablam! su: No module specific data is present Sep 01 23:19:45.696 INFO running `"docker" "rm" "-f" "3b81be0f18e55f17578043e690edef138ed4c3a1d7df6afe526625d2ee62bd93"` Sep 01 23:19:45.796 INFO blam! 3b81be0f18e55f17578043e690edef138ed4c3a1d7df6afe526625d2ee62bd93