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