Oct 14 20:07:54.215 INFO testing gannonchan/var_study against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:07:54.216 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 20:07:54.737 INFO blam! 7dd55bc3b749dc4ba7405b4a14bef2902afe1ba8b4a9b1e795885792e8a72141 Oct 14 20:07:54.740 INFO running `"docker" "start" "-a" "7dd55bc3b749dc4ba7405b4a14bef2902afe1ba8b4a9b1e795885792e8a72141"` Oct 14 20:07:55.769 INFO kablam! usermod: no changes Oct 14 20:07:55.811 INFO kablam! Compiling var_study v0.1.0 (/source) Oct 14 20:07:56.080 INFO kablam! warning: unused variable: `first_name` Oct 14 20:07:56.080 INFO kablam! --> src/main.rs:23:9 Oct 14 20:07:56.080 INFO kablam! | Oct 14 20:07:56.080 INFO kablam! 23 | let first_name = String::from("0"); Oct 14 20:07:56.080 INFO kablam! | ^^^^^^^^^^ help: consider using `_first_name` instead Oct 14 20:07:56.080 INFO kablam! | Oct 14 20:07:56.080 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:07:56.080 INFO kablam! Oct 14 20:07:56.080 INFO kablam! warning: unused variable: `last_name` Oct 14 20:07:56.080 INFO kablam! --> src/main.rs:24:9 Oct 14 20:07:56.080 INFO kablam! | Oct 14 20:07:56.080 INFO kablam! 24 | let last_name = String::from("张三"); Oct 14 20:07:56.080 INFO kablam! | ^^^^^^^^^ help: consider using `_last_name` instead Oct 14 20:07:56.080 INFO kablam! Oct 14 20:07:56.080 INFO kablam! warning: unused variable: `f` Oct 14 20:07:56.080 INFO kablam! --> src/main.rs:73:9 Oct 14 20:07:56.080 INFO kablam! | Oct 14 20:07:56.080 INFO kablam! 73 | let f = match f { //使用match判断打开文件是否出现错误 Oct 14 20:07:56.080 INFO kablam! | ^ help: consider using `_f` instead Oct 14 20:07:56.080 INFO kablam! Oct 14 20:07:56.083 INFO kablam! warning: unused variable: `f` Oct 14 20:07:56.083 INFO kablam! --> src/main.rs:95:9 Oct 14 20:07:56.083 INFO kablam! | Oct 14 20:07:56.083 INFO kablam! 95 | let f = File::open("d:\\hello.txt").unwrap(); Oct 14 20:07:56.083 INFO kablam! | ^ help: consider using `_f` instead Oct 14 20:07:56.083 INFO kablam! Oct 14 20:07:56.083 INFO kablam! warning: unused variable: `f` Oct 14 20:07:56.083 INFO kablam! --> src/main.rs:97:9 Oct 14 20:07:56.083 INFO kablam! | Oct 14 20:07:56.083 INFO kablam! 97 | let f = File::open("d:\\hello.txt").expect("打开文件发生错误!"); Oct 14 20:07:56.083 INFO kablam! | ^ help: consider using `_f` instead Oct 14 20:07:56.083 INFO kablam! Oct 14 20:07:56.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 14 20:07:56.620 INFO kablam! su: No module specific data is present Oct 14 20:07:57.228 INFO running `"docker" "rm" "-f" "7dd55bc3b749dc4ba7405b4a14bef2902afe1ba8b4a9b1e795885792e8a72141"` Oct 14 20:07:57.358 INFO blam! 7dd55bc3b749dc4ba7405b4a14bef2902afe1ba8b4a9b1e795885792e8a72141 Oct 14 20:07:57.362 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 20:07:57.619 INFO blam! 2f588c67ff9e7b52e14599bd3d1f1a3cccb3f3f935846792eda52e22bd5c7e87 Oct 14 20:07:57.622 INFO running `"docker" "start" "-a" "2f588c67ff9e7b52e14599bd3d1f1a3cccb3f3f935846792eda52e22bd5c7e87"` Oct 14 20:07:57.991 INFO kablam! usermod: no changes Oct 14 20:07:58.024 INFO kablam! Compiling var_study v0.1.0 (/source) Oct 14 20:07:58.323 INFO kablam! warning: unused variable: `first_name` Oct 14 20:07:58.323 INFO kablam! --> src/main.rs:23:9 Oct 14 20:07:58.323 INFO kablam! | Oct 14 20:07:58.323 INFO kablam! 23 | let first_name = String::from("0"); Oct 14 20:07:58.323 INFO kablam! | ^^^^^^^^^^ help: consider using `_first_name` instead Oct 14 20:07:58.323 INFO kablam! | Oct 14 20:07:58.323 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:07:58.323 INFO kablam! Oct 14 20:07:58.323 INFO kablam! warning: unused variable: `last_name` Oct 14 20:07:58.323 INFO kablam! --> src/main.rs:24:9 Oct 14 20:07:58.325 INFO kablam! | Oct 14 20:07:58.325 INFO kablam! 24 | let last_name = String::from("张三"); Oct 14 20:07:58.325 INFO kablam! | ^^^^^^^^^ help: consider using `_last_name` instead Oct 14 20:07:58.325 INFO kablam! Oct 14 20:07:58.325 INFO kablam! warning: unused variable: `f` Oct 14 20:07:58.325 INFO kablam! --> src/main.rs:73:9 Oct 14 20:07:58.325 INFO kablam! | Oct 14 20:07:58.325 INFO kablam! 73 | let f = match f { //使用match判断打开文件是否出现错误 Oct 14 20:07:58.325 INFO kablam! | ^ help: consider using `_f` instead Oct 14 20:07:58.326 INFO kablam! Oct 14 20:07:58.326 INFO kablam! warning: unused variable: `f` Oct 14 20:07:58.326 INFO kablam! --> src/main.rs:95:9 Oct 14 20:07:58.326 INFO kablam! | Oct 14 20:07:58.326 INFO kablam! 95 | let f = File::open("d:\\hello.txt").unwrap(); Oct 14 20:07:58.326 INFO kablam! | ^ help: consider using `_f` instead Oct 14 20:07:58.326 INFO kablam! Oct 14 20:07:58.326 INFO kablam! warning: unused variable: `f` Oct 14 20:07:58.326 INFO kablam! --> src/main.rs:97:9 Oct 14 20:07:58.326 INFO kablam! | Oct 14 20:07:58.326 INFO kablam! 97 | let f = File::open("d:\\hello.txt").expect("打开文件发生错误!"); Oct 14 20:07:58.326 INFO kablam! | ^ help: consider using `_f` instead Oct 14 20:07:58.326 INFO kablam! Oct 14 20:07:58.642 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.62s Oct 14 20:07:58.642 INFO kablam! su: No module specific data is present Oct 14 20:07:58.880 INFO running `"docker" "rm" "-f" "2f588c67ff9e7b52e14599bd3d1f1a3cccb3f3f935846792eda52e22bd5c7e87"` Oct 14 20:07:58.959 INFO blam! 2f588c67ff9e7b52e14599bd3d1f1a3cccb3f3f935846792eda52e22bd5c7e87 Oct 14 20:07:58.961 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 14 20:07:59.133 INFO blam! 048ab53fdf7404ce5fea31e196e6e80af477f227ec74d8bc8506aa15ccb3ccbb Oct 14 20:07:59.135 INFO running `"docker" "start" "-a" "048ab53fdf7404ce5fea31e196e6e80af477f227ec74d8bc8506aa15ccb3ccbb"` Oct 14 20:07:59.495 INFO kablam! usermod: no changes Oct 14 20:07:59.523 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 20:07:59.535 INFO kablam! Running /target/debug/deps/var_study-36282bef94a568db Oct 14 20:07:59.547 INFO kablam! su: No module specific data is present Oct 14 20:07:59.547 INFO blam! Oct 14 20:07:59.547 INFO blam! running 0 tests Oct 14 20:07:59.547 INFO blam! Oct 14 20:07:59.547 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:07:59.547 INFO blam! Oct 14 20:07:59.893 INFO running `"docker" "rm" "-f" "048ab53fdf7404ce5fea31e196e6e80af477f227ec74d8bc8506aa15ccb3ccbb"` Oct 14 20:08:00.010 INFO blam! 048ab53fdf7404ce5fea31e196e6e80af477f227ec74d8bc8506aa15ccb3ccbb