Oct 26 20:32:15.508 INFO checking sourcepirate/L-voice-changer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:32:15.508 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 26 20:32:15.811 INFO blam! de7c22551e37c597634d4e2f9fe34e1b55fea45d30347bd6bcbd67c87e9c6aa4 Oct 26 20:32:15.813 INFO running `"docker" "start" "-a" "de7c22551e37c597634d4e2f9fe34e1b55fea45d30347bd6bcbd67c87e9c6aa4"` Oct 26 20:32:16.621 INFO kablam! usermod: no changes Oct 26 20:32:16.753 INFO kablam! Checking regex v0.2.10 Oct 26 20:32:19.139 INFO kablam! Checking env_logger v0.5.6 Oct 26 20:32:19.835 INFO kablam! Checking lvoice v0.1.0 (/source) Oct 26 20:32:20.246 INFO kablam! warning: unused import: `File` Oct 26 20:32:20.246 INFO kablam! --> src/temp.rs:1:15 Oct 26 20:32:20.246 INFO kablam! | Oct 26 20:32:20.246 INFO kablam! 1 | use std::fs::{File, remove_file}; Oct 26 20:32:20.246 INFO kablam! | ^^^^ Oct 26 20:32:20.246 INFO kablam! | Oct 26 20:32:20.246 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:32:20.246 INFO kablam! Oct 26 20:32:20.255 INFO kablam! warning: unused import: `File` Oct 26 20:32:20.255 INFO kablam! --> src/temp.rs:1:15 Oct 26 20:32:20.255 INFO kablam! | Oct 26 20:32:20.255 INFO kablam! 1 | use std::fs::{File, remove_file}; Oct 26 20:32:20.255 INFO kablam! | ^^^^ Oct 26 20:32:20.255 INFO kablam! | Oct 26 20:32:20.255 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:32:20.255 INFO kablam! Oct 26 20:32:20.343 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:32:20.343 INFO kablam! --> src/temp.rs:37:9 Oct 26 20:32:20.343 INFO kablam! | Oct 26 20:32:20.343 INFO kablam! 37 | remove_file(self.path.as_str()); Oct 26 20:32:20.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:32:20.343 INFO kablam! | Oct 26 20:32:20.343 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:32:20.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:32:20.343 INFO kablam! Oct 26 20:32:20.343 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:32:20.343 INFO kablam! --> src/main.rs:48:5 Oct 26 20:32:20.343 INFO kablam! | Oct 26 20:32:20.343 INFO kablam! 48 | lowpass_file.create(input_path.to_str().unwrap()); Oct 26 20:32:20.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:32:20.343 INFO kablam! | Oct 26 20:32:20.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:32:20.343 INFO kablam! Oct 26 20:32:20.343 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:32:20.343 INFO kablam! --> src/main.rs:49:5 Oct 26 20:32:20.343 INFO kablam! | Oct 26 20:32:20.343 INFO kablam! 49 | highpass_file.create(input_path.to_str().unwrap()); Oct 26 20:32:20.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:32:20.343 INFO kablam! | Oct 26 20:32:20.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:32:20.343 INFO kablam! Oct 26 20:32:20.352 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:32:20.353 INFO kablam! --> src/temp.rs:37:9 Oct 26 20:32:20.353 INFO kablam! | Oct 26 20:32:20.353 INFO kablam! 37 | remove_file(self.path.as_str()); Oct 26 20:32:20.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:32:20.353 INFO kablam! | Oct 26 20:32:20.353 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:32:20.354 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:32:20.354 INFO kablam! Oct 26 20:32:20.354 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:32:20.354 INFO kablam! --> src/main.rs:48:5 Oct 26 20:32:20.354 INFO kablam! | Oct 26 20:32:20.354 INFO kablam! 48 | lowpass_file.create(input_path.to_str().unwrap()); Oct 26 20:32:20.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:32:20.354 INFO kablam! | Oct 26 20:32:20.354 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:32:20.354 INFO kablam! Oct 26 20:32:20.354 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:32:20.354 INFO kablam! --> src/main.rs:49:5 Oct 26 20:32:20.354 INFO kablam! | Oct 26 20:32:20.354 INFO kablam! 49 | highpass_file.create(input_path.to_str().unwrap()); Oct 26 20:32:20.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:32:20.354 INFO kablam! | Oct 26 20:32:20.354 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:32:20.354 INFO kablam! Oct 26 20:32:20.378 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.73s Oct 26 20:32:20.399 INFO kablam! su: No module specific data is present Oct 26 20:32:21.063 INFO running `"docker" "rm" "-f" "de7c22551e37c597634d4e2f9fe34e1b55fea45d30347bd6bcbd67c87e9c6aa4"` Oct 26 20:32:21.387 INFO blam! de7c22551e37c597634d4e2f9fe34e1b55fea45d30347bd6bcbd67c87e9c6aa4