Oct 27 11:21:26.361 INFO checking Jbat1Jumper/spanish against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:21:26.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 27 11:21:26.791 INFO blam! c3e16d358b4328de1357b088b3ea453f64bfa66e7df87a7106c19d7a89f9b61e Oct 27 11:21:26.791 INFO running `"docker" "start" "-a" "c3e16d358b4328de1357b088b3ea453f64bfa66e7df87a7106c19d7a89f9b61e"` Oct 27 11:21:28.198 INFO kablam! usermod: no changes Oct 27 11:21:28.311 INFO kablam! Checking simple_logger v0.5.0 Oct 27 11:21:29.135 INFO kablam! Checking acentuación-del-castellano v0.1.0 (/source) Oct 27 11:21:30.947 INFO kablam! warning: unused variable: `source` Oct 27 11:21:30.947 INFO kablam! --> src/main.rs:96:13 Oct 27 11:21:30.947 INFO kablam! | Oct 27 11:21:30.947 INFO kablam! 96 | fn fix_file(source: &mut Read, target: &mut Write) -> Result<()> { Oct 27 11:21:30.947 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 27 11:21:30.947 INFO kablam! | Oct 27 11:21:30.947 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:21:30.947 INFO kablam! Oct 27 11:21:30.947 INFO kablam! warning: unused variable: `target` Oct 27 11:21:30.947 INFO kablam! --> src/main.rs:96:32 Oct 27 11:21:30.947 INFO kablam! | Oct 27 11:21:30.947 INFO kablam! 96 | fn fix_file(source: &mut Read, target: &mut Write) -> Result<()> { Oct 27 11:21:30.947 INFO kablam! | ^^^^^^ help: consider using `_target` instead Oct 27 11:21:30.947 INFO kablam! Oct 27 11:21:30.971 INFO kablam! warning: function is never used: `fix_file` Oct 27 11:21:30.971 INFO kablam! --> src/main.rs:96:1 Oct 27 11:21:30.971 INFO kablam! | Oct 27 11:21:30.971 INFO kablam! 96 | fn fix_file(source: &mut Read, target: &mut Write) -> Result<()> { Oct 27 11:21:30.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:30.971 INFO kablam! | Oct 27 11:21:30.971 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:21:30.971 INFO kablam! Oct 27 11:21:30.971 INFO kablam! warning: function is never used: `get_first_error_in_file` Oct 27 11:21:30.971 INFO kablam! --> src/main.rs:106:1 Oct 27 11:21:30.971 INFO kablam! | Oct 27 11:21:30.971 INFO kablam! 106 | fn get_first_error_in_file(source: &mut Read) -> Option { Oct 27 11:21:30.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:30.971 INFO kablam! Oct 27 11:21:31.007 INFO kablam! warning: unused variable: `source` Oct 27 11:21:31.007 INFO kablam! --> src/main.rs:96:13 Oct 27 11:21:31.007 INFO kablam! | Oct 27 11:21:31.007 INFO kablam! 96 | fn fix_file(source: &mut Read, target: &mut Write) -> Result<()> { Oct 27 11:21:31.007 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 27 11:21:31.007 INFO kablam! | Oct 27 11:21:31.007 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:21:31.007 INFO kablam! Oct 27 11:21:31.007 INFO kablam! warning: unused variable: `target` Oct 27 11:21:31.007 INFO kablam! --> src/main.rs:96:32 Oct 27 11:21:31.007 INFO kablam! | Oct 27 11:21:31.007 INFO kablam! 96 | fn fix_file(source: &mut Read, target: &mut Write) -> Result<()> { Oct 27 11:21:31.007 INFO kablam! | ^^^^^^ help: consider using `_target` instead Oct 27 11:21:31.007 INFO kablam! Oct 27 11:21:31.051 INFO kablam! warning: function is never used: `fix_file` Oct 27 11:21:31.051 INFO kablam! --> src/main.rs:96:1 Oct 27 11:21:31.051 INFO kablam! | Oct 27 11:21:31.051 INFO kablam! 96 | fn fix_file(source: &mut Read, target: &mut Write) -> Result<()> { Oct 27 11:21:31.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:31.051 INFO kablam! | Oct 27 11:21:31.051 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:21:31.051 INFO kablam! Oct 27 11:21:31.051 INFO kablam! warning: function is never used: `get_first_error_in_file` Oct 27 11:21:31.051 INFO kablam! --> src/main.rs:106:1 Oct 27 11:21:31.051 INFO kablam! | Oct 27 11:21:31.051 INFO kablam! 106 | fn get_first_error_in_file(source: &mut Read) -> Option { Oct 27 11:21:31.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:31.051 INFO kablam! Oct 27 11:21:31.112 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.89s Oct 27 11:21:31.116 INFO kablam! su: No module specific data is present Oct 27 11:21:32.063 INFO running `"docker" "rm" "-f" "c3e16d358b4328de1357b088b3ea453f64bfa66e7df87a7106c19d7a89f9b61e"` Oct 27 11:21:32.419 INFO blam! c3e16d358b4328de1357b088b3ea453f64bfa66e7df87a7106c19d7a89f9b61e