Oct 12 20:55:22.209 INFO checking guillaume-gomez/tilt-shift-rust against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 20:55:22.209 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 20:55:22.608 INFO blam! 8d5f03b755abbd6b0c0f69e03c7c2d59bf7fe50f702b527ec6c6b400c549d257 Oct 12 20:55:22.628 INFO running `"docker" "start" "-a" "8d5f03b755abbd6b0c0f69e03c7c2d59bf7fe50f702b527ec6c6b400c549d257"` Oct 12 20:55:24.608 INFO kablam! usermod: no changes Oct 12 20:55:24.810 INFO kablam! Checking atty v0.2.3 Oct 12 20:55:24.810 INFO kablam! Checking textwrap v0.8.0 Oct 12 20:55:24.817 INFO kablam! Checking png v0.9.0 Oct 12 20:55:25.976 INFO kablam! Checking clap v2.26.2 Oct 12 20:55:27.114 INFO kablam! Checking image v0.15.0 Oct 12 20:55:35.961 INFO kablam! Checking tilt-shift v0.1.0 (/source) Oct 12 20:55:37.752 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 20:55:37.752 INFO kablam! --> src/main.rs:73:65 Oct 12 20:55:37.752 INFO kablam! | Oct 12 20:55:37.752 INFO kablam! 73 | tilt_shift_module::create_image(file, &output_file, (current_blur as f32), (current_saturation as f32), y_point_of_interest, height_point_of_interest); Oct 12 20:55:37.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 20:55:37.752 INFO kablam! | Oct 12 20:55:37.752 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 20:55:37.752 INFO kablam! Oct 12 20:55:37.752 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 20:55:37.752 INFO kablam! --> src/main.rs:73:88 Oct 12 20:55:37.752 INFO kablam! | Oct 12 20:55:37.752 INFO kablam! 73 | tilt_shift_module::create_image(file, &output_file, (current_blur as f32), (current_saturation as f32), y_point_of_interest, height_point_of_interest); Oct 12 20:55:37.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 20:55:37.752 INFO kablam! Oct 12 20:55:37.896 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 20:55:37.896 INFO kablam! --> src/main.rs:73:65 Oct 12 20:55:37.896 INFO kablam! | Oct 12 20:55:37.896 INFO kablam! 73 | tilt_shift_module::create_image(file, &output_file, (current_blur as f32), (current_saturation as f32), y_point_of_interest, height_point_of_interest); Oct 12 20:55:37.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 20:55:37.896 INFO kablam! | Oct 12 20:55:37.896 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 20:55:37.896 INFO kablam! Oct 12 20:55:37.896 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 20:55:37.896 INFO kablam! --> src/main.rs:73:88 Oct 12 20:55:37.896 INFO kablam! | Oct 12 20:55:37.896 INFO kablam! 73 | tilt_shift_module::create_image(file, &output_file, (current_blur as f32), (current_saturation as f32), y_point_of_interest, height_point_of_interest); Oct 12 20:55:37.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 20:55:37.896 INFO kablam! Oct 12 20:55:37.905 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 20:55:37.905 INFO kablam! --> src/main.rs:64:5 Oct 12 20:55:37.905 INFO kablam! | Oct 12 20:55:37.905 INFO kablam! 64 | fs::create_dir(output_file_folder); Oct 12 20:55:37.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:55:37.908 INFO kablam! | Oct 12 20:55:37.908 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 20:55:37.908 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 20:55:37.908 INFO kablam! Oct 12 20:55:38.024 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 20:55:38.025 INFO kablam! --> src/main.rs:64:5 Oct 12 20:55:38.025 INFO kablam! | Oct 12 20:55:38.025 INFO kablam! 64 | fs::create_dir(output_file_folder); Oct 12 20:55:38.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:55:38.026 INFO kablam! | Oct 12 20:55:38.026 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 20:55:38.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 20:55:38.027 INFO kablam! Oct 12 20:55:38.046 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.41s Oct 12 20:55:38.065 INFO kablam! su: No module specific data is present Oct 12 20:55:38.480 INFO running `"docker" "rm" "-f" "8d5f03b755abbd6b0c0f69e03c7c2d59bf7fe50f702b527ec6c6b400c549d257"` Oct 12 20:55:38.741 INFO blam! 8d5f03b755abbd6b0c0f69e03c7c2d59bf7fe50f702b527ec6c6b400c549d257