Oct 15 10:41:22.434 INFO testing Geal/proust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:41:22.436 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:41:22.894 INFO blam! e98858399e53ae37e78515f6815423580605b667571a24888d081f5e2516dcb0 Oct 15 10:41:22.899 INFO running `"docker" "start" "-a" "e98858399e53ae37e78515f6815423580605b667571a24888d081f5e2516dcb0"` Oct 15 10:41:24.350 INFO kablam! usermod: no changes Oct 15 10:41:24.530 INFO kablam! Compiling memchr v2.0.1 Oct 15 10:41:24.539 INFO kablam! Compiling memchr v1.0.2 Oct 15 10:41:24.539 INFO kablam! Compiling memmap v0.6.2 Oct 15 10:41:24.539 INFO kablam! Compiling crc v1.6.0 Oct 15 10:41:24.539 INFO kablam! Compiling bytes v0.4.5 Oct 15 10:41:27.308 INFO kablam! Compiling nom v3.2.1 Oct 15 10:41:27.363 INFO kablam! Compiling aho-corasick v0.6.4 Oct 15 10:41:30.371 INFO kablam! Compiling regex v0.2.3 Oct 15 10:41:41.191 INFO kablam! Compiling env_logger v0.4.3 Oct 15 10:41:42.523 INFO kablam! Compiling proust v0.0.1 (/source) Oct 15 10:41:43.733 INFO kablam! warning: unused imports: `BufMut`, `BytesMut` Oct 15 10:41:43.733 INFO kablam! --> src/network/kafka.rs:3:13 Oct 15 10:41:43.733 INFO kablam! | Oct 15 10:41:43.733 INFO kablam! 3 | use bytes::{BytesMut, BufMut}; Oct 15 10:41:43.733 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 15 10:41:43.733 INFO kablam! | Oct 15 10:41:43.733 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:41:43.733 INFO kablam! Oct 15 10:41:43.733 INFO kablam! warning: unused import: `responses::metadata::*` Oct 15 10:41:43.733 INFO kablam! --> src/network/handler.rs:11:5 Oct 15 10:41:43.733 INFO kablam! | Oct 15 10:41:43.733 INFO kablam! 11 | use responses::metadata::*; Oct 15 10:41:43.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:43.733 INFO kablam! Oct 15 10:41:43.733 INFO kablam! warning: unused import: `responses::response::*` Oct 15 10:41:43.733 INFO kablam! --> src/network/handler.rs:12:5 Oct 15 10:41:43.733 INFO kablam! | Oct 15 10:41:43.733 INFO kablam! 12 | use responses::response::*; Oct 15 10:41:43.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:43.733 INFO kablam! Oct 15 10:41:44.303 INFO kablam! warning: use of deprecated item 'mio::Ready::all': removed Oct 15 10:41:44.303 INFO kablam! --> src/network/handler.rs:223:42 Oct 15 10:41:44.303 INFO kablam! | Oct 15 10:41:44.303 INFO kablam! 223 | self.poll.register(&stream, token, Ready::all(), PollOpt::edge()); Oct 15 10:41:44.303 INFO kablam! | ^^^^^^^^^^ Oct 15 10:41:44.303 INFO kablam! | Oct 15 10:41:44.303 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 10:41:44.303 INFO kablam! Oct 15 10:41:44.479 INFO kablam! warning: unused variable: `count` Oct 15 10:41:44.479 INFO kablam! --> src/storage.rs:97:17 Oct 15 10:41:44.479 INFO kablam! | Oct 15 10:41:44.479 INFO kablam! 97 | if let Ok(count) = rx.recv() { Oct 15 10:41:44.479 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 15 10:41:44.479 INFO kablam! | Oct 15 10:41:44.479 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:41:44.479 INFO kablam! Oct 15 10:41:44.479 INFO kablam! warning: unused variable: `name` Oct 15 10:41:44.479 INFO kablam! --> src/storage.rs:88:56 Oct 15 10:41:44.479 INFO kablam! | Oct 15 10:41:44.479 INFO kablam! 88 | pub fn storage(out:&Sender, name: &str) -> Sender { Oct 15 10:41:44.479 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 15 10:41:44.479 INFO kablam! Oct 15 10:41:44.479 INFO kablam! warning: unused variable: `restart_count` Oct 15 10:41:44.479 INFO kablam! --> src/util.rs:4:28 Oct 15 10:41:44.479 INFO kablam! | Oct 15 10:41:44.479 INFO kablam! 4 | pub fn monitor(f: F, restart_count: u8) -> Result Oct 15 10:41:44.479 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_restart_count` instead Oct 15 10:41:44.479 INFO kablam! Oct 15 10:41:44.480 INFO kablam! warning: unused variable: `x` Oct 15 10:41:44.480 INFO kablam! --> src/proust.rs:31:38 Oct 15 10:41:44.480 INFO kablam! | Oct 15 10:41:44.480 INFO kablam! 31 | RequestPayload::ProduceRequest(x) => { Oct 15 10:41:44.480 INFO kablam! | ^ help: consider using `_x` instead Oct 15 10:41:44.480 INFO kablam! Oct 15 10:41:44.480 INFO kablam! warning: unused variable: `buf` Oct 15 10:41:44.480 INFO kablam! --> src/network/handler.rs:70:18 Oct 15 10:41:44.480 INFO kablam! | Oct 15 10:41:44.480 INFO kablam! 70 | Done(buf, size) => Ok(size as usize), Oct 15 10:41:44.480 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 15 10:41:44.480 INFO kablam! Oct 15 10:41:44.480 INFO kablam! warning: unused variable: `size` Oct 15 10:41:44.480 INFO kablam! --> src/network/handler.rs:90:52 Oct 15 10:41:44.480 INFO kablam! | Oct 15 10:41:44.480 INFO kablam! 90 | fn read_to_buf(&mut self, buffer: &mut BytesMut, size: usize) -> ClientResult { Oct 15 10:41:44.480 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 15 10:41:44.480 INFO kablam! Oct 15 10:41:44.480 INFO kablam! warning: unused variable: `fd` Oct 15 10:41:44.480 INFO kablam! --> src/storage.rs:79:9 Oct 15 10:41:44.480 INFO kablam! | Oct 15 10:41:44.480 INFO kablam! 79 | let fd = self.file.as_raw_fd(); Oct 15 10:41:44.480 INFO kablam! | ^^ help: consider using `_fd` instead Oct 15 10:41:44.480 INFO kablam! Oct 15 10:41:44.480 INFO kablam! warning: unused variable: `addr` Oct 15 10:41:44.480 INFO kablam! --> src/network/handler.rs:218:24 Oct 15 10:41:44.480 INFO kablam! | Oct 15 10:41:44.480 INFO kablam! 218 | if let Ok((stream, addr)) = self.tcp_listener.accept() { Oct 15 10:41:44.480 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 15 10:41:44.480 INFO kablam! Oct 15 10:41:44.639 INFO kablam! warning: variable does not need to be mutable Oct 15 10:41:44.639 INFO kablam! --> src/storage.rs:28:15 Oct 15 10:41:44.639 INFO kablam! | Oct 15 10:41:44.639 INFO kablam! 28 | if let Ok(mut file) = OpenOptions::new().read(true).write(true).create(true).open(filename) { Oct 15 10:41:44.639 INFO kablam! | ----^^^^ Oct 15 10:41:44.639 INFO kablam! | | Oct 15 10:41:44.639 INFO kablam! | help: remove this `mut` Oct 15 10:41:44.639 INFO kablam! | Oct 15 10:41:44.639 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:41:44.639 INFO kablam! Oct 15 10:41:44.639 INFO kablam! warning: variable does not need to be mutable Oct 15 10:41:44.639 INFO kablam! --> src/storage.rs:81:9 Oct 15 10:41:44.639 INFO kablam! | Oct 15 10:41:44.639 INFO kablam! 81 | let mut sl: &mut[u8] = unsafe { from_raw_parts_mut(mm.as_mut_ptr(), mm.len()) }; Oct 15 10:41:44.639 INFO kablam! | ----^^ Oct 15 10:41:44.639 INFO kablam! | | Oct 15 10:41:44.639 INFO kablam! | help: remove this `mut` Oct 15 10:41:44.639 INFO kablam! Oct 15 10:41:44.735 INFO kablam! warning: function is never used: `from_int` Oct 15 10:41:44.735 INFO kablam! --> src/parser/errors.rs:25:1 Oct 15 10:41:44.735 INFO kablam! | Oct 15 10:41:44.735 INFO kablam! 25 | pub fn from_int(code: u32) -> Option { Oct 15 10:41:44.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:44.735 INFO kablam! | Oct 15 10:41:44.735 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:41:44.735 INFO kablam! Oct 15 10:41:44.735 INFO kablam! warning: type alias is never used: `Request` Oct 15 10:41:44.735 INFO kablam! --> src/storage.rs:14:1 Oct 15 10:41:44.735 INFO kablam! | Oct 15 10:41:44.735 INFO kablam! 14 | pub type Request = u8; Oct 15 10:41:44.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:44.735 INFO kablam! Oct 15 10:41:44.735 INFO kablam! warning: type alias is never used: `Response` Oct 15 10:41:44.735 INFO kablam! --> src/storage.rs:15:1 Oct 15 10:41:44.735 INFO kablam! | Oct 15 10:41:44.735 INFO kablam! 15 | pub type Response = u8; Oct 15 10:41:44.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:44.735 INFO kablam! Oct 15 10:41:44.735 INFO kablam! warning: field is never used: `filename` Oct 15 10:41:44.735 INFO kablam! --> src/storage.rs:18:3 Oct 15 10:41:44.735 INFO kablam! | Oct 15 10:41:44.735 INFO kablam! 18 | filename: &'a str, Oct 15 10:41:44.735 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:41:44.735 INFO kablam! Oct 15 10:41:44.735 INFO kablam! warning: function is never used: `storage` Oct 15 10:41:44.735 INFO kablam! --> src/storage.rs:88:1 Oct 15 10:41:44.735 INFO kablam! | Oct 15 10:41:44.735 INFO kablam! 88 | pub fn storage(out:&Sender, name: &str) -> Sender { Oct 15 10:41:44.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:44.735 INFO kablam! Oct 15 10:41:44.735 INFO kablam! warning: enum is never used: `Message` Oct 15 10:41:44.735 INFO kablam! --> src/network/handler.rs:149:1 Oct 15 10:41:44.735 INFO kablam! | Oct 15 10:41:44.735 INFO kablam! 149 | pub enum Message { Oct 15 10:41:44.735 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:41:44.735 INFO kablam! Oct 15 10:41:44.743 INFO kablam! warning: function is never used: `monitor` Oct 15 10:41:44.743 INFO kablam! --> src/util.rs:4:1 Oct 15 10:41:44.743 INFO kablam! | Oct 15 10:41:44.743 INFO kablam! 4 | / pub fn monitor(f: F, restart_count: u8) -> Result Oct 15 10:41:44.743 INFO kablam! 5 | | where F: Fn() -> R + Send + 'static { Oct 15 10:41:44.743 INFO kablam! 6 | | Oct 15 10:41:44.743 INFO kablam! 7 | | thread::spawn( move || { Oct 15 10:41:44.743 INFO kablam! ... | Oct 15 10:41:44.743 INFO kablam! 10 | | Err(0) Oct 15 10:41:44.743 INFO kablam! 11 | | } Oct 15 10:41:44.743 INFO kablam! | |_^ Oct 15 10:41:44.743 INFO kablam! Oct 15 10:41:44.755 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:44.755 INFO kablam! --> src/storage.rs:33:11 Oct 15 10:41:44.755 INFO kablam! | Oct 15 10:41:44.755 INFO kablam! 33 | file.set_len(4096); Oct 15 10:41:44.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:44.755 INFO kablam! | Oct 15 10:41:44.755 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:41:44.755 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:44.755 INFO kablam! Oct 15 10:41:44.755 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:44.755 INFO kablam! --> src/storage.rs:77:5 Oct 15 10:41:44.755 INFO kablam! | Oct 15 10:41:44.755 INFO kablam! 77 | self.file.set_len((self.size + 4096) as u64); Oct 15 10:41:44.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:44.755 INFO kablam! | Oct 15 10:41:44.755 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:44.755 INFO kablam! Oct 15 10:41:44.755 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:44.755 INFO kablam! --> src/storage.rs:100:9 Oct 15 10:41:44.755 INFO kablam! | Oct 15 10:41:44.755 INFO kablam! 100 | t2.send(network::handler::Message::Data(v.clone())); Oct 15 10:41:44.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:44.755 INFO kablam! | Oct 15 10:41:44.755 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:44.755 INFO kablam! Oct 15 10:41:44.755 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:44.755 INFO kablam! --> src/network/kafka.rs:45:9 Oct 15 10:41:44.755 INFO kablam! | Oct 15 10:41:44.755 INFO kablam! 45 | self.write(&v[..]); Oct 15 10:41:44.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:44.755 INFO kablam! | Oct 15 10:41:44.755 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:44.755 INFO kablam! Oct 15 10:41:44.755 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:44.755 INFO kablam! --> src/network/handler.rs:223:7 Oct 15 10:41:44.755 INFO kablam! | Oct 15 10:41:44.755 INFO kablam! 223 | self.poll.register(&stream, token, Ready::all(), PollOpt::edge()); Oct 15 10:41:44.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:44.755 INFO kablam! | Oct 15 10:41:44.755 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:44.755 INFO kablam! Oct 15 10:41:44.755 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:44.755 INFO kablam! --> src/network/handler.rs:324:7 Oct 15 10:41:44.755 INFO kablam! | Oct 15 10:41:44.755 INFO kablam! 324 | self.poll.deregister(client.socket()); Oct 15 10:41:44.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:44.755 INFO kablam! | Oct 15 10:41:44.755 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:44.755 INFO kablam! Oct 15 10:41:44.767 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:44.767 INFO kablam! --> src/main.rs:29:3 Oct 15 10:41:44.767 INFO kablam! | Oct 15 10:41:44.767 INFO kablam! 29 | jg.join(); Oct 15 10:41:44.767 INFO kablam! | ^^^^^^^^^^ Oct 15 10:41:44.767 INFO kablam! | Oct 15 10:41:44.767 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:44.767 INFO kablam! Oct 15 10:41:48.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.76s Oct 15 10:41:48.140 INFO kablam! su: No module specific data is present Oct 15 10:41:49.159 INFO running `"docker" "rm" "-f" "e98858399e53ae37e78515f6815423580605b667571a24888d081f5e2516dcb0"` Oct 15 10:41:49.407 INFO blam! e98858399e53ae37e78515f6815423580605b667571a24888d081f5e2516dcb0 Oct 15 10:41:49.416 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:49.894 INFO blam! 6891ade21252c90a3f3809fea8252f57e87c1f8fc87e594711d7d3dd4aacf06d Oct 15 10:41:49.894 INFO running `"docker" "start" "-a" "6891ade21252c90a3f3809fea8252f57e87c1f8fc87e594711d7d3dd4aacf06d"` Oct 15 10:41:51.435 INFO kablam! usermod: no changes Oct 15 10:41:51.551 INFO kablam! Compiling proust v0.0.1 (/source) Oct 15 10:41:53.143 INFO kablam! warning: unused imports: `BufMut`, `BytesMut` Oct 15 10:41:53.143 INFO kablam! --> src/network/kafka.rs:3:13 Oct 15 10:41:53.143 INFO kablam! | Oct 15 10:41:53.143 INFO kablam! 3 | use bytes::{BytesMut, BufMut}; Oct 15 10:41:53.143 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 15 10:41:53.143 INFO kablam! | Oct 15 10:41:53.143 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:41:53.143 INFO kablam! Oct 15 10:41:53.143 INFO kablam! warning: unused import: `responses::metadata::*` Oct 15 10:41:53.143 INFO kablam! --> src/network/handler.rs:11:5 Oct 15 10:41:53.143 INFO kablam! | Oct 15 10:41:53.143 INFO kablam! 11 | use responses::metadata::*; Oct 15 10:41:53.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:53.143 INFO kablam! Oct 15 10:41:53.143 INFO kablam! warning: unused import: `responses::response::*` Oct 15 10:41:53.143 INFO kablam! --> src/network/handler.rs:12:5 Oct 15 10:41:53.143 INFO kablam! | Oct 15 10:41:53.143 INFO kablam! 12 | use responses::response::*; Oct 15 10:41:53.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:53.143 INFO kablam! Oct 15 10:41:53.769 INFO kablam! warning: use of deprecated item 'mio::Ready::all': removed Oct 15 10:41:53.770 INFO kablam! --> src/network/handler.rs:223:42 Oct 15 10:41:53.770 INFO kablam! | Oct 15 10:41:53.770 INFO kablam! 223 | self.poll.register(&stream, token, Ready::all(), PollOpt::edge()); Oct 15 10:41:53.770 INFO kablam! | ^^^^^^^^^^ Oct 15 10:41:53.771 INFO kablam! | Oct 15 10:41:53.771 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 10:41:53.771 INFO kablam! Oct 15 10:41:54.025 INFO kablam! warning: unused variable: `count` Oct 15 10:41:54.025 INFO kablam! --> src/storage.rs:97:17 Oct 15 10:41:54.026 INFO kablam! | Oct 15 10:41:54.026 INFO kablam! 97 | if let Ok(count) = rx.recv() { Oct 15 10:41:54.026 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 15 10:41:54.027 INFO kablam! | Oct 15 10:41:54.027 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:41:54.027 INFO kablam! Oct 15 10:41:54.027 INFO kablam! warning: unused variable: `name` Oct 15 10:41:54.028 INFO kablam! --> src/storage.rs:88:56 Oct 15 10:41:54.028 INFO kablam! | Oct 15 10:41:54.028 INFO kablam! 88 | pub fn storage(out:&Sender, name: &str) -> Sender { Oct 15 10:41:54.029 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 15 10:41:54.029 INFO kablam! Oct 15 10:41:54.029 INFO kablam! warning: unused variable: `restart_count` Oct 15 10:41:54.029 INFO kablam! --> src/util.rs:4:28 Oct 15 10:41:54.030 INFO kablam! | Oct 15 10:41:54.030 INFO kablam! 4 | pub fn monitor(f: F, restart_count: u8) -> Result Oct 15 10:41:54.030 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_restart_count` instead Oct 15 10:41:54.030 INFO kablam! Oct 15 10:41:54.031 INFO kablam! warning: unused variable: `x` Oct 15 10:41:54.031 INFO kablam! --> src/proust.rs:31:38 Oct 15 10:41:54.031 INFO kablam! | Oct 15 10:41:54.031 INFO kablam! 31 | RequestPayload::ProduceRequest(x) => { Oct 15 10:41:54.032 INFO kablam! | ^ help: consider using `_x` instead Oct 15 10:41:54.032 INFO kablam! Oct 15 10:41:54.032 INFO kablam! warning: unused variable: `buf` Oct 15 10:41:54.032 INFO kablam! --> src/network/handler.rs:70:18 Oct 15 10:41:54.033 INFO kablam! | Oct 15 10:41:54.033 INFO kablam! 70 | Done(buf, size) => Ok(size as usize), Oct 15 10:41:54.033 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 15 10:41:54.033 INFO kablam! Oct 15 10:41:54.034 INFO kablam! warning: unused variable: `size` Oct 15 10:41:54.034 INFO kablam! --> src/network/handler.rs:90:52 Oct 15 10:41:54.034 INFO kablam! | Oct 15 10:41:54.034 INFO kablam! 90 | fn read_to_buf(&mut self, buffer: &mut BytesMut, size: usize) -> ClientResult { Oct 15 10:41:54.035 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 15 10:41:54.035 INFO kablam! Oct 15 10:41:54.035 INFO kablam! warning: unused variable: `fd` Oct 15 10:41:54.035 INFO kablam! --> src/storage.rs:79:9 Oct 15 10:41:54.036 INFO kablam! | Oct 15 10:41:54.036 INFO kablam! 79 | let fd = self.file.as_raw_fd(); Oct 15 10:41:54.036 INFO kablam! | ^^ help: consider using `_fd` instead Oct 15 10:41:54.037 INFO kablam! Oct 15 10:41:54.037 INFO kablam! warning: unused variable: `addr` Oct 15 10:41:54.037 INFO kablam! --> src/network/handler.rs:218:24 Oct 15 10:41:54.037 INFO kablam! | Oct 15 10:41:54.038 INFO kablam! 218 | if let Ok((stream, addr)) = self.tcp_listener.accept() { Oct 15 10:41:54.038 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 15 10:41:54.038 INFO kablam! Oct 15 10:41:54.251 INFO kablam! warning: variable does not need to be mutable Oct 15 10:41:54.251 INFO kablam! --> src/storage.rs:28:15 Oct 15 10:41:54.252 INFO kablam! | Oct 15 10:41:54.252 INFO kablam! 28 | if let Ok(mut file) = OpenOptions::new().read(true).write(true).create(true).open(filename) { Oct 15 10:41:54.252 INFO kablam! | ----^^^^ Oct 15 10:41:54.252 INFO kablam! | | Oct 15 10:41:54.253 INFO kablam! | help: remove this `mut` Oct 15 10:41:54.253 INFO kablam! | Oct 15 10:41:54.253 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:41:54.253 INFO kablam! Oct 15 10:41:54.254 INFO kablam! warning: variable does not need to be mutable Oct 15 10:41:54.254 INFO kablam! --> src/storage.rs:81:9 Oct 15 10:41:54.254 INFO kablam! | Oct 15 10:41:54.255 INFO kablam! 81 | let mut sl: &mut[u8] = unsafe { from_raw_parts_mut(mm.as_mut_ptr(), mm.len()) }; Oct 15 10:41:54.256 INFO kablam! | ----^^ Oct 15 10:41:54.256 INFO kablam! | | Oct 15 10:41:54.256 INFO kablam! | help: remove this `mut` Oct 15 10:41:54.256 INFO kablam! Oct 15 10:41:54.427 INFO kablam! warning: function is never used: `from_int` Oct 15 10:41:54.427 INFO kablam! --> src/parser/errors.rs:25:1 Oct 15 10:41:54.427 INFO kablam! | Oct 15 10:41:54.427 INFO kablam! 25 | pub fn from_int(code: u32) -> Option { Oct 15 10:41:54.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:54.427 INFO kablam! | Oct 15 10:41:54.427 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:41:54.427 INFO kablam! Oct 15 10:41:54.431 INFO kablam! warning: type alias is never used: `Request` Oct 15 10:41:54.431 INFO kablam! --> src/storage.rs:14:1 Oct 15 10:41:54.431 INFO kablam! | Oct 15 10:41:54.431 INFO kablam! 14 | pub type Request = u8; Oct 15 10:41:54.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:54.431 INFO kablam! Oct 15 10:41:54.431 INFO kablam! warning: type alias is never used: `Response` Oct 15 10:41:54.431 INFO kablam! --> src/storage.rs:15:1 Oct 15 10:41:54.431 INFO kablam! | Oct 15 10:41:54.431 INFO kablam! 15 | pub type Response = u8; Oct 15 10:41:54.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:54.431 INFO kablam! Oct 15 10:41:54.431 INFO kablam! warning: field is never used: `filename` Oct 15 10:41:54.431 INFO kablam! --> src/storage.rs:18:3 Oct 15 10:41:54.431 INFO kablam! | Oct 15 10:41:54.431 INFO kablam! 18 | filename: &'a str, Oct 15 10:41:54.431 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:41:54.431 INFO kablam! Oct 15 10:41:54.431 INFO kablam! warning: function is never used: `storage` Oct 15 10:41:54.431 INFO kablam! --> src/storage.rs:88:1 Oct 15 10:41:54.431 INFO kablam! | Oct 15 10:41:54.431 INFO kablam! 88 | pub fn storage(out:&Sender, name: &str) -> Sender { Oct 15 10:41:54.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:54.431 INFO kablam! Oct 15 10:41:54.431 INFO kablam! warning: enum is never used: `Message` Oct 15 10:41:54.431 INFO kablam! --> src/network/handler.rs:149:1 Oct 15 10:41:54.431 INFO kablam! | Oct 15 10:41:54.431 INFO kablam! 149 | pub enum Message { Oct 15 10:41:54.431 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:41:54.431 INFO kablam! Oct 15 10:41:54.431 INFO kablam! warning: function is never used: `monitor` Oct 15 10:41:54.431 INFO kablam! --> src/util.rs:4:1 Oct 15 10:41:54.431 INFO kablam! | Oct 15 10:41:54.431 INFO kablam! 4 | / pub fn monitor(f: F, restart_count: u8) -> Result Oct 15 10:41:54.431 INFO kablam! 5 | | where F: Fn() -> R + Send + 'static { Oct 15 10:41:54.431 INFO kablam! 6 | | Oct 15 10:41:54.431 INFO kablam! 7 | | thread::spawn( move || { Oct 15 10:41:54.431 INFO kablam! ... | Oct 15 10:41:54.431 INFO kablam! 10 | | Err(0) Oct 15 10:41:54.431 INFO kablam! 11 | | } Oct 15 10:41:54.431 INFO kablam! | |_^ Oct 15 10:41:54.431 INFO kablam! Oct 15 10:41:54.463 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:54.463 INFO kablam! --> src/storage.rs:33:11 Oct 15 10:41:54.463 INFO kablam! | Oct 15 10:41:54.463 INFO kablam! 33 | file.set_len(4096); Oct 15 10:41:54.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:54.463 INFO kablam! | Oct 15 10:41:54.463 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:41:54.463 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:54.463 INFO kablam! Oct 15 10:41:54.463 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:54.463 INFO kablam! --> src/storage.rs:77:5 Oct 15 10:41:54.463 INFO kablam! | Oct 15 10:41:54.463 INFO kablam! 77 | self.file.set_len((self.size + 4096) as u64); Oct 15 10:41:54.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:54.463 INFO kablam! | Oct 15 10:41:54.463 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:54.463 INFO kablam! Oct 15 10:41:54.463 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:54.463 INFO kablam! --> src/storage.rs:100:9 Oct 15 10:41:54.463 INFO kablam! | Oct 15 10:41:54.463 INFO kablam! 100 | t2.send(network::handler::Message::Data(v.clone())); Oct 15 10:41:54.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:54.463 INFO kablam! | Oct 15 10:41:54.463 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:54.463 INFO kablam! Oct 15 10:41:54.463 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:54.463 INFO kablam! --> src/network/kafka.rs:45:9 Oct 15 10:41:54.463 INFO kablam! | Oct 15 10:41:54.463 INFO kablam! 45 | self.write(&v[..]); Oct 15 10:41:54.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:54.463 INFO kablam! | Oct 15 10:41:54.463 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:54.463 INFO kablam! Oct 15 10:41:54.467 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:54.467 INFO kablam! --> src/network/handler.rs:223:7 Oct 15 10:41:54.467 INFO kablam! | Oct 15 10:41:54.467 INFO kablam! 223 | self.poll.register(&stream, token, Ready::all(), PollOpt::edge()); Oct 15 10:41:54.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:54.467 INFO kablam! | Oct 15 10:41:54.467 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:54.467 INFO kablam! Oct 15 10:41:54.467 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:54.467 INFO kablam! --> src/network/handler.rs:324:7 Oct 15 10:41:54.467 INFO kablam! | Oct 15 10:41:54.467 INFO kablam! 324 | self.poll.deregister(client.socket()); Oct 15 10:41:54.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:41:54.467 INFO kablam! | Oct 15 10:41:54.467 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:54.467 INFO kablam! Oct 15 10:41:54.483 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:41:54.483 INFO kablam! --> src/main.rs:29:3 Oct 15 10:41:54.483 INFO kablam! | Oct 15 10:41:54.483 INFO kablam! 29 | jg.join(); Oct 15 10:41:54.483 INFO kablam! | ^^^^^^^^^^ Oct 15 10:41:54.483 INFO kablam! | Oct 15 10:41:54.483 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:41:54.483 INFO kablam! Oct 15 10:41:57.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.27s Oct 15 10:41:57.747 INFO kablam! su: No module specific data is present Oct 15 10:41:58.513 INFO running `"docker" "rm" "-f" "6891ade21252c90a3f3809fea8252f57e87c1f8fc87e594711d7d3dd4aacf06d"` Oct 15 10:41:58.813 INFO blam! 6891ade21252c90a3f3809fea8252f57e87c1f8fc87e594711d7d3dd4aacf06d Oct 15 10:41:58.821 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:59.214 INFO blam! 0661641f233aaa705587c6d6e3444f4c38a5bba508b2db37fa446ca3cc6f8ae8 Oct 15 10:41:59.223 INFO running `"docker" "start" "-a" "0661641f233aaa705587c6d6e3444f4c38a5bba508b2db37fa446ca3cc6f8ae8"` Oct 15 10:42:00.994 INFO kablam! usermod: no changes Oct 15 10:42:01.103 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 10:42:01.107 INFO kablam! Running /target/debug/deps/proust-10e6b5a8dc0d741e Oct 15 10:42:01.119 INFO blam! Oct 15 10:42:01.119 INFO blam! running 48 tests Oct 15 10:42:01.119 INFO blam! test parser::message::tests::message_invalid_crc_tests ... ok Oct 15 10:42:01.119 INFO blam! test parser::consumer_metadata::tests::consumer_metadata_request_tests ... ok Oct 15 10:42:01.127 INFO blam! test parser::message::tests::message_tests ... ok Oct 15 10:42:01.127 INFO blam! test parser::message::tests::message_too_long_tests ... ok Oct 15 10:42:01.127 INFO blam! test parser::message::tests::message_set_trailing_tests ... ok Oct 15 10:42:01.133 INFO blam! test parser::message::tests::message_set_tests ... ok Oct 15 10:42:01.133 INFO blam! test parser::message::tests::message_set_too_short_tests ... ok Oct 15 10:42:01.133 INFO blam! test parser::message::tests::message_trailing_tests ... ok Oct 15 10:42:01.133 INFO blam! test parser::message::tests::message_set_too_long_tests ... ok Oct 15 10:42:01.133 INFO blam! test parser::fetch::tests::fetch_request_tests ... ok Oct 15 10:42:01.134 INFO blam! test parser::message::tests::message_too_short_tests ... ok Oct 15 10:42:01.134 INFO blam! test parser::message::tests::partition_message_set_tests ... ok Oct 15 10:42:01.134 INFO blam! test parser::message::tests::topic_message_set_tests ... ok Oct 15 10:42:01.134 INFO blam! test parser::primitive::tests::kafka_array_test ... ok Oct 15 10:42:01.134 INFO blam! test parser::primitive::tests::kafka_bytes_test ... ok Oct 15 10:42:01.134 INFO blam! test parser::offset_commit::tests::offset_request_v2_tests ... ok Oct 15 10:42:01.134 INFO blam! test parser::offset_commit::tests::offset_request_v0_tests ... ok Oct 15 10:42:01.134 INFO blam! test parser::primitive::tests::kafka_string_test ... ok Oct 15 10:42:01.134 INFO blam! test parser::produce::tests::produce_request_tests ... ok Oct 15 10:42:01.134 INFO blam! test parser::request::tests::request_message_too_long_tests ... ok Oct 15 10:42:01.134 INFO blam! test parser::request::tests::request_message_test ... ok Oct 15 10:42:01.134 INFO blam! test parser::request::tests::request_message_too_short_tests ... ok Oct 15 10:42:01.134 INFO blam! test parser::request::tests::request_message_trailing_tests ... ok Oct 15 10:42:01.134 INFO blam! test parser::request::tests::request_message_wrong_size_test ... ok Oct 15 10:42:01.134 INFO blam! test responses::consumer_metadata::tests::ser_consumer_metadata_response_test ... ok Oct 15 10:42:01.134 INFO blam! test responses::fetch::tests::ser_fetch_response_test ... ok Oct 15 10:42:01.134 INFO blam! test responses::fetch::tests::ser_message_set_test ... ok Oct 15 10:42:01.134 INFO blam! test responses::fetch::tests::ser_message_test ... ok Oct 15 10:42:01.134 INFO blam! test responses::metadata::tests::ser_broker_tests ... ok Oct 15 10:42:01.134 INFO blam! test responses::metadata::tests::ser_metadata_response_tests ... ok Oct 15 10:42:01.134 INFO blam! test responses::metadata::tests::ser_partition_metadata_tests ... ok Oct 15 10:42:01.134 INFO blam! test responses::metadata::tests::ser_topic_metadata_tests ... ok Oct 15 10:42:01.134 INFO blam! test responses::offset::tests::ser_offset_response_tests ... ok Oct 15 10:42:01.134 INFO blam! test responses::offset_commit::tests::ser_offset_commit_response_tests ... ok Oct 15 10:42:01.143 INFO blam! test responses::offset_fetch::tests::ser_offset_fetch_response_tests ... ok Oct 15 10:42:01.144 INFO blam! test responses::primitive::tests::ser_i16_test ... ok Oct 15 10:42:01.144 INFO blam! test responses::primitive::tests::ser_i32_test ... ok Oct 15 10:42:01.144 INFO blam! test responses::primitive::tests::ser_i64_test ... ok Oct 15 10:42:01.144 INFO blam! test responses::primitive::tests::ser_i8_test ... ok Oct 15 10:42:01.144 INFO blam! test responses::primitive::tests::ser_kafka_array_test ... ok Oct 15 10:42:01.144 INFO blam! test responses::primitive::tests::ser_kafka_bytes_test ... ok Oct 15 10:42:01.144 INFO blam! test responses::primitive::tests::ser_kafka_string_test ... ok Oct 15 10:42:01.144 INFO blam! test responses::produce::tests::ser_produce_response_test ... ok Oct 15 10:42:01.144 INFO blam! test responses::response::tests::ser_response_message_test ... ok Oct 15 10:42:01.144 INFO blam! test parser::offset_commit::tests::offset_request_v1_tests ... ok Oct 15 10:42:01.144 INFO blam! test parser::offset_fetch::tests::offset_request_tests ... ok Oct 15 10:42:01.144 INFO blam! test parser::offset::tests::offset_request_tests ... ok Oct 15 10:42:01.144 INFO blam! test parser::metadata::tests::topic_metadata_request_tests ... ok Oct 15 10:42:01.144 INFO blam! Oct 15 10:42:01.144 INFO blam! test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:42:01.144 INFO blam! Oct 15 10:42:01.155 INFO kablam! su: No module specific data is present Oct 15 10:42:02.364 INFO running `"docker" "rm" "-f" "0661641f233aaa705587c6d6e3444f4c38a5bba508b2db37fa446ca3cc6f8ae8"` Oct 15 10:42:02.658 INFO blam! 0661641f233aaa705587c6d6e3444f4c38a5bba508b2db37fa446ca3cc6f8ae8