Oct 31 17:23:08.138 INFO checking yusefnapora/ntr_stream against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 17:23:08.140 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-2/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 17:23:08.568 INFO blam! 90ab9343235d467e041c7e152368f9757f0715e77a52e641e7aba1e75c823737 Oct 31 17:23:08.576 INFO running `"docker" "start" "-a" "90ab9343235d467e041c7e152368f9757f0715e77a52e641e7aba1e75c823737"` Oct 31 17:23:10.220 INFO kablam! usermod: no changes Oct 31 17:23:10.412 INFO kablam! Compiling cc v1.0.6 Oct 31 17:23:10.412 INFO kablam! Checking smallvec v0.6.0 Oct 31 17:23:10.417 INFO kablam! Checking num-traits v0.2.1 Oct 31 17:23:10.417 INFO kablam! Checking atomic-option v0.1.2 Oct 31 17:23:10.424 INFO kablam! Compiling proc-macro2 v0.2.3 Oct 31 17:23:10.424 INFO kablam! Checking clap v2.31.1 Oct 31 17:23:10.424 INFO kablam! Checking hyper v0.11.24 Oct 31 17:23:13.355 INFO kablam! Checking parking_lot_core v0.2.13 Oct 31 17:23:15.928 INFO kablam! Checking bus v1.4.1 Oct 31 17:23:23.392 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 31 17:23:23.429 INFO kablam! Compiling libz-sys v1.0.18 Oct 31 17:23:25.028 INFO kablam! Compiling quote v0.4.2 Oct 31 17:23:28.505 INFO kablam! Compiling syn v0.12.14 Oct 31 17:23:29.028 INFO kablam! Checking flate2 v1.0.1 Oct 31 17:23:48.690 INFO kablam! Compiling protocol-derive v0.3.4 Oct 31 17:23:52.603 INFO kablam! Checking backtrace v0.3.5 Oct 31 17:23:53.204 INFO kablam! Checking error-chain v0.11.0 Oct 31 17:23:53.720 INFO kablam! Checking protocol v0.3.4 Oct 31 17:23:55.145 INFO kablam! Checking ntr_stream v0.1.0 (/source) Oct 31 17:23:55.572 INFO kablam! warning: unused `#[macro_use]` import Oct 31 17:23:55.573 INFO kablam! --> src/main.rs:1:1 Oct 31 17:23:55.573 INFO kablam! | Oct 31 17:23:55.573 INFO kablam! 1 | #[macro_use] extern crate protocol_derive; Oct 31 17:23:55.574 INFO kablam! | ^^^^^^^^^^^^ Oct 31 17:23:55.574 INFO kablam! | Oct 31 17:23:55.574 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 17:23:55.574 INFO kablam! Oct 31 17:23:55.575 INFO kablam! warning: unused `#[macro_use]` import Oct 31 17:23:55.575 INFO kablam! --> src/main.rs:2:1 Oct 31 17:23:55.575 INFO kablam! | Oct 31 17:23:55.575 INFO kablam! 2 | #[macro_use] extern crate protocol; Oct 31 17:23:55.576 INFO kablam! | ^^^^^^^^^^^^ Oct 31 17:23:55.576 INFO kablam! Oct 31 17:23:55.576 INFO kablam! warning: unused import: `BigEndian` Oct 31 17:23:55.577 INFO kablam! --> src/remote_play/packets.rs:4:57 Oct 31 17:23:55.577 INFO kablam! | Oct 31 17:23:55.577 INFO kablam! 4 | use byteorder::{ByteOrder, WriteBytesExt, LittleEndian, BigEndian}; Oct 31 17:23:55.577 INFO kablam! | ^^^^^^^^^ Oct 31 17:23:55.578 INFO kablam! Oct 31 17:23:55.578 INFO kablam! warning: unused import: `RemotePlayControlPacket` Oct 31 17:23:55.578 INFO kablam! --> src/remote_play/stream.rs:4:28 Oct 31 17:23:55.578 INFO kablam! | Oct 31 17:23:55.579 INFO kablam! 4 | use remote_play::packets::{RemotePlayControlPacket, RemotePlayPacket, Screen, StreamingConfig}; Oct 31 17:23:55.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:55.579 INFO kablam! Oct 31 17:23:55.588 INFO kablam! warning: unused `#[macro_use]` import Oct 31 17:23:55.589 INFO kablam! --> src/main.rs:1:1 Oct 31 17:23:55.589 INFO kablam! | Oct 31 17:23:55.589 INFO kablam! 1 | #[macro_use] extern crate protocol_derive; Oct 31 17:23:55.589 INFO kablam! | ^^^^^^^^^^^^ Oct 31 17:23:55.590 INFO kablam! | Oct 31 17:23:55.590 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 17:23:55.590 INFO kablam! Oct 31 17:23:55.591 INFO kablam! warning: unused `#[macro_use]` import Oct 31 17:23:55.591 INFO kablam! --> src/main.rs:2:1 Oct 31 17:23:55.591 INFO kablam! | Oct 31 17:23:55.591 INFO kablam! 2 | #[macro_use] extern crate protocol; Oct 31 17:23:55.592 INFO kablam! | ^^^^^^^^^^^^ Oct 31 17:23:55.592 INFO kablam! Oct 31 17:23:55.592 INFO kablam! warning: unused import: `BigEndian` Oct 31 17:23:55.592 INFO kablam! --> src/remote_play/packets.rs:4:57 Oct 31 17:23:55.593 INFO kablam! | Oct 31 17:23:55.593 INFO kablam! 4 | use byteorder::{ByteOrder, WriteBytesExt, LittleEndian, BigEndian}; Oct 31 17:23:55.593 INFO kablam! | ^^^^^^^^^ Oct 31 17:23:55.594 INFO kablam! Oct 31 17:23:55.594 INFO kablam! warning: unused import: `RemotePlayControlPacket` Oct 31 17:23:55.594 INFO kablam! --> src/remote_play/stream.rs:4:28 Oct 31 17:23:55.594 INFO kablam! | Oct 31 17:23:55.594 INFO kablam! 4 | use remote_play::packets::{RemotePlayControlPacket, RemotePlayPacket, Screen, StreamingConfig}; Oct 31 17:23:55.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:55.595 INFO kablam! Oct 31 17:23:55.844 INFO kablam! warning: unused import: `ByteOrder` Oct 31 17:23:55.845 INFO kablam! --> src/remote_play/packets.rs:4:17 Oct 31 17:23:55.845 INFO kablam! | Oct 31 17:23:55.845 INFO kablam! 4 | use byteorder::{ByteOrder, WriteBytesExt, LittleEndian, BigEndian}; Oct 31 17:23:55.846 INFO kablam! | ^^^^^^^^^ Oct 31 17:23:55.846 INFO kablam! Oct 31 17:23:55.860 INFO kablam! warning: unused variable: `stream` Oct 31 17:23:55.861 INFO kablam! --> src/remote_play/stream.rs:25:9 Oct 31 17:23:55.861 INFO kablam! | Oct 31 17:23:55.861 INFO kablam! 25 | let stream = TcpStream::connect(addr).expect("error connecting tcp stream"); Oct 31 17:23:55.862 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 31 17:23:55.862 INFO kablam! | Oct 31 17:23:55.862 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 17:23:55.862 INFO kablam! Oct 31 17:23:55.863 INFO kablam! warning: unused variable: `reader` Oct 31 17:23:55.863 INFO kablam! --> src/remote_play/packets.rs:65:13 Oct 31 17:23:55.863 INFO kablam! | Oct 31 17:23:55.863 INFO kablam! 65 | fn read(reader: &mut Read) -> Result { Oct 31 17:23:55.864 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 31 17:23:55.864 INFO kablam! Oct 31 17:23:55.924 INFO kablam! warning: variable does not need to be mutable Oct 31 17:23:55.925 INFO kablam! --> src/server.rs:29:9 Oct 31 17:23:55.925 INFO kablam! | Oct 31 17:23:55.925 INFO kablam! 29 | let mut response = Response::new(); Oct 31 17:23:55.925 INFO kablam! | ----^^^^^^^^ Oct 31 17:23:55.926 INFO kablam! | | Oct 31 17:23:55.926 INFO kablam! | help: remove this `mut` Oct 31 17:23:55.926 INFO kablam! | Oct 31 17:23:55.926 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 17:23:55.927 INFO kablam! Oct 31 17:23:55.927 INFO kablam! warning: struct is never constructed: `ScreenPacketReaders` Oct 31 17:23:55.927 INFO kablam! --> src/remote_play/stream.rs:28:1 Oct 31 17:23:55.927 INFO kablam! | Oct 31 17:23:55.928 INFO kablam! 28 | struct ScreenPacketReaders { Oct 31 17:23:55.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:55.928 INFO kablam! | Oct 31 17:23:55.928 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 17:23:55.929 INFO kablam! Oct 31 17:23:55.929 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:55.929 INFO kablam! --> src/remote_play/packets.rs:71:9 Oct 31 17:23:55.929 INFO kablam! | Oct 31 17:23:55.930 INFO kablam! 71 | buf.write_u32::(self.magic); Oct 31 17:23:55.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:55.930 INFO kablam! | Oct 31 17:23:55.930 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 17:23:55.931 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:55.931 INFO kablam! Oct 31 17:23:55.931 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:55.931 INFO kablam! --> src/remote_play/packets.rs:72:9 Oct 31 17:23:55.932 INFO kablam! | Oct 31 17:23:55.932 INFO kablam! 72 | buf.write_u32::(self.sequence); Oct 31 17:23:55.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:55.932 INFO kablam! | Oct 31 17:23:55.933 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:55.933 INFO kablam! Oct 31 17:23:55.933 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:55.933 INFO kablam! --> src/remote_play/packets.rs:73:9 Oct 31 17:23:55.934 INFO kablam! | Oct 31 17:23:55.934 INFO kablam! 73 | buf.write_u32::(self.packet_type); Oct 31 17:23:55.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:55.934 INFO kablam! | Oct 31 17:23:55.935 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:55.935 INFO kablam! Oct 31 17:23:55.935 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:55.935 INFO kablam! --> src/remote_play/packets.rs:74:9 Oct 31 17:23:55.936 INFO kablam! | Oct 31 17:23:55.936 INFO kablam! 74 | buf.write_u32::(self.command); Oct 31 17:23:55.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:55.936 INFO kablam! | Oct 31 17:23:55.937 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:55.937 INFO kablam! Oct 31 17:23:55.937 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:55.937 INFO kablam! --> src/remote_play/packets.rs:76:13 Oct 31 17:23:55.938 INFO kablam! | Oct 31 17:23:55.938 INFO kablam! 76 | buf.write_u32::(*i); Oct 31 17:23:55.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:55.938 INFO kablam! | Oct 31 17:23:55.939 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:55.939 INFO kablam! Oct 31 17:23:55.939 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:55.939 INFO kablam! --> src/remote_play/packets.rs:78:9 Oct 31 17:23:55.940 INFO kablam! | Oct 31 17:23:55.940 INFO kablam! 78 | buf.write_u32::(0); Oct 31 17:23:55.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:55.940 INFO kablam! | Oct 31 17:23:55.941 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:55.941 INFO kablam! Oct 31 17:23:55.941 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:55.941 INFO kablam! --> src/remote_play/packets.rs:79:9 Oct 31 17:23:55.941 INFO kablam! | Oct 31 17:23:55.942 INFO kablam! 79 | writer.write(&buf); Oct 31 17:23:55.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:55.942 INFO kablam! | Oct 31 17:23:55.942 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:55.943 INFO kablam! Oct 31 17:23:55.943 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:55.943 INFO kablam! --> src/remote_play/stream.rs:22:9 Oct 31 17:23:55.944 INFO kablam! | Oct 31 17:23:55.948 INFO kablam! 22 | stream.flush(); Oct 31 17:23:55.948 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 17:23:55.949 INFO kablam! | Oct 31 17:23:55.949 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:55.949 INFO kablam! Oct 31 17:23:56.016 INFO kablam! warning: unused import: `ByteOrder` Oct 31 17:23:56.016 INFO kablam! --> src/remote_play/packets.rs:4:17 Oct 31 17:23:56.016 INFO kablam! | Oct 31 17:23:56.017 INFO kablam! 4 | use byteorder::{ByteOrder, WriteBytesExt, LittleEndian, BigEndian}; Oct 31 17:23:56.017 INFO kablam! | ^^^^^^^^^ Oct 31 17:23:56.017 INFO kablam! Oct 31 17:23:56.038 INFO kablam! warning: unused variable: `stream` Oct 31 17:23:56.039 INFO kablam! --> src/remote_play/stream.rs:25:9 Oct 31 17:23:56.039 INFO kablam! | Oct 31 17:23:56.039 INFO kablam! 25 | let stream = TcpStream::connect(addr).expect("error connecting tcp stream"); Oct 31 17:23:56.039 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 31 17:23:56.039 INFO kablam! | Oct 31 17:23:56.039 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 17:23:56.040 INFO kablam! Oct 31 17:23:56.040 INFO kablam! warning: unused variable: `reader` Oct 31 17:23:56.040 INFO kablam! --> src/remote_play/packets.rs:65:13 Oct 31 17:23:56.040 INFO kablam! | Oct 31 17:23:56.041 INFO kablam! 65 | fn read(reader: &mut Read) -> Result { Oct 31 17:23:56.041 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 31 17:23:56.041 INFO kablam! Oct 31 17:23:56.084 INFO kablam! warning: variable does not need to be mutable Oct 31 17:23:56.085 INFO kablam! --> src/server.rs:29:9 Oct 31 17:23:56.085 INFO kablam! | Oct 31 17:23:56.085 INFO kablam! 29 | let mut response = Response::new(); Oct 31 17:23:56.085 INFO kablam! | ----^^^^^^^^ Oct 31 17:23:56.086 INFO kablam! | | Oct 31 17:23:56.086 INFO kablam! | help: remove this `mut` Oct 31 17:23:56.086 INFO kablam! | Oct 31 17:23:56.087 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 17:23:56.087 INFO kablam! Oct 31 17:23:56.087 INFO kablam! warning: struct is never constructed: `ScreenPacketReaders` Oct 31 17:23:56.087 INFO kablam! --> src/remote_play/stream.rs:28:1 Oct 31 17:23:56.088 INFO kablam! | Oct 31 17:23:56.088 INFO kablam! 28 | struct ScreenPacketReaders { Oct 31 17:23:56.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:56.089 INFO kablam! | Oct 31 17:23:56.089 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 17:23:56.089 INFO kablam! Oct 31 17:23:56.089 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:56.090 INFO kablam! --> src/remote_play/packets.rs:71:9 Oct 31 17:23:56.090 INFO kablam! | Oct 31 17:23:56.090 INFO kablam! 71 | buf.write_u32::(self.magic); Oct 31 17:23:56.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:56.091 INFO kablam! | Oct 31 17:23:56.091 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 17:23:56.091 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:56.092 INFO kablam! Oct 31 17:23:56.092 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:56.092 INFO kablam! --> src/remote_play/packets.rs:72:9 Oct 31 17:23:56.092 INFO kablam! | Oct 31 17:23:56.092 INFO kablam! 72 | buf.write_u32::(self.sequence); Oct 31 17:23:56.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:56.092 INFO kablam! | Oct 31 17:23:56.092 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:56.092 INFO kablam! Oct 31 17:23:56.092 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:56.092 INFO kablam! --> src/remote_play/packets.rs:73:9 Oct 31 17:23:56.092 INFO kablam! | Oct 31 17:23:56.092 INFO kablam! 73 | buf.write_u32::(self.packet_type); Oct 31 17:23:56.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:56.092 INFO kablam! | Oct 31 17:23:56.092 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:56.092 INFO kablam! Oct 31 17:23:56.092 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:56.092 INFO kablam! --> src/remote_play/packets.rs:74:9 Oct 31 17:23:56.092 INFO kablam! | Oct 31 17:23:56.092 INFO kablam! 74 | buf.write_u32::(self.command); Oct 31 17:23:56.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:56.092 INFO kablam! | Oct 31 17:23:56.092 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:56.092 INFO kablam! Oct 31 17:23:56.092 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:56.092 INFO kablam! --> src/remote_play/packets.rs:76:13 Oct 31 17:23:56.092 INFO kablam! | Oct 31 17:23:56.092 INFO kablam! 76 | buf.write_u32::(*i); Oct 31 17:23:56.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:56.092 INFO kablam! | Oct 31 17:23:56.092 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:56.092 INFO kablam! Oct 31 17:23:56.092 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:56.092 INFO kablam! --> src/remote_play/packets.rs:78:9 Oct 31 17:23:56.092 INFO kablam! | Oct 31 17:23:56.092 INFO kablam! 78 | buf.write_u32::(0); Oct 31 17:23:56.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:56.092 INFO kablam! | Oct 31 17:23:56.092 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:56.092 INFO kablam! Oct 31 17:23:56.092 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:56.092 INFO kablam! --> src/remote_play/packets.rs:79:9 Oct 31 17:23:56.092 INFO kablam! | Oct 31 17:23:56.092 INFO kablam! 79 | writer.write(&buf); Oct 31 17:23:56.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 31 17:23:56.092 INFO kablam! | Oct 31 17:23:56.092 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:56.092 INFO kablam! Oct 31 17:23:56.092 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:23:56.092 INFO kablam! --> src/remote_play/stream.rs:22:9 Oct 31 17:23:56.092 INFO kablam! | Oct 31 17:23:56.092 INFO kablam! 22 | stream.flush(); Oct 31 17:23:56.092 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 17:23:56.092 INFO kablam! | Oct 31 17:23:56.092 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:23:56.092 INFO kablam! Oct 31 17:23:56.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 45.87s Oct 31 17:23:56.141 INFO kablam! su: No module specific data is present Oct 31 17:23:56.899 INFO running `"docker" "rm" "-f" "90ab9343235d467e041c7e152368f9757f0715e77a52e641e7aba1e75c823737"` Oct 31 17:23:57.224 INFO blam! 90ab9343235d467e041c7e152368f9757f0715e77a52e641e7aba1e75c823737