Oct 16 01:29:54.462 INFO testing nsqueue-0.1.5 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 01:29:54.464 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 01:29:54.864 INFO blam! b02e516a4f8edf464aa4adb7dc3eb3a5ec636135242e5b50a707af273a2afe04 Oct 16 01:29:54.867 INFO running `"docker" "start" "-a" "b02e516a4f8edf464aa4adb7dc3eb3a5ec636135242e5b50a707af273a2afe04"` Oct 16 01:29:55.990 INFO kablam! usermod: no changes Oct 16 01:29:56.206 INFO kablam! Compiling nsqueue v0.1.5 (/source) Oct 16 01:29:59.850 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 01:29:59.851 INFO kablam! --> src/protocol.rs:4:23 Oct 16 01:29:59.851 INFO kablam! | Oct 16 01:29:59.851 INFO kablam! 4 | use tokio_io::codec::{Framed}; Oct 16 01:29:59.851 INFO kablam! | ^^^^^^ Oct 16 01:29:59.851 INFO kablam! | Oct 16 01:29:59.851 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 01:29:59.851 INFO kablam! Oct 16 01:29:59.851 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 01:29:59.851 INFO kablam! --> src/protocol.rs:37:22 Oct 16 01:29:59.851 INFO kablam! | Oct 16 01:29:59.851 INFO kablam! 37 | type Transport = Framed; Oct 16 01:29:59.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 01:29:59.851 INFO kablam! Oct 16 01:29:59.975 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Oct 16 01:29:59.975 INFO kablam! --> src/codec.rs:49:32 Oct 16 01:29:59.975 INFO kablam! | Oct 16 01:29:59.975 INFO kablam! 49 | let size: i32 = cursor.get_i32::(); Oct 16 01:29:59.975 INFO kablam! | ^^^^^^^ Oct 16 01:29:59.975 INFO kablam! Oct 16 01:29:59.975 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Oct 16 01:29:59.975 INFO kablam! --> src/codec.rs:55:38 Oct 16 01:29:59.975 INFO kablam! | Oct 16 01:29:59.975 INFO kablam! 55 | let frame_type: i32 = cursor.get_i32::(); Oct 16 01:29:59.975 INFO kablam! | ^^^^^^^ Oct 16 01:29:59.975 INFO kablam! Oct 16 01:29:59.976 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i64': use get_i64_be or get_i64_le Oct 16 01:29:59.976 INFO kablam! --> src/codec.rs:86:40 Oct 16 01:29:59.976 INFO kablam! | Oct 16 01:29:59.976 INFO kablam! 86 | let timestamp = cursor.get_i64::(); // timestamp Oct 16 01:29:59.976 INFO kablam! | ^^^^^^^ Oct 16 01:29:59.976 INFO kablam! Oct 16 01:29:59.976 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 16 01:29:59.976 INFO kablam! --> src/codec.rs:87:32 Oct 16 01:29:59.976 INFO kablam! | Oct 16 01:29:59.976 INFO kablam! 87 | let _ = cursor.get_u16::(); // attempts Oct 16 01:29:59.976 INFO kablam! | ^^^^^^^ Oct 16 01:29:59.976 INFO kablam! Oct 16 01:29:59.986 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:29:59.986 INFO kablam! --> src/codec.rs:134:28 Oct 16 01:29:59.986 INFO kablam! | Oct 16 01:29:59.986 INFO kablam! 134 | buf_32.put_u32::(body_len); Oct 16 01:29:59.986 INFO kablam! | ^^^^^^^ Oct 16 01:29:59.986 INFO kablam! Oct 16 01:29:59.990 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:29:59.990 INFO kablam! --> src/codec.rs:148:28 Oct 16 01:29:59.990 INFO kablam! | Oct 16 01:29:59.990 INFO kablam! 148 | buf_32.put_u32::(body_len); Oct 16 01:29:59.990 INFO kablam! | ^^^^^^^ Oct 16 01:29:59.990 INFO kablam! Oct 16 01:29:59.995 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:29:59.995 INFO kablam! --> src/codec.rs:151:28 Oct 16 01:29:59.995 INFO kablam! | Oct 16 01:29:59.995 INFO kablam! 151 | buf_32.put_u32::(messages_len); Oct 16 01:29:59.995 INFO kablam! | ^^^^^^^ Oct 16 01:29:59.995 INFO kablam! Oct 16 01:29:59.995 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:29:59.995 INFO kablam! --> src/codec.rs:155:32 Oct 16 01:29:59.995 INFO kablam! | Oct 16 01:29:59.995 INFO kablam! 155 | buf_32.put_u32::(message_len); Oct 16 01:29:59.995 INFO kablam! | ^^^^^^^ Oct 16 01:29:59.995 INFO kablam! Oct 16 01:29:59.996 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 16 01:29:59.996 INFO kablam! --> src/protocol.rs:52:28 Oct 16 01:29:59.996 INFO kablam! | Oct 16 01:29:59.996 INFO kablam! 52 | let handshake = io.framed(codec).send(version) Oct 16 01:29:59.996 INFO kablam! | ^^^^^^ Oct 16 01:29:59.996 INFO kablam! Oct 16 01:30:01.736 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.72s Oct 16 01:30:01.744 INFO kablam! su: No module specific data is present Oct 16 01:30:02.501 INFO running `"docker" "rm" "-f" "b02e516a4f8edf464aa4adb7dc3eb3a5ec636135242e5b50a707af273a2afe04"` Oct 16 01:30:02.719 INFO blam! b02e516a4f8edf464aa4adb7dc3eb3a5ec636135242e5b50a707af273a2afe04 Oct 16 01:30:02.723 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 01:30:03.019 INFO blam! aac5661c395d56249d9152446ac12fb704b00244ea7e4aafde41a0db82dd7107 Oct 16 01:30:03.027 INFO running `"docker" "start" "-a" "aac5661c395d56249d9152446ac12fb704b00244ea7e4aafde41a0db82dd7107"` Oct 16 01:30:04.135 INFO kablam! usermod: no changes Oct 16 01:30:04.285 INFO kablam! Compiling nsqueue v0.1.5 (/source) Oct 16 01:30:09.131 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 01:30:09.131 INFO kablam! --> src/protocol.rs:4:23 Oct 16 01:30:09.131 INFO kablam! | Oct 16 01:30:09.131 INFO kablam! 4 | use tokio_io::codec::{Framed}; Oct 16 01:30:09.131 INFO kablam! | ^^^^^^ Oct 16 01:30:09.131 INFO kablam! | Oct 16 01:30:09.131 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 01:30:09.131 INFO kablam! Oct 16 01:30:09.131 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 01:30:09.131 INFO kablam! --> src/protocol.rs:37:22 Oct 16 01:30:09.131 INFO kablam! | Oct 16 01:30:09.131 INFO kablam! 37 | type Transport = Framed; Oct 16 01:30:09.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 01:30:09.131 INFO kablam! Oct 16 01:30:09.227 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Oct 16 01:30:09.227 INFO kablam! --> src/codec.rs:49:32 Oct 16 01:30:09.227 INFO kablam! | Oct 16 01:30:09.227 INFO kablam! 49 | let size: i32 = cursor.get_i32::(); Oct 16 01:30:09.227 INFO kablam! | ^^^^^^^ Oct 16 01:30:09.227 INFO kablam! Oct 16 01:30:09.227 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Oct 16 01:30:09.227 INFO kablam! --> src/codec.rs:55:38 Oct 16 01:30:09.227 INFO kablam! | Oct 16 01:30:09.227 INFO kablam! 55 | let frame_type: i32 = cursor.get_i32::(); Oct 16 01:30:09.227 INFO kablam! | ^^^^^^^ Oct 16 01:30:09.227 INFO kablam! Oct 16 01:30:09.231 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i64': use get_i64_be or get_i64_le Oct 16 01:30:09.231 INFO kablam! --> src/codec.rs:86:40 Oct 16 01:30:09.231 INFO kablam! | Oct 16 01:30:09.231 INFO kablam! 86 | let timestamp = cursor.get_i64::(); // timestamp Oct 16 01:30:09.231 INFO kablam! | ^^^^^^^ Oct 16 01:30:09.231 INFO kablam! Oct 16 01:30:09.236 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 16 01:30:09.236 INFO kablam! --> src/codec.rs:87:32 Oct 16 01:30:09.236 INFO kablam! | Oct 16 01:30:09.236 INFO kablam! 87 | let _ = cursor.get_u16::(); // attempts Oct 16 01:30:09.236 INFO kablam! | ^^^^^^^ Oct 16 01:30:09.236 INFO kablam! Oct 16 01:30:09.244 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:30:09.244 INFO kablam! --> src/codec.rs:134:28 Oct 16 01:30:09.244 INFO kablam! | Oct 16 01:30:09.244 INFO kablam! 134 | buf_32.put_u32::(body_len); Oct 16 01:30:09.244 INFO kablam! | ^^^^^^^ Oct 16 01:30:09.244 INFO kablam! Oct 16 01:30:09.247 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:30:09.247 INFO kablam! --> src/codec.rs:148:28 Oct 16 01:30:09.247 INFO kablam! | Oct 16 01:30:09.247 INFO kablam! 148 | buf_32.put_u32::(body_len); Oct 16 01:30:09.247 INFO kablam! | ^^^^^^^ Oct 16 01:30:09.247 INFO kablam! Oct 16 01:30:09.255 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:30:09.255 INFO kablam! --> src/codec.rs:151:28 Oct 16 01:30:09.255 INFO kablam! | Oct 16 01:30:09.255 INFO kablam! 151 | buf_32.put_u32::(messages_len); Oct 16 01:30:09.255 INFO kablam! | ^^^^^^^ Oct 16 01:30:09.255 INFO kablam! Oct 16 01:30:09.255 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:30:09.255 INFO kablam! --> src/codec.rs:155:32 Oct 16 01:30:09.255 INFO kablam! | Oct 16 01:30:09.255 INFO kablam! 155 | buf_32.put_u32::(message_len); Oct 16 01:30:09.255 INFO kablam! | ^^^^^^^ Oct 16 01:30:09.255 INFO kablam! Oct 16 01:30:09.258 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 16 01:30:09.259 INFO kablam! --> src/protocol.rs:52:28 Oct 16 01:30:09.259 INFO kablam! | Oct 16 01:30:09.259 INFO kablam! 52 | let handshake = io.framed(codec).send(version) Oct 16 01:30:09.259 INFO kablam! | ^^^^^^ Oct 16 01:30:09.259 INFO kablam! Oct 16 01:30:15.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.54s Oct 16 01:30:15.700 INFO kablam! su: No module specific data is present Oct 16 01:30:16.631 INFO running `"docker" "rm" "-f" "aac5661c395d56249d9152446ac12fb704b00244ea7e4aafde41a0db82dd7107"` Oct 16 01:30:16.912 INFO blam! aac5661c395d56249d9152446ac12fb704b00244ea7e4aafde41a0db82dd7107 Oct 16 01:30:16.915 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 01:30:17.326 INFO blam! c9a85d22230f4cf30fc8e0c0af19ae62a99d2133274b6cb728c9cc6e422f93f3 Oct 16 01:30:17.328 INFO running `"docker" "start" "-a" "c9a85d22230f4cf30fc8e0c0af19ae62a99d2133274b6cb728c9cc6e422f93f3"` Oct 16 01:30:19.043 INFO kablam! usermod: no changes Oct 16 01:30:19.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 16 01:30:19.222 INFO kablam! Running /target/debug/deps/nsqueue-d1501fea7092d20e Oct 16 01:30:19.231 INFO kablam! Doc-tests nsqueue Oct 16 01:30:19.231 INFO blam! Oct 16 01:30:19.231 INFO blam! running 0 tests Oct 16 01:30:19.231 INFO blam! Oct 16 01:30:19.231 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:30:19.231 INFO blam! Oct 16 01:30:25.019 INFO blam! Oct 16 01:30:25.020 INFO blam! running 0 tests Oct 16 01:30:25.020 INFO blam! Oct 16 01:30:25.020 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:30:25.020 INFO blam! Oct 16 01:30:25.023 INFO kablam! su: No module specific data is present Oct 16 01:30:25.503 INFO running `"docker" "rm" "-f" "c9a85d22230f4cf30fc8e0c0af19ae62a99d2133274b6cb728c9cc6e422f93f3"` Oct 16 01:30:25.671 INFO blam! c9a85d22230f4cf30fc8e0c0af19ae62a99d2133274b6cb728c9cc6e422f93f3