Oct 15 10:40:33.357 INFO testing Geal/proust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:40:33.357 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 10:40:34.062 INFO blam! 95431b738f9c743440c76b3d8417776c5c487b7829d66f91bec853aaf6162dab Oct 15 10:40:34.065 INFO running `"docker" "start" "-a" "95431b738f9c743440c76b3d8417776c5c487b7829d66f91bec853aaf6162dab"` Oct 15 10:40:36.329 INFO kablam! usermod: no changes Oct 15 10:40:36.487 INFO kablam! Compiling memchr v2.0.1 Oct 15 10:40:36.487 INFO kablam! Compiling memchr v1.0.2 Oct 15 10:40:36.488 INFO kablam! Compiling memmap v0.6.2 Oct 15 10:40:36.503 INFO kablam! Compiling crc v1.6.0 Oct 15 10:40:36.503 INFO kablam! Compiling bytes v0.4.5 Oct 15 10:40:39.178 INFO kablam! Compiling aho-corasick v0.6.4 Oct 15 10:40:39.292 INFO kablam! Compiling nom v3.2.1 Oct 15 10:40:43.155 INFO kablam! Compiling regex v0.2.3 Oct 15 10:40:57.219 INFO kablam! Compiling env_logger v0.4.3 Oct 15 10:40:58.820 INFO kablam! Compiling proust v0.0.1 (/source) Oct 15 10:41:00.203 INFO kablam! warning: unused imports: `BufMut`, `BytesMut` Oct 15 10:41:00.204 INFO kablam! --> src/network/kafka.rs:3:13 Oct 15 10:41:00.205 INFO kablam! | Oct 15 10:41:00.205 INFO kablam! 3 | use bytes::{BytesMut, BufMut}; Oct 15 10:41:00.205 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 15 10:41:00.205 INFO kablam! | Oct 15 10:41:00.205 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:41:00.205 INFO kablam! Oct 15 10:41:00.205 INFO kablam! warning: unused import: `responses::metadata::*` Oct 15 10:41:00.205 INFO kablam! --> src/network/handler.rs:11:5 Oct 15 10:41:00.205 INFO kablam! | Oct 15 10:41:00.205 INFO kablam! 11 | use responses::metadata::*; Oct 15 10:41:00.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:00.207 INFO kablam! Oct 15 10:41:00.207 INFO kablam! warning: unused import: `responses::response::*` Oct 15 10:41:00.207 INFO kablam! --> src/network/handler.rs:12:5 Oct 15 10:41:00.207 INFO kablam! | Oct 15 10:41:00.207 INFO kablam! 12 | use responses::response::*; Oct 15 10:41:00.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:00.207 INFO kablam! Oct 15 10:41:00.690 INFO kablam! warning: use of deprecated item 'mio::Ready::all': removed Oct 15 10:41:00.690 INFO kablam! --> src/network/handler.rs:223:42 Oct 15 10:41:00.690 INFO kablam! | Oct 15 10:41:00.690 INFO kablam! 223 | self.poll.register(&stream, token, Ready::all(), PollOpt::edge()); Oct 15 10:41:00.690 INFO kablam! | ^^^^^^^^^^ Oct 15 10:41:00.690 INFO kablam! | Oct 15 10:41:00.690 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 10:41:00.690 INFO kablam! Oct 15 10:41:00.822 INFO kablam! warning: unused variable: `count` Oct 15 10:41:00.823 INFO kablam! --> src/storage.rs:97:17 Oct 15 10:41:00.823 INFO kablam! | Oct 15 10:41:00.823 INFO kablam! 97 | if let Ok(count) = rx.recv() { Oct 15 10:41:00.823 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 15 10:41:00.823 INFO kablam! | Oct 15 10:41:00.823 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:41:00.823 INFO kablam! Oct 15 10:41:00.823 INFO kablam! warning: unused variable: `name` Oct 15 10:41:00.824 INFO kablam! --> src/storage.rs:88:56 Oct 15 10:41:00.824 INFO kablam! | Oct 15 10:41:00.824 INFO kablam! 88 | pub fn storage(out:&Sender, name: &str) -> Sender { Oct 15 10:41:00.824 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 15 10:41:00.825 INFO kablam! Oct 15 10:41:00.826 INFO kablam! warning: unused variable: `restart_count` Oct 15 10:41:00.826 INFO kablam! --> src/util.rs:4:28 Oct 15 10:41:00.827 INFO kablam! | Oct 15 10:41:00.827 INFO kablam! 4 | pub fn monitor(f: F, restart_count: u8) -> Result Oct 15 10:41:00.828 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_restart_count` instead Oct 15 10:41:00.828 INFO kablam! Oct 15 10:41:00.829 INFO kablam! warning: unused variable: `x` Oct 15 10:41:00.830 INFO kablam! --> src/proust.rs:31:38 Oct 15 10:41:00.830 INFO kablam! | Oct 15 10:41:00.831 INFO kablam! 31 | RequestPayload::ProduceRequest(x) => { Oct 15 10:41:00.831 INFO kablam! | ^ help: consider using `_x` instead Oct 15 10:41:00.832 INFO kablam! Oct 15 10:41:00.832 INFO kablam! warning: unused variable: `buf` Oct 15 10:41:00.833 INFO kablam! --> src/network/handler.rs:70:18 Oct 15 10:41:00.834 INFO kablam! | Oct 15 10:41:00.834 INFO kablam! 70 | Done(buf, size) => Ok(size as usize), Oct 15 10:41:00.835 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 15 10:41:00.835 INFO kablam! Oct 15 10:41:00.836 INFO kablam! warning: unused variable: `size` Oct 15 10:41:00.836 INFO kablam! --> src/network/handler.rs:90:52 Oct 15 10:41:00.837 INFO kablam! | Oct 15 10:41:00.837 INFO kablam! 90 | fn read_to_buf(&mut self, buffer: &mut BytesMut, size: usize) -> ClientResult { Oct 15 10:41:00.838 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 15 10:41:00.838 INFO kablam! Oct 15 10:41:00.839 INFO kablam! warning: unused variable: `fd` Oct 15 10:41:00.839 INFO kablam! --> src/storage.rs:79:9 Oct 15 10:41:00.840 INFO kablam! | Oct 15 10:41:00.840 INFO kablam! 79 | let fd = self.file.as_raw_fd(); Oct 15 10:41:00.841 INFO kablam! | ^^ help: consider using `_fd` instead Oct 15 10:41:00.841 INFO kablam! Oct 15 10:41:00.842 INFO kablam! warning: unused variable: `addr` Oct 15 10:41:00.842 INFO kablam! --> src/network/handler.rs:218:24 Oct 15 10:41:00.843 INFO kablam! | Oct 15 10:41:00.843 INFO kablam! 218 | if let Ok((stream, addr)) = self.tcp_listener.accept() { Oct 15 10:41:00.844 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 15 10:41:00.844 INFO kablam! Oct 15 10:41:00.965 INFO kablam! warning: variable does not need to be mutable Oct 15 10:41:00.966 INFO kablam! --> src/storage.rs:28:15 Oct 15 10:41:00.967 INFO kablam! | Oct 15 10:41:00.967 INFO kablam! 28 | if let Ok(mut file) = OpenOptions::new().read(true).write(true).create(true).open(filename) { Oct 15 10:41:00.968 INFO kablam! | ----^^^^ Oct 15 10:41:00.968 INFO kablam! | | Oct 15 10:41:00.969 INFO kablam! | help: remove this `mut` Oct 15 10:41:00.969 INFO kablam! | Oct 15 10:41:00.970 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:41:00.970 INFO kablam! Oct 15 10:41:00.974 INFO kablam! warning: variable does not need to be mutable Oct 15 10:41:00.974 INFO kablam! --> src/storage.rs:81:9 Oct 15 10:41:00.975 INFO kablam! | Oct 15 10:41:00.975 INFO kablam! 81 | let mut sl: &mut[u8] = unsafe { from_raw_parts_mut(mm.as_mut_ptr(), mm.len()) }; Oct 15 10:41:00.976 INFO kablam! | ----^^ Oct 15 10:41:00.976 INFO kablam! | | Oct 15 10:41:00.976 INFO kablam! | help: remove this `mut` Oct 15 10:41:00.977 INFO kablam! Oct 15 10:41:01.060 INFO kablam! warning: function is never used: `from_int` Oct 15 10:41:01.060 INFO kablam! --> src/parser/errors.rs:25:1 Oct 15 10:41:01.060 INFO kablam! | Oct 15 10:41:01.060 INFO kablam! 25 | pub fn from_int(code: u32) -> Option { Oct 15 10:41:01.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:01.062 INFO kablam! | Oct 15 10:41:01.062 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:41:01.062 INFO kablam! Oct 15 10:41:01.063 INFO kablam! warning: type alias is never used: `Request` Oct 15 10:41:01.063 INFO kablam! --> src/storage.rs:14:1 Oct 15 10:41:01.063 INFO kablam! | Oct 15 10:41:01.063 INFO kablam! 14 | pub type Request = u8; Oct 15 10:41:01.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:01.063 INFO kablam! Oct 15 10:41:01.063 INFO kablam! warning: type alias is never used: `Response` Oct 15 10:41:01.063 INFO kablam! --> src/storage.rs:15:1 Oct 15 10:41:01.063 INFO kablam! | Oct 15 10:41:01.063 INFO kablam! 15 | pub type Response = u8; Oct 15 10:41:01.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:01.063 INFO kablam! Oct 15 10:41:01.066 INFO kablam! warning: field is never used: `filename` Oct 15 10:41:01.066 INFO kablam! --> src/storage.rs:18:3 Oct 15 10:41:01.066 INFO kablam! | Oct 15 10:41:01.066 INFO kablam! 18 | filename: &'a str, Oct 15 10:41:01.066 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:41:01.066 INFO kablam! Oct 15 10:41:01.067 INFO kablam! warning: function is never used: `storage` Oct 15 10:41:01.067 INFO kablam! --> src/storage.rs:88:1 Oct 15 10:41:01.067 INFO kablam! | Oct 15 10:41:01.067 INFO kablam! 88 | pub fn storage(out:&Sender, name: &str) -> Sender { Oct 15 10:41:01.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:01.067 INFO kablam! Oct 15 10:41:01.068 INFO kablam! warning: enum is never used: `Message` Oct 15 10:41:01.068 INFO kablam! --> src/network/handler.rs:149:1 Oct 15 10:41:01.068 INFO kablam! | Oct 15 10:41:01.068 INFO kablam! 149 | pub enum Message { Oct 15 10:41:01.068 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:41:01.068 INFO kablam! Oct 15 10:41:01.070 INFO kablam! warning: function is never used: `monitor` Oct 15 10:41:01.070 INFO kablam! --> src/util.rs:4:1 Oct 15 10:41:01.070 INFO kablam! | Oct 15 10:41:01.070 INFO kablam! 4 | / pub fn monitor(f: F, restart_count: u8) -> Result Oct 15 10:41:01.070 INFO kablam! 5 | | where F: Fn() -> R + Send + 'static { Oct 15 10:41:01.070 INFO kablam! 6 | | Oct 15 10:41:01.070 INFO kablam! 7 | | thread::spawn( move || { Oct 15 10:41:01.070 INFO kablam! ... | Oct 15 10:41:01.070 INFO kablam! 10 | | Err(0) Oct 15 10:41:01.070 INFO kablam! 11 | | } Oct 15 10:41:01.070 INFO kablam! | |_^ Oct 15 10:41:01.070 INFO kablam! Oct 15 10:41:01.083 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:01.083 INFO kablam! --> src/storage.rs:33:11 Oct 15 10:41:01.083 INFO kablam! | Oct 15 10:41:01.083 INFO kablam! 33 | file.set_len(4096); Oct 15 10:41:01.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:01.083 INFO kablam! | Oct 15 10:41:01.083 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:41:01.083 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:01.083 INFO kablam! Oct 15 10:41:01.085 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:01.085 INFO kablam! --> src/storage.rs:77:5 Oct 15 10:41:01.085 INFO kablam! | Oct 15 10:41:01.085 INFO kablam! 77 | self.file.set_len((self.size + 4096) as u64); Oct 15 10:41:01.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:01.085 INFO kablam! | Oct 15 10:41:01.085 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:01.085 INFO kablam! Oct 15 10:41:01.087 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:01.087 INFO kablam! --> src/storage.rs:100:9 Oct 15 10:41:01.087 INFO kablam! | Oct 15 10:41:01.087 INFO kablam! 100 | t2.send(network::handler::Message::Data(v.clone())); Oct 15 10:41:01.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:01.087 INFO kablam! | Oct 15 10:41:01.087 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:01.087 INFO kablam! Oct 15 10:41:01.088 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:01.088 INFO kablam! --> src/network/kafka.rs:45:9 Oct 15 10:41:01.088 INFO kablam! | Oct 15 10:41:01.088 INFO kablam! 45 | self.write(&v[..]); Oct 15 10:41:01.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:01.088 INFO kablam! | Oct 15 10:41:01.088 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:01.088 INFO kablam! Oct 15 10:41:01.090 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:01.090 INFO kablam! --> src/network/handler.rs:223:7 Oct 15 10:41:01.090 INFO kablam! | Oct 15 10:41:01.090 INFO kablam! 223 | self.poll.register(&stream, token, Ready::all(), PollOpt::edge()); Oct 15 10:41:01.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:01.090 INFO kablam! | Oct 15 10:41:01.090 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:01.090 INFO kablam! Oct 15 10:41:01.091 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:01.091 INFO kablam! --> src/network/handler.rs:324:7 Oct 15 10:41:01.091 INFO kablam! | Oct 15 10:41:01.091 INFO kablam! 324 | self.poll.deregister(client.socket()); Oct 15 10:41:01.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:01.091 INFO kablam! | Oct 15 10:41:01.091 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:01.091 INFO kablam! Oct 15 10:41:01.096 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:01.096 INFO kablam! --> src/main.rs:29:3 Oct 15 10:41:01.096 INFO kablam! | Oct 15 10:41:01.096 INFO kablam! 29 | jg.join(); Oct 15 10:41:01.096 INFO kablam! | ^^^^^^^^^^ Oct 15 10:41:01.096 INFO kablam! | Oct 15 10:41:01.096 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:01.096 INFO kablam! Oct 15 10:41:05.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.86s Oct 15 10:41:05.219 INFO kablam! su: No module specific data is present Oct 15 10:41:06.913 INFO running `"docker" "rm" "-f" "95431b738f9c743440c76b3d8417776c5c487b7829d66f91bec853aaf6162dab"` Oct 15 10:41:07.207 INFO blam! 95431b738f9c743440c76b3d8417776c5c487b7829d66f91bec853aaf6162dab Oct 15 10:41:07.211 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 10:41:07.713 INFO blam! 93cb80b4fdb1e8b3a62c00cedfe9e39548ea9ebc683cd8e4201271d15c8af031 Oct 15 10:41:07.713 INFO running `"docker" "start" "-a" "93cb80b4fdb1e8b3a62c00cedfe9e39548ea9ebc683cd8e4201271d15c8af031"` Oct 15 10:41:09.582 INFO kablam! usermod: no changes Oct 15 10:41:09.747 INFO kablam! Compiling proust v0.0.1 (/source) Oct 15 10:41:11.552 INFO kablam! warning: unused imports: `BufMut`, `BytesMut` Oct 15 10:41:11.552 INFO kablam! --> src/network/kafka.rs:3:13 Oct 15 10:41:11.552 INFO kablam! | Oct 15 10:41:11.552 INFO kablam! 3 | use bytes::{BytesMut, BufMut}; Oct 15 10:41:11.552 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 15 10:41:11.552 INFO kablam! | Oct 15 10:41:11.553 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:41:11.553 INFO kablam! Oct 15 10:41:11.553 INFO kablam! warning: unused import: `responses::metadata::*` Oct 15 10:41:11.553 INFO kablam! --> src/network/handler.rs:11:5 Oct 15 10:41:11.553 INFO kablam! | Oct 15 10:41:11.553 INFO kablam! 11 | use responses::metadata::*; Oct 15 10:41:11.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:11.553 INFO kablam! Oct 15 10:41:11.553 INFO kablam! warning: unused import: `responses::response::*` Oct 15 10:41:11.553 INFO kablam! --> src/network/handler.rs:12:5 Oct 15 10:41:11.553 INFO kablam! | Oct 15 10:41:11.553 INFO kablam! 12 | use responses::response::*; Oct 15 10:41:11.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:11.553 INFO kablam! Oct 15 10:41:12.252 INFO kablam! warning: use of deprecated item 'mio::Ready::all': removed Oct 15 10:41:12.252 INFO kablam! --> src/network/handler.rs:223:42 Oct 15 10:41:12.252 INFO kablam! | Oct 15 10:41:12.252 INFO kablam! 223 | self.poll.register(&stream, token, Ready::all(), PollOpt::edge()); Oct 15 10:41:12.252 INFO kablam! | ^^^^^^^^^^ Oct 15 10:41:12.252 INFO kablam! | Oct 15 10:41:12.252 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 10:41:12.253 INFO kablam! Oct 15 10:41:12.483 INFO kablam! warning: unused variable: `count` Oct 15 10:41:12.484 INFO kablam! --> src/storage.rs:97:17 Oct 15 10:41:12.484 INFO kablam! | Oct 15 10:41:12.485 INFO kablam! 97 | if let Ok(count) = rx.recv() { Oct 15 10:41:12.486 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 15 10:41:12.486 INFO kablam! | Oct 15 10:41:12.487 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:41:12.487 INFO kablam! Oct 15 10:41:12.488 INFO kablam! warning: unused variable: `name` Oct 15 10:41:12.489 INFO kablam! --> src/storage.rs:88:56 Oct 15 10:41:12.489 INFO kablam! | Oct 15 10:41:12.490 INFO kablam! 88 | pub fn storage(out:&Sender, name: &str) -> Sender { Oct 15 10:41:12.491 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 15 10:41:12.491 INFO kablam! Oct 15 10:41:12.492 INFO kablam! warning: unused variable: `restart_count` Oct 15 10:41:12.493 INFO kablam! --> src/util.rs:4:28 Oct 15 10:41:12.494 INFO kablam! | Oct 15 10:41:12.494 INFO kablam! 4 | pub fn monitor(f: F, restart_count: u8) -> Result Oct 15 10:41:12.495 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_restart_count` instead Oct 15 10:41:12.495 INFO kablam! Oct 15 10:41:12.496 INFO kablam! warning: unused variable: `x` Oct 15 10:41:12.497 INFO kablam! --> src/proust.rs:31:38 Oct 15 10:41:12.497 INFO kablam! | Oct 15 10:41:12.498 INFO kablam! 31 | RequestPayload::ProduceRequest(x) => { Oct 15 10:41:12.499 INFO kablam! | ^ help: consider using `_x` instead Oct 15 10:41:12.499 INFO kablam! Oct 15 10:41:12.502 INFO kablam! warning: unused variable: `buf` Oct 15 10:41:12.502 INFO kablam! --> src/network/handler.rs:70:18 Oct 15 10:41:12.503 INFO kablam! | Oct 15 10:41:12.503 INFO kablam! 70 | Done(buf, size) => Ok(size as usize), Oct 15 10:41:12.504 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 15 10:41:12.504 INFO kablam! Oct 15 10:41:12.505 INFO kablam! warning: unused variable: `size` Oct 15 10:41:12.506 INFO kablam! --> src/network/handler.rs:90:52 Oct 15 10:41:12.506 INFO kablam! | Oct 15 10:41:12.507 INFO kablam! 90 | fn read_to_buf(&mut self, buffer: &mut BytesMut, size: usize) -> ClientResult { Oct 15 10:41:12.508 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 15 10:41:12.508 INFO kablam! Oct 15 10:41:12.509 INFO kablam! warning: unused variable: `fd` Oct 15 10:41:12.510 INFO kablam! --> src/storage.rs:79:9 Oct 15 10:41:12.510 INFO kablam! | Oct 15 10:41:12.511 INFO kablam! 79 | let fd = self.file.as_raw_fd(); Oct 15 10:41:12.511 INFO kablam! | ^^ help: consider using `_fd` instead Oct 15 10:41:12.512 INFO kablam! Oct 15 10:41:12.513 INFO kablam! warning: unused variable: `addr` Oct 15 10:41:12.514 INFO kablam! --> src/network/handler.rs:218:24 Oct 15 10:41:12.514 INFO kablam! | Oct 15 10:41:12.515 INFO kablam! 218 | if let Ok((stream, addr)) = self.tcp_listener.accept() { Oct 15 10:41:12.515 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 15 10:41:12.516 INFO kablam! Oct 15 10:41:12.713 INFO kablam! warning: variable does not need to be mutable Oct 15 10:41:12.713 INFO kablam! --> src/storage.rs:28:15 Oct 15 10:41:12.713 INFO kablam! | Oct 15 10:41:12.714 INFO kablam! 28 | if let Ok(mut file) = OpenOptions::new().read(true).write(true).create(true).open(filename) { Oct 15 10:41:12.714 INFO kablam! | ----^^^^ Oct 15 10:41:12.714 INFO kablam! | | Oct 15 10:41:12.715 INFO kablam! | help: remove this `mut` Oct 15 10:41:12.715 INFO kablam! | Oct 15 10:41:12.716 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:41:12.716 INFO kablam! Oct 15 10:41:12.719 INFO kablam! warning: variable does not need to be mutable Oct 15 10:41:12.719 INFO kablam! --> src/storage.rs:81:9 Oct 15 10:41:12.719 INFO kablam! | Oct 15 10:41:12.719 INFO kablam! 81 | let mut sl: &mut[u8] = unsafe { from_raw_parts_mut(mm.as_mut_ptr(), mm.len()) }; Oct 15 10:41:12.719 INFO kablam! | ----^^ Oct 15 10:41:12.719 INFO kablam! | | Oct 15 10:41:12.719 INFO kablam! | help: remove this `mut` Oct 15 10:41:12.719 INFO kablam! Oct 15 10:41:12.844 INFO kablam! warning: function is never used: `from_int` Oct 15 10:41:12.844 INFO kablam! --> src/parser/errors.rs:25:1 Oct 15 10:41:12.844 INFO kablam! | Oct 15 10:41:12.844 INFO kablam! 25 | pub fn from_int(code: u32) -> Option { Oct 15 10:41:12.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:12.845 INFO kablam! | Oct 15 10:41:12.845 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:41:12.845 INFO kablam! Oct 15 10:41:12.848 INFO kablam! warning: type alias is never used: `Request` Oct 15 10:41:12.848 INFO kablam! --> src/storage.rs:14:1 Oct 15 10:41:12.848 INFO kablam! | Oct 15 10:41:12.848 INFO kablam! 14 | pub type Request = u8; Oct 15 10:41:12.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:12.848 INFO kablam! Oct 15 10:41:12.848 INFO kablam! warning: type alias is never used: `Response` Oct 15 10:41:12.848 INFO kablam! --> src/storage.rs:15:1 Oct 15 10:41:12.848 INFO kablam! | Oct 15 10:41:12.848 INFO kablam! 15 | pub type Response = u8; Oct 15 10:41:12.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:12.848 INFO kablam! Oct 15 10:41:12.851 INFO kablam! warning: field is never used: `filename` Oct 15 10:41:12.851 INFO kablam! --> src/storage.rs:18:3 Oct 15 10:41:12.851 INFO kablam! | Oct 15 10:41:12.851 INFO kablam! 18 | filename: &'a str, Oct 15 10:41:12.851 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:41:12.851 INFO kablam! Oct 15 10:41:12.851 INFO kablam! warning: function is never used: `storage` Oct 15 10:41:12.853 INFO kablam! --> src/storage.rs:88:1 Oct 15 10:41:12.853 INFO kablam! | Oct 15 10:41:12.853 INFO kablam! 88 | pub fn storage(out:&Sender, name: &str) -> Sender { Oct 15 10:41:12.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:12.853 INFO kablam! Oct 15 10:41:12.855 INFO kablam! warning: enum is never used: `Message` Oct 15 10:41:12.855 INFO kablam! --> src/network/handler.rs:149:1 Oct 15 10:41:12.855 INFO kablam! | Oct 15 10:41:12.855 INFO kablam! 149 | pub enum Message { Oct 15 10:41:12.855 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:41:12.855 INFO kablam! Oct 15 10:41:12.857 INFO kablam! warning: function is never used: `monitor` Oct 15 10:41:12.857 INFO kablam! --> src/util.rs:4:1 Oct 15 10:41:12.857 INFO kablam! | Oct 15 10:41:12.857 INFO kablam! 4 | / pub fn monitor(f: F, restart_count: u8) -> Result Oct 15 10:41:12.857 INFO kablam! 5 | | where F: Fn() -> R + Send + 'static { Oct 15 10:41:12.857 INFO kablam! 6 | | Oct 15 10:41:12.857 INFO kablam! 7 | | thread::spawn( move || { Oct 15 10:41:12.857 INFO kablam! ... | Oct 15 10:41:12.857 INFO kablam! 10 | | Err(0) Oct 15 10:41:12.857 INFO kablam! 11 | | } Oct 15 10:41:12.859 INFO kablam! | |_^ Oct 15 10:41:12.859 INFO kablam! Oct 15 10:41:12.884 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:12.884 INFO kablam! --> src/storage.rs:33:11 Oct 15 10:41:12.884 INFO kablam! | Oct 15 10:41:12.884 INFO kablam! 33 | file.set_len(4096); Oct 15 10:41:12.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:12.884 INFO kablam! | Oct 15 10:41:12.884 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:41:12.884 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:12.884 INFO kablam! Oct 15 10:41:12.887 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:12.887 INFO kablam! --> src/storage.rs:77:5 Oct 15 10:41:12.887 INFO kablam! | Oct 15 10:41:12.887 INFO kablam! 77 | self.file.set_len((self.size + 4096) as u64); Oct 15 10:41:12.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:12.887 INFO kablam! | Oct 15 10:41:12.887 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:12.887 INFO kablam! Oct 15 10:41:12.889 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:12.889 INFO kablam! --> src/storage.rs:100:9 Oct 15 10:41:12.889 INFO kablam! | Oct 15 10:41:12.889 INFO kablam! 100 | t2.send(network::handler::Message::Data(v.clone())); Oct 15 10:41:12.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:12.889 INFO kablam! | Oct 15 10:41:12.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:12.889 INFO kablam! Oct 15 10:41:12.892 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:12.892 INFO kablam! --> src/network/kafka.rs:45:9 Oct 15 10:41:12.892 INFO kablam! | Oct 15 10:41:12.892 INFO kablam! 45 | self.write(&v[..]); Oct 15 10:41:12.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:12.892 INFO kablam! | Oct 15 10:41:12.892 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:12.892 INFO kablam! Oct 15 10:41:12.897 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:12.897 INFO kablam! --> src/network/handler.rs:223:7 Oct 15 10:41:12.897 INFO kablam! | Oct 15 10:41:12.897 INFO kablam! 223 | self.poll.register(&stream, token, Ready::all(), PollOpt::edge()); Oct 15 10:41:12.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:12.897 INFO kablam! | Oct 15 10:41:12.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:12.897 INFO kablam! Oct 15 10:41:12.899 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:12.899 INFO kablam! --> src/network/handler.rs:324:7 Oct 15 10:41:12.899 INFO kablam! | Oct 15 10:41:12.899 INFO kablam! 324 | self.poll.deregister(client.socket()); Oct 15 10:41:12.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:12.900 INFO kablam! | Oct 15 10:41:12.900 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:12.900 INFO kablam! Oct 15 10:41:12.915 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:12.915 INFO kablam! --> src/main.rs:29:3 Oct 15 10:41:12.915 INFO kablam! | Oct 15 10:41:12.915 INFO kablam! 29 | jg.join(); Oct 15 10:41:12.915 INFO kablam! | ^^^^^^^^^^ Oct 15 10:41:12.915 INFO kablam! | Oct 15 10:41:12.915 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:12.915 INFO kablam! Oct 15 10:41:16.730 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.12s Oct 15 10:41:16.739 INFO kablam! su: No module specific data is present Oct 15 10:41:18.551 INFO running `"docker" "rm" "-f" "93cb80b4fdb1e8b3a62c00cedfe9e39548ea9ebc683cd8e4201271d15c8af031"` Oct 15 10:41:18.895 INFO blam! 93cb80b4fdb1e8b3a62c00cedfe9e39548ea9ebc683cd8e4201271d15c8af031 Oct 15 10:41:18.896 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 10:41:19.383 INFO blam! fbd40a4387f72758cace44f4e39d67518c09f7e848b85a03db0f60a8e91eee53 Oct 15 10:41:19.386 INFO running `"docker" "start" "-a" "fbd40a4387f72758cace44f4e39d67518c09f7e848b85a03db0f60a8e91eee53"` Oct 15 10:41:20.919 INFO kablam! usermod: no changes Oct 15 10:41:21.030 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 10:41:21.035 INFO kablam! Running /target/debug/deps/proust-4c6ff43c0a1d9c02 Oct 15 10:41:21.051 INFO blam! Oct 15 10:41:21.051 INFO blam! running 48 tests Oct 15 10:41:21.071 INFO blam! test parser::message::tests::message_invalid_crc_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::message::tests::message_set_too_long_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::message::tests::message_set_too_short_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::message::tests::message_set_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::consumer_metadata::tests::consumer_metadata_request_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::fetch::tests::fetch_request_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::message::tests::message_set_trailing_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::message::tests::message_trailing_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::offset_commit::tests::offset_request_v0_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::offset::tests::offset_request_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::offset_commit::tests::offset_request_v1_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::offset_fetch::tests::offset_request_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::primitive::tests::kafka_array_test ... ok Oct 15 10:41:21.071 INFO blam! test parser::primitive::tests::kafka_bytes_test ... ok Oct 15 10:41:21.071 INFO blam! test parser::primitive::tests::kafka_string_test ... ok Oct 15 10:41:21.071 INFO blam! test parser::produce::tests::produce_request_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::request::tests::request_message_test ... ok Oct 15 10:41:21.071 INFO blam! test parser::request::tests::request_message_too_long_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::request::tests::request_message_too_short_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::request::tests::request_message_trailing_tests ... ok Oct 15 10:41:21.071 INFO blam! test parser::request::tests::request_message_wrong_size_test ... ok Oct 15 10:41:21.071 INFO blam! test responses::consumer_metadata::tests::ser_consumer_metadata_response_test ... ok Oct 15 10:41:21.071 INFO blam! test responses::fetch::tests::ser_fetch_response_test ... ok Oct 15 10:41:21.071 INFO blam! test responses::fetch::tests::ser_message_set_test ... ok Oct 15 10:41:21.071 INFO blam! test responses::fetch::tests::ser_message_test ... ok Oct 15 10:41:21.071 INFO blam! test responses::metadata::tests::ser_broker_tests ... ok Oct 15 10:41:21.071 INFO blam! test responses::metadata::tests::ser_metadata_response_tests ... ok Oct 15 10:41:21.071 INFO blam! test responses::metadata::tests::ser_partition_metadata_tests ... ok Oct 15 10:41:21.071 INFO blam! test responses::metadata::tests::ser_topic_metadata_tests ... ok Oct 15 10:41:21.071 INFO blam! test responses::offset::tests::ser_offset_response_tests ... ok Oct 15 10:41:21.071 INFO blam! test responses::offset_commit::tests::ser_offset_commit_response_tests ... ok Oct 15 10:41:21.071 INFO blam! test responses::offset_fetch::tests::ser_offset_fetch_response_tests ... ok Oct 15 10:41:21.071 INFO blam! test responses::primitive::tests::ser_i16_test ... ok Oct 15 10:41:21.071 INFO blam! test responses::primitive::tests::ser_i32_test ... ok Oct 15 10:41:21.071 INFO blam! test responses::primitive::tests::ser_i64_test ... ok Oct 15 10:41:21.071 INFO blam! test responses::primitive::tests::ser_i8_test ... ok Oct 15 10:41:21.071 INFO blam! test responses::primitive::tests::ser_kafka_array_test ... ok Oct 15 10:41:21.071 INFO blam! test responses::primitive::tests::ser_kafka_bytes_test ... ok Oct 15 10:41:21.071 INFO blam! test responses::primitive::tests::ser_kafka_string_test ... ok Oct 15 10:41:21.071 INFO blam! test responses::produce::tests::ser_produce_response_test ... ok Oct 15 10:41:21.071 INFO blam! test responses::response::tests::ser_response_message_test ... ok Oct 15 10:41:21.075 INFO blam! test parser::message::tests::message_tests ... ok Oct 15 10:41:21.075 INFO blam! test parser::metadata::tests::topic_metadata_request_tests ... ok Oct 15 10:41:21.075 INFO blam! test parser::offset_commit::tests::offset_request_v2_tests ... ok Oct 15 10:41:21.075 INFO blam! test parser::message::tests::topic_message_set_tests ... ok Oct 15 10:41:21.083 INFO blam! test parser::message::tests::message_too_long_tests ... ok Oct 15 10:41:21.083 INFO blam! test parser::message::tests::message_too_short_tests ... ok Oct 15 10:41:21.083 INFO blam! test parser::message::tests::partition_message_set_tests ... ok Oct 15 10:41:21.083 INFO blam! Oct 15 10:41:21.083 INFO blam! test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:41:21.083 INFO blam! Oct 15 10:41:21.087 INFO kablam! su: No module specific data is present Oct 15 10:41:22.070 INFO running `"docker" "rm" "-f" "fbd40a4387f72758cace44f4e39d67518c09f7e848b85a03db0f60a8e91eee53"` Oct 15 10:41:22.331 INFO blam! fbd40a4387f72758cace44f4e39d67518c09f7e848b85a03db0f60a8e91eee53