Oct 11 06:35:48.444 INFO testing Geal/proust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:35:48.444 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:35:48.444 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:35:48.972 INFO blam! 366e5eda0a8e6d5f0b2867557f543d16d8e57a467e969e62034d81316df5950b Oct 11 06:35:48.974 INFO running `"docker" "start" "-a" "366e5eda0a8e6d5f0b2867557f543d16d8e57a467e969e62034d81316df5950b"` Oct 11 06:35:51.002 INFO kablam! usermod: no changes Oct 11 06:35:51.149 INFO kablam! Compiling memchr v1.0.2 Oct 11 06:35:51.149 INFO kablam! Compiling memmap v0.6.2 Oct 11 06:35:51.150 INFO kablam! Compiling aho-corasick v0.6.4 Oct 11 06:35:51.150 INFO kablam! Compiling bytes v0.4.5 Oct 11 06:35:53.898 INFO kablam! Compiling nom v3.2.1 Oct 11 06:35:55.560 INFO kablam! Compiling regex v0.2.3 Oct 11 06:36:07.944 INFO kablam! Compiling env_logger v0.4.3 Oct 11 06:36:10.140 INFO kablam! Compiling proust v0.0.1 (/source) Oct 11 06:36:12.613 INFO kablam! warning: unused imports: `BufMut`, `BytesMut` Oct 11 06:36:12.613 INFO kablam! --> src/network/kafka.rs:3:13 Oct 11 06:36:12.614 INFO kablam! | Oct 11 06:36:12.614 INFO kablam! 3 | use bytes::{BytesMut, BufMut}; Oct 11 06:36:12.614 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 11 06:36:12.614 INFO kablam! | Oct 11 06:36:12.615 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:36:12.615 INFO kablam! Oct 11 06:36:12.615 INFO kablam! warning: unused import: `responses::metadata::*` Oct 11 06:36:12.615 INFO kablam! --> src/network/handler.rs:11:5 Oct 11 06:36:12.616 INFO kablam! | Oct 11 06:36:12.616 INFO kablam! 11 | use responses::metadata::*; Oct 11 06:36:12.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:12.616 INFO kablam! Oct 11 06:36:12.617 INFO kablam! warning: unused import: `responses::response::*` Oct 11 06:36:12.617 INFO kablam! --> src/network/handler.rs:12:5 Oct 11 06:36:12.617 INFO kablam! | Oct 11 06:36:12.618 INFO kablam! 12 | use responses::response::*; Oct 11 06:36:12.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:12.618 INFO kablam! Oct 11 06:36:13.048 INFO kablam! warning: use of deprecated item 'mio::Ready::all': removed Oct 11 06:36:13.048 INFO kablam! --> src/network/handler.rs:223:42 Oct 11 06:36:13.048 INFO kablam! | Oct 11 06:36:13.048 INFO kablam! 223 | self.poll.register(&stream, token, Ready::all(), PollOpt::edge()); Oct 11 06:36:13.048 INFO kablam! | ^^^^^^^^^^ Oct 11 06:36:13.048 INFO kablam! | Oct 11 06:36:13.048 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 06:36:13.048 INFO kablam! Oct 11 06:36:13.177 INFO kablam! warning: unused variable: `count` Oct 11 06:36:13.177 INFO kablam! --> src/storage.rs:97:17 Oct 11 06:36:13.177 INFO kablam! | Oct 11 06:36:13.177 INFO kablam! 97 | if let Ok(count) = rx.recv() { Oct 11 06:36:13.178 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 11 06:36:13.178 INFO kablam! | Oct 11 06:36:13.178 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:36:13.178 INFO kablam! Oct 11 06:36:13.179 INFO kablam! warning: unused variable: `name` Oct 11 06:36:13.179 INFO kablam! --> src/storage.rs:88:56 Oct 11 06:36:13.179 INFO kablam! | Oct 11 06:36:13.179 INFO kablam! 88 | pub fn storage(out:&Sender, name: &str) -> Sender { Oct 11 06:36:13.180 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 11 06:36:13.180 INFO kablam! Oct 11 06:36:13.180 INFO kablam! warning: unused variable: `restart_count` Oct 11 06:36:13.181 INFO kablam! --> src/util.rs:4:28 Oct 11 06:36:13.181 INFO kablam! | Oct 11 06:36:13.181 INFO kablam! 4 | pub fn monitor(f: F, restart_count: u8) -> Result Oct 11 06:36:13.181 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_restart_count` instead Oct 11 06:36:13.182 INFO kablam! Oct 11 06:36:13.182 INFO kablam! warning: unused variable: `x` Oct 11 06:36:13.182 INFO kablam! --> src/proust.rs:31:38 Oct 11 06:36:13.182 INFO kablam! | Oct 11 06:36:13.183 INFO kablam! 31 | RequestPayload::ProduceRequest(x) => { Oct 11 06:36:13.183 INFO kablam! | ^ help: consider using `_x` instead Oct 11 06:36:13.183 INFO kablam! Oct 11 06:36:13.183 INFO kablam! warning: unused variable: `buf` Oct 11 06:36:13.184 INFO kablam! --> src/network/handler.rs:70:18 Oct 11 06:36:13.184 INFO kablam! | Oct 11 06:36:13.184 INFO kablam! 70 | Done(buf, size) => Ok(size as usize), Oct 11 06:36:13.185 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 11 06:36:13.185 INFO kablam! Oct 11 06:36:13.185 INFO kablam! warning: unused variable: `size` Oct 11 06:36:13.185 INFO kablam! --> src/network/handler.rs:90:52 Oct 11 06:36:13.186 INFO kablam! | Oct 11 06:36:13.186 INFO kablam! 90 | fn read_to_buf(&mut self, buffer: &mut BytesMut, size: usize) -> ClientResult { Oct 11 06:36:13.186 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 11 06:36:13.186 INFO kablam! Oct 11 06:36:13.187 INFO kablam! warning: unused variable: `fd` Oct 11 06:36:13.187 INFO kablam! --> src/storage.rs:79:9 Oct 11 06:36:13.187 INFO kablam! | Oct 11 06:36:13.187 INFO kablam! 79 | let fd = self.file.as_raw_fd(); Oct 11 06:36:13.188 INFO kablam! | ^^ help: consider using `_fd` instead Oct 11 06:36:13.188 INFO kablam! Oct 11 06:36:13.188 INFO kablam! warning: unused variable: `addr` Oct 11 06:36:13.189 INFO kablam! --> src/network/handler.rs:218:24 Oct 11 06:36:13.189 INFO kablam! | Oct 11 06:36:13.189 INFO kablam! 218 | if let Ok((stream, addr)) = self.tcp_listener.accept() { Oct 11 06:36:13.189 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 11 06:36:13.191 INFO kablam! Oct 11 06:36:13.292 INFO kablam! warning: variable does not need to be mutable Oct 11 06:36:13.292 INFO kablam! --> src/storage.rs:28:15 Oct 11 06:36:13.292 INFO kablam! | Oct 11 06:36:13.292 INFO kablam! 28 | if let Ok(mut file) = OpenOptions::new().read(true).write(true).create(true).open(filename) { Oct 11 06:36:13.292 INFO kablam! | ----^^^^ Oct 11 06:36:13.292 INFO kablam! | | Oct 11 06:36:13.292 INFO kablam! | help: remove this `mut` Oct 11 06:36:13.292 INFO kablam! | Oct 11 06:36:13.292 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:36:13.292 INFO kablam! Oct 11 06:36:13.292 INFO kablam! warning: variable does not need to be mutable Oct 11 06:36:13.292 INFO kablam! --> src/storage.rs:81:9 Oct 11 06:36:13.292 INFO kablam! | Oct 11 06:36:13.292 INFO kablam! 81 | let mut sl: &mut[u8] = unsafe { from_raw_parts_mut(mm.as_mut_ptr(), mm.len()) }; Oct 11 06:36:13.292 INFO kablam! | ----^^ Oct 11 06:36:13.292 INFO kablam! | | Oct 11 06:36:13.292 INFO kablam! | help: remove this `mut` Oct 11 06:36:13.292 INFO kablam! Oct 11 06:36:13.404 INFO kablam! warning: function is never used: `from_int` Oct 11 06:36:13.404 INFO kablam! --> src/parser/errors.rs:25:1 Oct 11 06:36:13.404 INFO kablam! | Oct 11 06:36:13.404 INFO kablam! 25 | pub fn from_int(code: u32) -> Option { Oct 11 06:36:13.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:13.404 INFO kablam! | Oct 11 06:36:13.404 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:36:13.404 INFO kablam! Oct 11 06:36:13.404 INFO kablam! warning: type alias is never used: `Request` Oct 11 06:36:13.404 INFO kablam! --> src/storage.rs:14:1 Oct 11 06:36:13.404 INFO kablam! | Oct 11 06:36:13.404 INFO kablam! 14 | pub type Request = u8; Oct 11 06:36:13.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:13.405 INFO kablam! Oct 11 06:36:13.405 INFO kablam! warning: type alias is never used: `Response` Oct 11 06:36:13.405 INFO kablam! --> src/storage.rs:15:1 Oct 11 06:36:13.405 INFO kablam! | Oct 11 06:36:13.405 INFO kablam! 15 | pub type Response = u8; Oct 11 06:36:13.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:13.405 INFO kablam! Oct 11 06:36:13.405 INFO kablam! warning: field is never used: `filename` Oct 11 06:36:13.405 INFO kablam! --> src/storage.rs:18:3 Oct 11 06:36:13.405 INFO kablam! | Oct 11 06:36:13.405 INFO kablam! 18 | filename: &'a str, Oct 11 06:36:13.405 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:36:13.405 INFO kablam! Oct 11 06:36:13.405 INFO kablam! warning: function is never used: `storage` Oct 11 06:36:13.405 INFO kablam! --> src/storage.rs:88:1 Oct 11 06:36:13.405 INFO kablam! | Oct 11 06:36:13.405 INFO kablam! 88 | pub fn storage(out:&Sender, name: &str) -> Sender { Oct 11 06:36:13.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:13.405 INFO kablam! Oct 11 06:36:13.405 INFO kablam! warning: enum is never used: `Message` Oct 11 06:36:13.405 INFO kablam! --> src/network/handler.rs:149:1 Oct 11 06:36:13.405 INFO kablam! | Oct 11 06:36:13.405 INFO kablam! 149 | pub enum Message { Oct 11 06:36:13.405 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:36:13.405 INFO kablam! Oct 11 06:36:13.405 INFO kablam! warning: function is never used: `monitor` Oct 11 06:36:13.405 INFO kablam! --> src/util.rs:4:1 Oct 11 06:36:13.405 INFO kablam! | Oct 11 06:36:13.405 INFO kablam! 4 | / pub fn monitor(f: F, restart_count: u8) -> Result Oct 11 06:36:13.405 INFO kablam! 5 | | where F: Fn() -> R + Send + 'static { Oct 11 06:36:13.405 INFO kablam! 6 | | Oct 11 06:36:13.405 INFO kablam! 7 | | thread::spawn( move || { Oct 11 06:36:13.405 INFO kablam! ... | Oct 11 06:36:13.405 INFO kablam! 10 | | Err(0) Oct 11 06:36:13.405 INFO kablam! 11 | | } Oct 11 06:36:13.405 INFO kablam! | |_^ Oct 11 06:36:13.405 INFO kablam! Oct 11 06:36:13.412 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:36:13.412 INFO kablam! --> src/storage.rs:33:11 Oct 11 06:36:13.412 INFO kablam! | Oct 11 06:36:13.412 INFO kablam! 33 | file.set_len(4096); Oct 11 06:36:13.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:13.412 INFO kablam! | Oct 11 06:36:13.412 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 06:36:13.412 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:36:13.412 INFO kablam! Oct 11 06:36:13.412 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:36:13.412 INFO kablam! --> src/storage.rs:77:5 Oct 11 06:36:13.412 INFO kablam! | Oct 11 06:36:13.412 INFO kablam! 77 | self.file.set_len((self.size + 4096) as u64); Oct 11 06:36:13.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:13.412 INFO kablam! | Oct 11 06:36:13.412 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:36:13.412 INFO kablam! Oct 11 06:36:13.412 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:36:13.412 INFO kablam! --> src/storage.rs:100:9 Oct 11 06:36:13.413 INFO kablam! | Oct 11 06:36:13.413 INFO kablam! 100 | t2.send(network::handler::Message::Data(v.clone())); Oct 11 06:36:13.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:13.413 INFO kablam! | Oct 11 06:36:13.413 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:36:13.413 INFO kablam! Oct 11 06:36:13.413 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:36:13.413 INFO kablam! --> src/network/kafka.rs:45:9 Oct 11 06:36:13.413 INFO kablam! | Oct 11 06:36:13.413 INFO kablam! 45 | self.write(&v[..]); Oct 11 06:36:13.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:13.413 INFO kablam! | Oct 11 06:36:13.413 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:36:13.413 INFO kablam! Oct 11 06:36:13.413 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:36:13.413 INFO kablam! --> src/network/handler.rs:223:7 Oct 11 06:36:13.413 INFO kablam! | Oct 11 06:36:13.413 INFO kablam! 223 | self.poll.register(&stream, token, Ready::all(), PollOpt::edge()); Oct 11 06:36:13.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:13.413 INFO kablam! | Oct 11 06:36:13.413 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:36:13.413 INFO kablam! Oct 11 06:36:13.419 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:36:13.419 INFO kablam! --> src/network/handler.rs:324:7 Oct 11 06:36:13.419 INFO kablam! | Oct 11 06:36:13.419 INFO kablam! 324 | self.poll.deregister(client.socket()); Oct 11 06:36:13.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:13.419 INFO kablam! | Oct 11 06:36:13.419 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:36:13.419 INFO kablam! Oct 11 06:36:13.421 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:36:13.421 INFO kablam! --> src/main.rs:29:3 Oct 11 06:36:13.421 INFO kablam! | Oct 11 06:36:13.421 INFO kablam! 29 | jg.join(); Oct 11 06:36:13.421 INFO kablam! | ^^^^^^^^^^ Oct 11 06:36:13.421 INFO kablam! | Oct 11 06:36:13.421 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:36:13.421 INFO kablam! Oct 11 06:36:17.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.05s Oct 11 06:36:17.101 INFO kablam! su: No module specific data is present Oct 11 06:36:18.349 INFO running `"docker" "rm" "-f" "366e5eda0a8e6d5f0b2867557f543d16d8e57a467e969e62034d81316df5950b"` Oct 11 06:36:18.680 INFO blam! 366e5eda0a8e6d5f0b2867557f543d16d8e57a467e969e62034d81316df5950b Oct 11 06:36:18.692 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:36:18.692 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:36:19.202 INFO blam! e108b465cd836338b66639854799ca214d2b1d3d55c4e0720fe3ed722264d16b Oct 11 06:36:19.202 INFO running `"docker" "start" "-a" "e108b465cd836338b66639854799ca214d2b1d3d55c4e0720fe3ed722264d16b"` Oct 11 06:36:20.680 INFO kablam! usermod: no changes Oct 11 06:36:20.754 INFO kablam! Compiling proust v0.0.1 (/source) Oct 11 06:36:23.120 INFO kablam! warning: unused imports: `BufMut`, `BytesMut` Oct 11 06:36:23.120 INFO kablam! --> src/network/kafka.rs:3:13 Oct 11 06:36:23.120 INFO kablam! | Oct 11 06:36:23.120 INFO kablam! 3 | use bytes::{BytesMut, BufMut}; Oct 11 06:36:23.120 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 11 06:36:23.120 INFO kablam! | Oct 11 06:36:23.120 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:36:23.120 INFO kablam! Oct 11 06:36:23.120 INFO kablam! warning: unused import: `responses::metadata::*` Oct 11 06:36:23.120 INFO kablam! --> src/network/handler.rs:11:5 Oct 11 06:36:23.120 INFO kablam! | Oct 11 06:36:23.120 INFO kablam! 11 | use responses::metadata::*; Oct 11 06:36:23.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:23.120 INFO kablam! Oct 11 06:36:23.120 INFO kablam! warning: unused import: `responses::response::*` Oct 11 06:36:23.120 INFO kablam! --> src/network/handler.rs:12:5 Oct 11 06:36:23.120 INFO kablam! | Oct 11 06:36:23.120 INFO kablam! 12 | use responses::response::*; Oct 11 06:36:23.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:23.121 INFO kablam! Oct 11 06:36:23.740 INFO kablam! warning: use of deprecated item 'mio::Ready::all': removed Oct 11 06:36:23.740 INFO kablam! --> src/network/handler.rs:223:42 Oct 11 06:36:23.740 INFO kablam! | Oct 11 06:36:23.740 INFO kablam! 223 | self.poll.register(&stream, token, Ready::all(), PollOpt::edge()); Oct 11 06:36:23.740 INFO kablam! | ^^^^^^^^^^ Oct 11 06:36:23.740 INFO kablam! | Oct 11 06:36:23.740 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 06:36:23.740 INFO kablam! Oct 11 06:36:23.987 INFO kablam! warning: unused variable: `count` Oct 11 06:36:23.988 INFO kablam! --> src/storage.rs:97:17 Oct 11 06:36:23.988 INFO kablam! | Oct 11 06:36:23.988 INFO kablam! 97 | if let Ok(count) = rx.recv() { Oct 11 06:36:23.989 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 11 06:36:23.989 INFO kablam! | Oct 11 06:36:23.989 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:36:23.990 INFO kablam! Oct 11 06:36:23.990 INFO kablam! warning: unused variable: `name` Oct 11 06:36:23.990 INFO kablam! --> src/storage.rs:88:56 Oct 11 06:36:23.990 INFO kablam! | Oct 11 06:36:23.991 INFO kablam! 88 | pub fn storage(out:&Sender, name: &str) -> Sender { Oct 11 06:36:23.991 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 11 06:36:23.991 INFO kablam! Oct 11 06:36:23.992 INFO kablam! warning: unused variable: `restart_count` Oct 11 06:36:23.992 INFO kablam! --> src/util.rs:4:28 Oct 11 06:36:23.992 INFO kablam! | Oct 11 06:36:23.993 INFO kablam! 4 | pub fn monitor(f: F, restart_count: u8) -> Result Oct 11 06:36:23.993 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_restart_count` instead Oct 11 06:36:23.993 INFO kablam! Oct 11 06:36:23.993 INFO kablam! warning: unused variable: `x` Oct 11 06:36:23.994 INFO kablam! --> src/proust.rs:31:38 Oct 11 06:36:23.994 INFO kablam! | Oct 11 06:36:23.994 INFO kablam! 31 | RequestPayload::ProduceRequest(x) => { Oct 11 06:36:23.995 INFO kablam! | ^ help: consider using `_x` instead Oct 11 06:36:23.995 INFO kablam! Oct 11 06:36:23.995 INFO kablam! warning: unused variable: `buf` Oct 11 06:36:23.995 INFO kablam! --> src/network/handler.rs:70:18 Oct 11 06:36:23.996 INFO kablam! | Oct 11 06:36:23.996 INFO kablam! 70 | Done(buf, size) => Ok(size as usize), Oct 11 06:36:23.996 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 11 06:36:23.997 INFO kablam! Oct 11 06:36:23.997 INFO kablam! warning: unused variable: `size` Oct 11 06:36:23.997 INFO kablam! --> src/network/handler.rs:90:52 Oct 11 06:36:23.998 INFO kablam! | Oct 11 06:36:23.998 INFO kablam! 90 | fn read_to_buf(&mut self, buffer: &mut BytesMut, size: usize) -> ClientResult { Oct 11 06:36:23.998 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 11 06:36:23.999 INFO kablam! Oct 11 06:36:23.999 INFO kablam! warning: unused variable: `fd` Oct 11 06:36:23.999 INFO kablam! --> src/storage.rs:79:9 Oct 11 06:36:23.999 INFO kablam! | Oct 11 06:36:24.000 INFO kablam! 79 | let fd = self.file.as_raw_fd(); Oct 11 06:36:24.000 INFO kablam! | ^^ help: consider using `_fd` instead Oct 11 06:36:24.000 INFO kablam! Oct 11 06:36:24.001 INFO kablam! warning: unused variable: `addr` Oct 11 06:36:24.001 INFO kablam! --> src/network/handler.rs:218:24 Oct 11 06:36:24.001 INFO kablam! | Oct 11 06:36:24.002 INFO kablam! 218 | if let Ok((stream, addr)) = self.tcp_listener.accept() { Oct 11 06:36:24.002 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 11 06:36:24.002 INFO kablam! Oct 11 06:36:24.197 INFO kablam! warning: variable does not need to be mutable Oct 11 06:36:24.197 INFO kablam! --> src/storage.rs:28:15 Oct 11 06:36:24.197 INFO kablam! | Oct 11 06:36:24.198 INFO kablam! 28 | if let Ok(mut file) = OpenOptions::new().read(true).write(true).create(true).open(filename) { Oct 11 06:36:24.198 INFO kablam! | ----^^^^ Oct 11 06:36:24.198 INFO kablam! | | Oct 11 06:36:24.198 INFO kablam! | help: remove this `mut` Oct 11 06:36:24.199 INFO kablam! | Oct 11 06:36:24.199 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:36:24.199 INFO kablam! Oct 11 06:36:24.200 INFO kablam! warning: variable does not need to be mutable Oct 11 06:36:24.200 INFO kablam! --> src/storage.rs:81:9 Oct 11 06:36:24.200 INFO kablam! | Oct 11 06:36:24.201 INFO kablam! 81 | let mut sl: &mut[u8] = unsafe { from_raw_parts_mut(mm.as_mut_ptr(), mm.len()) }; Oct 11 06:36:24.201 INFO kablam! | ----^^ Oct 11 06:36:24.201 INFO kablam! | | Oct 11 06:36:24.201 INFO kablam! | help: remove this `mut` Oct 11 06:36:24.202 INFO kablam! Oct 11 06:36:24.324 INFO kablam! warning: function is never used: `from_int` Oct 11 06:36:24.325 INFO kablam! --> src/parser/errors.rs:25:1 Oct 11 06:36:24.325 INFO kablam! | Oct 11 06:36:24.325 INFO kablam! 25 | pub fn from_int(code: u32) -> Option { Oct 11 06:36:24.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:24.326 INFO kablam! | Oct 11 06:36:24.326 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:36:24.326 INFO kablam! Oct 11 06:36:24.327 INFO kablam! warning: type alias is never used: `Request` Oct 11 06:36:24.327 INFO kablam! --> src/storage.rs:14:1 Oct 11 06:36:24.327 INFO kablam! | Oct 11 06:36:24.327 INFO kablam! 14 | pub type Request = u8; Oct 11 06:36:24.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:24.328 INFO kablam! Oct 11 06:36:24.332 INFO kablam! warning: type alias is never used: `Response` Oct 11 06:36:24.333 INFO kablam! --> src/storage.rs:15:1 Oct 11 06:36:24.333 INFO kablam! | Oct 11 06:36:24.333 INFO kablam! 15 | pub type Response = u8; Oct 11 06:36:24.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:24.334 INFO kablam! Oct 11 06:36:24.334 INFO kablam! warning: field is never used: `filename` Oct 11 06:36:24.334 INFO kablam! --> src/storage.rs:18:3 Oct 11 06:36:24.334 INFO kablam! | Oct 11 06:36:24.334 INFO kablam! 18 | filename: &'a str, Oct 11 06:36:24.334 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:36:24.335 INFO kablam! Oct 11 06:36:24.335 INFO kablam! warning: function is never used: `storage` Oct 11 06:36:24.335 INFO kablam! --> src/storage.rs:88:1 Oct 11 06:36:24.335 INFO kablam! | Oct 11 06:36:24.335 INFO kablam! 88 | pub fn storage(out:&Sender, name: &str) -> Sender { Oct 11 06:36:24.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:24.336 INFO kablam! Oct 11 06:36:24.336 INFO kablam! warning: enum is never used: `Message` Oct 11 06:36:24.336 INFO kablam! --> src/network/handler.rs:149:1 Oct 11 06:36:24.336 INFO kablam! | Oct 11 06:36:24.336 INFO kablam! 149 | pub enum Message { Oct 11 06:36:24.337 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:36:24.337 INFO kablam! Oct 11 06:36:24.337 INFO kablam! warning: function is never used: `monitor` Oct 11 06:36:24.337 INFO kablam! --> src/util.rs:4:1 Oct 11 06:36:24.337 INFO kablam! | Oct 11 06:36:24.337 INFO kablam! 4 | / pub fn monitor(f: F, restart_count: u8) -> Result Oct 11 06:36:24.338 INFO kablam! 5 | | where F: Fn() -> R + Send + 'static { Oct 11 06:36:24.338 INFO kablam! 6 | | Oct 11 06:36:24.338 INFO kablam! 7 | | thread::spawn( move || { Oct 11 06:36:24.338 INFO kablam! ... | Oct 11 06:36:24.338 INFO kablam! 10 | | Err(0) Oct 11 06:36:24.338 INFO kablam! 11 | | } Oct 11 06:36:24.338 INFO kablam! | |_^ Oct 11 06:36:24.339 INFO kablam! Oct 11 06:36:24.346 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:36:24.346 INFO kablam! --> src/storage.rs:33:11 Oct 11 06:36:24.346 INFO kablam! | Oct 11 06:36:24.346 INFO kablam! 33 | file.set_len(4096); Oct 11 06:36:24.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:24.346 INFO kablam! | Oct 11 06:36:24.346 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 06:36:24.346 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:36:24.346 INFO kablam! Oct 11 06:36:24.346 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:36:24.346 INFO kablam! --> src/storage.rs:77:5 Oct 11 06:36:24.346 INFO kablam! | Oct 11 06:36:24.346 INFO kablam! 77 | self.file.set_len((self.size + 4096) as u64); Oct 11 06:36:24.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:24.346 INFO kablam! | Oct 11 06:36:24.346 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:36:24.346 INFO kablam! Oct 11 06:36:24.347 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:36:24.347 INFO kablam! --> src/storage.rs:100:9 Oct 11 06:36:24.347 INFO kablam! | Oct 11 06:36:24.347 INFO kablam! 100 | t2.send(network::handler::Message::Data(v.clone())); Oct 11 06:36:24.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:24.347 INFO kablam! | Oct 11 06:36:24.347 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:36:24.347 INFO kablam! Oct 11 06:36:24.348 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:36:24.348 INFO kablam! --> src/network/kafka.rs:45:9 Oct 11 06:36:24.348 INFO kablam! | Oct 11 06:36:24.348 INFO kablam! 45 | self.write(&v[..]); Oct 11 06:36:24.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:24.348 INFO kablam! | Oct 11 06:36:24.348 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:36:24.348 INFO kablam! Oct 11 06:36:24.351 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:36:24.351 INFO kablam! --> src/network/handler.rs:223:7 Oct 11 06:36:24.351 INFO kablam! | Oct 11 06:36:24.351 INFO kablam! 223 | self.poll.register(&stream, token, Ready::all(), PollOpt::edge()); Oct 11 06:36:24.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:24.351 INFO kablam! | Oct 11 06:36:24.351 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:36:24.351 INFO kablam! Oct 11 06:36:24.351 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:36:24.351 INFO kablam! --> src/network/handler.rs:324:7 Oct 11 06:36:24.351 INFO kablam! | Oct 11 06:36:24.351 INFO kablam! 324 | self.poll.deregister(client.socket()); Oct 11 06:36:24.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:36:24.351 INFO kablam! | Oct 11 06:36:24.352 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:36:24.352 INFO kablam! Oct 11 06:36:24.368 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:36:24.368 INFO kablam! --> src/main.rs:29:3 Oct 11 06:36:24.368 INFO kablam! | Oct 11 06:36:24.368 INFO kablam! 29 | jg.join(); Oct 11 06:36:24.368 INFO kablam! | ^^^^^^^^^^ Oct 11 06:36:24.368 INFO kablam! | Oct 11 06:36:24.368 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:36:24.368 INFO kablam! Oct 11 06:36:27.224 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.52s Oct 11 06:36:27.224 INFO kablam! su: No module specific data is present Oct 11 06:36:27.845 INFO running `"docker" "rm" "-f" "e108b465cd836338b66639854799ca214d2b1d3d55c4e0720fe3ed722264d16b"` Oct 11 06:36:28.165 INFO blam! e108b465cd836338b66639854799ca214d2b1d3d55c4e0720fe3ed722264d16b Oct 11 06:36:28.185 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:36:28.186 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:36:28.491 INFO blam! dec834e2eaaee45ed14c7ad0a0f17880ebbc2d7a70683b9dffb21363b55d0a42 Oct 11 06:36:28.493 INFO running `"docker" "start" "-a" "dec834e2eaaee45ed14c7ad0a0f17880ebbc2d7a70683b9dffb21363b55d0a42"` Oct 11 06:36:29.800 INFO kablam! usermod: no changes Oct 11 06:36:29.844 INFO kablam! Blocking waiting for file lock on the registry index Oct 11 06:36:30.229 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.41s Oct 11 06:36:30.232 INFO kablam! Running /target/debug/deps/proust-10e6b5a8dc0d741e Oct 11 06:36:30.236 INFO blam! Oct 11 06:36:30.236 INFO blam! running 48 tests Oct 11 06:36:30.236 INFO blam! test parser::consumer_metadata::tests::consumer_metadata_request_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::message::tests::message_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::message::tests::message_too_long_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::message::tests::message_set_trailing_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::message::tests::message_invalid_crc_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::message::tests::message_too_short_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::message::tests::message_trailing_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::message::tests::partition_message_set_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::message::tests::topic_message_set_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::metadata::tests::topic_metadata_request_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::offset::tests::offset_request_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::offset_commit::tests::offset_request_v0_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::offset_commit::tests::offset_request_v1_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::offset_commit::tests::offset_request_v2_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::offset_fetch::tests::offset_request_tests ... ok Oct 11 06:36:30.236 INFO blam! test parser::primitive::tests::kafka_array_test ... ok Oct 11 06:36:30.236 INFO blam! test parser::primitive::tests::kafka_bytes_test ... ok Oct 11 06:36:30.236 INFO blam! test parser::primitive::tests::kafka_string_test ... ok Oct 11 06:36:30.236 INFO blam! test parser::produce::tests::produce_request_tests ... ok Oct 11 06:36:30.240 INFO blam! test parser::request::tests::request_message_test ... ok Oct 11 06:36:30.248 INFO blam! test parser::fetch::tests::fetch_request_tests ... ok Oct 11 06:36:30.248 INFO blam! test parser::message::tests::message_set_too_short_tests ... ok Oct 11 06:36:30.248 INFO blam! test parser::request::tests::request_message_too_long_tests ... ok Oct 11 06:36:30.248 INFO blam! test parser::request::tests::request_message_wrong_size_test ... ok Oct 11 06:36:30.248 INFO blam! test parser::message::tests::message_set_too_long_tests ... ok Oct 11 06:36:30.248 INFO blam! test parser::request::tests::request_message_too_short_tests ... ok Oct 11 06:36:30.248 INFO blam! test parser::message::tests::message_set_tests ... ok Oct 11 06:36:30.248 INFO blam! test responses::metadata::tests::ser_metadata_response_tests ... ok Oct 11 06:36:30.248 INFO blam! test responses::metadata::tests::ser_partition_metadata_tests ... ok Oct 11 06:36:30.248 INFO blam! test responses::consumer_metadata::tests::ser_consumer_metadata_response_test ... ok Oct 11 06:36:30.248 INFO blam! test responses::fetch::tests::ser_fetch_response_test ... ok Oct 11 06:36:30.248 INFO blam! test responses::fetch::tests::ser_message_set_test ... ok Oct 11 06:36:30.248 INFO blam! test responses::fetch::tests::ser_message_test ... ok Oct 11 06:36:30.248 INFO blam! test responses::metadata::tests::ser_broker_tests ... ok Oct 11 06:36:30.248 INFO blam! test responses::metadata::tests::ser_topic_metadata_tests ... ok Oct 11 06:36:30.248 INFO blam! test responses::offset::tests::ser_offset_response_tests ... ok Oct 11 06:36:30.248 INFO blam! test responses::offset_commit::tests::ser_offset_commit_response_tests ... ok Oct 11 06:36:30.248 INFO blam! test responses::offset_fetch::tests::ser_offset_fetch_response_tests ... ok Oct 11 06:36:30.248 INFO blam! test responses::primitive::tests::ser_i16_test ... ok Oct 11 06:36:30.248 INFO blam! test responses::primitive::tests::ser_i32_test ... ok Oct 11 06:36:30.248 INFO blam! test responses::primitive::tests::ser_i64_test ... ok Oct 11 06:36:30.248 INFO blam! test responses::primitive::tests::ser_i8_test ... ok Oct 11 06:36:30.249 INFO blam! test responses::primitive::tests::ser_kafka_array_test ... ok Oct 11 06:36:30.249 INFO blam! test responses::primitive::tests::ser_kafka_bytes_test ... ok Oct 11 06:36:30.249 INFO blam! test responses::primitive::tests::ser_kafka_string_test ... ok Oct 11 06:36:30.249 INFO blam! test responses::produce::tests::ser_produce_response_test ... ok Oct 11 06:36:30.249 INFO blam! test responses::response::tests::ser_response_message_test ... ok Oct 11 06:36:30.249 INFO blam! test parser::request::tests::request_message_trailing_tests ... ok Oct 11 06:36:30.249 INFO blam! Oct 11 06:36:30.249 INFO blam! test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:36:30.249 INFO blam! Oct 11 06:36:30.262 INFO kablam! su: No module specific data is present Oct 11 06:36:30.852 INFO running `"docker" "rm" "-f" "dec834e2eaaee45ed14c7ad0a0f17880ebbc2d7a70683b9dffb21363b55d0a42"` Oct 11 06:36:31.109 INFO blam! dec834e2eaaee45ed14c7ad0a0f17880ebbc2d7a70683b9dffb21363b55d0a42