Oct 31 20:44:12.414 INFO checking sourgrasses/opalkv against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 20:44:12.414 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +d7816399d50d407bbce1efe9dbadf8faaaf568fc-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 31 20:44:12.946 INFO blam! 741c95112be9d4a8b753bb316439da5ddad52ee7ee63ee8b85d10f9f19e98132 Oct 31 20:44:12.949 INFO running `"docker" "start" "-a" "741c95112be9d4a8b753bb316439da5ddad52ee7ee63ee8b85d10f9f19e98132"` Oct 31 20:44:15.979 INFO kablam! usermod: no changes Oct 31 20:44:16.304 INFO kablam! Compiling zstd-sys v1.4.3+zstd.1.3.4 Oct 31 20:44:16.312 INFO kablam! Checking tokio-threadpool v0.1.4 Oct 31 20:44:16.312 INFO kablam! Checking crossbeam-channel v0.2.1 Oct 31 20:44:20.407 INFO kablam! Checking tokio-fs v0.1.1 Oct 31 20:44:21.604 INFO kablam! Checking tokio v0.1.7 Oct 31 20:44:23.331 INFO kablam! Checking tokio-core v0.1.17 Oct 31 20:44:25.878 INFO kablam! Checking tokio-tls v0.1.4 Oct 31 20:45:04.410 INFO kablam! Checking zstd-safe v1.4.3+zstd.1.3.4 Oct 31 20:45:04.782 INFO kablam! Checking zstd v0.4.18+zstd.1.3.4 Oct 31 20:45:05.252 INFO kablam! Checking opalkv v0.1.0 (/source) Oct 31 20:45:06.372 INFO kablam! warning: unused `#[macro_use]` import Oct 31 20:45:06.372 INFO kablam! --> src/main.rs:5:1 Oct 31 20:45:06.372 INFO kablam! | Oct 31 20:45:06.372 INFO kablam! 5 | #[macro_use] Oct 31 20:45:06.372 INFO kablam! | ^^^^^^^^^^^^ Oct 31 20:45:06.372 INFO kablam! | Oct 31 20:45:06.372 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 20:45:06.372 INFO kablam! Oct 31 20:45:06.392 INFO kablam! warning: unused `#[macro_use]` import Oct 31 20:45:06.392 INFO kablam! --> src/main.rs:5:1 Oct 31 20:45:06.392 INFO kablam! | Oct 31 20:45:06.392 INFO kablam! 5 | #[macro_use] Oct 31 20:45:06.392 INFO kablam! | ^^^^^^^^^^^^ Oct 31 20:45:06.392 INFO kablam! | Oct 31 20:45:06.392 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 20:45:06.392 INFO kablam! Oct 31 20:45:06.576 INFO kablam! warning: use of deprecated item 'tokio::io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 31 20:45:06.576 INFO kablam! --> src/server.rs:31:40 Oct 31 20:45:06.576 INFO kablam! | Oct 31 20:45:06.576 INFO kablam! 31 | let framed_sock = sock.framed(QueryCodec::new()); Oct 31 20:45:06.576 INFO kablam! | ^^^^^^ Oct 31 20:45:06.576 INFO kablam! | Oct 31 20:45:06.576 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 20:45:06.576 INFO kablam! Oct 31 20:45:06.604 INFO kablam! warning: unused variable: `page_size` Oct 31 20:45:06.604 INFO kablam! --> src/main.rs:25:9 Oct 31 20:45:06.604 INFO kablam! | Oct 31 20:45:06.604 INFO kablam! 25 | let page_size: i64 = unsafe { Oct 31 20:45:06.604 INFO kablam! | ^^^^^^^^^ help: consider using `_page_size` instead Oct 31 20:45:06.604 INFO kablam! | Oct 31 20:45:06.604 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 20:45:06.604 INFO kablam! Oct 31 20:45:06.653 INFO kablam! warning: field is never used: `map` Oct 31 20:45:06.653 INFO kablam! --> src/hash/mod.rs:10:5 Oct 31 20:45:06.653 INFO kablam! | Oct 31 20:45:06.653 INFO kablam! 10 | map: BTreeMap Oct 31 20:45:06.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:45:06.653 INFO kablam! | Oct 31 20:45:06.653 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:45:06.653 INFO kablam! Oct 31 20:45:06.653 INFO kablam! warning: method is never used: `get` Oct 31 20:45:06.653 INFO kablam! --> src/hash/mod.rs:20:5 Oct 31 20:45:06.653 INFO kablam! | Oct 31 20:45:06.653 INFO kablam! 20 | fn get(&self, k: &Bytes) -> Option<&Bytes> { Oct 31 20:45:06.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:45:06.653 INFO kablam! Oct 31 20:45:06.653 INFO kablam! warning: method is never used: `put` Oct 31 20:45:06.653 INFO kablam! --> src/hash/mod.rs:24:5 Oct 31 20:45:06.653 INFO kablam! | Oct 31 20:45:06.653 INFO kablam! 24 | fn put(&mut self, k: &Bytes, v: &Bytes) -> Option { Oct 31 20:45:06.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:45:06.653 INFO kablam! Oct 31 20:45:06.653 INFO kablam! warning: method is never used: `del` Oct 31 20:45:06.653 INFO kablam! --> src/hash/mod.rs:28:5 Oct 31 20:45:06.653 INFO kablam! | Oct 31 20:45:06.653 INFO kablam! 28 | fn del(&mut self, k: &Bytes) -> Option { Oct 31 20:45:06.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:45:06.653 INFO kablam! Oct 31 20:45:06.653 INFO kablam! warning: method is never used: `query` Oct 31 20:45:06.653 INFO kablam! --> src/hash/mod.rs:32:5 Oct 31 20:45:06.653 INFO kablam! | Oct 31 20:45:06.653 INFO kablam! 32 | pub fn query(&mut self, msg: &Query) -> Result, io::Error> { Oct 31 20:45:06.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:45:06.653 INFO kablam! Oct 31 20:45:06.653 INFO kablam! warning: method is never used: `new` Oct 31 20:45:06.653 INFO kablam! --> src/query.rs:22:5 Oct 31 20:45:06.653 INFO kablam! | Oct 31 20:45:06.653 INFO kablam! 22 | pub fn new(qtype: QueryType, key: Bytes, value: Option) -> Query { Oct 31 20:45:06.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:45:06.653 INFO kablam! Oct 31 20:45:06.653 INFO kablam! warning: field is never used: `db` Oct 31 20:45:06.653 INFO kablam! --> src/server.rs:12:5 Oct 31 20:45:06.653 INFO kablam! | Oct 31 20:45:06.653 INFO kablam! 12 | db: OpalDb, Oct 31 20:45:06.653 INFO kablam! | ^^^^^^^^^^ Oct 31 20:45:06.653 INFO kablam! Oct 31 20:45:06.653 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 31 20:45:06.653 INFO kablam! --> src/main.rs:1:12 Oct 31 20:45:06.653 INFO kablam! | Oct 31 20:45:06.653 INFO kablam! 1 | #![feature(extern_prelude)] Oct 31 20:45:06.653 INFO kablam! | ^^^^^^^^^^^^^^ Oct 31 20:45:06.653 INFO kablam! | Oct 31 20:45:06.653 INFO kablam! = note: #[warn(stable_features)] on by default Oct 31 20:45:06.653 INFO kablam! Oct 31 20:45:06.728 INFO kablam! warning: use of deprecated item 'tokio::io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 31 20:45:06.728 INFO kablam! --> src/server.rs:31:40 Oct 31 20:45:06.728 INFO kablam! | Oct 31 20:45:06.728 INFO kablam! 31 | let framed_sock = sock.framed(QueryCodec::new()); Oct 31 20:45:06.728 INFO kablam! | ^^^^^^ Oct 31 20:45:06.728 INFO kablam! | Oct 31 20:45:06.728 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 20:45:06.728 INFO kablam! Oct 31 20:45:06.756 INFO kablam! warning: unused variable: `page_size` Oct 31 20:45:06.756 INFO kablam! --> src/main.rs:25:9 Oct 31 20:45:06.756 INFO kablam! | Oct 31 20:45:06.756 INFO kablam! 25 | let page_size: i64 = unsafe { Oct 31 20:45:06.756 INFO kablam! | ^^^^^^^^^ help: consider using `_page_size` instead Oct 31 20:45:06.756 INFO kablam! | Oct 31 20:45:06.756 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 20:45:06.756 INFO kablam! Oct 31 20:45:06.772 INFO kablam! warning: field is never used: `map` Oct 31 20:45:06.772 INFO kablam! --> src/hash/mod.rs:10:5 Oct 31 20:45:06.772 INFO kablam! | Oct 31 20:45:06.772 INFO kablam! 10 | map: BTreeMap Oct 31 20:45:06.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:45:06.772 INFO kablam! | Oct 31 20:45:06.772 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:45:06.772 INFO kablam! Oct 31 20:45:06.772 INFO kablam! warning: method is never used: `get` Oct 31 20:45:06.772 INFO kablam! --> src/hash/mod.rs:20:5 Oct 31 20:45:06.772 INFO kablam! | Oct 31 20:45:06.772 INFO kablam! 20 | fn get(&self, k: &Bytes) -> Option<&Bytes> { Oct 31 20:45:06.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:45:06.772 INFO kablam! Oct 31 20:45:06.772 INFO kablam! warning: method is never used: `put` Oct 31 20:45:06.772 INFO kablam! --> src/hash/mod.rs:24:5 Oct 31 20:45:06.772 INFO kablam! | Oct 31 20:45:06.773 INFO kablam! 24 | fn put(&mut self, k: &Bytes, v: &Bytes) -> Option { Oct 31 20:45:06.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:45:06.773 INFO kablam! Oct 31 20:45:06.773 INFO kablam! warning: method is never used: `del` Oct 31 20:45:06.773 INFO kablam! --> src/hash/mod.rs:28:5 Oct 31 20:45:06.773 INFO kablam! | Oct 31 20:45:06.773 INFO kablam! 28 | fn del(&mut self, k: &Bytes) -> Option { Oct 31 20:45:06.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:45:06.773 INFO kablam! Oct 31 20:45:06.773 INFO kablam! warning: method is never used: `query` Oct 31 20:45:06.773 INFO kablam! --> src/hash/mod.rs:32:5 Oct 31 20:45:06.773 INFO kablam! | Oct 31 20:45:06.773 INFO kablam! 32 | pub fn query(&mut self, msg: &Query) -> Result, io::Error> { Oct 31 20:45:06.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:45:06.773 INFO kablam! Oct 31 20:45:06.773 INFO kablam! warning: method is never used: `new` Oct 31 20:45:06.773 INFO kablam! --> src/query.rs:22:5 Oct 31 20:45:06.773 INFO kablam! | Oct 31 20:45:06.773 INFO kablam! 22 | pub fn new(qtype: QueryType, key: Bytes, value: Option) -> Query { Oct 31 20:45:06.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:45:06.773 INFO kablam! Oct 31 20:45:06.773 INFO kablam! warning: field is never used: `db` Oct 31 20:45:06.773 INFO kablam! --> src/server.rs:12:5 Oct 31 20:45:06.773 INFO kablam! | Oct 31 20:45:06.773 INFO kablam! 12 | db: OpalDb, Oct 31 20:45:06.773 INFO kablam! | ^^^^^^^^^^ Oct 31 20:45:06.773 INFO kablam! Oct 31 20:45:06.773 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 31 20:45:06.773 INFO kablam! --> src/main.rs:1:12 Oct 31 20:45:06.773 INFO kablam! | Oct 31 20:45:06.773 INFO kablam! 1 | #![feature(extern_prelude)] Oct 31 20:45:06.773 INFO kablam! | ^^^^^^^^^^^^^^ Oct 31 20:45:06.773 INFO kablam! | Oct 31 20:45:06.773 INFO kablam! = note: #[warn(stable_features)] on by default Oct 31 20:45:06.773 INFO kablam! Oct 31 20:45:06.824 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.81s Oct 31 20:45:06.828 INFO kablam! su: No module specific data is present Oct 31 20:45:07.630 INFO running `"docker" "rm" "-f" "741c95112be9d4a8b753bb316439da5ddad52ee7ee63ee8b85d10f9f19e98132"` Oct 31 20:45:07.890 INFO blam! 741c95112be9d4a8b753bb316439da5ddad52ee7ee63ee8b85d10f9f19e98132