Oct 12 18:26:41.138 INFO checking lezwon/Blockchain-from-Scratch against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 18:26:41.138 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 18:26:41.569 INFO blam! c2f3dee53d87d1c2a7779e74678af8a7648b20f804776362d3006dd599670572 Oct 12 18:26:41.576 INFO running `"docker" "start" "-a" "c2f3dee53d87d1c2a7779e74678af8a7648b20f804776362d3006dd599670572"` Oct 12 18:26:42.860 INFO kablam! usermod: no changes Oct 12 18:26:43.000 INFO kablam! Checking blockchain-rust v0.1.0 (/source) Oct 12 18:26:44.276 INFO kablam! warning: variable does not need to be mutable Oct 12 18:26:44.276 INFO kablam! --> src/main.rs:94:8 Oct 12 18:26:44.276 INFO kablam! | Oct 12 18:26:44.276 INFO kablam! 94 | let mut block_header = BlockHeader{ Oct 12 18:26:44.276 INFO kablam! | ----^^^^^^^^^^^^ Oct 12 18:26:44.276 INFO kablam! | | Oct 12 18:26:44.276 INFO kablam! | help: remove this `mut` Oct 12 18:26:44.276 INFO kablam! | Oct 12 18:26:44.276 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:26:44.276 INFO kablam! Oct 12 18:26:44.293 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.293 INFO kablam! --> src/main.rs:210:2 Oct 12 18:26:44.293 INFO kablam! | Oct 12 18:26:44.293 INFO kablam! 210 | io::stdout().flush(); Oct 12 18:26:44.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.293 INFO kablam! | Oct 12 18:26:44.293 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:26:44.295 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.295 INFO kablam! Oct 12 18:26:44.295 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.295 INFO kablam! --> src/main.rs:211:2 Oct 12 18:26:44.295 INFO kablam! | Oct 12 18:26:44.295 INFO kablam! 211 | io::stdin().read_line(&mut miner_address); Oct 12 18:26:44.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.295 INFO kablam! | Oct 12 18:26:44.295 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.295 INFO kablam! Oct 12 18:26:44.295 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.295 INFO kablam! --> src/main.rs:213:2 Oct 12 18:26:44.295 INFO kablam! | Oct 12 18:26:44.295 INFO kablam! 213 | io::stdout().flush(); Oct 12 18:26:44.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.295 INFO kablam! | Oct 12 18:26:44.295 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.295 INFO kablam! Oct 12 18:26:44.295 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.295 INFO kablam! --> src/main.rs:214:2 Oct 12 18:26:44.295 INFO kablam! | Oct 12 18:26:44.295 INFO kablam! 214 | io::stdin().read_line(&mut difficulty_string); Oct 12 18:26:44.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.295 INFO kablam! | Oct 12 18:26:44.295 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.295 INFO kablam! Oct 12 18:26:44.300 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.300 INFO kablam! --> src/main.rs:229:3 Oct 12 18:26:44.300 INFO kablam! | Oct 12 18:26:44.300 INFO kablam! 229 | io::stdout().flush(); Oct 12 18:26:44.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.300 INFO kablam! | Oct 12 18:26:44.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.300 INFO kablam! Oct 12 18:26:44.300 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.300 INFO kablam! --> src/main.rs:231:3 Oct 12 18:26:44.300 INFO kablam! | Oct 12 18:26:44.300 INFO kablam! 231 | io::stdin().read_line(&mut choice); Oct 12 18:26:44.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.300 INFO kablam! | Oct 12 18:26:44.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.300 INFO kablam! Oct 12 18:26:44.300 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.300 INFO kablam! --> src/main.rs:247:5 Oct 12 18:26:44.300 INFO kablam! | Oct 12 18:26:44.300 INFO kablam! 247 | io::stdout().flush(); Oct 12 18:26:44.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.300 INFO kablam! | Oct 12 18:26:44.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.300 INFO kablam! Oct 12 18:26:44.300 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.300 INFO kablam! --> src/main.rs:248:5 Oct 12 18:26:44.300 INFO kablam! | Oct 12 18:26:44.300 INFO kablam! 248 | io::stdin().read_line(&mut sender); Oct 12 18:26:44.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.300 INFO kablam! | Oct 12 18:26:44.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.300 INFO kablam! Oct 12 18:26:44.300 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.300 INFO kablam! --> src/main.rs:250:5 Oct 12 18:26:44.300 INFO kablam! | Oct 12 18:26:44.300 INFO kablam! 250 | io::stdout().flush(); Oct 12 18:26:44.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.300 INFO kablam! | Oct 12 18:26:44.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.300 INFO kablam! Oct 12 18:26:44.300 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.300 INFO kablam! --> src/main.rs:251:5 Oct 12 18:26:44.300 INFO kablam! | Oct 12 18:26:44.300 INFO kablam! 251 | io::stdin().read_line(&mut recipient); Oct 12 18:26:44.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.300 INFO kablam! | Oct 12 18:26:44.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.300 INFO kablam! Oct 12 18:26:44.300 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.300 INFO kablam! --> src/main.rs:253:5 Oct 12 18:26:44.300 INFO kablam! | Oct 12 18:26:44.301 INFO kablam! 253 | io::stdout().flush(); Oct 12 18:26:44.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.301 INFO kablam! | Oct 12 18:26:44.301 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.301 INFO kablam! Oct 12 18:26:44.301 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.301 INFO kablam! --> src/main.rs:254:5 Oct 12 18:26:44.301 INFO kablam! | Oct 12 18:26:44.301 INFO kablam! 254 | io::stdin().read_line(&mut amount); Oct 12 18:26:44.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.301 INFO kablam! | Oct 12 18:26:44.301 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.301 INFO kablam! Oct 12 18:26:44.301 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.301 INFO kablam! --> src/main.rs:274:5 Oct 12 18:26:44.301 INFO kablam! | Oct 12 18:26:44.301 INFO kablam! 274 | io::stdout().flush(); Oct 12 18:26:44.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.301 INFO kablam! | Oct 12 18:26:44.301 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.301 INFO kablam! Oct 12 18:26:44.301 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.301 INFO kablam! --> src/main.rs:275:5 Oct 12 18:26:44.301 INFO kablam! | Oct 12 18:26:44.301 INFO kablam! 275 | io::stdin().read_line(&mut new_difficulty); Oct 12 18:26:44.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.301 INFO kablam! | Oct 12 18:26:44.301 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.301 INFO kablam! Oct 12 18:26:44.301 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.301 INFO kablam! --> src/main.rs:286:5 Oct 12 18:26:44.301 INFO kablam! | Oct 12 18:26:44.301 INFO kablam! 286 | io::stdout().flush(); Oct 12 18:26:44.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.301 INFO kablam! | Oct 12 18:26:44.301 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.301 INFO kablam! Oct 12 18:26:44.301 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.301 INFO kablam! --> src/main.rs:287:5 Oct 12 18:26:44.301 INFO kablam! | Oct 12 18:26:44.301 INFO kablam! 287 | io::stdin().read_line(&mut new_reward); Oct 12 18:26:44.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.301 INFO kablam! | Oct 12 18:26:44.301 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.301 INFO kablam! Oct 12 18:26:44.428 INFO kablam! warning: variable does not need to be mutable Oct 12 18:26:44.428 INFO kablam! --> src/main.rs:94:8 Oct 12 18:26:44.428 INFO kablam! | Oct 12 18:26:44.436 INFO kablam! 94 | let mut block_header = BlockHeader{ Oct 12 18:26:44.436 INFO kablam! | ----^^^^^^^^^^^^ Oct 12 18:26:44.436 INFO kablam! | | Oct 12 18:26:44.436 INFO kablam! | help: remove this `mut` Oct 12 18:26:44.436 INFO kablam! | Oct 12 18:26:44.436 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:26:44.436 INFO kablam! Oct 12 18:26:44.455 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.455 INFO kablam! --> src/main.rs:210:2 Oct 12 18:26:44.455 INFO kablam! | Oct 12 18:26:44.455 INFO kablam! 210 | io::stdout().flush(); Oct 12 18:26:44.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.455 INFO kablam! | Oct 12 18:26:44.455 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:26:44.455 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.455 INFO kablam! Oct 12 18:26:44.455 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.455 INFO kablam! --> src/main.rs:211:2 Oct 12 18:26:44.455 INFO kablam! | Oct 12 18:26:44.455 INFO kablam! 211 | io::stdin().read_line(&mut miner_address); Oct 12 18:26:44.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.455 INFO kablam! | Oct 12 18:26:44.455 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.455 INFO kablam! Oct 12 18:26:44.455 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.455 INFO kablam! --> src/main.rs:213:2 Oct 12 18:26:44.455 INFO kablam! | Oct 12 18:26:44.455 INFO kablam! 213 | io::stdout().flush(); Oct 12 18:26:44.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.455 INFO kablam! | Oct 12 18:26:44.455 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.455 INFO kablam! Oct 12 18:26:44.456 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.456 INFO kablam! --> src/main.rs:214:2 Oct 12 18:26:44.456 INFO kablam! | Oct 12 18:26:44.456 INFO kablam! 214 | io::stdin().read_line(&mut difficulty_string); Oct 12 18:26:44.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.456 INFO kablam! | Oct 12 18:26:44.456 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.456 INFO kablam! Oct 12 18:26:44.456 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.456 INFO kablam! --> src/main.rs:229:3 Oct 12 18:26:44.456 INFO kablam! | Oct 12 18:26:44.456 INFO kablam! 229 | io::stdout().flush(); Oct 12 18:26:44.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.456 INFO kablam! | Oct 12 18:26:44.456 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.456 INFO kablam! Oct 12 18:26:44.456 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.456 INFO kablam! --> src/main.rs:231:3 Oct 12 18:26:44.456 INFO kablam! | Oct 12 18:26:44.456 INFO kablam! 231 | io::stdin().read_line(&mut choice); Oct 12 18:26:44.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.456 INFO kablam! | Oct 12 18:26:44.456 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.456 INFO kablam! Oct 12 18:26:44.456 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.456 INFO kablam! --> src/main.rs:247:5 Oct 12 18:26:44.456 INFO kablam! | Oct 12 18:26:44.456 INFO kablam! 247 | io::stdout().flush(); Oct 12 18:26:44.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.456 INFO kablam! | Oct 12 18:26:44.456 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.456 INFO kablam! Oct 12 18:26:44.456 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.456 INFO kablam! --> src/main.rs:248:5 Oct 12 18:26:44.457 INFO kablam! | Oct 12 18:26:44.457 INFO kablam! 248 | io::stdin().read_line(&mut sender); Oct 12 18:26:44.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.457 INFO kablam! | Oct 12 18:26:44.457 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.457 INFO kablam! Oct 12 18:26:44.457 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.457 INFO kablam! --> src/main.rs:250:5 Oct 12 18:26:44.457 INFO kablam! | Oct 12 18:26:44.457 INFO kablam! 250 | io::stdout().flush(); Oct 12 18:26:44.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.457 INFO kablam! | Oct 12 18:26:44.457 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.457 INFO kablam! Oct 12 18:26:44.464 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.464 INFO kablam! --> src/main.rs:251:5 Oct 12 18:26:44.464 INFO kablam! | Oct 12 18:26:44.464 INFO kablam! 251 | io::stdin().read_line(&mut recipient); Oct 12 18:26:44.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.464 INFO kablam! | Oct 12 18:26:44.464 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.464 INFO kablam! Oct 12 18:26:44.464 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.464 INFO kablam! --> src/main.rs:253:5 Oct 12 18:26:44.464 INFO kablam! | Oct 12 18:26:44.464 INFO kablam! 253 | io::stdout().flush(); Oct 12 18:26:44.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.465 INFO kablam! | Oct 12 18:26:44.465 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.465 INFO kablam! Oct 12 18:26:44.465 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.465 INFO kablam! --> src/main.rs:254:5 Oct 12 18:26:44.465 INFO kablam! | Oct 12 18:26:44.465 INFO kablam! 254 | io::stdin().read_line(&mut amount); Oct 12 18:26:44.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.465 INFO kablam! | Oct 12 18:26:44.465 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.465 INFO kablam! Oct 12 18:26:44.465 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.465 INFO kablam! --> src/main.rs:274:5 Oct 12 18:26:44.465 INFO kablam! | Oct 12 18:26:44.465 INFO kablam! 274 | io::stdout().flush(); Oct 12 18:26:44.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.465 INFO kablam! | Oct 12 18:26:44.465 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.465 INFO kablam! Oct 12 18:26:44.465 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.465 INFO kablam! --> src/main.rs:275:5 Oct 12 18:26:44.465 INFO kablam! | Oct 12 18:26:44.465 INFO kablam! 275 | io::stdin().read_line(&mut new_difficulty); Oct 12 18:26:44.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.465 INFO kablam! | Oct 12 18:26:44.465 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.465 INFO kablam! Oct 12 18:26:44.465 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.465 INFO kablam! --> src/main.rs:286:5 Oct 12 18:26:44.465 INFO kablam! | Oct 12 18:26:44.465 INFO kablam! 286 | io::stdout().flush(); Oct 12 18:26:44.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.465 INFO kablam! | Oct 12 18:26:44.465 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.465 INFO kablam! Oct 12 18:26:44.465 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:26:44.465 INFO kablam! --> src/main.rs:287:5 Oct 12 18:26:44.465 INFO kablam! | Oct 12 18:26:44.465 INFO kablam! 287 | io::stdin().read_line(&mut new_reward); Oct 12 18:26:44.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:26:44.465 INFO kablam! | Oct 12 18:26:44.465 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:26:44.465 INFO kablam! Oct 12 18:26:44.536 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Oct 12 18:26:44.536 INFO kablam! su: No module specific data is present Oct 12 18:26:45.280 INFO running `"docker" "rm" "-f" "c2f3dee53d87d1c2a7779e74678af8a7648b20f804776362d3006dd599670572"` Oct 12 18:26:45.557 INFO blam! c2f3dee53d87d1c2a7779e74678af8a7648b20f804776362d3006dd599670572