Oct 27 01:36:45.797 INFO checking lezwon/Blockchain-from-Scratch against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:36:45.797 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 01:36:46.257 INFO blam! 3c6ee8fd031202f533880b16aca1106ebb8a606b6bbe5474e7a6bbb095bc0a24 Oct 27 01:36:46.265 INFO running `"docker" "start" "-a" "3c6ee8fd031202f533880b16aca1106ebb8a606b6bbe5474e7a6bbb095bc0a24"` Oct 27 01:36:47.623 INFO kablam! usermod: no changes Oct 27 01:36:47.759 INFO kablam! Checking blockchain-rust v0.1.0 (/source) Oct 27 01:36:49.083 INFO kablam! warning: variable does not need to be mutable Oct 27 01:36:49.083 INFO kablam! --> src/main.rs:94:8 Oct 27 01:36:49.083 INFO kablam! | Oct 27 01:36:49.083 INFO kablam! 94 | let mut block_header = BlockHeader{ Oct 27 01:36:49.083 INFO kablam! | ----^^^^^^^^^^^^ Oct 27 01:36:49.083 INFO kablam! | | Oct 27 01:36:49.083 INFO kablam! | help: remove this `mut` Oct 27 01:36:49.083 INFO kablam! | Oct 27 01:36:49.083 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:36:49.083 INFO kablam! Oct 27 01:36:49.130 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.130 INFO kablam! --> src/main.rs:210:2 Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! 210 | io::stdout().flush(); Oct 27 01:36:49.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:36:49.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.130 INFO kablam! Oct 27 01:36:49.130 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.130 INFO kablam! --> src/main.rs:211:2 Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! 211 | io::stdin().read_line(&mut miner_address); Oct 27 01:36:49.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.130 INFO kablam! Oct 27 01:36:49.130 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.130 INFO kablam! --> src/main.rs:213:2 Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! 213 | io::stdout().flush(); Oct 27 01:36:49.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.130 INFO kablam! Oct 27 01:36:49.130 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.130 INFO kablam! --> src/main.rs:214:2 Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! 214 | io::stdin().read_line(&mut difficulty_string); Oct 27 01:36:49.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.130 INFO kablam! Oct 27 01:36:49.130 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.130 INFO kablam! --> src/main.rs:229:3 Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! 229 | io::stdout().flush(); Oct 27 01:36:49.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.130 INFO kablam! Oct 27 01:36:49.130 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.130 INFO kablam! --> src/main.rs:231:3 Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! 231 | io::stdin().read_line(&mut choice); Oct 27 01:36:49.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.130 INFO kablam! Oct 27 01:36:49.130 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.130 INFO kablam! --> src/main.rs:247:5 Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! 247 | io::stdout().flush(); Oct 27 01:36:49.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.130 INFO kablam! Oct 27 01:36:49.130 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.130 INFO kablam! --> src/main.rs:248:5 Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! 248 | io::stdin().read_line(&mut sender); Oct 27 01:36:49.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.130 INFO kablam! Oct 27 01:36:49.130 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.130 INFO kablam! --> src/main.rs:250:5 Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! 250 | io::stdout().flush(); Oct 27 01:36:49.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.130 INFO kablam! Oct 27 01:36:49.130 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.130 INFO kablam! --> src/main.rs:251:5 Oct 27 01:36:49.130 INFO kablam! | Oct 27 01:36:49.130 INFO kablam! 251 | io::stdin().read_line(&mut recipient); Oct 27 01:36:49.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.131 INFO kablam! | Oct 27 01:36:49.131 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.131 INFO kablam! Oct 27 01:36:49.131 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.131 INFO kablam! --> src/main.rs:253:5 Oct 27 01:36:49.131 INFO kablam! | Oct 27 01:36:49.131 INFO kablam! 253 | io::stdout().flush(); Oct 27 01:36:49.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.131 INFO kablam! | Oct 27 01:36:49.131 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.131 INFO kablam! Oct 27 01:36:49.131 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.131 INFO kablam! --> src/main.rs:254:5 Oct 27 01:36:49.131 INFO kablam! | Oct 27 01:36:49.131 INFO kablam! 254 | io::stdin().read_line(&mut amount); Oct 27 01:36:49.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.131 INFO kablam! | Oct 27 01:36:49.131 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.131 INFO kablam! Oct 27 01:36:49.131 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.131 INFO kablam! --> src/main.rs:274:5 Oct 27 01:36:49.131 INFO kablam! | Oct 27 01:36:49.131 INFO kablam! 274 | io::stdout().flush(); Oct 27 01:36:49.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.131 INFO kablam! | Oct 27 01:36:49.131 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.131 INFO kablam! Oct 27 01:36:49.131 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.131 INFO kablam! --> src/main.rs:275:5 Oct 27 01:36:49.131 INFO kablam! | Oct 27 01:36:49.131 INFO kablam! 275 | io::stdin().read_line(&mut new_difficulty); Oct 27 01:36:49.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.131 INFO kablam! | Oct 27 01:36:49.131 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.131 INFO kablam! Oct 27 01:36:49.131 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.131 INFO kablam! --> src/main.rs:286:5 Oct 27 01:36:49.131 INFO kablam! | Oct 27 01:36:49.131 INFO kablam! 286 | io::stdout().flush(); Oct 27 01:36:49.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.131 INFO kablam! | Oct 27 01:36:49.131 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.131 INFO kablam! Oct 27 01:36:49.131 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.131 INFO kablam! --> src/main.rs:287:5 Oct 27 01:36:49.131 INFO kablam! | Oct 27 01:36:49.131 INFO kablam! 287 | io::stdin().read_line(&mut new_reward); Oct 27 01:36:49.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.131 INFO kablam! | Oct 27 01:36:49.131 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.131 INFO kablam! Oct 27 01:36:49.419 INFO kablam! warning: variable does not need to be mutable Oct 27 01:36:49.419 INFO kablam! --> src/main.rs:94:8 Oct 27 01:36:49.419 INFO kablam! | Oct 27 01:36:49.419 INFO kablam! 94 | let mut block_header = BlockHeader{ Oct 27 01:36:49.419 INFO kablam! | ----^^^^^^^^^^^^ Oct 27 01:36:49.419 INFO kablam! | | Oct 27 01:36:49.419 INFO kablam! | help: remove this `mut` Oct 27 01:36:49.419 INFO kablam! | Oct 27 01:36:49.419 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:36:49.419 INFO kablam! Oct 27 01:36:49.439 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.439 INFO kablam! --> src/main.rs:210:2 Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! 210 | io::stdout().flush(); Oct 27 01:36:49.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:36:49.439 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.439 INFO kablam! Oct 27 01:36:49.439 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.439 INFO kablam! --> src/main.rs:211:2 Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! 211 | io::stdin().read_line(&mut miner_address); Oct 27 01:36:49.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.439 INFO kablam! Oct 27 01:36:49.439 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.439 INFO kablam! --> src/main.rs:213:2 Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! 213 | io::stdout().flush(); Oct 27 01:36:49.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.439 INFO kablam! Oct 27 01:36:49.439 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.439 INFO kablam! --> src/main.rs:214:2 Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! 214 | io::stdin().read_line(&mut difficulty_string); Oct 27 01:36:49.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.439 INFO kablam! Oct 27 01:36:49.439 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.439 INFO kablam! --> src/main.rs:229:3 Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! 229 | io::stdout().flush(); Oct 27 01:36:49.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.439 INFO kablam! Oct 27 01:36:49.439 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.439 INFO kablam! --> src/main.rs:231:3 Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! 231 | io::stdin().read_line(&mut choice); Oct 27 01:36:49.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.439 INFO kablam! Oct 27 01:36:49.439 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.439 INFO kablam! --> src/main.rs:247:5 Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! 247 | io::stdout().flush(); Oct 27 01:36:49.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.439 INFO kablam! Oct 27 01:36:49.439 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.439 INFO kablam! --> src/main.rs:248:5 Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! 248 | io::stdin().read_line(&mut sender); Oct 27 01:36:49.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.439 INFO kablam! | Oct 27 01:36:49.439 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.440 INFO kablam! Oct 27 01:36:49.440 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.440 INFO kablam! --> src/main.rs:250:5 Oct 27 01:36:49.440 INFO kablam! | Oct 27 01:36:49.440 INFO kablam! 250 | io::stdout().flush(); Oct 27 01:36:49.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.440 INFO kablam! | Oct 27 01:36:49.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.440 INFO kablam! Oct 27 01:36:49.440 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.440 INFO kablam! --> src/main.rs:251:5 Oct 27 01:36:49.440 INFO kablam! | Oct 27 01:36:49.440 INFO kablam! 251 | io::stdin().read_line(&mut recipient); Oct 27 01:36:49.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.440 INFO kablam! | Oct 27 01:36:49.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.440 INFO kablam! Oct 27 01:36:49.440 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.440 INFO kablam! --> src/main.rs:253:5 Oct 27 01:36:49.440 INFO kablam! | Oct 27 01:36:49.440 INFO kablam! 253 | io::stdout().flush(); Oct 27 01:36:49.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.440 INFO kablam! | Oct 27 01:36:49.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.440 INFO kablam! Oct 27 01:36:49.440 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.440 INFO kablam! --> src/main.rs:254:5 Oct 27 01:36:49.440 INFO kablam! | Oct 27 01:36:49.440 INFO kablam! 254 | io::stdin().read_line(&mut amount); Oct 27 01:36:49.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.440 INFO kablam! | Oct 27 01:36:49.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.440 INFO kablam! Oct 27 01:36:49.440 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.440 INFO kablam! --> src/main.rs:274:5 Oct 27 01:36:49.440 INFO kablam! | Oct 27 01:36:49.440 INFO kablam! 274 | io::stdout().flush(); Oct 27 01:36:49.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.440 INFO kablam! | Oct 27 01:36:49.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.440 INFO kablam! Oct 27 01:36:49.440 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.440 INFO kablam! --> src/main.rs:275:5 Oct 27 01:36:49.440 INFO kablam! | Oct 27 01:36:49.440 INFO kablam! 275 | io::stdin().read_line(&mut new_difficulty); Oct 27 01:36:49.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.440 INFO kablam! | Oct 27 01:36:49.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.440 INFO kablam! Oct 27 01:36:49.440 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.440 INFO kablam! --> src/main.rs:286:5 Oct 27 01:36:49.440 INFO kablam! | Oct 27 01:36:49.440 INFO kablam! 286 | io::stdout().flush(); Oct 27 01:36:49.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.440 INFO kablam! | Oct 27 01:36:49.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.440 INFO kablam! Oct 27 01:36:49.463 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:49.463 INFO kablam! --> src/main.rs:287:5 Oct 27 01:36:49.463 INFO kablam! | Oct 27 01:36:49.463 INFO kablam! 287 | io::stdin().read_line(&mut new_reward); Oct 27 01:36:49.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:49.463 INFO kablam! | Oct 27 01:36:49.463 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:49.463 INFO kablam! Oct 27 01:36:49.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.85s Oct 27 01:36:49.508 INFO kablam! su: No module specific data is present Oct 27 01:36:50.848 INFO running `"docker" "rm" "-f" "3c6ee8fd031202f533880b16aca1106ebb8a606b6bbe5474e7a6bbb095bc0a24"` Oct 27 01:36:51.191 INFO blam! 3c6ee8fd031202f533880b16aca1106ebb8a606b6bbe5474e7a6bbb095bc0a24