Oct 26 20:32:12.343 INFO checking sourcepirate/L-voice-changer against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 20:32:12.343 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:12.644 INFO blam! fe32e23e889c0dce51345773375a6c7cdf239f08c57b5704515e23521564472c Oct 26 20:32:12.655 INFO running `"docker" "start" "-a" "fe32e23e889c0dce51345773375a6c7cdf239f08c57b5704515e23521564472c"` Oct 26 20:32:13.965 INFO kablam! usermod: no changes Oct 26 20:32:14.177 INFO kablam! Checking regex v0.2.10 Oct 26 20:32:16.583 INFO kablam! Checking env_logger v0.5.6 Oct 26 20:32:17.305 INFO kablam! Checking lvoice v0.1.0 (/source) Oct 26 20:32:17.892 INFO kablam! warning: unused import: `File` Oct 26 20:32:17.892 INFO kablam! --> src/temp.rs:1:15 Oct 26 20:32:17.893 INFO kablam! | Oct 26 20:32:17.894 INFO kablam! 1 | use std::fs::{File, remove_file}; Oct 26 20:32:17.894 INFO kablam! | ^^^^ Oct 26 20:32:17.899 INFO kablam! | Oct 26 20:32:17.899 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:32:17.900 INFO kablam! Oct 26 20:32:18.098 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:32:18.099 INFO kablam! --> src/temp.rs:37:9 Oct 26 20:32:18.100 INFO kablam! | Oct 26 20:32:18.100 INFO kablam! 37 | remove_file(self.path.as_str()); Oct 26 20:32:18.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:32:18.115 INFO kablam! | Oct 26 20:32:18.116 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:32:18.116 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:32:18.117 INFO kablam! Oct 26 20:32:18.118 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:32:18.118 INFO kablam! --> src/main.rs:48:5 Oct 26 20:32:18.119 INFO kablam! | Oct 26 20:32:18.119 INFO kablam! 48 | lowpass_file.create(input_path.to_str().unwrap()); Oct 26 20:32:18.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:32:18.121 INFO kablam! | Oct 26 20:32:18.121 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:32:18.122 INFO kablam! Oct 26 20:32:18.122 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:32:18.123 INFO kablam! --> src/main.rs:49:5 Oct 26 20:32:18.124 INFO kablam! | Oct 26 20:32:18.124 INFO kablam! 49 | highpass_file.create(input_path.to_str().unwrap()); Oct 26 20:32:18.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:32:18.125 INFO kablam! | Oct 26 20:32:18.125 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:32:18.125 INFO kablam! Oct 26 20:32:18.139 INFO kablam! warning: unused import: `File` Oct 26 20:32:18.140 INFO kablam! --> src/temp.rs:1:15 Oct 26 20:32:18.140 INFO kablam! | Oct 26 20:32:18.141 INFO kablam! 1 | use std::fs::{File, remove_file}; Oct 26 20:32:18.142 INFO kablam! | ^^^^ Oct 26 20:32:18.142 INFO kablam! | Oct 26 20:32:18.143 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:32:18.143 INFO kablam! Oct 26 20:32:18.268 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:32:18.268 INFO kablam! --> src/temp.rs:37:9 Oct 26 20:32:18.268 INFO kablam! | Oct 26 20:32:18.268 INFO kablam! 37 | remove_file(self.path.as_str()); Oct 26 20:32:18.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:32:18.268 INFO kablam! | Oct 26 20:32:18.270 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:32:18.270 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:32:18.270 INFO kablam! Oct 26 20:32:18.270 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:32:18.270 INFO kablam! --> src/main.rs:48:5 Oct 26 20:32:18.270 INFO kablam! | Oct 26 20:32:18.270 INFO kablam! 48 | lowpass_file.create(input_path.to_str().unwrap()); Oct 26 20:32:18.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:32:18.270 INFO kablam! | Oct 26 20:32:18.270 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:32:18.270 INFO kablam! Oct 26 20:32:18.270 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:32:18.270 INFO kablam! --> src/main.rs:49:5 Oct 26 20:32:18.270 INFO kablam! | Oct 26 20:32:18.270 INFO kablam! 49 | highpass_file.create(input_path.to_str().unwrap()); Oct 26 20:32:18.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:32:18.270 INFO kablam! | Oct 26 20:32:18.270 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:32:18.270 INFO kablam! Oct 26 20:32:18.299 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.30s Oct 26 20:32:18.303 INFO kablam! su: No module specific data is present Oct 26 20:32:18.722 INFO running `"docker" "rm" "-f" "fe32e23e889c0dce51345773375a6c7cdf239f08c57b5704515e23521564472c"` Oct 26 20:32:18.847 INFO blam! fe32e23e889c0dce51345773375a6c7cdf239f08c57b5704515e23521564472c