Oct 27 04:28:45.520 INFO checking gannonchan/var_study against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 04:28:45.520 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 04:28:45.915 INFO blam! ee53b7b74ed5f9d40c077e8beb80710e3ac1a25681b60edc8f97124a358e6494 Oct 27 04:28:45.917 INFO running `"docker" "start" "-a" "ee53b7b74ed5f9d40c077e8beb80710e3ac1a25681b60edc8f97124a358e6494"` Oct 27 04:28:47.311 INFO kablam! usermod: no changes Oct 27 04:28:47.367 INFO kablam! Checking var_study v0.1.0 (/source) Oct 27 04:28:47.995 INFO kablam! warning: unused variable: `first_name` Oct 27 04:28:47.995 INFO kablam! --> src/main.rs:23:9 Oct 27 04:28:47.995 INFO kablam! | Oct 27 04:28:47.995 INFO kablam! 23 | let first_name = String::from("0"); Oct 27 04:28:47.995 INFO kablam! | ^^^^^^^^^^ help: consider using `_first_name` instead Oct 27 04:28:47.995 INFO kablam! | Oct 27 04:28:47.995 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:28:47.996 INFO kablam! Oct 27 04:28:47.996 INFO kablam! warning: unused variable: `last_name` Oct 27 04:28:47.996 INFO kablam! --> src/main.rs:24:9 Oct 27 04:28:47.996 INFO kablam! | Oct 27 04:28:47.996 INFO kablam! 24 | let last_name = String::from("张三"); Oct 27 04:28:47.996 INFO kablam! | ^^^^^^^^^ help: consider using `_last_name` instead Oct 27 04:28:47.996 INFO kablam! Oct 27 04:28:47.996 INFO kablam! warning: unused variable: `f` Oct 27 04:28:47.996 INFO kablam! --> src/main.rs:73:9 Oct 27 04:28:47.996 INFO kablam! | Oct 27 04:28:47.996 INFO kablam! 73 | let f = match f { //使用match判断打开文件是否出现错误 Oct 27 04:28:47.996 INFO kablam! | ^ help: consider using `_f` instead Oct 27 04:28:47.996 INFO kablam! Oct 27 04:28:47.996 INFO kablam! warning: unused variable: `f` Oct 27 04:28:47.996 INFO kablam! --> src/main.rs:95:9 Oct 27 04:28:47.996 INFO kablam! | Oct 27 04:28:47.996 INFO kablam! 95 | let f = File::open("d:\\hello.txt").unwrap(); Oct 27 04:28:47.996 INFO kablam! | ^ help: consider using `_f` instead Oct 27 04:28:47.996 INFO kablam! Oct 27 04:28:47.996 INFO kablam! warning: unused variable: `f` Oct 27 04:28:47.996 INFO kablam! --> src/main.rs:97:9 Oct 27 04:28:47.996 INFO kablam! | Oct 27 04:28:47.996 INFO kablam! 97 | let f = File::open("d:\\hello.txt").expect("打开文件发生错误!"); Oct 27 04:28:47.996 INFO kablam! | ^ help: consider using `_f` instead Oct 27 04:28:47.996 INFO kablam! Oct 27 04:28:48.279 INFO kablam! warning: unused variable: `first_name` Oct 27 04:28:48.279 INFO kablam! --> src/main.rs:23:9 Oct 27 04:28:48.279 INFO kablam! | Oct 27 04:28:48.279 INFO kablam! 23 | let first_name = String::from("0"); Oct 27 04:28:48.279 INFO kablam! | ^^^^^^^^^^ help: consider using `_first_name` instead Oct 27 04:28:48.279 INFO kablam! | Oct 27 04:28:48.279 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:28:48.279 INFO kablam! Oct 27 04:28:48.279 INFO kablam! warning: unused variable: `last_name` Oct 27 04:28:48.279 INFO kablam! --> src/main.rs:24:9 Oct 27 04:28:48.279 INFO kablam! | Oct 27 04:28:48.279 INFO kablam! 24 | let last_name = String::from("张三"); Oct 27 04:28:48.279 INFO kablam! | ^^^^^^^^^ help: consider using `_last_name` instead Oct 27 04:28:48.279 INFO kablam! Oct 27 04:28:48.279 INFO kablam! warning: unused variable: `f` Oct 27 04:28:48.279 INFO kablam! --> src/main.rs:73:9 Oct 27 04:28:48.279 INFO kablam! | Oct 27 04:28:48.279 INFO kablam! 73 | let f = match f { //使用match判断打开文件是否出现错误 Oct 27 04:28:48.279 INFO kablam! | ^ help: consider using `_f` instead Oct 27 04:28:48.279 INFO kablam! Oct 27 04:28:48.279 INFO kablam! warning: unused variable: `f` Oct 27 04:28:48.279 INFO kablam! --> src/main.rs:95:9 Oct 27 04:28:48.279 INFO kablam! | Oct 27 04:28:48.279 INFO kablam! 95 | let f = File::open("d:\\hello.txt").unwrap(); Oct 27 04:28:48.279 INFO kablam! | ^ help: consider using `_f` instead Oct 27 04:28:48.279 INFO kablam! Oct 27 04:28:48.279 INFO kablam! warning: unused variable: `f` Oct 27 04:28:48.279 INFO kablam! --> src/main.rs:97:9 Oct 27 04:28:48.279 INFO kablam! | Oct 27 04:28:48.279 INFO kablam! 97 | let f = File::open("d:\\hello.txt").expect("打开文件发生错误!"); Oct 27 04:28:48.279 INFO kablam! | ^ help: consider using `_f` instead Oct 27 04:28:48.279 INFO kablam! Oct 27 04:28:48.341 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Oct 27 04:28:48.343 INFO kablam! su: No module specific data is present Oct 27 04:28:49.457 INFO running `"docker" "rm" "-f" "ee53b7b74ed5f9d40c077e8beb80710e3ac1a25681b60edc8f97124a358e6494"` Oct 27 04:28:49.723 INFO blam! ee53b7b74ed5f9d40c077e8beb80710e3ac1a25681b60edc8f97124a358e6494