Oct 16 01:29:51.732 INFO testing nsqueue-0.1.5 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 01:29:51.732 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:52.198 INFO blam! 8e21a18016071258a388b2d305205e9dc8d701391f59667bc3008343fd684a30 Oct 16 01:29:52.205 INFO running `"docker" "start" "-a" "8e21a18016071258a388b2d305205e9dc8d701391f59667bc3008343fd684a30"` Oct 16 01:29:52.923 INFO kablam! usermod: no changes Oct 16 01:29:53.114 INFO kablam! Compiling nsqueue v0.1.5 (/source) Oct 16 01:29:56.968 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 01:29:56.968 INFO kablam! --> src/protocol.rs:4:23 Oct 16 01:29:56.968 INFO kablam! | Oct 16 01:29:56.968 INFO kablam! 4 | use tokio_io::codec::{Framed}; Oct 16 01:29:56.968 INFO kablam! | ^^^^^^ Oct 16 01:29:56.968 INFO kablam! | Oct 16 01:29:56.968 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 01:29:56.968 INFO kablam! Oct 16 01:29:56.968 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 01:29:56.968 INFO kablam! --> src/protocol.rs:37:22 Oct 16 01:29:56.968 INFO kablam! | Oct 16 01:29:56.968 INFO kablam! 37 | type Transport = Framed; Oct 16 01:29:56.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 01:29:56.968 INFO kablam! Oct 16 01:29:57.148 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Oct 16 01:29:57.148 INFO kablam! --> src/codec.rs:49:32 Oct 16 01:29:57.148 INFO kablam! | Oct 16 01:29:57.148 INFO kablam! 49 | let size: i32 = cursor.get_i32::(); Oct 16 01:29:57.148 INFO kablam! | ^^^^^^^ Oct 16 01:29:57.148 INFO kablam! Oct 16 01:29:57.150 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Oct 16 01:29:57.150 INFO kablam! --> src/codec.rs:55:38 Oct 16 01:29:57.150 INFO kablam! | Oct 16 01:29:57.150 INFO kablam! 55 | let frame_type: i32 = cursor.get_i32::(); Oct 16 01:29:57.150 INFO kablam! | ^^^^^^^ Oct 16 01:29:57.150 INFO kablam! Oct 16 01:29:57.153 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i64': use get_i64_be or get_i64_le Oct 16 01:29:57.153 INFO kablam! --> src/codec.rs:86:40 Oct 16 01:29:57.153 INFO kablam! | Oct 16 01:29:57.153 INFO kablam! 86 | let timestamp = cursor.get_i64::(); // timestamp Oct 16 01:29:57.153 INFO kablam! | ^^^^^^^ Oct 16 01:29:57.153 INFO kablam! Oct 16 01:29:57.155 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 16 01:29:57.155 INFO kablam! --> src/codec.rs:87:32 Oct 16 01:29:57.155 INFO kablam! | Oct 16 01:29:57.155 INFO kablam! 87 | let _ = cursor.get_u16::(); // attempts Oct 16 01:29:57.155 INFO kablam! | ^^^^^^^ Oct 16 01:29:57.155 INFO kablam! Oct 16 01:29:57.164 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:29:57.164 INFO kablam! --> src/codec.rs:134:28 Oct 16 01:29:57.164 INFO kablam! | Oct 16 01:29:57.164 INFO kablam! 134 | buf_32.put_u32::(body_len); Oct 16 01:29:57.164 INFO kablam! | ^^^^^^^ Oct 16 01:29:57.164 INFO kablam! Oct 16 01:29:57.168 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:29:57.168 INFO kablam! --> src/codec.rs:148:28 Oct 16 01:29:57.168 INFO kablam! | Oct 16 01:29:57.169 INFO kablam! 148 | buf_32.put_u32::(body_len); Oct 16 01:29:57.169 INFO kablam! | ^^^^^^^ Oct 16 01:29:57.169 INFO kablam! Oct 16 01:29:57.169 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:29:57.169 INFO kablam! --> src/codec.rs:151:28 Oct 16 01:29:57.169 INFO kablam! | Oct 16 01:29:57.169 INFO kablam! 151 | buf_32.put_u32::(messages_len); Oct 16 01:29:57.169 INFO kablam! | ^^^^^^^ Oct 16 01:29:57.169 INFO kablam! Oct 16 01:29:57.170 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:29:57.170 INFO kablam! --> src/codec.rs:155:32 Oct 16 01:29:57.170 INFO kablam! | Oct 16 01:29:57.170 INFO kablam! 155 | buf_32.put_u32::(message_len); Oct 16 01:29:57.170 INFO kablam! | ^^^^^^^ Oct 16 01:29:57.170 INFO kablam! Oct 16 01:29:57.175 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 16 01:29:57.175 INFO kablam! --> src/protocol.rs:52:28 Oct 16 01:29:57.175 INFO kablam! | Oct 16 01:29:57.175 INFO kablam! 52 | let handshake = io.framed(codec).send(version) Oct 16 01:29:57.175 INFO kablam! | ^^^^^^ Oct 16 01:29:57.175 INFO kablam! Oct 16 01:29:58.647 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.70s Oct 16 01:29:58.655 INFO kablam! su: No module specific data is present Oct 16 01:29:59.283 INFO running `"docker" "rm" "-f" "8e21a18016071258a388b2d305205e9dc8d701391f59667bc3008343fd684a30"` Oct 16 01:29:59.453 INFO blam! 8e21a18016071258a388b2d305205e9dc8d701391f59667bc3008343fd684a30 Oct 16 01:29:59.455 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:29:59.685 INFO blam! b98cc61dfdaf4bad605287c9a01a07bcf24f2b2bbba589fb6ef686d64509b432 Oct 16 01:29:59.690 INFO running `"docker" "start" "-a" "b98cc61dfdaf4bad605287c9a01a07bcf24f2b2bbba589fb6ef686d64509b432"` Oct 16 01:30:00.203 INFO kablam! usermod: no changes Oct 16 01:30:00.317 INFO kablam! Compiling nsqueue v0.1.5 (/source) Oct 16 01:30:04.047 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 01:30:04.047 INFO kablam! --> src/protocol.rs:4:23 Oct 16 01:30:04.047 INFO kablam! | Oct 16 01:30:04.047 INFO kablam! 4 | use tokio_io::codec::{Framed}; Oct 16 01:30:04.047 INFO kablam! | ^^^^^^ Oct 16 01:30:04.047 INFO kablam! | Oct 16 01:30:04.047 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 01:30:04.047 INFO kablam! Oct 16 01:30:04.047 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 01:30:04.047 INFO kablam! --> src/protocol.rs:37:22 Oct 16 01:30:04.047 INFO kablam! | Oct 16 01:30:04.047 INFO kablam! 37 | type Transport = Framed; Oct 16 01:30:04.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 01:30:04.047 INFO kablam! Oct 16 01:30:04.140 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Oct 16 01:30:04.140 INFO kablam! --> src/codec.rs:49:32 Oct 16 01:30:04.140 INFO kablam! | Oct 16 01:30:04.140 INFO kablam! 49 | let size: i32 = cursor.get_i32::(); Oct 16 01:30:04.140 INFO kablam! | ^^^^^^^ Oct 16 01:30:04.140 INFO kablam! Oct 16 01:30:04.163 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i32': use get_i32_be or get_i32_le Oct 16 01:30:04.163 INFO kablam! --> src/codec.rs:55:38 Oct 16 01:30:04.163 INFO kablam! | Oct 16 01:30:04.163 INFO kablam! 55 | let frame_type: i32 = cursor.get_i32::(); Oct 16 01:30:04.163 INFO kablam! | ^^^^^^^ Oct 16 01:30:04.163 INFO kablam! Oct 16 01:30:04.171 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_i64': use get_i64_be or get_i64_le Oct 16 01:30:04.171 INFO kablam! --> src/codec.rs:86:40 Oct 16 01:30:04.171 INFO kablam! | Oct 16 01:30:04.171 INFO kablam! 86 | let timestamp = cursor.get_i64::(); // timestamp Oct 16 01:30:04.171 INFO kablam! | ^^^^^^^ Oct 16 01:30:04.171 INFO kablam! Oct 16 01:30:04.171 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u16': use get_u16_be or get_u16_le Oct 16 01:30:04.171 INFO kablam! --> src/codec.rs:87:32 Oct 16 01:30:04.171 INFO kablam! | Oct 16 01:30:04.171 INFO kablam! 87 | let _ = cursor.get_u16::(); // attempts Oct 16 01:30:04.171 INFO kablam! | ^^^^^^^ Oct 16 01:30:04.171 INFO kablam! Oct 16 01:30:04.211 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:30:04.212 INFO kablam! --> src/codec.rs:134:28 Oct 16 01:30:04.212 INFO kablam! | Oct 16 01:30:04.212 INFO kablam! 134 | buf_32.put_u32::(body_len); Oct 16 01:30:04.212 INFO kablam! | ^^^^^^^ Oct 16 01:30:04.212 INFO kablam! Oct 16 01:30:04.227 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:30:04.227 INFO kablam! --> src/codec.rs:148:28 Oct 16 01:30:04.227 INFO kablam! | Oct 16 01:30:04.227 INFO kablam! 148 | buf_32.put_u32::(body_len); Oct 16 01:30:04.227 INFO kablam! | ^^^^^^^ Oct 16 01:30:04.227 INFO kablam! Oct 16 01:30:04.227 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:30:04.227 INFO kablam! --> src/codec.rs:151:28 Oct 16 01:30:04.227 INFO kablam! | Oct 16 01:30:04.227 INFO kablam! 151 | buf_32.put_u32::(messages_len); Oct 16 01:30:04.227 INFO kablam! | ^^^^^^^ Oct 16 01:30:04.227 INFO kablam! Oct 16 01:30:04.239 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 16 01:30:04.239 INFO kablam! --> src/codec.rs:155:32 Oct 16 01:30:04.239 INFO kablam! | Oct 16 01:30:04.239 INFO kablam! 155 | buf_32.put_u32::(message_len); Oct 16 01:30:04.239 INFO kablam! | ^^^^^^^ Oct 16 01:30:04.239 INFO kablam! Oct 16 01:30:04.247 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 16 01:30:04.247 INFO kablam! --> src/protocol.rs:52:28 Oct 16 01:30:04.247 INFO kablam! | Oct 16 01:30:04.247 INFO kablam! 52 | let handshake = io.framed(codec).send(version) Oct 16 01:30:04.247 INFO kablam! | ^^^^^^ Oct 16 01:30:04.255 INFO kablam! Oct 16 01:30:10.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.31s Oct 16 01:30:10.553 INFO kablam! su: No module specific data is present Oct 16 01:30:11.569 INFO running `"docker" "rm" "-f" "b98cc61dfdaf4bad605287c9a01a07bcf24f2b2bbba589fb6ef686d64509b432"` Oct 16 01:30:11.831 INFO blam! b98cc61dfdaf4bad605287c9a01a07bcf24f2b2bbba589fb6ef686d64509b432 Oct 16 01:30:11.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:12.224 INFO blam! 05872da2d1b272b424c5228371e0a7d2339ae6ca1a4f84c7501c902c59ab1a09 Oct 16 01:30:12.227 INFO running `"docker" "start" "-a" "05872da2d1b272b424c5228371e0a7d2339ae6ca1a4f84c7501c902c59ab1a09"` Oct 16 01:30:13.928 INFO kablam! usermod: no changes Oct 16 01:30:14.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 16 01:30:14.073 INFO kablam! Running /target/debug/deps/nsqueue-3ec716df11f2a5f1 Oct 16 01:30:14.093 INFO blam! Oct 16 01:30:14.094 INFO blam! running 0 tests Oct 16 01:30:14.099 INFO blam! Oct 16 01:30:14.099 INFO kablam! Doc-tests nsqueue Oct 16 01:30:14.099 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:30:14.099 INFO blam! Oct 16 01:30:19.643 INFO blam! Oct 16 01:30:19.643 INFO blam! running 0 tests Oct 16 01:30:19.643 INFO blam! Oct 16 01:30:19.643 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:30:19.643 INFO blam! Oct 16 01:30:19.650 INFO kablam! su: No module specific data is present Oct 16 01:30:19.955 INFO running `"docker" "rm" "-f" "05872da2d1b272b424c5228371e0a7d2339ae6ca1a4f84c7501c902c59ab1a09"` Oct 16 01:30:20.171 INFO blam! 05872da2d1b272b424c5228371e0a7d2339ae6ca1a4f84c7501c902c59ab1a09