Oct 11 15:59:06.144 INFO testing nsqueue-0.1.5 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 15:59:06.144 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 15:59:06.144 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 15:59:06.506 INFO blam! 83cc29221b58a1d47f0597fc3a3883e57dd58bffe398049085bca3f43c273994 Oct 11 15:59:06.507 INFO running `"docker" "start" "-a" "83cc29221b58a1d47f0597fc3a3883e57dd58bffe398049085bca3f43c273994"` Oct 11 15:59:07.372 INFO kablam! usermod: no changes Oct 11 15:59:07.700 INFO kablam! Compiling nsqueue v0.1.5 (/source) Oct 11 15:59:14.395 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 15:59:14.395 INFO kablam! --> src/protocol.rs:4:23 Oct 11 15:59:14.395 INFO kablam! | Oct 11 15:59:14.395 INFO kablam! 4 | use tokio_io::codec::{Framed}; Oct 11 15:59:14.395 INFO kablam! | ^^^^^^ Oct 11 15:59:14.395 INFO kablam! | Oct 11 15:59:14.395 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 15:59:14.395 INFO kablam! Oct 11 15:59:14.395 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 15:59:14.395 INFO kablam! --> src/protocol.rs:37:22 Oct 11 15:59:14.395 INFO kablam! | Oct 11 15:59:14.395 INFO kablam! 37 | type Transport = Framed; Oct 11 15:59:14.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 15:59:14.395 INFO kablam! Oct 11 15:59:14.535 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Oct 11 15:59:14.535 INFO kablam! --> src/codec.rs:49:32 Oct 11 15:59:14.535 INFO kablam! | Oct 11 15:59:14.535 INFO kablam! 49 | let size: i32 = cursor.get_i32::(); Oct 11 15:59:14.535 INFO kablam! | ^^^^^^^ Oct 11 15:59:14.535 INFO kablam! Oct 11 15:59:14.536 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Oct 11 15:59:14.536 INFO kablam! --> src/codec.rs:55:38 Oct 11 15:59:14.536 INFO kablam! | Oct 11 15:59:14.536 INFO kablam! 55 | let frame_type: i32 = cursor.get_i32::(); Oct 11 15:59:14.536 INFO kablam! | ^^^^^^^ Oct 11 15:59:14.536 INFO kablam! Oct 11 15:59:14.541 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i64': use get_i64_be or get_i64_le Oct 11 15:59:14.541 INFO kablam! --> src/codec.rs:86:40 Oct 11 15:59:14.541 INFO kablam! | Oct 11 15:59:14.541 INFO kablam! 86 | let timestamp = cursor.get_i64::(); // timestamp Oct 11 15:59:14.541 INFO kablam! | ^^^^^^^ Oct 11 15:59:14.542 INFO kablam! Oct 11 15:59:14.542 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 11 15:59:14.542 INFO kablam! --> src/codec.rs:87:32 Oct 11 15:59:14.542 INFO kablam! | Oct 11 15:59:14.542 INFO kablam! 87 | let _ = cursor.get_u16::(); // attempts Oct 11 15:59:14.542 INFO kablam! | ^^^^^^^ Oct 11 15:59:14.542 INFO kablam! Oct 11 15:59:14.550 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 15:59:14.550 INFO kablam! --> src/codec.rs:134:28 Oct 11 15:59:14.551 INFO kablam! | Oct 11 15:59:14.551 INFO kablam! 134 | buf_32.put_u32::(body_len); Oct 11 15:59:14.551 INFO kablam! | ^^^^^^^ Oct 11 15:59:14.551 INFO kablam! Oct 11 15:59:14.555 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 15:59:14.555 INFO kablam! --> src/codec.rs:148:28 Oct 11 15:59:14.555 INFO kablam! | Oct 11 15:59:14.555 INFO kablam! 148 | buf_32.put_u32::(body_len); Oct 11 15:59:14.555 INFO kablam! | ^^^^^^^ Oct 11 15:59:14.555 INFO kablam! Oct 11 15:59:14.555 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 15:59:14.555 INFO kablam! --> src/codec.rs:151:28 Oct 11 15:59:14.555 INFO kablam! | Oct 11 15:59:14.555 INFO kablam! 151 | buf_32.put_u32::(messages_len); Oct 11 15:59:14.555 INFO kablam! | ^^^^^^^ Oct 11 15:59:14.555 INFO kablam! Oct 11 15:59:14.556 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 15:59:14.556 INFO kablam! --> src/codec.rs:155:32 Oct 11 15:59:14.556 INFO kablam! | Oct 11 15:59:14.556 INFO kablam! 155 | buf_32.put_u32::(message_len); Oct 11 15:59:14.556 INFO kablam! | ^^^^^^^ Oct 11 15:59:14.556 INFO kablam! Oct 11 15:59:14.566 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 15:59:14.566 INFO kablam! --> src/protocol.rs:52:28 Oct 11 15:59:14.566 INFO kablam! | Oct 11 15:59:14.566 INFO kablam! 52 | let handshake = io.framed(codec).send(version) Oct 11 15:59:14.566 INFO kablam! | ^^^^^^ Oct 11 15:59:14.566 INFO kablam! Oct 11 15:59:15.910 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.50s Oct 11 15:59:15.917 INFO kablam! su: No module specific data is present Oct 11 15:59:16.263 INFO running `"docker" "rm" "-f" "83cc29221b58a1d47f0597fc3a3883e57dd58bffe398049085bca3f43c273994"` Oct 11 15:59:16.333 INFO blam! 83cc29221b58a1d47f0597fc3a3883e57dd58bffe398049085bca3f43c273994 Oct 11 15:59:16.334 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 15:59:16.334 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 15:59:16.509 INFO blam! 233bf2bdf2b9d514405a42dd4b5bd52d5597596001c4ebe1f5966ce1e315a3c7 Oct 11 15:59:16.510 INFO running `"docker" "start" "-a" "233bf2bdf2b9d514405a42dd4b5bd52d5597596001c4ebe1f5966ce1e315a3c7"` Oct 11 15:59:17.020 INFO kablam! usermod: no changes Oct 11 15:59:17.196 INFO kablam! Compiling nsqueue v0.1.5 (/source) Oct 11 15:59:22.872 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 15:59:22.872 INFO kablam! --> src/protocol.rs:4:23 Oct 11 15:59:22.872 INFO kablam! | Oct 11 15:59:22.872 INFO kablam! 4 | use tokio_io::codec::{Framed}; Oct 11 15:59:22.872 INFO kablam! | ^^^^^^ Oct 11 15:59:22.872 INFO kablam! | Oct 11 15:59:22.872 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 15:59:22.872 INFO kablam! Oct 11 15:59:22.872 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 15:59:22.872 INFO kablam! --> src/protocol.rs:37:22 Oct 11 15:59:22.872 INFO kablam! | Oct 11 15:59:22.872 INFO kablam! 37 | type Transport = Framed; Oct 11 15:59:22.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 15:59:22.872 INFO kablam! Oct 11 15:59:23.028 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Oct 11 15:59:23.029 INFO kablam! --> src/codec.rs:49:32 Oct 11 15:59:23.029 INFO kablam! | Oct 11 15:59:23.029 INFO kablam! 49 | let size: i32 = cursor.get_i32::(); Oct 11 15:59:23.029 INFO kablam! | ^^^^^^^ Oct 11 15:59:23.029 INFO kablam! Oct 11 15:59:23.029 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Oct 11 15:59:23.029 INFO kablam! --> src/codec.rs:55:38 Oct 11 15:59:23.029 INFO kablam! | Oct 11 15:59:23.029 INFO kablam! 55 | let frame_type: i32 = cursor.get_i32::(); Oct 11 15:59:23.029 INFO kablam! | ^^^^^^^ Oct 11 15:59:23.029 INFO kablam! Oct 11 15:59:23.029 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i64': use get_i64_be or get_i64_le Oct 11 15:59:23.029 INFO kablam! --> src/codec.rs:86:40 Oct 11 15:59:23.029 INFO kablam! | Oct 11 15:59:23.029 INFO kablam! 86 | let timestamp = cursor.get_i64::(); // timestamp Oct 11 15:59:23.029 INFO kablam! | ^^^^^^^ Oct 11 15:59:23.029 INFO kablam! Oct 11 15:59:23.036 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 11 15:59:23.036 INFO kablam! --> src/codec.rs:87:32 Oct 11 15:59:23.036 INFO kablam! | Oct 11 15:59:23.036 INFO kablam! 87 | let _ = cursor.get_u16::(); // attempts Oct 11 15:59:23.036 INFO kablam! | ^^^^^^^ Oct 11 15:59:23.036 INFO kablam! Oct 11 15:59:23.044 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 15:59:23.044 INFO kablam! --> src/codec.rs:134:28 Oct 11 15:59:23.044 INFO kablam! | Oct 11 15:59:23.044 INFO kablam! 134 | buf_32.put_u32::(body_len); Oct 11 15:59:23.044 INFO kablam! | ^^^^^^^ Oct 11 15:59:23.044 INFO kablam! Oct 11 15:59:23.048 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 15:59:23.048 INFO kablam! --> src/codec.rs:148:28 Oct 11 15:59:23.048 INFO kablam! | Oct 11 15:59:23.048 INFO kablam! 148 | buf_32.put_u32::(body_len); Oct 11 15:59:23.048 INFO kablam! | ^^^^^^^ Oct 11 15:59:23.048 INFO kablam! Oct 11 15:59:23.048 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 15:59:23.048 INFO kablam! --> src/codec.rs:151:28 Oct 11 15:59:23.048 INFO kablam! | Oct 11 15:59:23.048 INFO kablam! 151 | buf_32.put_u32::(messages_len); Oct 11 15:59:23.048 INFO kablam! | ^^^^^^^ Oct 11 15:59:23.048 INFO kablam! Oct 11 15:59:23.048 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 15:59:23.048 INFO kablam! --> src/codec.rs:155:32 Oct 11 15:59:23.048 INFO kablam! | Oct 11 15:59:23.048 INFO kablam! 155 | buf_32.put_u32::(message_len); Oct 11 15:59:23.048 INFO kablam! | ^^^^^^^ Oct 11 15:59:23.048 INFO kablam! Oct 11 15:59:23.052 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 15:59:23.052 INFO kablam! --> src/protocol.rs:52:28 Oct 11 15:59:23.053 INFO kablam! | Oct 11 15:59:23.053 INFO kablam! 52 | let handshake = io.framed(codec).send(version) Oct 11 15:59:23.053 INFO kablam! | ^^^^^^ Oct 11 15:59:23.053 INFO kablam! Oct 11 15:59:28.307 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.27s Oct 11 15:59:28.318 INFO kablam! su: No module specific data is present Oct 11 15:59:28.758 INFO running `"docker" "rm" "-f" "233bf2bdf2b9d514405a42dd4b5bd52d5597596001c4ebe1f5966ce1e315a3c7"` Oct 11 15:59:28.905 INFO blam! 233bf2bdf2b9d514405a42dd4b5bd52d5597596001c4ebe1f5966ce1e315a3c7 Oct 11 15:59:28.907 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 15:59:28.907 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 15:59:29.137 INFO blam! 8fa0c7e4f7c9fa10d903aaf6bc3bac25b0d24c5e215e9f9a14fb0e5791d8f7c9 Oct 11 15:59:29.145 INFO running `"docker" "start" "-a" "8fa0c7e4f7c9fa10d903aaf6bc3bac25b0d24c5e215e9f9a14fb0e5791d8f7c9"` Oct 11 15:59:29.883 INFO kablam! usermod: no changes Oct 11 15:59:30.035 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 11 15:59:30.054 INFO kablam! Running /target/debug/deps/nsqueue-10170602c0d3c485 Oct 11 15:59:30.055 INFO blam! Oct 11 15:59:30.055 INFO blam! running 0 tests Oct 11 15:59:30.055 INFO blam! Oct 11 15:59:30.055 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:59:30.055 INFO blam! Oct 11 15:59:30.056 INFO kablam! Doc-tests nsqueue Oct 11 15:59:39.816 INFO blam! Oct 11 15:59:39.817 INFO blam! running 0 tests Oct 11 15:59:39.817 INFO blam! Oct 11 15:59:39.817 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:59:39.818 INFO blam! Oct 11 15:59:39.837 INFO kablam! su: No module specific data is present Oct 11 15:59:41.085 INFO running `"docker" "rm" "-f" "8fa0c7e4f7c9fa10d903aaf6bc3bac25b0d24c5e215e9f9a14fb0e5791d8f7c9"` Oct 11 15:59:41.448 INFO blam! 8fa0c7e4f7c9fa10d903aaf6bc3bac25b0d24c5e215e9f9a14fb0e5791d8f7c9