Oct 13 08:14:05.950 INFO checking soundio-0.2.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 08:14:05.950 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 08:14:06.456 INFO blam! 1e8cd059f0fffbbb8f611b73c50d7ceff061731bfeaf640bb00763b69b9015cc Oct 13 08:14:06.458 INFO running `"docker" "start" "-a" "1e8cd059f0fffbbb8f611b73c50d7ceff061731bfeaf640bb00763b69b9015cc"` Oct 13 08:14:08.139 INFO kablam! usermod: no changes Oct 13 08:14:08.217 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 13 08:14:08.217 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 13 08:14:08.217 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 08:14:08.217 INFO kablam! files will be included as a example target: Oct 13 08:14:08.217 INFO kablam! Oct 13 08:14:08.217 INFO kablam! * /source/examples/sine/main.rs Oct 13 08:14:08.217 INFO kablam! Oct 13 08:14:08.217 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 08:14:08.217 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 13 08:14:08.217 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 13 08:14:08.217 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 08:14:08.217 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 08:14:08.217 INFO kablam! Oct 13 08:14:08.217 INFO kablam! For more information on this warning you can consult Oct 13 08:14:08.217 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 08:14:08.237 INFO kablam! Compiling libsoundio-sys v0.2.0 Oct 13 08:14:11.720 INFO kablam! Checking soundio v0.2.0 (/source) Oct 13 08:14:13.012 INFO kablam! warning: variable does not need to be mutable Oct 13 08:14:13.013 INFO kablam! --> src/device.rs:335:7 Oct 13 08:14:13.014 INFO kablam! | Oct 13 08:14:13.014 INFO kablam! 335 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; Oct 13 08:14:13.015 INFO kablam! | ----^^^^^^^^^ Oct 13 08:14:13.015 INFO kablam! | | Oct 13 08:14:13.016 INFO kablam! | help: remove this `mut` Oct 13 08:14:13.017 INFO kablam! | Oct 13 08:14:13.017 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 08:14:13.018 INFO kablam! Oct 13 08:14:13.023 INFO kablam! warning: variable does not need to be mutable Oct 13 08:14:13.023 INFO kablam! --> src/device.rs:439:7 Oct 13 08:14:13.024 INFO kablam! | Oct 13 08:14:13.024 INFO kablam! 439 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; Oct 13 08:14:13.025 INFO kablam! | ----^^^^^^^^ Oct 13 08:14:13.025 INFO kablam! | | Oct 13 08:14:13.026 INFO kablam! | help: remove this `mut` Oct 13 08:14:13.027 INFO kablam! warning: unused import: `super::super::backend::*` Oct 13 08:14:13.027 INFO kablam! --> src/context.rs:686:6 Oct 13 08:14:13.028 INFO kablam! | Oct 13 08:14:13.028 INFO kablam! 686 | use super::super::backend::*; Oct 13 08:14:13.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:14:13.029 INFO kablam! | Oct 13 08:14:13.029 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 08:14:13.029 INFO kablam! Oct 13 08:14:13.030 INFO kablam! Oct 13 08:14:13.616 INFO kablam! warning: variable does not need to be mutable Oct 13 08:14:13.616 INFO kablam! --> src/device.rs:335:7 Oct 13 08:14:13.616 INFO kablam! | Oct 13 08:14:13.616 INFO kablam! 335 | let mut outstream = unsafe { raw::soundio_outstream_create(self.device) }; Oct 13 08:14:13.616 INFO kablam! | ----^^^^^^^^^ Oct 13 08:14:13.616 INFO kablam! | | Oct 13 08:14:13.616 INFO kablam! | help: remove this `mut` Oct 13 08:14:13.616 INFO kablam! | Oct 13 08:14:13.616 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 08:14:13.616 INFO kablam! Oct 13 08:14:13.618 INFO kablam! warning: variable does not need to be mutable Oct 13 08:14:13.618 INFO kablam! --> src/device.rs:439:7 Oct 13 08:14:13.618 INFO kablam! | Oct 13 08:14:13.618 INFO kablam! 439 | let mut instream = unsafe { raw::soundio_instream_create(self.device) }; Oct 13 08:14:13.618 INFO kablam! | ----^^^^^^^^ Oct 13 08:14:13.618 INFO kablam! | | Oct 13 08:14:13.618 INFO kablam! | help: remove this `mut` Oct 13 08:14:13.618 INFO kablam! Oct 13 08:14:14.156 INFO kablam! warning: unused variable: `watch` Oct 13 08:14:14.156 INFO kablam! --> examples/list_devices/main.rs:4:17 Oct 13 08:14:14.156 INFO kablam! | Oct 13 08:14:14.156 INFO kablam! 4 | fn list_devices(watch: bool, short_output: bool, backend: soundio::Backend) -> Result<(), String> { Oct 13 08:14:14.156 INFO kablam! | ^^^^^ help: consider using `_watch` instead Oct 13 08:14:14.156 INFO kablam! | Oct 13 08:14:14.156 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 08:14:14.156 INFO kablam! Oct 13 08:14:14.205 INFO kablam! warning: method is never used: `finished` Oct 13 08:14:14.205 INFO kablam! --> examples/player/main.rs:50:2 Oct 13 08:14:14.205 INFO kablam! | Oct 13 08:14:14.205 INFO kablam! 50 | fn finished(&self) -> bool { Oct 13 08:14:14.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:14:14.205 INFO kablam! | Oct 13 08:14:14.205 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 08:14:14.205 INFO kablam! Oct 13 08:14:14.221 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.03s Oct 13 08:14:14.224 INFO kablam! su: No module specific data is present Oct 13 08:14:14.590 INFO running `"docker" "rm" "-f" "1e8cd059f0fffbbb8f611b73c50d7ceff061731bfeaf640bb00763b69b9015cc"` Oct 13 08:14:14.844 INFO blam! 1e8cd059f0fffbbb8f611b73c50d7ceff061731bfeaf640bb00763b69b9015cc