Oct 10 19:34:28.553 INFO testing lezwon/Blockchain-from-Scratch against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:34:28.554 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:34:28.554 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:34:28.964 INFO blam! 9d7188c41cd2da20790f984f2569feff31c395da26f6aa47772e0921c239c824 Oct 10 19:34:28.964 INFO running `"docker" "start" "-a" "9d7188c41cd2da20790f984f2569feff31c395da26f6aa47772e0921c239c824"` Oct 10 19:34:30.094 INFO kablam! usermod: no changes Oct 10 19:34:30.212 INFO kablam! Compiling blockchain-rust v0.1.0 (/source) Oct 10 19:34:31.880 INFO kablam! warning: variable does not need to be mutable Oct 10 19:34:31.880 INFO kablam! --> src/main.rs:94:8 Oct 10 19:34:31.880 INFO kablam! | Oct 10 19:34:31.880 INFO kablam! 94 | let mut block_header = BlockHeader{ Oct 10 19:34:31.880 INFO kablam! | ----^^^^^^^^^^^^ Oct 10 19:34:31.880 INFO kablam! | | Oct 10 19:34:31.880 INFO kablam! | help: remove this `mut` Oct 10 19:34:31.880 INFO kablam! | Oct 10 19:34:31.880 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:34:31.880 INFO kablam! Oct 10 19:34:31.885 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.885 INFO kablam! --> src/main.rs:210:2 Oct 10 19:34:31.885 INFO kablam! | Oct 10 19:34:31.885 INFO kablam! 210 | io::stdout().flush(); Oct 10 19:34:31.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.885 INFO kablam! | Oct 10 19:34:31.885 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 19:34:31.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.885 INFO kablam! Oct 10 19:34:31.885 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.885 INFO kablam! --> src/main.rs:211:2 Oct 10 19:34:31.885 INFO kablam! | Oct 10 19:34:31.885 INFO kablam! 211 | io::stdin().read_line(&mut miner_address); Oct 10 19:34:31.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.885 INFO kablam! | Oct 10 19:34:31.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.885 INFO kablam! Oct 10 19:34:31.885 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.885 INFO kablam! --> src/main.rs:213:2 Oct 10 19:34:31.885 INFO kablam! | Oct 10 19:34:31.885 INFO kablam! 213 | io::stdout().flush(); Oct 10 19:34:31.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.885 INFO kablam! | Oct 10 19:34:31.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.885 INFO kablam! Oct 10 19:34:31.885 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.885 INFO kablam! --> src/main.rs:214:2 Oct 10 19:34:31.885 INFO kablam! | Oct 10 19:34:31.885 INFO kablam! 214 | io::stdin().read_line(&mut difficulty_string); Oct 10 19:34:31.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.885 INFO kablam! | Oct 10 19:34:31.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.885 INFO kablam! Oct 10 19:34:31.885 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.885 INFO kablam! --> src/main.rs:229:3 Oct 10 19:34:31.885 INFO kablam! | Oct 10 19:34:31.885 INFO kablam! 229 | io::stdout().flush(); Oct 10 19:34:31.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.885 INFO kablam! | Oct 10 19:34:31.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.885 INFO kablam! Oct 10 19:34:31.885 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.885 INFO kablam! --> src/main.rs:231:3 Oct 10 19:34:31.885 INFO kablam! | Oct 10 19:34:31.885 INFO kablam! 231 | io::stdin().read_line(&mut choice); Oct 10 19:34:31.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.885 INFO kablam! | Oct 10 19:34:31.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.885 INFO kablam! Oct 10 19:34:31.888 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.888 INFO kablam! --> src/main.rs:247:5 Oct 10 19:34:31.888 INFO kablam! | Oct 10 19:34:31.888 INFO kablam! 247 | io::stdout().flush(); Oct 10 19:34:31.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.888 INFO kablam! | Oct 10 19:34:31.888 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.888 INFO kablam! Oct 10 19:34:31.888 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.888 INFO kablam! --> src/main.rs:248:5 Oct 10 19:34:31.888 INFO kablam! | Oct 10 19:34:31.888 INFO kablam! 248 | io::stdin().read_line(&mut sender); Oct 10 19:34:31.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.889 INFO kablam! Oct 10 19:34:31.889 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.889 INFO kablam! --> src/main.rs:250:5 Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! 250 | io::stdout().flush(); Oct 10 19:34:31.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.889 INFO kablam! Oct 10 19:34:31.889 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.889 INFO kablam! --> src/main.rs:251:5 Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! 251 | io::stdin().read_line(&mut recipient); Oct 10 19:34:31.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.889 INFO kablam! Oct 10 19:34:31.889 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.889 INFO kablam! --> src/main.rs:253:5 Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! 253 | io::stdout().flush(); Oct 10 19:34:31.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.889 INFO kablam! Oct 10 19:34:31.889 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.889 INFO kablam! --> src/main.rs:254:5 Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! 254 | io::stdin().read_line(&mut amount); Oct 10 19:34:31.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.889 INFO kablam! Oct 10 19:34:31.889 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.889 INFO kablam! --> src/main.rs:274:5 Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! 274 | io::stdout().flush(); Oct 10 19:34:31.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.889 INFO kablam! Oct 10 19:34:31.889 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.889 INFO kablam! --> src/main.rs:275:5 Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! 275 | io::stdin().read_line(&mut new_difficulty); Oct 10 19:34:31.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.889 INFO kablam! Oct 10 19:34:31.889 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.889 INFO kablam! --> src/main.rs:286:5 Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! 286 | io::stdout().flush(); Oct 10 19:34:31.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.889 INFO kablam! Oct 10 19:34:31.889 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:31.889 INFO kablam! --> src/main.rs:287:5 Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! 287 | io::stdin().read_line(&mut new_reward); Oct 10 19:34:31.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:31.889 INFO kablam! | Oct 10 19:34:31.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:31.889 INFO kablam! Oct 10 19:34:33.377 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.26s Oct 10 19:34:33.380 INFO kablam! su: No module specific data is present Oct 10 19:34:34.121 INFO running `"docker" "rm" "-f" "9d7188c41cd2da20790f984f2569feff31c395da26f6aa47772e0921c239c824"` Oct 10 19:34:34.376 INFO blam! 9d7188c41cd2da20790f984f2569feff31c395da26f6aa47772e0921c239c824 Oct 10 19:34:34.384 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:34:34.386 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:34:34.916 INFO blam! f485894f4c19faddcd58ba1536dd0ff4e268d1d099a9895616ac1a6e59ca7f05 Oct 10 19:34:34.920 INFO running `"docker" "start" "-a" "f485894f4c19faddcd58ba1536dd0ff4e268d1d099a9895616ac1a6e59ca7f05"` Oct 10 19:34:35.972 INFO kablam! usermod: no changes Oct 10 19:34:36.080 INFO kablam! Compiling blockchain-rust v0.1.0 (/source) Oct 10 19:34:37.471 INFO kablam! warning: variable does not need to be mutable Oct 10 19:34:37.471 INFO kablam! --> src/main.rs:94:8 Oct 10 19:34:37.471 INFO kablam! | Oct 10 19:34:37.471 INFO kablam! 94 | let mut block_header = BlockHeader{ Oct 10 19:34:37.471 INFO kablam! | ----^^^^^^^^^^^^ Oct 10 19:34:37.471 INFO kablam! | | Oct 10 19:34:37.471 INFO kablam! | help: remove this `mut` Oct 10 19:34:37.471 INFO kablam! | Oct 10 19:34:37.471 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:34:37.471 INFO kablam! Oct 10 19:34:37.487 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.487 INFO kablam! --> src/main.rs:210:2 Oct 10 19:34:37.487 INFO kablam! | Oct 10 19:34:37.487 INFO kablam! 210 | io::stdout().flush(); Oct 10 19:34:37.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.488 INFO kablam! | Oct 10 19:34:37.488 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 19:34:37.488 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.488 INFO kablam! Oct 10 19:34:37.489 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.489 INFO kablam! --> src/main.rs:211:2 Oct 10 19:34:37.490 INFO kablam! | Oct 10 19:34:37.490 INFO kablam! 211 | io::stdin().read_line(&mut miner_address); Oct 10 19:34:37.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.490 INFO kablam! | Oct 10 19:34:37.491 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.491 INFO kablam! Oct 10 19:34:37.491 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.492 INFO kablam! --> src/main.rs:213:2 Oct 10 19:34:37.492 INFO kablam! | Oct 10 19:34:37.492 INFO kablam! 213 | io::stdout().flush(); Oct 10 19:34:37.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.493 INFO kablam! | Oct 10 19:34:37.493 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.493 INFO kablam! Oct 10 19:34:37.494 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.494 INFO kablam! --> src/main.rs:214:2 Oct 10 19:34:37.494 INFO kablam! | Oct 10 19:34:37.494 INFO kablam! 214 | io::stdin().read_line(&mut difficulty_string); Oct 10 19:34:37.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.495 INFO kablam! | Oct 10 19:34:37.495 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.495 INFO kablam! Oct 10 19:34:37.496 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.496 INFO kablam! --> src/main.rs:229:3 Oct 10 19:34:37.496 INFO kablam! | Oct 10 19:34:37.496 INFO kablam! 229 | io::stdout().flush(); Oct 10 19:34:37.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.497 INFO kablam! | Oct 10 19:34:37.497 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.497 INFO kablam! Oct 10 19:34:37.498 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.498 INFO kablam! --> src/main.rs:231:3 Oct 10 19:34:37.498 INFO kablam! | Oct 10 19:34:37.498 INFO kablam! 231 | io::stdin().read_line(&mut choice); Oct 10 19:34:37.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.499 INFO kablam! | Oct 10 19:34:37.499 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.499 INFO kablam! Oct 10 19:34:37.500 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.503 INFO kablam! --> src/main.rs:247:5 Oct 10 19:34:37.503 INFO kablam! | Oct 10 19:34:37.503 INFO kablam! 247 | io::stdout().flush(); Oct 10 19:34:37.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.504 INFO kablam! | Oct 10 19:34:37.504 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.504 INFO kablam! Oct 10 19:34:37.505 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.505 INFO kablam! --> src/main.rs:248:5 Oct 10 19:34:37.505 INFO kablam! | Oct 10 19:34:37.506 INFO kablam! 248 | io::stdin().read_line(&mut sender); Oct 10 19:34:37.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.506 INFO kablam! | Oct 10 19:34:37.506 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.507 INFO kablam! Oct 10 19:34:37.507 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.507 INFO kablam! --> src/main.rs:250:5 Oct 10 19:34:37.508 INFO kablam! | Oct 10 19:34:37.508 INFO kablam! 250 | io::stdout().flush(); Oct 10 19:34:37.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.508 INFO kablam! | Oct 10 19:34:37.508 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.509 INFO kablam! Oct 10 19:34:37.509 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.509 INFO kablam! --> src/main.rs:251:5 Oct 10 19:34:37.509 INFO kablam! | Oct 10 19:34:37.509 INFO kablam! 251 | io::stdin().read_line(&mut recipient); Oct 10 19:34:37.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.510 INFO kablam! | Oct 10 19:34:37.510 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.510 INFO kablam! Oct 10 19:34:37.510 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.510 INFO kablam! --> src/main.rs:253:5 Oct 10 19:34:37.510 INFO kablam! | Oct 10 19:34:37.511 INFO kablam! 253 | io::stdout().flush(); Oct 10 19:34:37.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.511 INFO kablam! | Oct 10 19:34:37.511 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.511 INFO kablam! Oct 10 19:34:37.512 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.512 INFO kablam! --> src/main.rs:254:5 Oct 10 19:34:37.512 INFO kablam! | Oct 10 19:34:37.512 INFO kablam! 254 | io::stdin().read_line(&mut amount); Oct 10 19:34:37.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.512 INFO kablam! | Oct 10 19:34:37.513 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.513 INFO kablam! Oct 10 19:34:37.513 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.513 INFO kablam! --> src/main.rs:274:5 Oct 10 19:34:37.513 INFO kablam! | Oct 10 19:34:37.513 INFO kablam! 274 | io::stdout().flush(); Oct 10 19:34:37.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.514 INFO kablam! | Oct 10 19:34:37.514 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.514 INFO kablam! Oct 10 19:34:37.514 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.514 INFO kablam! --> src/main.rs:275:5 Oct 10 19:34:37.514 INFO kablam! | Oct 10 19:34:37.514 INFO kablam! 275 | io::stdin().read_line(&mut new_difficulty); Oct 10 19:34:37.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.515 INFO kablam! | Oct 10 19:34:37.515 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.515 INFO kablam! Oct 10 19:34:37.515 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.515 INFO kablam! --> src/main.rs:286:5 Oct 10 19:34:37.515 INFO kablam! | Oct 10 19:34:37.515 INFO kablam! 286 | io::stdout().flush(); Oct 10 19:34:37.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.516 INFO kablam! | Oct 10 19:34:37.516 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.516 INFO kablam! Oct 10 19:34:37.516 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:34:37.516 INFO kablam! --> src/main.rs:287:5 Oct 10 19:34:37.516 INFO kablam! | Oct 10 19:34:37.517 INFO kablam! 287 | io::stdin().read_line(&mut new_reward); Oct 10 19:34:37.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:34:37.517 INFO kablam! | Oct 10 19:34:37.517 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:34:37.517 INFO kablam! Oct 10 19:34:37.910 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.91s Oct 10 19:34:37.915 INFO kablam! su: No module specific data is present Oct 10 19:34:38.468 INFO running `"docker" "rm" "-f" "f485894f4c19faddcd58ba1536dd0ff4e268d1d099a9895616ac1a6e59ca7f05"` Oct 10 19:34:38.680 INFO blam! f485894f4c19faddcd58ba1536dd0ff4e268d1d099a9895616ac1a6e59ca7f05 Oct 10 19:34:38.692 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:34:38.694 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:34:39.136 INFO blam! e8b8010dfa7ba0a35b72bb48a5845ab30721b60e929000ae51c9bd38777f6676 Oct 10 19:34:39.142 INFO running `"docker" "start" "-a" "e8b8010dfa7ba0a35b72bb48a5845ab30721b60e929000ae51c9bd38777f6676"` Oct 10 19:34:40.096 INFO kablam! usermod: no changes Oct 10 19:34:40.292 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 10 19:34:40.302 INFO kablam! Running /target/debug/deps/blockchain_rust-620b755a6c6b7577 Oct 10 19:34:40.302 INFO blam! Oct 10 19:34:40.302 INFO blam! running 0 tests Oct 10 19:34:40.303 INFO blam! Oct 10 19:34:40.303 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:34:40.303 INFO blam! Oct 10 19:34:40.320 INFO kablam! su: No module specific data is present Oct 10 19:34:40.887 INFO running `"docker" "rm" "-f" "e8b8010dfa7ba0a35b72bb48a5845ab30721b60e929000ae51c9bd38777f6676"` Oct 10 19:34:41.201 INFO blam! e8b8010dfa7ba0a35b72bb48a5845ab30721b60e929000ae51c9bd38777f6676