Oct 21 16:13:10.734 INFO checking lezwon/Blockchain-from-Scratch against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:13:10.736 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 21 16:13:11.261 INFO blam! ff81bac88c4712f653118858c77db1da1374f5bc6c0ebb7cc8775019325e68c3 Oct 21 16:13:11.266 INFO running `"docker" "start" "-a" "ff81bac88c4712f653118858c77db1da1374f5bc6c0ebb7cc8775019325e68c3"` Oct 21 16:13:12.220 INFO kablam! usermod: no changes Oct 21 16:13:12.316 INFO kablam! Checking blockchain-rust v0.1.0 (/source) Oct 21 16:13:13.260 INFO kablam! warning: variable does not need to be mutable Oct 21 16:13:13.260 INFO kablam! --> src/main.rs:94:8 Oct 21 16:13:13.261 INFO kablam! | Oct 21 16:13:13.261 INFO kablam! 94 | let mut block_header = BlockHeader{ Oct 21 16:13:13.261 INFO kablam! | ----^^^^^^^^^^^^ Oct 21 16:13:13.262 INFO kablam! | | Oct 21 16:13:13.262 INFO kablam! | help: remove this `mut` Oct 21 16:13:13.262 INFO kablam! | Oct 21 16:13:13.262 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:13:13.263 INFO kablam! Oct 21 16:13:13.293 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.294 INFO kablam! --> src/main.rs:210:2 Oct 21 16:13:13.294 INFO kablam! | Oct 21 16:13:13.294 INFO kablam! 210 | io::stdout().flush(); Oct 21 16:13:13.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.295 INFO kablam! | Oct 21 16:13:13.295 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 16:13:13.295 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.296 INFO kablam! Oct 21 16:13:13.296 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.297 INFO kablam! --> src/main.rs:211:2 Oct 21 16:13:13.297 INFO kablam! | Oct 21 16:13:13.297 INFO kablam! 211 | io::stdin().read_line(&mut miner_address); Oct 21 16:13:13.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.298 INFO kablam! | Oct 21 16:13:13.298 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.298 INFO kablam! Oct 21 16:13:13.298 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.299 INFO kablam! --> src/main.rs:213:2 Oct 21 16:13:13.299 INFO kablam! | Oct 21 16:13:13.299 INFO kablam! 213 | io::stdout().flush(); Oct 21 16:13:13.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.300 INFO kablam! | Oct 21 16:13:13.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.300 INFO kablam! Oct 21 16:13:13.301 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.301 INFO kablam! --> src/main.rs:214:2 Oct 21 16:13:13.301 INFO kablam! | Oct 21 16:13:13.301 INFO kablam! 214 | io::stdin().read_line(&mut difficulty_string); Oct 21 16:13:13.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.302 INFO kablam! | Oct 21 16:13:13.302 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.303 INFO kablam! Oct 21 16:13:13.303 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.303 INFO kablam! --> src/main.rs:229:3 Oct 21 16:13:13.303 INFO kablam! | Oct 21 16:13:13.304 INFO kablam! 229 | io::stdout().flush(); Oct 21 16:13:13.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.304 INFO kablam! | Oct 21 16:13:13.305 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.305 INFO kablam! Oct 21 16:13:13.305 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.305 INFO kablam! --> src/main.rs:231:3 Oct 21 16:13:13.306 INFO kablam! | Oct 21 16:13:13.306 INFO kablam! 231 | io::stdin().read_line(&mut choice); Oct 21 16:13:13.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.306 INFO kablam! | Oct 21 16:13:13.307 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.307 INFO kablam! Oct 21 16:13:13.307 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.308 INFO kablam! --> src/main.rs:247:5 Oct 21 16:13:13.308 INFO kablam! | Oct 21 16:13:13.308 INFO kablam! 247 | io::stdout().flush(); Oct 21 16:13:13.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.309 INFO kablam! | Oct 21 16:13:13.309 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.309 INFO kablam! Oct 21 16:13:13.309 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.310 INFO kablam! --> src/main.rs:248:5 Oct 21 16:13:13.310 INFO kablam! | Oct 21 16:13:13.310 INFO kablam! 248 | io::stdin().read_line(&mut sender); Oct 21 16:13:13.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.311 INFO kablam! | Oct 21 16:13:13.311 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.311 INFO kablam! Oct 21 16:13:13.312 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.312 INFO kablam! --> src/main.rs:250:5 Oct 21 16:13:13.312 INFO kablam! | Oct 21 16:13:13.312 INFO kablam! 250 | io::stdout().flush(); Oct 21 16:13:13.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.313 INFO kablam! | Oct 21 16:13:13.313 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.313 INFO kablam! Oct 21 16:13:13.314 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.314 INFO kablam! --> src/main.rs:251:5 Oct 21 16:13:13.314 INFO kablam! | Oct 21 16:13:13.314 INFO kablam! 251 | io::stdin().read_line(&mut recipient); Oct 21 16:13:13.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.315 INFO kablam! | Oct 21 16:13:13.315 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.315 INFO kablam! Oct 21 16:13:13.315 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.316 INFO kablam! --> src/main.rs:253:5 Oct 21 16:13:13.316 INFO kablam! | Oct 21 16:13:13.316 INFO kablam! 253 | io::stdout().flush(); Oct 21 16:13:13.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.317 INFO kablam! | Oct 21 16:13:13.317 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.317 INFO kablam! Oct 21 16:13:13.318 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.318 INFO kablam! --> src/main.rs:254:5 Oct 21 16:13:13.318 INFO kablam! | Oct 21 16:13:13.318 INFO kablam! 254 | io::stdin().read_line(&mut amount); Oct 21 16:13:13.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.319 INFO kablam! | Oct 21 16:13:13.319 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.319 INFO kablam! Oct 21 16:13:13.320 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.320 INFO kablam! --> src/main.rs:274:5 Oct 21 16:13:13.320 INFO kablam! | Oct 21 16:13:13.320 INFO kablam! 274 | io::stdout().flush(); Oct 21 16:13:13.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.321 INFO kablam! | Oct 21 16:13:13.321 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.321 INFO kablam! Oct 21 16:13:13.322 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.322 INFO kablam! --> src/main.rs:275:5 Oct 21 16:13:13.322 INFO kablam! | Oct 21 16:13:13.322 INFO kablam! 275 | io::stdin().read_line(&mut new_difficulty); Oct 21 16:13:13.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.323 INFO kablam! | Oct 21 16:13:13.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.323 INFO kablam! Oct 21 16:13:13.323 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.323 INFO kablam! --> src/main.rs:286:5 Oct 21 16:13:13.323 INFO kablam! | Oct 21 16:13:13.323 INFO kablam! 286 | io::stdout().flush(); Oct 21 16:13:13.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.323 INFO kablam! | Oct 21 16:13:13.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.323 INFO kablam! Oct 21 16:13:13.323 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.323 INFO kablam! --> src/main.rs:287:5 Oct 21 16:13:13.323 INFO kablam! | Oct 21 16:13:13.323 INFO kablam! 287 | io::stdin().read_line(&mut new_reward); Oct 21 16:13:13.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.323 INFO kablam! | Oct 21 16:13:13.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.323 INFO kablam! Oct 21 16:13:13.358 INFO kablam! warning: variable does not need to be mutable Oct 21 16:13:13.358 INFO kablam! --> src/main.rs:94:8 Oct 21 16:13:13.358 INFO kablam! | Oct 21 16:13:13.358 INFO kablam! 94 | let mut block_header = BlockHeader{ Oct 21 16:13:13.358 INFO kablam! | ----^^^^^^^^^^^^ Oct 21 16:13:13.358 INFO kablam! | | Oct 21 16:13:13.358 INFO kablam! | help: remove this `mut` Oct 21 16:13:13.358 INFO kablam! | Oct 21 16:13:13.358 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:13:13.358 INFO kablam! Oct 21 16:13:13.384 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.384 INFO kablam! --> src/main.rs:210:2 Oct 21 16:13:13.384 INFO kablam! | Oct 21 16:13:13.384 INFO kablam! 210 | io::stdout().flush(); Oct 21 16:13:13.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.384 INFO kablam! | Oct 21 16:13:13.384 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 16:13:13.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.384 INFO kablam! Oct 21 16:13:13.384 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.384 INFO kablam! --> src/main.rs:211:2 Oct 21 16:13:13.384 INFO kablam! | Oct 21 16:13:13.384 INFO kablam! 211 | io::stdin().read_line(&mut miner_address); Oct 21 16:13:13.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.384 INFO kablam! | Oct 21 16:13:13.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.384 INFO kablam! Oct 21 16:13:13.384 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.384 INFO kablam! --> src/main.rs:213:2 Oct 21 16:13:13.384 INFO kablam! | Oct 21 16:13:13.384 INFO kablam! 213 | io::stdout().flush(); Oct 21 16:13:13.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.384 INFO kablam! | Oct 21 16:13:13.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.384 INFO kablam! Oct 21 16:13:13.384 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.384 INFO kablam! --> src/main.rs:214:2 Oct 21 16:13:13.384 INFO kablam! | Oct 21 16:13:13.384 INFO kablam! 214 | io::stdin().read_line(&mut difficulty_string); Oct 21 16:13:13.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.384 INFO kablam! | Oct 21 16:13:13.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.384 INFO kablam! Oct 21 16:13:13.384 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.384 INFO kablam! --> src/main.rs:229:3 Oct 21 16:13:13.384 INFO kablam! | Oct 21 16:13:13.384 INFO kablam! 229 | io::stdout().flush(); Oct 21 16:13:13.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.384 INFO kablam! | Oct 21 16:13:13.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.384 INFO kablam! Oct 21 16:13:13.385 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.385 INFO kablam! --> src/main.rs:231:3 Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! 231 | io::stdin().read_line(&mut choice); Oct 21 16:13:13.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.385 INFO kablam! Oct 21 16:13:13.385 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.385 INFO kablam! --> src/main.rs:247:5 Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! 247 | io::stdout().flush(); Oct 21 16:13:13.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.385 INFO kablam! Oct 21 16:13:13.385 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.385 INFO kablam! --> src/main.rs:248:5 Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! 248 | io::stdin().read_line(&mut sender); Oct 21 16:13:13.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.385 INFO kablam! Oct 21 16:13:13.385 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.385 INFO kablam! --> src/main.rs:250:5 Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! 250 | io::stdout().flush(); Oct 21 16:13:13.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.385 INFO kablam! Oct 21 16:13:13.385 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.385 INFO kablam! --> src/main.rs:251:5 Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! 251 | io::stdin().read_line(&mut recipient); Oct 21 16:13:13.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.385 INFO kablam! Oct 21 16:13:13.385 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.385 INFO kablam! --> src/main.rs:253:5 Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! 253 | io::stdout().flush(); Oct 21 16:13:13.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.385 INFO kablam! Oct 21 16:13:13.385 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.385 INFO kablam! --> src/main.rs:254:5 Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! 254 | io::stdin().read_line(&mut amount); Oct 21 16:13:13.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.385 INFO kablam! Oct 21 16:13:13.385 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.385 INFO kablam! --> src/main.rs:274:5 Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! 274 | io::stdout().flush(); Oct 21 16:13:13.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.385 INFO kablam! Oct 21 16:13:13.385 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.385 INFO kablam! --> src/main.rs:275:5 Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! 275 | io::stdin().read_line(&mut new_difficulty); Oct 21 16:13:13.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.385 INFO kablam! Oct 21 16:13:13.385 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.385 INFO kablam! --> src/main.rs:286:5 Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! 286 | io::stdout().flush(); Oct 21 16:13:13.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.385 INFO kablam! Oct 21 16:13:13.385 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:13:13.385 INFO kablam! --> src/main.rs:287:5 Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! 287 | io::stdin().read_line(&mut new_reward); Oct 21 16:13:13.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:13:13.385 INFO kablam! | Oct 21 16:13:13.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:13:13.385 INFO kablam! Oct 21 16:13:13.417 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 21 16:13:13.428 INFO kablam! su: No module specific data is present Oct 21 16:13:14.182 INFO running `"docker" "rm" "-f" "ff81bac88c4712f653118858c77db1da1374f5bc6c0ebb7cc8775019325e68c3"` Oct 21 16:13:14.356 INFO blam! ff81bac88c4712f653118858c77db1da1374f5bc6c0ebb7cc8775019325e68c3