Oct 10 19:37:41.947 INFO testing lempiy/blockchain against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:37:41.947 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:37:41.948 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:37:42.460 INFO blam! 3dce8a24f6eb89d53fe43db1d3c2f884f242138673bf0e2df8feec8de6df2ff8 Oct 10 19:37:42.466 INFO running `"docker" "start" "-a" "3dce8a24f6eb89d53fe43db1d3c2f884f242138673bf0e2df8feec8de6df2ff8"` Oct 10 19:37:43.620 INFO kablam! usermod: no changes Oct 10 19:37:43.748 INFO kablam! Compiling serde_json v1.0.14 Oct 10 19:37:43.748 INFO kablam! Compiling sha2 v0.7.0 Oct 10 19:37:48.848 INFO kablam! Compiling blockchain v0.1.0 (/source) Oct 10 19:37:50.436 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.436 INFO kablam! --> src/main.rs:16:5 Oct 10 19:37:50.436 INFO kablam! | Oct 10 19:37:50.436 INFO kablam! 16 | io::stdout().flush(); Oct 10 19:37:50.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.436 INFO kablam! | Oct 10 19:37:50.436 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 19:37:50.436 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.436 INFO kablam! Oct 10 19:37:50.436 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.436 INFO kablam! --> src/main.rs:17:5 Oct 10 19:37:50.436 INFO kablam! | Oct 10 19:37:50.436 INFO kablam! 17 | io::stdin().read_line(&mut miner_addr); Oct 10 19:37:50.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.436 INFO kablam! | Oct 10 19:37:50.436 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.436 INFO kablam! Oct 10 19:37:50.436 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.436 INFO kablam! --> src/main.rs:20:5 Oct 10 19:37:50.436 INFO kablam! | Oct 10 19:37:50.436 INFO kablam! 20 | io::stdout().flush(); Oct 10 19:37:50.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.436 INFO kablam! | Oct 10 19:37:50.436 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.436 INFO kablam! Oct 10 19:37:50.436 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.436 INFO kablam! --> src/main.rs:21:5 Oct 10 19:37:50.436 INFO kablam! | Oct 10 19:37:50.436 INFO kablam! 21 | io::stdin().read_line(&mut difficulty); Oct 10 19:37:50.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.436 INFO kablam! | Oct 10 19:37:50.436 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.436 INFO kablam! Oct 10 19:37:50.436 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.436 INFO kablam! --> src/main.rs:36:9 Oct 10 19:37:50.436 INFO kablam! | Oct 10 19:37:50.436 INFO kablam! 36 | io::stdout().flush(); Oct 10 19:37:50.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.436 INFO kablam! | Oct 10 19:37:50.436 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.436 INFO kablam! Oct 10 19:37:50.436 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.436 INFO kablam! --> src/main.rs:38:9 Oct 10 19:37:50.436 INFO kablam! | Oct 10 19:37:50.436 INFO kablam! 38 | io::stdin().read_line(&mut choice); Oct 10 19:37:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.440 INFO kablam! | Oct 10 19:37:50.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.440 INFO kablam! Oct 10 19:37:50.440 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.440 INFO kablam! --> src/main.rs:54:17 Oct 10 19:37:50.440 INFO kablam! | Oct 10 19:37:50.440 INFO kablam! 54 | io::stdout().flush(); Oct 10 19:37:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.440 INFO kablam! | Oct 10 19:37:50.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.440 INFO kablam! Oct 10 19:37:50.440 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.440 INFO kablam! --> src/main.rs:55:17 Oct 10 19:37:50.440 INFO kablam! | Oct 10 19:37:50.440 INFO kablam! 55 | io::stdin().read_line(&mut sender); Oct 10 19:37:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.440 INFO kablam! | Oct 10 19:37:50.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.440 INFO kablam! Oct 10 19:37:50.440 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.440 INFO kablam! --> src/main.rs:58:17 Oct 10 19:37:50.440 INFO kablam! | Oct 10 19:37:50.440 INFO kablam! 58 | io::stdout().flush(); Oct 10 19:37:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.440 INFO kablam! | Oct 10 19:37:50.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.440 INFO kablam! Oct 10 19:37:50.440 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.440 INFO kablam! --> src/main.rs:59:17 Oct 10 19:37:50.440 INFO kablam! | Oct 10 19:37:50.440 INFO kablam! 59 | io::stdin().read_line(&mut reciever); Oct 10 19:37:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.440 INFO kablam! | Oct 10 19:37:50.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.440 INFO kablam! Oct 10 19:37:50.440 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.440 INFO kablam! --> src/main.rs:62:17 Oct 10 19:37:50.440 INFO kablam! | Oct 10 19:37:50.440 INFO kablam! 62 | io::stdout().flush(); Oct 10 19:37:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.440 INFO kablam! | Oct 10 19:37:50.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.440 INFO kablam! Oct 10 19:37:50.440 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.440 INFO kablam! --> src/main.rs:63:17 Oct 10 19:37:50.440 INFO kablam! | Oct 10 19:37:50.440 INFO kablam! 63 | io::stdin().read_line(&mut amount); Oct 10 19:37:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.441 INFO kablam! | Oct 10 19:37:50.441 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.441 INFO kablam! Oct 10 19:37:50.441 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.441 INFO kablam! --> src/main.rs:85:17 Oct 10 19:37:50.441 INFO kablam! | Oct 10 19:37:50.444 INFO kablam! 85 | io::stdout().flush(); Oct 10 19:37:50.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.444 INFO kablam! | Oct 10 19:37:50.444 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.444 INFO kablam! Oct 10 19:37:50.444 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.444 INFO kablam! --> src/main.rs:86:17 Oct 10 19:37:50.444 INFO kablam! | Oct 10 19:37:50.444 INFO kablam! 86 | io::stdin().read_line(&mut new_diff); Oct 10 19:37:50.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.444 INFO kablam! | Oct 10 19:37:50.444 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.444 INFO kablam! Oct 10 19:37:50.444 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.444 INFO kablam! --> src/main.rs:96:17 Oct 10 19:37:50.444 INFO kablam! | Oct 10 19:37:50.444 INFO kablam! 96 | io::stdout().flush(); Oct 10 19:37:50.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.444 INFO kablam! | Oct 10 19:37:50.444 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.444 INFO kablam! Oct 10 19:37:50.444 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:50.444 INFO kablam! --> src/main.rs:97:17 Oct 10 19:37:50.444 INFO kablam! | Oct 10 19:37:50.444 INFO kablam! 97 | io::stdin().read_line(&mut new_reward); Oct 10 19:37:50.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:50.444 INFO kablam! | Oct 10 19:37:50.444 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:50.444 INFO kablam! Oct 10 19:37:51.824 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.16s Oct 10 19:37:51.828 INFO kablam! su: No module specific data is present Oct 10 19:37:52.705 INFO running `"docker" "rm" "-f" "3dce8a24f6eb89d53fe43db1d3c2f884f242138673bf0e2df8feec8de6df2ff8"` Oct 10 19:37:52.999 INFO blam! 3dce8a24f6eb89d53fe43db1d3c2f884f242138673bf0e2df8feec8de6df2ff8 Oct 10 19:37:53.002 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:37:53.004 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:37:53.363 INFO blam! 71df1ef04630de6a8c10c2d6b45fc39bf39ecbcc38a11ebd05cf6c6f4ad972e1 Oct 10 19:37:53.364 INFO running `"docker" "start" "-a" "71df1ef04630de6a8c10c2d6b45fc39bf39ecbcc38a11ebd05cf6c6f4ad972e1"` Oct 10 19:37:55.250 INFO kablam! usermod: no changes Oct 10 19:37:55.397 INFO kablam! Compiling blockchain v0.1.0 (/source) Oct 10 19:37:57.032 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.032 INFO kablam! --> src/main.rs:16:5 Oct 10 19:37:57.032 INFO kablam! | Oct 10 19:37:57.048 INFO kablam! 16 | io::stdout().flush(); Oct 10 19:37:57.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.048 INFO kablam! | Oct 10 19:37:57.048 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 19:37:57.048 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.049 INFO kablam! Oct 10 19:37:57.049 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.049 INFO kablam! --> src/main.rs:17:5 Oct 10 19:37:57.049 INFO kablam! | Oct 10 19:37:57.049 INFO kablam! 17 | io::stdin().read_line(&mut miner_addr); Oct 10 19:37:57.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.049 INFO kablam! | Oct 10 19:37:57.049 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.049 INFO kablam! Oct 10 19:37:57.049 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.049 INFO kablam! --> src/main.rs:20:5 Oct 10 19:37:57.049 INFO kablam! | Oct 10 19:37:57.049 INFO kablam! 20 | io::stdout().flush(); Oct 10 19:37:57.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.049 INFO kablam! | Oct 10 19:37:57.049 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.049 INFO kablam! Oct 10 19:37:57.049 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.049 INFO kablam! --> src/main.rs:21:5 Oct 10 19:37:57.049 INFO kablam! | Oct 10 19:37:57.049 INFO kablam! 21 | io::stdin().read_line(&mut difficulty); Oct 10 19:37:57.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.049 INFO kablam! | Oct 10 19:37:57.049 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.049 INFO kablam! Oct 10 19:37:57.050 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.050 INFO kablam! --> src/main.rs:36:9 Oct 10 19:37:57.050 INFO kablam! | Oct 10 19:37:57.050 INFO kablam! 36 | io::stdout().flush(); Oct 10 19:37:57.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.050 INFO kablam! | Oct 10 19:37:57.050 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.050 INFO kablam! Oct 10 19:37:57.050 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.050 INFO kablam! --> src/main.rs:38:9 Oct 10 19:37:57.050 INFO kablam! | Oct 10 19:37:57.050 INFO kablam! 38 | io::stdin().read_line(&mut choice); Oct 10 19:37:57.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.050 INFO kablam! | Oct 10 19:37:57.050 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.050 INFO kablam! Oct 10 19:37:57.050 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.050 INFO kablam! --> src/main.rs:54:17 Oct 10 19:37:57.050 INFO kablam! | Oct 10 19:37:57.050 INFO kablam! 54 | io::stdout().flush(); Oct 10 19:37:57.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.050 INFO kablam! | Oct 10 19:37:57.050 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.050 INFO kablam! Oct 10 19:37:57.050 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.051 INFO kablam! --> src/main.rs:55:17 Oct 10 19:37:57.051 INFO kablam! | Oct 10 19:37:57.051 INFO kablam! 55 | io::stdin().read_line(&mut sender); Oct 10 19:37:57.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.051 INFO kablam! | Oct 10 19:37:57.051 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.051 INFO kablam! Oct 10 19:37:57.051 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.051 INFO kablam! --> src/main.rs:58:17 Oct 10 19:37:57.051 INFO kablam! | Oct 10 19:37:57.051 INFO kablam! 58 | io::stdout().flush(); Oct 10 19:37:57.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.051 INFO kablam! | Oct 10 19:37:57.051 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.051 INFO kablam! Oct 10 19:37:57.051 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.051 INFO kablam! --> src/main.rs:59:17 Oct 10 19:37:57.051 INFO kablam! | Oct 10 19:37:57.051 INFO kablam! 59 | io::stdin().read_line(&mut reciever); Oct 10 19:37:57.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.051 INFO kablam! | Oct 10 19:37:57.051 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.051 INFO kablam! Oct 10 19:37:57.051 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.051 INFO kablam! --> src/main.rs:62:17 Oct 10 19:37:57.052 INFO kablam! | Oct 10 19:37:57.052 INFO kablam! 62 | io::stdout().flush(); Oct 10 19:37:57.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.052 INFO kablam! | Oct 10 19:37:57.052 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.052 INFO kablam! Oct 10 19:37:57.052 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.052 INFO kablam! --> src/main.rs:63:17 Oct 10 19:37:57.052 INFO kablam! | Oct 10 19:37:57.052 INFO kablam! 63 | io::stdin().read_line(&mut amount); Oct 10 19:37:57.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.052 INFO kablam! | Oct 10 19:37:57.052 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.052 INFO kablam! Oct 10 19:37:57.052 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.052 INFO kablam! --> src/main.rs:85:17 Oct 10 19:37:57.052 INFO kablam! | Oct 10 19:37:57.052 INFO kablam! 85 | io::stdout().flush(); Oct 10 19:37:57.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.052 INFO kablam! | Oct 10 19:37:57.052 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.052 INFO kablam! Oct 10 19:37:57.052 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.052 INFO kablam! --> src/main.rs:86:17 Oct 10 19:37:57.053 INFO kablam! | Oct 10 19:37:57.053 INFO kablam! 86 | io::stdin().read_line(&mut new_diff); Oct 10 19:37:57.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.053 INFO kablam! | Oct 10 19:37:57.053 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.053 INFO kablam! Oct 10 19:37:57.053 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.053 INFO kablam! --> src/main.rs:96:17 Oct 10 19:37:57.053 INFO kablam! | Oct 10 19:37:57.053 INFO kablam! 96 | io::stdout().flush(); Oct 10 19:37:57.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.053 INFO kablam! | Oct 10 19:37:57.053 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.053 INFO kablam! Oct 10 19:37:57.053 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:37:57.053 INFO kablam! --> src/main.rs:97:17 Oct 10 19:37:57.053 INFO kablam! | Oct 10 19:37:57.053 INFO kablam! 97 | io::stdin().read_line(&mut new_reward); Oct 10 19:37:57.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:37:57.053 INFO kablam! | Oct 10 19:37:57.053 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:37:57.053 INFO kablam! Oct 10 19:37:57.616 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.34s Oct 10 19:37:57.620 INFO kablam! su: No module specific data is present Oct 10 19:37:58.490 INFO running `"docker" "rm" "-f" "71df1ef04630de6a8c10c2d6b45fc39bf39ecbcc38a11ebd05cf6c6f4ad972e1"` Oct 10 19:37:58.824 INFO blam! 71df1ef04630de6a8c10c2d6b45fc39bf39ecbcc38a11ebd05cf6c6f4ad972e1 Oct 10 19:37:58.833 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:37:58.833 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:37:59.371 INFO blam! 28b5fca40fd313d20afec0aa53f9e6a3d53a0c32d897ffb0c2009fe50f9f5ee4 Oct 10 19:37:59.372 INFO running `"docker" "start" "-a" "28b5fca40fd313d20afec0aa53f9e6a3d53a0c32d897ffb0c2009fe50f9f5ee4"` Oct 10 19:38:00.516 INFO kablam! usermod: no changes Oct 10 19:38:00.628 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 10 19:38:00.648 INFO kablam! Running /target/debug/deps/blockchain-12e3c49a61797513 Oct 10 19:38:00.648 INFO blam! Oct 10 19:38:00.648 INFO kablam! su: No module specific data is present Oct 10 19:38:00.648 INFO blam! running 0 tests Oct 10 19:38:00.648 INFO blam! Oct 10 19:38:00.648 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:38:00.648 INFO blam! Oct 10 19:38:01.578 INFO running `"docker" "rm" "-f" "28b5fca40fd313d20afec0aa53f9e6a3d53a0c32d897ffb0c2009fe50f9f5ee4"` Oct 10 19:38:01.964 INFO blam! 28b5fca40fd313d20afec0aa53f9e6a3d53a0c32d897ffb0c2009fe50f9f5ee4