Oct 27 06:28:21.725 INFO checking covercash2/germ against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:28:21.727 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 06:28:22.128 INFO blam! 903386da5706e3a7a502acafbe59a5104bd5de0f52b2b5c1c380ebea4436e992 Oct 27 06:28:22.130 INFO running `"docker" "start" "-a" "903386da5706e3a7a502acafbe59a5104bd5de0f52b2b5c1c380ebea4436e992"` Oct 27 06:28:23.283 INFO kablam! usermod: no changes Oct 27 06:28:23.679 INFO kablam! Checking volatile v0.2.4 Oct 27 06:28:23.690 INFO kablam! Compiling x11-dl v2.18.1 Oct 27 06:28:23.691 INFO kablam! Compiling servo-fontconfig-sys v4.0.4 Oct 27 06:28:23.691 INFO kablam! Compiling servo-freetype-sys v4.0.3 Oct 27 06:28:23.691 INFO kablam! Compiling expat-sys v2.1.5 Oct 27 06:28:23.691 INFO kablam! Compiling wayland-scanner v0.20.10 Oct 27 06:28:23.691 INFO kablam! Checking approx v0.2.0 Oct 27 06:28:23.698 INFO kablam! Compiling glutin v0.16.0 Oct 27 06:28:24.539 INFO kablam! Checking ordered-float v0.5.0 Oct 27 06:28:27.849 INFO kablam! Checking parking_lot v0.5.5 Oct 27 06:28:28.099 INFO kablam! Checking wayland-sys v0.20.10 Oct 27 06:28:29.996 INFO kablam! Checking rusttype v0.5.2 Oct 27 06:28:30.579 INFO kablam! Checking rusttype v0.6.1 Oct 27 06:28:34.736 INFO kablam! Checking wayland-commons v0.20.10 Oct 27 06:28:34.919 INFO kablam! Compiling wayland-client v0.20.10 Oct 27 06:28:35.151 INFO kablam! Compiling wayland-protocols v0.20.10 Oct 27 06:28:59.238 INFO kablam! Checking winit v0.12.0 Oct 27 06:29:06.079 INFO kablam! Checking smithay-client-toolkit v0.2.2 Oct 27 06:29:13.171 INFO kablam! Checking glutin v0.14.0 Oct 27 06:29:14.495 INFO kablam! Checking winit v0.15.0 Oct 27 06:29:14.669 INFO kablam! Checking servo-fontconfig v0.4.0 Oct 27 06:29:15.747 INFO kablam! Checking font-loader v0.7.0 Oct 27 06:29:17.371 INFO kablam! Checking glium v0.21.0 Oct 27 06:29:35.127 INFO kablam! Checking conrod v0.60.0 Oct 27 06:29:46.815 INFO kablam! Checking germ v0.1.0 (/source) Oct 27 06:29:51.747 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 27 06:29:51.747 INFO kablam! --> src/shell/mod.rs:95:15 Oct 27 06:29:51.747 INFO kablam! | Oct 27 06:29:51.747 INFO kablam! 95 | while (!buffer.eq(expected_output)) { Oct 27 06:29:51.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:29:51.747 INFO kablam! | Oct 27 06:29:51.747 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 06:29:51.747 INFO kablam! Oct 27 06:29:51.747 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 06:29:51.747 INFO kablam! --> src/shell/mod.rs:97:16 Oct 27 06:29:51.747 INFO kablam! | Oct 27 06:29:51.747 INFO kablam! 97 | if (iters >= max_iters) { Oct 27 06:29:51.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:29:51.747 INFO kablam! Oct 27 06:29:51.747 INFO kablam! warning: unused import: `std::io` Oct 27 06:29:51.747 INFO kablam! --> src/stream/mod.rs:204:9 Oct 27 06:29:51.747 INFO kablam! | Oct 27 06:29:51.747 INFO kablam! 204 | use std::io; Oct 27 06:29:51.747 INFO kablam! | ^^^^^^^ Oct 27 06:29:51.747 INFO kablam! | Oct 27 06:29:51.747 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 06:29:51.747 INFO kablam! Oct 27 06:29:52.091 INFO kablam! warning: unused variable: `e` Oct 27 06:29:52.091 INFO kablam! --> src/stream/mod.rs:55:30 Oct 27 06:29:52.091 INFO kablam! | Oct 27 06:29:52.091 INFO kablam! 55 | Some(Err(e)) => { Oct 27 06:29:52.091 INFO kablam! | ^ help: consider using `_e` instead Oct 27 06:29:52.091 INFO kablam! | Oct 27 06:29:52.091 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:29:52.091 INFO kablam! Oct 27 06:29:52.091 INFO kablam! warning: unused variable: `e` Oct 27 06:29:52.091 INFO kablam! --> src/stream/mod.rs:76:17 Oct 27 06:29:52.091 INFO kablam! | Oct 27 06:29:52.091 INFO kablam! 76 | Err(e) => { Oct 27 06:29:52.091 INFO kablam! | ^ help: consider using `_e` instead Oct 27 06:29:52.091 INFO kablam! Oct 27 06:29:52.103 INFO kablam! warning: unused import: `std::io::Read` Oct 27 06:29:52.103 INFO kablam! --> src/stream/mod.rs:205:9 Oct 27 06:29:52.103 INFO kablam! | Oct 27 06:29:52.103 INFO kablam! 205 | use std::io::Read; Oct 27 06:29:52.103 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 06:29:52.103 INFO kablam! Oct 27 06:29:52.127 INFO kablam! warning: unused variable: `result` Oct 27 06:29:52.127 INFO kablam! --> src/stream/mod.rs:216:17 Oct 27 06:29:52.127 INFO kablam! | Oct 27 06:29:52.127 INFO kablam! 216 | let mut result: Vec = Vec::new(); Oct 27 06:29:52.127 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 27 06:29:52.127 INFO kablam! | Oct 27 06:29:52.127 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:29:52.127 INFO kablam! Oct 27 06:29:52.127 INFO kablam! warning: unused variable: `start_instant` Oct 27 06:29:52.127 INFO kablam! --> src/stream/mod.rs:219:13 Oct 27 06:29:52.127 INFO kablam! | Oct 27 06:29:52.127 INFO kablam! 219 | let start_instant = Instant::now(); Oct 27 06:29:52.127 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_start_instant` instead Oct 27 06:29:52.127 INFO kablam! Oct 27 06:29:52.127 INFO kablam! warning: unused variable: `result` Oct 27 06:29:52.127 INFO kablam! --> src/stream/mod.rs:237:17 Oct 27 06:29:52.127 INFO kablam! | Oct 27 06:29:52.127 INFO kablam! 237 | let mut result: Vec = Vec::new(); Oct 27 06:29:52.127 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 27 06:29:52.127 INFO kablam! Oct 27 06:29:52.127 INFO kablam! warning: unused variable: `font` Oct 27 06:29:52.127 INFO kablam! --> src/ui/mod.rs:49:13 Oct 27 06:29:52.127 INFO kablam! | Oct 27 06:29:52.127 INFO kablam! 49 | let font = load_font(font_name).expect("could not load default font"); Oct 27 06:29:52.127 INFO kablam! | ^^^^ help: consider using `_font` instead Oct 27 06:29:52.127 INFO kablam! Oct 27 06:29:52.127 INFO kablam! warning: unused variable: `e` Oct 27 06:29:52.127 INFO kablam! --> src/stream/mod.rs:55:30 Oct 27 06:29:52.127 INFO kablam! | Oct 27 06:29:52.127 INFO kablam! 55 | Some(Err(e)) => { Oct 27 06:29:52.127 INFO kablam! | ^ help: consider using `_e` instead Oct 27 06:29:52.127 INFO kablam! Oct 27 06:29:52.127 INFO kablam! warning: unused variable: `e` Oct 27 06:29:52.127 INFO kablam! --> src/stream/mod.rs:76:17 Oct 27 06:29:52.127 INFO kablam! | Oct 27 06:29:52.127 INFO kablam! 76 | Err(e) => { Oct 27 06:29:52.127 INFO kablam! | ^ help: consider using `_e` instead Oct 27 06:29:52.127 INFO kablam! Oct 27 06:29:52.151 INFO kablam! warning: variable does not need to be mutable Oct 27 06:29:52.151 INFO kablam! --> src/shell/mod.rs:62:17 Oct 27 06:29:52.151 INFO kablam! | Oct 27 06:29:52.151 INFO kablam! 62 | pub fn exit(mut self) -> io::Result<()> { Oct 27 06:29:52.151 INFO kablam! | ----^^^^ Oct 27 06:29:52.151 INFO kablam! | | Oct 27 06:29:52.151 INFO kablam! | help: remove this `mut` Oct 27 06:29:52.151 INFO kablam! | Oct 27 06:29:52.151 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 06:29:52.151 INFO kablam! Oct 27 06:29:52.183 INFO kablam! warning: method is never used: `exit` Oct 27 06:29:52.183 INFO kablam! --> src/app/mod.rs:74:5 Oct 27 06:29:52.183 INFO kablam! | Oct 27 06:29:52.183 INFO kablam! 74 | fn exit(self) -> Result<(), Error> { Oct 27 06:29:52.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.183 INFO kablam! | Oct 27 06:29:52.183 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:29:52.183 INFO kablam! Oct 27 06:29:52.183 INFO kablam! warning: field is never used: `stderr` Oct 27 06:29:52.183 INFO kablam! --> src/shell/mod.rs:15:5 Oct 27 06:29:52.183 INFO kablam! | Oct 27 06:29:52.183 INFO kablam! 15 | stderr: stream::LockByteStream, Oct 27 06:29:52.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.183 INFO kablam! Oct 27 06:29:52.183 INFO kablam! warning: method is never used: `exit` Oct 27 06:29:52.183 INFO kablam! --> src/shell/mod.rs:62:5 Oct 27 06:29:52.183 INFO kablam! | Oct 27 06:29:52.183 INFO kablam! 62 | pub fn exit(mut self) -> io::Result<()> { Oct 27 06:29:52.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.183 INFO kablam! Oct 27 06:29:52.183 INFO kablam! warning: variant is never constructed: `Stop` Oct 27 06:29:52.183 INFO kablam! --> src/stream/mod.rs:11:5 Oct 27 06:29:52.183 INFO kablam! | Oct 27 06:29:52.183 INFO kablam! 11 | Stop, Oct 27 06:29:52.183 INFO kablam! | ^^^^ Oct 27 06:29:52.183 INFO kablam! Oct 27 06:29:52.183 INFO kablam! warning: field is never used: `thread_handle` Oct 27 06:29:52.183 INFO kablam! --> src/stream/mod.rs:15:5 Oct 27 06:29:52.183 INFO kablam! | Oct 27 06:29:52.183 INFO kablam! 15 | thread_handle: JoinHandle>, Oct 27 06:29:52.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.183 INFO kablam! Oct 27 06:29:52.183 INFO kablam! warning: field is never used: `signal_sender` Oct 27 06:29:52.183 INFO kablam! --> src/stream/mod.rs:17:5 Oct 27 06:29:52.183 INFO kablam! | Oct 27 06:29:52.183 INFO kablam! 17 | signal_sender: Sender, Oct 27 06:29:52.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.183 INFO kablam! Oct 27 06:29:52.183 INFO kablam! warning: method is never used: `stop` Oct 27 06:29:52.183 INFO kablam! --> src/stream/mod.rs:73:5 Oct 27 06:29:52.183 INFO kablam! | Oct 27 06:29:52.183 INFO kablam! 73 | pub fn stop(&self) -> io::Result<()> { Oct 27 06:29:52.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.184 INFO kablam! Oct 27 06:29:52.184 INFO kablam! warning: field is never used: `thread_handle` Oct 27 06:29:52.184 INFO kablam! --> src/stream/mod.rs:107:5 Oct 27 06:29:52.184 INFO kablam! | Oct 27 06:29:52.184 INFO kablam! 107 | thread_handle: JoinHandle>, Oct 27 06:29:52.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.184 INFO kablam! Oct 27 06:29:52.184 INFO kablam! warning: method is never used: `send_buffer` Oct 27 06:29:52.184 INFO kablam! --> src/stream/mod.rs:167:5 Oct 27 06:29:52.184 INFO kablam! | Oct 27 06:29:52.184 INFO kablam! 167 | pub fn send_buffer(&self) { Oct 27 06:29:52.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.184 INFO kablam! Oct 27 06:29:52.184 INFO kablam! warning: method is never used: `close` Oct 27 06:29:52.184 INFO kablam! --> src/stream/mod.rs:171:5 Oct 27 06:29:52.184 INFO kablam! | Oct 27 06:29:52.184 INFO kablam! 171 | pub fn close(self) -> ::std::thread::Result> { Oct 27 06:29:52.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.184 INFO kablam! Oct 27 06:29:52.184 INFO kablam! warning: function is never used: `debug_error` Oct 27 06:29:52.184 INFO kablam! --> src/stream/mod.rs:194:1 Oct 27 06:29:52.184 INFO kablam! | Oct 27 06:29:52.184 INFO kablam! 194 | fn debug_error(msg: &'static str) -> io::Result { Oct 27 06:29:52.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.184 INFO kablam! Oct 27 06:29:52.191 INFO kablam! warning: variable does not need to be mutable Oct 27 06:29:52.191 INFO kablam! --> src/shell/mod.rs:62:17 Oct 27 06:29:52.191 INFO kablam! | Oct 27 06:29:52.191 INFO kablam! 62 | pub fn exit(mut self) -> io::Result<()> { Oct 27 06:29:52.191 INFO kablam! | ----^^^^ Oct 27 06:29:52.191 INFO kablam! | | Oct 27 06:29:52.191 INFO kablam! | help: remove this `mut` Oct 27 06:29:52.191 INFO kablam! | Oct 27 06:29:52.191 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 06:29:52.191 INFO kablam! Oct 27 06:29:52.223 INFO kablam! warning: variable does not need to be mutable Oct 27 06:29:52.223 INFO kablam! --> src/stream/mod.rs:215:13 Oct 27 06:29:52.223 INFO kablam! | Oct 27 06:29:52.223 INFO kablam! 215 | let mut stream = ByteStream::spawn(test_readable); Oct 27 06:29:52.223 INFO kablam! | ----^^^^^^ Oct 27 06:29:52.223 INFO kablam! | | Oct 27 06:29:52.223 INFO kablam! | help: remove this `mut` Oct 27 06:29:52.223 INFO kablam! Oct 27 06:29:52.223 INFO kablam! warning: variable does not need to be mutable Oct 27 06:29:52.223 INFO kablam! --> src/stream/mod.rs:216:13 Oct 27 06:29:52.223 INFO kablam! | Oct 27 06:29:52.223 INFO kablam! 216 | let mut result: Vec = Vec::new(); Oct 27 06:29:52.223 INFO kablam! | ----^^^^^^ Oct 27 06:29:52.223 INFO kablam! | | Oct 27 06:29:52.223 INFO kablam! | help: remove this `mut` Oct 27 06:29:52.223 INFO kablam! Oct 27 06:29:52.223 INFO kablam! warning: variable does not need to be mutable Oct 27 06:29:52.223 INFO kablam! --> src/stream/mod.rs:237:13 Oct 27 06:29:52.223 INFO kablam! | Oct 27 06:29:52.223 INFO kablam! 237 | let mut result: Vec = Vec::new(); Oct 27 06:29:52.223 INFO kablam! | ----^^^^^^ Oct 27 06:29:52.223 INFO kablam! | | Oct 27 06:29:52.223 INFO kablam! | help: remove this `mut` Oct 27 06:29:52.223 INFO kablam! Oct 27 06:29:52.255 INFO kablam! warning: method is never used: `exit` Oct 27 06:29:52.255 INFO kablam! --> src/app/mod.rs:74:5 Oct 27 06:29:52.255 INFO kablam! | Oct 27 06:29:52.255 INFO kablam! 74 | fn exit(self) -> Result<(), Error> { Oct 27 06:29:52.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.255 INFO kablam! | Oct 27 06:29:52.255 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:29:52.255 INFO kablam! Oct 27 06:29:52.255 INFO kablam! warning: field is never used: `stderr` Oct 27 06:29:52.255 INFO kablam! --> src/shell/mod.rs:15:5 Oct 27 06:29:52.255 INFO kablam! | Oct 27 06:29:52.255 INFO kablam! 15 | stderr: stream::LockByteStream, Oct 27 06:29:52.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.255 INFO kablam! Oct 27 06:29:52.255 INFO kablam! warning: method is never used: `exit` Oct 27 06:29:52.255 INFO kablam! --> src/shell/mod.rs:62:5 Oct 27 06:29:52.255 INFO kablam! | Oct 27 06:29:52.255 INFO kablam! 62 | pub fn exit(mut self) -> io::Result<()> { Oct 27 06:29:52.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.255 INFO kablam! Oct 27 06:29:52.255 INFO kablam! warning: field is never used: `thread_handle` Oct 27 06:29:52.255 INFO kablam! --> src/stream/mod.rs:15:5 Oct 27 06:29:52.255 INFO kablam! | Oct 27 06:29:52.255 INFO kablam! 15 | thread_handle: JoinHandle>, Oct 27 06:29:52.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.255 INFO kablam! Oct 27 06:29:52.255 INFO kablam! warning: field is never used: `thread_handle` Oct 27 06:29:52.255 INFO kablam! --> src/stream/mod.rs:107:5 Oct 27 06:29:52.255 INFO kablam! | Oct 27 06:29:52.255 INFO kablam! 107 | thread_handle: JoinHandle>, Oct 27 06:29:52.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.255 INFO kablam! Oct 27 06:29:52.255 INFO kablam! warning: method is never used: `close` Oct 27 06:29:52.255 INFO kablam! --> src/stream/mod.rs:171:5 Oct 27 06:29:52.255 INFO kablam! | Oct 27 06:29:52.255 INFO kablam! 171 | pub fn close(self) -> ::std::thread::Result> { Oct 27 06:29:52.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.255 INFO kablam! Oct 27 06:29:52.255 INFO kablam! warning: function is never used: `debug_error` Oct 27 06:29:52.255 INFO kablam! --> src/stream/mod.rs:194:1 Oct 27 06:29:52.255 INFO kablam! | Oct 27 06:29:52.255 INFO kablam! 194 | fn debug_error(msg: &'static str) -> io::Result { Oct 27 06:29:52.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.255 INFO kablam! Oct 27 06:29:52.255 INFO kablam! warning: constant item is never used: `TIMEOUT_SECS` Oct 27 06:29:52.255 INFO kablam! --> src/stream/mod.rs:211:5 Oct 27 06:29:52.255 INFO kablam! | Oct 27 06:29:52.255 INFO kablam! 211 | const TIMEOUT_SECS: u64 = 3; Oct 27 06:29:52.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.255 INFO kablam! Oct 27 06:29:52.271 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:29:52.271 INFO kablam! --> src/shell/mod.rs:91:9 Oct 27 06:29:52.271 INFO kablam! | Oct 27 06:29:52.271 INFO kablam! 91 | shell.execute(command); Oct 27 06:29:52.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.271 INFO kablam! | Oct 27 06:29:52.271 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:29:52.271 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:29:52.271 INFO kablam! Oct 27 06:29:52.271 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:29:52.271 INFO kablam! --> src/shell/mod.rs:134:13 Oct 27 06:29:52.271 INFO kablam! | Oct 27 06:29:52.271 INFO kablam! 134 | hello_world(&mut shell); Oct 27 06:29:52.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.271 INFO kablam! | Oct 27 06:29:52.271 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:29:52.271 INFO kablam! Oct 27 06:29:52.271 INFO kablam! warning: constant `test_readable` should have an upper case name such as `TEST_READABLE` Oct 27 06:29:52.271 INFO kablam! --> src/stream/mod.rs:209:5 Oct 27 06:29:52.271 INFO kablam! | Oct 27 06:29:52.271 INFO kablam! 209 | const test_readable: &[u8] = "hello world".as_bytes(); Oct 27 06:29:52.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:52.271 INFO kablam! Oct 27 06:29:52.331 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Oct 27 06:29:52.361 INFO kablam! su: No module specific data is present Oct 27 06:29:52.917 INFO running `"docker" "rm" "-f" "903386da5706e3a7a502acafbe59a5104bd5de0f52b2b5c1c380ebea4436e992"` Oct 27 06:29:53.203 INFO blam! 903386da5706e3a7a502acafbe59a5104bd5de0f52b2b5c1c380ebea4436e992