Oct 12 23:33:05.706 INFO testing sourgrasses/opalkv against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 23:33:05.708 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 23:33:06.297 INFO blam! 5cee8eeee4ff81d353a3d8233ece643d51c75dc2da90e94307491041fbe27364 Oct 12 23:33:06.300 INFO running `"docker" "start" "-a" "5cee8eeee4ff81d353a3d8233ece643d51c75dc2da90e94307491041fbe27364"` Oct 12 23:33:08.550 INFO kablam! usermod: no changes Oct 12 23:33:08.770 INFO kablam! Compiling crossbeam-utils v0.4.1 Oct 12 23:33:08.770 INFO kablam! Compiling log v0.4.2 Oct 12 23:33:08.770 INFO kablam! Compiling iovec v0.1.2 Oct 12 23:33:08.770 INFO kablam! Compiling net2 v0.2.32 Oct 12 23:33:08.770 INFO kablam! Compiling zstd-sys v1.4.3+zstd.1.3.4 Oct 12 23:33:08.770 INFO kablam! Compiling parking_lot v0.5.5 Oct 12 23:33:08.770 INFO kablam! Compiling openssl v0.9.24 Oct 12 23:33:11.042 INFO kablam! Compiling bytes v0.4.8 Oct 12 23:33:11.812 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 12 23:33:13.888 INFO kablam! Compiling mio v0.6.14 Oct 12 23:33:15.318 INFO kablam! Compiling crossbeam-channel v0.2.1 Oct 12 23:33:18.992 INFO kablam! Compiling tokio-io v0.1.7 Oct 12 23:33:26.158 INFO kablam! Compiling tokio-codec v0.1.0 Oct 12 23:33:26.158 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 12 23:33:26.158 INFO kablam! Compiling tokio-fs v0.1.1 Oct 12 23:33:33.216 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 12 23:33:34.044 INFO kablam! Compiling tokio-udp v0.1.1 Oct 12 23:33:34.836 INFO kablam! Compiling native-tls v0.1.5 Oct 12 23:33:37.106 INFO kablam! Compiling tokio v0.1.7 Oct 12 23:33:40.691 INFO kablam! Compiling tokio-core v0.1.17 Oct 12 23:33:44.839 INFO kablam! Compiling tokio-tls v0.1.4 Oct 12 23:34:15.104 INFO kablam! Compiling zstd-safe v1.4.3+zstd.1.3.4 Oct 12 23:34:15.659 INFO kablam! Compiling zstd v0.4.18+zstd.1.3.4 Oct 12 23:34:16.463 INFO kablam! Compiling opalkv v0.1.0 (/source) Oct 12 23:34:17.175 INFO kablam! warning: unused `#[macro_use]` import Oct 12 23:34:17.175 INFO kablam! --> src/main.rs:5:1 Oct 12 23:34:17.175 INFO kablam! | Oct 12 23:34:17.175 INFO kablam! 5 | #[macro_use] Oct 12 23:34:17.175 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:34:17.175 INFO kablam! | Oct 12 23:34:17.175 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:34:17.175 INFO kablam! Oct 12 23:34:17.303 INFO kablam! warning: use of deprecated item 'tokio::io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 12 23:34:17.303 INFO kablam! --> src/server.rs:31:40 Oct 12 23:34:17.303 INFO kablam! | Oct 12 23:34:17.303 INFO kablam! 31 | let framed_sock = sock.framed(QueryCodec::new()); Oct 12 23:34:17.303 INFO kablam! | ^^^^^^ Oct 12 23:34:17.303 INFO kablam! | Oct 12 23:34:17.303 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 23:34:17.303 INFO kablam! Oct 12 23:34:17.319 INFO kablam! warning: unused variable: `page_size` Oct 12 23:34:17.319 INFO kablam! --> src/main.rs:25:9 Oct 12 23:34:17.319 INFO kablam! | Oct 12 23:34:17.319 INFO kablam! 25 | let page_size: i64 = unsafe { Oct 12 23:34:17.319 INFO kablam! | ^^^^^^^^^ help: consider using `_page_size` instead Oct 12 23:34:17.319 INFO kablam! | Oct 12 23:34:17.319 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:34:17.319 INFO kablam! Oct 12 23:34:17.347 INFO kablam! warning: field is never used: `map` Oct 12 23:34:17.347 INFO kablam! --> src/hash/mod.rs:10:5 Oct 12 23:34:17.347 INFO kablam! | Oct 12 23:34:17.347 INFO kablam! 10 | map: BTreeMap Oct 12 23:34:17.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:17.347 INFO kablam! | Oct 12 23:34:17.347 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:34:17.347 INFO kablam! Oct 12 23:34:17.347 INFO kablam! warning: method is never used: `get` Oct 12 23:34:17.347 INFO kablam! --> src/hash/mod.rs:20:5 Oct 12 23:34:17.347 INFO kablam! | Oct 12 23:34:17.347 INFO kablam! 20 | fn get(&self, k: &Bytes) -> Option<&Bytes> { Oct 12 23:34:17.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:17.347 INFO kablam! Oct 12 23:34:17.347 INFO kablam! warning: method is never used: `put` Oct 12 23:34:17.347 INFO kablam! --> src/hash/mod.rs:24:5 Oct 12 23:34:17.347 INFO kablam! | Oct 12 23:34:17.347 INFO kablam! 24 | fn put(&mut self, k: &Bytes, v: &Bytes) -> Option { Oct 12 23:34:17.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:17.347 INFO kablam! Oct 12 23:34:17.347 INFO kablam! warning: method is never used: `del` Oct 12 23:34:17.347 INFO kablam! --> src/hash/mod.rs:28:5 Oct 12 23:34:17.347 INFO kablam! | Oct 12 23:34:17.347 INFO kablam! 28 | fn del(&mut self, k: &Bytes) -> Option { Oct 12 23:34:17.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:17.347 INFO kablam! Oct 12 23:34:17.347 INFO kablam! warning: method is never used: `query` Oct 12 23:34:17.347 INFO kablam! --> src/hash/mod.rs:32:5 Oct 12 23:34:17.347 INFO kablam! | Oct 12 23:34:17.347 INFO kablam! 32 | pub fn query(&mut self, msg: &Query) -> Result, io::Error> { Oct 12 23:34:17.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:17.347 INFO kablam! Oct 12 23:34:17.347 INFO kablam! warning: method is never used: `new` Oct 12 23:34:17.347 INFO kablam! --> src/query.rs:22:5 Oct 12 23:34:17.347 INFO kablam! | Oct 12 23:34:17.347 INFO kablam! 22 | pub fn new(qtype: QueryType, key: Bytes, value: Option) -> Query { Oct 12 23:34:17.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:17.347 INFO kablam! Oct 12 23:34:17.347 INFO kablam! warning: field is never used: `db` Oct 12 23:34:17.347 INFO kablam! --> src/server.rs:12:5 Oct 12 23:34:17.347 INFO kablam! | Oct 12 23:34:17.347 INFO kablam! 12 | db: OpalDb, Oct 12 23:34:17.347 INFO kablam! | ^^^^^^^^^^ Oct 12 23:34:17.347 INFO kablam! Oct 12 23:34:17.347 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 12 23:34:17.347 INFO kablam! --> src/main.rs:1:12 Oct 12 23:34:17.347 INFO kablam! | Oct 12 23:34:17.348 INFO kablam! 1 | #![feature(extern_prelude)] Oct 12 23:34:17.348 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 23:34:17.348 INFO kablam! | Oct 12 23:34:17.348 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 23:34:17.348 INFO kablam! Oct 12 23:34:19.087 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Oct 12 23:34:19.099 INFO kablam! su: No module specific data is present Oct 12 23:34:19.671 INFO running `"docker" "rm" "-f" "5cee8eeee4ff81d353a3d8233ece643d51c75dc2da90e94307491041fbe27364"` Oct 12 23:34:19.959 INFO blam! 5cee8eeee4ff81d353a3d8233ece643d51c75dc2da90e94307491041fbe27364 Oct 12 23:34:19.967 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 23:34:20.371 INFO blam! eea2d761bbdc6b4a6e539338ffb2a3b0d18185e1eb8ae1f3afa74d90f864eab9 Oct 12 23:34:20.376 INFO running `"docker" "start" "-a" "eea2d761bbdc6b4a6e539338ffb2a3b0d18185e1eb8ae1f3afa74d90f864eab9"` Oct 12 23:34:21.502 INFO kablam! usermod: no changes Oct 12 23:34:21.636 INFO kablam! Compiling opalkv v0.1.0 (/source) Oct 12 23:34:22.243 INFO kablam! warning: unused `#[macro_use]` import Oct 12 23:34:22.243 INFO kablam! --> src/main.rs:5:1 Oct 12 23:34:22.243 INFO kablam! | Oct 12 23:34:22.243 INFO kablam! 5 | #[macro_use] Oct 12 23:34:22.243 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:34:22.243 INFO kablam! | Oct 12 23:34:22.243 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:34:22.243 INFO kablam! Oct 12 23:34:22.355 INFO kablam! warning: use of deprecated item 'tokio::io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 12 23:34:22.355 INFO kablam! --> src/server.rs:31:40 Oct 12 23:34:22.355 INFO kablam! | Oct 12 23:34:22.355 INFO kablam! 31 | let framed_sock = sock.framed(QueryCodec::new()); Oct 12 23:34:22.355 INFO kablam! | ^^^^^^ Oct 12 23:34:22.355 INFO kablam! | Oct 12 23:34:22.355 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 23:34:22.355 INFO kablam! Oct 12 23:34:22.367 INFO kablam! warning: unused variable: `page_size` Oct 12 23:34:22.367 INFO kablam! --> src/main.rs:25:9 Oct 12 23:34:22.367 INFO kablam! | Oct 12 23:34:22.367 INFO kablam! 25 | let page_size: i64 = unsafe { Oct 12 23:34:22.367 INFO kablam! | ^^^^^^^^^ help: consider using `_page_size` instead Oct 12 23:34:22.367 INFO kablam! | Oct 12 23:34:22.367 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:34:22.367 INFO kablam! Oct 12 23:34:22.388 INFO kablam! warning: field is never used: `map` Oct 12 23:34:22.388 INFO kablam! --> src/hash/mod.rs:10:5 Oct 12 23:34:22.389 INFO kablam! | Oct 12 23:34:22.389 INFO kablam! 10 | map: BTreeMap Oct 12 23:34:22.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:22.389 INFO kablam! | Oct 12 23:34:22.389 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:34:22.389 INFO kablam! Oct 12 23:34:22.389 INFO kablam! warning: method is never used: `get` Oct 12 23:34:22.389 INFO kablam! --> src/hash/mod.rs:20:5 Oct 12 23:34:22.389 INFO kablam! | Oct 12 23:34:22.389 INFO kablam! 20 | fn get(&self, k: &Bytes) -> Option<&Bytes> { Oct 12 23:34:22.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:22.389 INFO kablam! Oct 12 23:34:22.389 INFO kablam! warning: method is never used: `put` Oct 12 23:34:22.389 INFO kablam! --> src/hash/mod.rs:24:5 Oct 12 23:34:22.389 INFO kablam! | Oct 12 23:34:22.389 INFO kablam! 24 | fn put(&mut self, k: &Bytes, v: &Bytes) -> Option { Oct 12 23:34:22.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:22.389 INFO kablam! Oct 12 23:34:22.389 INFO kablam! warning: method is never used: `del` Oct 12 23:34:22.389 INFO kablam! --> src/hash/mod.rs:28:5 Oct 12 23:34:22.389 INFO kablam! | Oct 12 23:34:22.389 INFO kablam! 28 | fn del(&mut self, k: &Bytes) -> Option { Oct 12 23:34:22.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:22.390 INFO kablam! Oct 12 23:34:22.390 INFO kablam! warning: method is never used: `query` Oct 12 23:34:22.390 INFO kablam! --> src/hash/mod.rs:32:5 Oct 12 23:34:22.390 INFO kablam! | Oct 12 23:34:22.390 INFO kablam! 32 | pub fn query(&mut self, msg: &Query) -> Result, io::Error> { Oct 12 23:34:22.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:22.390 INFO kablam! Oct 12 23:34:22.390 INFO kablam! warning: method is never used: `new` Oct 12 23:34:22.390 INFO kablam! --> src/query.rs:22:5 Oct 12 23:34:22.390 INFO kablam! | Oct 12 23:34:22.390 INFO kablam! 22 | pub fn new(qtype: QueryType, key: Bytes, value: Option) -> Query { Oct 12 23:34:22.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:22.390 INFO kablam! Oct 12 23:34:22.390 INFO kablam! warning: field is never used: `db` Oct 12 23:34:22.390 INFO kablam! --> src/server.rs:12:5 Oct 12 23:34:22.390 INFO kablam! | Oct 12 23:34:22.390 INFO kablam! 12 | db: OpalDb, Oct 12 23:34:22.390 INFO kablam! | ^^^^^^^^^^ Oct 12 23:34:22.390 INFO kablam! Oct 12 23:34:22.390 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 12 23:34:22.390 INFO kablam! --> src/main.rs:1:12 Oct 12 23:34:22.391 INFO kablam! | Oct 12 23:34:22.391 INFO kablam! 1 | #![feature(extern_prelude)] Oct 12 23:34:22.391 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 23:34:22.391 INFO kablam! | Oct 12 23:34:22.391 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 23:34:22.391 INFO kablam! Oct 12 23:34:22.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 12 23:34:22.895 INFO kablam! su: No module specific data is present Oct 12 23:34:23.116 INFO running `"docker" "rm" "-f" "eea2d761bbdc6b4a6e539338ffb2a3b0d18185e1eb8ae1f3afa74d90f864eab9"` Oct 12 23:34:23.219 INFO blam! eea2d761bbdc6b4a6e539338ffb2a3b0d18185e1eb8ae1f3afa74d90f864eab9 Oct 12 23:34:23.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 23:34:23.371 INFO blam! 7f84cecfb104c47025688639358bdf3acd5fecff8d3706a0ebf5c27814bc0742 Oct 12 23:34:23.374 INFO running `"docker" "start" "-a" "7f84cecfb104c47025688639358bdf3acd5fecff8d3706a0ebf5c27814bc0742"` Oct 12 23:34:23.799 INFO kablam! usermod: no changes Oct 12 23:34:23.909 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 12 23:34:23.927 INFO kablam! Running /target/debug/deps/opalkv-fe6851db5e9fc7df Oct 12 23:34:23.935 INFO blam! Oct 12 23:34:23.935 INFO blam! running 0 tests Oct 12 23:34:23.936 INFO blam! Oct 12 23:34:23.936 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:34:23.936 INFO kablam! su: No module specific data is present Oct 12 23:34:23.936 INFO blam! Oct 12 23:34:24.331 INFO running `"docker" "rm" "-f" "7f84cecfb104c47025688639358bdf3acd5fecff8d3706a0ebf5c27814bc0742"` Oct 12 23:34:24.435 INFO blam! 7f84cecfb104c47025688639358bdf3acd5fecff8d3706a0ebf5c27814bc0742