Oct 10 14:31:55.601 INFO testing sourgrasses/opalkv against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:31:55.601 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:31:55.603 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 14:31:56.076 INFO blam! ae9aa4118fa75022b083920ed91cd9f2cefeb0b6b900712d3bd90f9345912e15 Oct 10 14:31:56.078 INFO running `"docker" "start" "-a" "ae9aa4118fa75022b083920ed91cd9f2cefeb0b6b900712d3bd90f9345912e15"` Oct 10 14:31:57.944 INFO kablam! usermod: no changes Oct 10 14:31:58.164 INFO kablam! Compiling log v0.4.2 Oct 10 14:31:58.164 INFO kablam! Compiling net2 v0.2.32 Oct 10 14:31:58.164 INFO kablam! Compiling zstd-sys v1.4.3+zstd.1.3.4 Oct 10 14:31:58.165 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 10 14:31:58.200 INFO kablam! Compiling openssl v0.9.24 Oct 10 14:32:00.449 INFO kablam! Compiling tokio-io v0.1.7 Oct 10 14:32:04.023 INFO kablam! Compiling mio v0.6.14 Oct 10 14:32:05.092 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 10 14:32:05.092 INFO kablam! Compiling crossbeam-channel v0.2.1 Oct 10 14:32:07.204 INFO kablam! Compiling tokio-codec v0.1.0 Oct 10 14:32:09.592 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 10 14:32:13.848 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 10 14:32:19.700 INFO kablam! Compiling tokio-fs v0.1.1 Oct 10 14:32:21.237 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 10 14:32:22.991 INFO kablam! Compiling tokio-udp v0.1.1 Oct 10 14:32:23.716 INFO kablam! Compiling native-tls v0.1.5 Oct 10 14:32:26.532 INFO kablam! Compiling tokio v0.1.7 Oct 10 14:32:31.635 INFO kablam! Compiling tokio-core v0.1.17 Oct 10 14:32:37.420 INFO kablam! Compiling tokio-tls v0.1.4 Oct 10 14:33:00.877 INFO kablam! Compiling zstd-safe v1.4.3+zstd.1.3.4 Oct 10 14:33:01.405 INFO kablam! Compiling zstd v0.4.18+zstd.1.3.4 Oct 10 14:33:02.030 INFO kablam! Compiling opalkv v0.1.0 (/source) Oct 10 14:33:04.108 INFO kablam! warning: unused `#[macro_use]` import Oct 10 14:33:04.108 INFO kablam! --> src/main.rs:5:1 Oct 10 14:33:04.108 INFO kablam! | Oct 10 14:33:04.108 INFO kablam! 5 | #[macro_use] Oct 10 14:33:04.108 INFO kablam! | ^^^^^^^^^^^^ Oct 10 14:33:04.108 INFO kablam! | Oct 10 14:33:04.108 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:33:04.108 INFO kablam! Oct 10 14:33:04.228 INFO kablam! warning: use of deprecated item 'tokio::io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 10 14:33:04.228 INFO kablam! --> src/server.rs:31:40 Oct 10 14:33:04.228 INFO kablam! | Oct 10 14:33:04.228 INFO kablam! 31 | let framed_sock = sock.framed(QueryCodec::new()); Oct 10 14:33:04.228 INFO kablam! | ^^^^^^ Oct 10 14:33:04.228 INFO kablam! | Oct 10 14:33:04.228 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 14:33:04.228 INFO kablam! Oct 10 14:33:04.236 INFO kablam! warning: unused variable: `page_size` Oct 10 14:33:04.236 INFO kablam! --> src/main.rs:25:9 Oct 10 14:33:04.236 INFO kablam! | Oct 10 14:33:04.236 INFO kablam! 25 | let page_size: i64 = unsafe { Oct 10 14:33:04.236 INFO kablam! | ^^^^^^^^^ help: consider using `_page_size` instead Oct 10 14:33:04.236 INFO kablam! | Oct 10 14:33:04.236 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:33:04.236 INFO kablam! Oct 10 14:33:04.257 INFO kablam! warning: field is never used: `map` Oct 10 14:33:04.257 INFO kablam! --> src/hash/mod.rs:10:5 Oct 10 14:33:04.257 INFO kablam! | Oct 10 14:33:04.257 INFO kablam! 10 | map: BTreeMap Oct 10 14:33:04.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:04.257 INFO kablam! | Oct 10 14:33:04.257 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:33:04.257 INFO kablam! Oct 10 14:33:04.257 INFO kablam! warning: method is never used: `get` Oct 10 14:33:04.257 INFO kablam! --> src/hash/mod.rs:20:5 Oct 10 14:33:04.257 INFO kablam! | Oct 10 14:33:04.257 INFO kablam! 20 | fn get(&self, k: &Bytes) -> Option<&Bytes> { Oct 10 14:33:04.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:04.257 INFO kablam! Oct 10 14:33:04.257 INFO kablam! warning: method is never used: `put` Oct 10 14:33:04.257 INFO kablam! --> src/hash/mod.rs:24:5 Oct 10 14:33:04.257 INFO kablam! | Oct 10 14:33:04.257 INFO kablam! 24 | fn put(&mut self, k: &Bytes, v: &Bytes) -> Option { Oct 10 14:33:04.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:04.257 INFO kablam! Oct 10 14:33:04.257 INFO kablam! warning: method is never used: `del` Oct 10 14:33:04.257 INFO kablam! --> src/hash/mod.rs:28:5 Oct 10 14:33:04.257 INFO kablam! | Oct 10 14:33:04.257 INFO kablam! 28 | fn del(&mut self, k: &Bytes) -> Option { Oct 10 14:33:04.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:04.258 INFO kablam! Oct 10 14:33:04.258 INFO kablam! warning: method is never used: `query` Oct 10 14:33:04.258 INFO kablam! --> src/hash/mod.rs:32:5 Oct 10 14:33:04.258 INFO kablam! | Oct 10 14:33:04.258 INFO kablam! 32 | pub fn query(&mut self, msg: &Query) -> Result, io::Error> { Oct 10 14:33:04.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:04.258 INFO kablam! Oct 10 14:33:04.258 INFO kablam! warning: method is never used: `new` Oct 10 14:33:04.258 INFO kablam! --> src/query.rs:22:5 Oct 10 14:33:04.258 INFO kablam! | Oct 10 14:33:04.258 INFO kablam! 22 | pub fn new(qtype: QueryType, key: Bytes, value: Option) -> Query { Oct 10 14:33:04.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:04.258 INFO kablam! Oct 10 14:33:04.258 INFO kablam! warning: field is never used: `db` Oct 10 14:33:04.258 INFO kablam! --> src/server.rs:12:5 Oct 10 14:33:04.258 INFO kablam! | Oct 10 14:33:04.258 INFO kablam! 12 | db: OpalDb, Oct 10 14:33:04.258 INFO kablam! | ^^^^^^^^^^ Oct 10 14:33:04.258 INFO kablam! Oct 10 14:33:04.258 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 10 14:33:04.258 INFO kablam! --> src/main.rs:1:12 Oct 10 14:33:04.258 INFO kablam! | Oct 10 14:33:04.258 INFO kablam! 1 | #![feature(extern_prelude)] Oct 10 14:33:04.258 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 14:33:04.258 INFO kablam! | Oct 10 14:33:04.258 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 14:33:04.258 INFO kablam! Oct 10 14:33:06.028 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 08s Oct 10 14:33:06.029 INFO kablam! su: No module specific data is present Oct 10 14:33:06.627 INFO running `"docker" "rm" "-f" "ae9aa4118fa75022b083920ed91cd9f2cefeb0b6b900712d3bd90f9345912e15"` Oct 10 14:33:06.827 INFO blam! ae9aa4118fa75022b083920ed91cd9f2cefeb0b6b900712d3bd90f9345912e15 Oct 10 14:33:06.834 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:33:06.834 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 14:33:07.272 INFO blam! c5ce5fb63e51ebd80c2a44e79c96825b680a70c9a0b2843fb5cba687c10f3f8b Oct 10 14:33:07.275 INFO running `"docker" "start" "-a" "c5ce5fb63e51ebd80c2a44e79c96825b680a70c9a0b2843fb5cba687c10f3f8b"` Oct 10 14:33:08.168 INFO kablam! usermod: no changes Oct 10 14:33:08.292 INFO kablam! Compiling opalkv v0.1.0 (/source) Oct 10 14:33:10.591 INFO kablam! warning: unused `#[macro_use]` import Oct 10 14:33:10.591 INFO kablam! --> src/main.rs:5:1 Oct 10 14:33:10.591 INFO kablam! | Oct 10 14:33:10.591 INFO kablam! 5 | #[macro_use] Oct 10 14:33:10.592 INFO kablam! | ^^^^^^^^^^^^ Oct 10 14:33:10.592 INFO kablam! | Oct 10 14:33:10.592 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:33:10.592 INFO kablam! Oct 10 14:33:10.740 INFO kablam! warning: use of deprecated item 'tokio::io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 10 14:33:10.741 INFO kablam! --> src/server.rs:31:40 Oct 10 14:33:10.741 INFO kablam! | Oct 10 14:33:10.741 INFO kablam! 31 | let framed_sock = sock.framed(QueryCodec::new()); Oct 10 14:33:10.741 INFO kablam! | ^^^^^^ Oct 10 14:33:10.741 INFO kablam! | Oct 10 14:33:10.741 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 14:33:10.741 INFO kablam! Oct 10 14:33:10.745 INFO kablam! warning: unused variable: `page_size` Oct 10 14:33:10.745 INFO kablam! --> src/main.rs:25:9 Oct 10 14:33:10.745 INFO kablam! | Oct 10 14:33:10.745 INFO kablam! 25 | let page_size: i64 = unsafe { Oct 10 14:33:10.745 INFO kablam! | ^^^^^^^^^ help: consider using `_page_size` instead Oct 10 14:33:10.745 INFO kablam! | Oct 10 14:33:10.745 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:33:10.745 INFO kablam! Oct 10 14:33:10.765 INFO kablam! warning: field is never used: `map` Oct 10 14:33:10.765 INFO kablam! --> src/hash/mod.rs:10:5 Oct 10 14:33:10.765 INFO kablam! | Oct 10 14:33:10.765 INFO kablam! 10 | map: BTreeMap Oct 10 14:33:10.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:10.765 INFO kablam! | Oct 10 14:33:10.765 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:33:10.765 INFO kablam! Oct 10 14:33:10.765 INFO kablam! warning: method is never used: `get` Oct 10 14:33:10.765 INFO kablam! --> src/hash/mod.rs:20:5 Oct 10 14:33:10.765 INFO kablam! | Oct 10 14:33:10.765 INFO kablam! 20 | fn get(&self, k: &Bytes) -> Option<&Bytes> { Oct 10 14:33:10.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:10.765 INFO kablam! Oct 10 14:33:10.765 INFO kablam! warning: method is never used: `put` Oct 10 14:33:10.765 INFO kablam! --> src/hash/mod.rs:24:5 Oct 10 14:33:10.765 INFO kablam! | Oct 10 14:33:10.766 INFO kablam! 24 | fn put(&mut self, k: &Bytes, v: &Bytes) -> Option { Oct 10 14:33:10.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:10.766 INFO kablam! Oct 10 14:33:10.766 INFO kablam! warning: method is never used: `del` Oct 10 14:33:10.766 INFO kablam! --> src/hash/mod.rs:28:5 Oct 10 14:33:10.766 INFO kablam! | Oct 10 14:33:10.766 INFO kablam! 28 | fn del(&mut self, k: &Bytes) -> Option { Oct 10 14:33:10.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:10.766 INFO kablam! Oct 10 14:33:10.766 INFO kablam! warning: method is never used: `query` Oct 10 14:33:10.766 INFO kablam! --> src/hash/mod.rs:32:5 Oct 10 14:33:10.766 INFO kablam! | Oct 10 14:33:10.766 INFO kablam! 32 | pub fn query(&mut self, msg: &Query) -> Result, io::Error> { Oct 10 14:33:10.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:10.766 INFO kablam! Oct 10 14:33:10.766 INFO kablam! warning: method is never used: `new` Oct 10 14:33:10.766 INFO kablam! --> src/query.rs:22:5 Oct 10 14:33:10.766 INFO kablam! | Oct 10 14:33:10.766 INFO kablam! 22 | pub fn new(qtype: QueryType, key: Bytes, value: Option) -> Query { Oct 10 14:33:10.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:10.766 INFO kablam! Oct 10 14:33:10.766 INFO kablam! warning: field is never used: `db` Oct 10 14:33:10.767 INFO kablam! --> src/server.rs:12:5 Oct 10 14:33:10.767 INFO kablam! | Oct 10 14:33:10.767 INFO kablam! 12 | db: OpalDb, Oct 10 14:33:10.767 INFO kablam! | ^^^^^^^^^^ Oct 10 14:33:10.767 INFO kablam! Oct 10 14:33:10.767 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 10 14:33:10.767 INFO kablam! --> src/main.rs:1:12 Oct 10 14:33:10.767 INFO kablam! | Oct 10 14:33:10.767 INFO kablam! 1 | #![feature(extern_prelude)] Oct 10 14:33:10.767 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 14:33:10.767 INFO kablam! | Oct 10 14:33:10.767 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 14:33:10.767 INFO kablam! Oct 10 14:33:11.308 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.12s Oct 10 14:33:11.317 INFO kablam! su: No module specific data is present Oct 10 14:33:11.918 INFO running `"docker" "rm" "-f" "c5ce5fb63e51ebd80c2a44e79c96825b680a70c9a0b2843fb5cba687c10f3f8b"` Oct 10 14:33:12.156 INFO blam! c5ce5fb63e51ebd80c2a44e79c96825b680a70c9a0b2843fb5cba687c10f3f8b Oct 10 14:33:12.160 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:33:12.161 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 14:33:12.524 INFO blam! c78d9adf552f80964333ad4db5284c03cc33da82bf3bb36eff714222b21ce0b3 Oct 10 14:33:12.526 INFO running `"docker" "start" "-a" "c78d9adf552f80964333ad4db5284c03cc33da82bf3bb36eff714222b21ce0b3"` Oct 10 14:33:13.593 INFO kablam! usermod: no changes Oct 10 14:33:13.764 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 10 14:33:13.778 INFO kablam! Running /target/debug/deps/opalkv-fe6851db5e9fc7df Oct 10 14:33:13.783 INFO blam! Oct 10 14:33:13.783 INFO blam! running 0 tests Oct 10 14:33:13.783 INFO blam! Oct 10 14:33:13.783 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:33:13.783 INFO blam! Oct 10 14:33:13.784 INFO kablam! su: No module specific data is present Oct 10 14:33:14.730 INFO running `"docker" "rm" "-f" "c78d9adf552f80964333ad4db5284c03cc33da82bf3bb36eff714222b21ce0b3"` Oct 10 14:33:14.996 INFO blam! c78d9adf552f80964333ad4db5284c03cc33da82bf3bb36eff714222b21ce0b3