Oct 11 00:20:03.646 INFO testing dennisfurrer/RustBlockchain against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:20:03.646 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:20:03.647 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 00:20:03.956 INFO blam! 0dafe6043ce3a09ff59144797df26a22dcdf69787e6a193a820c43be0d418b72 Oct 11 00:20:03.958 INFO running `"docker" "start" "-a" "0dafe6043ce3a09ff59144797df26a22dcdf69787e6a193a820c43be0d418b72"` Oct 11 00:20:04.488 INFO kablam! usermod: no changes Oct 11 00:20:04.569 INFO kablam! Compiling blockchain v0.1.0 (/source) Oct 11 00:20:05.904 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.904 INFO kablam! --> src/main.rs:18:5 Oct 11 00:20:05.904 INFO kablam! | Oct 11 00:20:05.904 INFO kablam! 18 | io::stdout().flush(); Oct 11 00:20:05.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.904 INFO kablam! | Oct 11 00:20:05.904 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:20:05.904 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.904 INFO kablam! Oct 11 00:20:05.904 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.904 INFO kablam! --> src/main.rs:19:5 Oct 11 00:20:05.904 INFO kablam! | Oct 11 00:20:05.904 INFO kablam! 19 | io::stdin().read_line(&mut miner_address); Oct 11 00:20:05.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.905 INFO kablam! | Oct 11 00:20:05.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.905 INFO kablam! Oct 11 00:20:05.905 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.905 INFO kablam! --> src/main.rs:21:5 Oct 11 00:20:05.905 INFO kablam! | Oct 11 00:20:05.905 INFO kablam! 21 | io::stdout().flush(); Oct 11 00:20:05.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.905 INFO kablam! | Oct 11 00:20:05.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.905 INFO kablam! Oct 11 00:20:05.905 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.905 INFO kablam! --> src/main.rs:22:5 Oct 11 00:20:05.905 INFO kablam! | Oct 11 00:20:05.905 INFO kablam! 22 | io::stdin().read_line(&mut difficulty); Oct 11 00:20:05.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.905 INFO kablam! | Oct 11 00:20:05.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.905 INFO kablam! Oct 11 00:20:05.906 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.907 INFO kablam! --> src/main.rs:38:9 Oct 11 00:20:05.907 INFO kablam! | Oct 11 00:20:05.907 INFO kablam! 38 | io::stdout().flush(); Oct 11 00:20:05.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.907 INFO kablam! | Oct 11 00:20:05.907 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.907 INFO kablam! Oct 11 00:20:05.907 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.907 INFO kablam! --> src/main.rs:40:9 Oct 11 00:20:05.907 INFO kablam! | Oct 11 00:20:05.907 INFO kablam! 40 | io::stdin().read_line(&mut choice); Oct 11 00:20:05.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.907 INFO kablam! | Oct 11 00:20:05.907 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.907 INFO kablam! Oct 11 00:20:05.907 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.907 INFO kablam! --> src/main.rs:71:17 Oct 11 00:20:05.907 INFO kablam! | Oct 11 00:20:05.907 INFO kablam! 71 | io::stdout().flush(); Oct 11 00:20:05.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.907 INFO kablam! | Oct 11 00:20:05.907 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.907 INFO kablam! Oct 11 00:20:05.907 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.907 INFO kablam! --> src/main.rs:72:17 Oct 11 00:20:05.907 INFO kablam! | Oct 11 00:20:05.907 INFO kablam! 72 | io::stdin().read_line(&mut from); Oct 11 00:20:05.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.907 INFO kablam! | Oct 11 00:20:05.907 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.907 INFO kablam! Oct 11 00:20:05.908 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.908 INFO kablam! --> src/main.rs:74:17 Oct 11 00:20:05.908 INFO kablam! | Oct 11 00:20:05.908 INFO kablam! 74 | io::stdout().flush(); Oct 11 00:20:05.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.908 INFO kablam! | Oct 11 00:20:05.908 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.908 INFO kablam! Oct 11 00:20:05.909 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.909 INFO kablam! --> src/main.rs:75:17 Oct 11 00:20:05.909 INFO kablam! | Oct 11 00:20:05.909 INFO kablam! 75 | io::stdin().read_line(&mut to); Oct 11 00:20:05.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.909 INFO kablam! | Oct 11 00:20:05.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.909 INFO kablam! Oct 11 00:20:05.909 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.909 INFO kablam! --> src/main.rs:77:17 Oct 11 00:20:05.909 INFO kablam! | Oct 11 00:20:05.909 INFO kablam! 77 | io::stdout().flush(); Oct 11 00:20:05.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.909 INFO kablam! | Oct 11 00:20:05.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.909 INFO kablam! Oct 11 00:20:05.909 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.909 INFO kablam! --> src/main.rs:78:17 Oct 11 00:20:05.909 INFO kablam! | Oct 11 00:20:05.909 INFO kablam! 78 | io::stdin().read_line(&mut amount); Oct 11 00:20:05.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.909 INFO kablam! | Oct 11 00:20:05.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.909 INFO kablam! Oct 11 00:20:05.909 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.909 INFO kablam! --> src/main.rs:106:17 Oct 11 00:20:05.909 INFO kablam! | Oct 11 00:20:05.909 INFO kablam! 106 | io::stdout().flush(); Oct 11 00:20:05.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.909 INFO kablam! | Oct 11 00:20:05.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.909 INFO kablam! Oct 11 00:20:05.909 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.909 INFO kablam! --> src/main.rs:107:17 Oct 11 00:20:05.909 INFO kablam! | Oct 11 00:20:05.909 INFO kablam! 107 | io::stdin().read_line(&mut new_diff); Oct 11 00:20:05.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.909 INFO kablam! | Oct 11 00:20:05.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.909 INFO kablam! Oct 11 00:20:05.909 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.909 INFO kablam! --> src/main.rs:119:17 Oct 11 00:20:05.909 INFO kablam! | Oct 11 00:20:05.909 INFO kablam! 119 | io::stdout().flush(); Oct 11 00:20:05.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.909 INFO kablam! | Oct 11 00:20:05.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.909 INFO kablam! Oct 11 00:20:05.909 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:05.909 INFO kablam! --> src/main.rs:120:17 Oct 11 00:20:05.909 INFO kablam! | Oct 11 00:20:05.909 INFO kablam! 120 | io::stdin().read_line(&mut new_reward); Oct 11 00:20:05.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:05.909 INFO kablam! | Oct 11 00:20:05.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:05.909 INFO kablam! Oct 11 00:20:06.618 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.11s Oct 11 00:20:06.622 INFO kablam! su: No module specific data is present Oct 11 00:20:06.929 INFO running `"docker" "rm" "-f" "0dafe6043ce3a09ff59144797df26a22dcdf69787e6a193a820c43be0d418b72"` Oct 11 00:20:07.000 INFO blam! 0dafe6043ce3a09ff59144797df26a22dcdf69787e6a193a820c43be0d418b72 Oct 11 00:20:07.002 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:20:07.002 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 00:20:07.152 INFO blam! 3ac55836839452352dcb0fcda8309a22510aea9ad0b0cc39a4fbe63a61530134 Oct 11 00:20:07.153 INFO running `"docker" "start" "-a" "3ac55836839452352dcb0fcda8309a22510aea9ad0b0cc39a4fbe63a61530134"` Oct 11 00:20:07.660 INFO kablam! usermod: no changes Oct 11 00:20:07.789 INFO kablam! Compiling blockchain v0.1.0 (/source) Oct 11 00:20:09.309 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.309 INFO kablam! --> src/main.rs:18:5 Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! 18 | io::stdout().flush(); Oct 11 00:20:09.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:20:09.309 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.309 INFO kablam! Oct 11 00:20:09.309 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.309 INFO kablam! --> src/main.rs:19:5 Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! 19 | io::stdin().read_line(&mut miner_address); Oct 11 00:20:09.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.309 INFO kablam! Oct 11 00:20:09.309 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.309 INFO kablam! --> src/main.rs:21:5 Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! 21 | io::stdout().flush(); Oct 11 00:20:09.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.309 INFO kablam! Oct 11 00:20:09.309 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.309 INFO kablam! --> src/main.rs:22:5 Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! 22 | io::stdin().read_line(&mut difficulty); Oct 11 00:20:09.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.309 INFO kablam! Oct 11 00:20:09.309 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.309 INFO kablam! --> src/main.rs:38:9 Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! 38 | io::stdout().flush(); Oct 11 00:20:09.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.309 INFO kablam! Oct 11 00:20:09.309 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.309 INFO kablam! --> src/main.rs:40:9 Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! 40 | io::stdin().read_line(&mut choice); Oct 11 00:20:09.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.309 INFO kablam! Oct 11 00:20:09.309 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.309 INFO kablam! --> src/main.rs:71:17 Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! 71 | io::stdout().flush(); Oct 11 00:20:09.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.309 INFO kablam! Oct 11 00:20:09.309 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.309 INFO kablam! --> src/main.rs:72:17 Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! 72 | io::stdin().read_line(&mut from); Oct 11 00:20:09.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.309 INFO kablam! Oct 11 00:20:09.309 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.309 INFO kablam! --> src/main.rs:74:17 Oct 11 00:20:09.309 INFO kablam! | Oct 11 00:20:09.309 INFO kablam! 74 | io::stdout().flush(); Oct 11 00:20:09.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.310 INFO kablam! Oct 11 00:20:09.310 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.310 INFO kablam! --> src/main.rs:75:17 Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! 75 | io::stdin().read_line(&mut to); Oct 11 00:20:09.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.310 INFO kablam! Oct 11 00:20:09.310 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.310 INFO kablam! --> src/main.rs:77:17 Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! 77 | io::stdout().flush(); Oct 11 00:20:09.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.310 INFO kablam! Oct 11 00:20:09.310 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.310 INFO kablam! --> src/main.rs:78:17 Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! 78 | io::stdin().read_line(&mut amount); Oct 11 00:20:09.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.310 INFO kablam! Oct 11 00:20:09.310 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.310 INFO kablam! --> src/main.rs:106:17 Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! 106 | io::stdout().flush(); Oct 11 00:20:09.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.310 INFO kablam! Oct 11 00:20:09.310 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.310 INFO kablam! --> src/main.rs:107:17 Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! 107 | io::stdin().read_line(&mut new_diff); Oct 11 00:20:09.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.310 INFO kablam! Oct 11 00:20:09.310 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.310 INFO kablam! --> src/main.rs:119:17 Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! 119 | io::stdout().flush(); Oct 11 00:20:09.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.310 INFO kablam! Oct 11 00:20:09.310 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:20:09.310 INFO kablam! --> src/main.rs:120:17 Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! 120 | io::stdin().read_line(&mut new_reward); Oct 11 00:20:09.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:20:09.310 INFO kablam! | Oct 11 00:20:09.310 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:20:09.310 INFO kablam! Oct 11 00:20:09.744 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.05s Oct 11 00:20:09.756 INFO kablam! su: No module specific data is present Oct 11 00:20:10.671 INFO running `"docker" "rm" "-f" "3ac55836839452352dcb0fcda8309a22510aea9ad0b0cc39a4fbe63a61530134"` Oct 11 00:20:10.882 INFO blam! 3ac55836839452352dcb0fcda8309a22510aea9ad0b0cc39a4fbe63a61530134 Oct 11 00:20:10.883 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:20:10.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 00:20:11.340 INFO blam! 38961792d3936119d6df065c5c54aeeab8d2e94339d909b291db2a774d8d8560 Oct 11 00:20:11.352 INFO running `"docker" "start" "-a" "38961792d3936119d6df065c5c54aeeab8d2e94339d909b291db2a774d8d8560"` Oct 11 00:20:12.024 INFO kablam! usermod: no changes Oct 11 00:20:12.117 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 00:20:12.118 INFO kablam! Running /target/debug/deps/blockchain-80e6994e510ddaf8 Oct 11 00:20:12.128 INFO blam! Oct 11 00:20:12.128 INFO blam! running 0 tests Oct 11 00:20:12.128 INFO blam! Oct 11 00:20:12.129 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:20:12.129 INFO blam! Oct 11 00:20:12.130 INFO kablam! su: No module specific data is present Oct 11 00:20:12.681 INFO running `"docker" "rm" "-f" "38961792d3936119d6df065c5c54aeeab8d2e94339d909b291db2a774d8d8560"` Oct 11 00:20:12.837 INFO blam! 38961792d3936119d6df065c5c54aeeab8d2e94339d909b291db2a774d8d8560