Oct 15 16:09:29.368 INFO testing tokio-serde-msgpack-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:09:29.368 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 16:09:29.847 INFO blam! 504429c17495a3035d39cf69773e4bf508647c54a23759c4cd08af644cb1d31e Oct 15 16:09:29.850 INFO running `"docker" "start" "-a" "504429c17495a3035d39cf69773e4bf508647c54a23759c4cd08af644cb1d31e"` Oct 15 16:09:31.769 INFO kablam! usermod: no changes Oct 15 16:09:31.962 INFO kablam! Compiling rmp v0.8.7 Oct 15 16:09:33.392 INFO kablam! Compiling rmp-serde v0.13.7 Oct 15 16:09:34.623 INFO kablam! Compiling tokio-serde-msgpack v0.2.0 (/source) Oct 15 16:09:35.362 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:35.362 INFO kablam! --> src/lib.rs:11:41 Oct 15 16:09:35.362 INFO kablam! | Oct 15 16:09:35.362 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 15 16:09:35.362 INFO kablam! | ^^^^^^^^^^ Oct 15 16:09:35.362 INFO kablam! | Oct 15 16:09:35.362 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:35.362 INFO kablam! Oct 15 16:09:35.362 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 15 16:09:35.362 INFO kablam! --> src/lib.rs:11:53 Oct 15 16:09:35.362 INFO kablam! | Oct 15 16:09:35.362 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 15 16:09:35.362 INFO kablam! | ^^^^^^^^^^^ Oct 15 16:09:35.362 INFO kablam! Oct 15 16:09:35.362 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:35.362 INFO kablam! --> src/lib.rs:18:5 Oct 15 16:09:35.362 INFO kablam! | Oct 15 16:09:35.362 INFO kablam! 18 | tokio_io::codec::FramedRead, MsgPackDecoder<'lt, R>>; Oct 15 16:09:35.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:35.362 INFO kablam! Oct 15 16:09:35.362 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 15 16:09:35.362 INFO kablam! --> src/lib.rs:20:5 Oct 15 16:09:35.362 INFO kablam! | Oct 15 16:09:35.362 INFO kablam! 20 | tokio_io::codec::FramedWrite, MsgPackEncoder>; Oct 15 16:09:35.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:35.362 INFO kablam! Oct 15 16:09:35.362 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:35.362 INFO kablam! --> src/lib.rs:29:15 Oct 15 16:09:35.362 INFO kablam! | Oct 15 16:09:35.362 INFO kablam! 29 | let rx2 = FramedRead::new(rx, MsgPackDecoder::<'lt, R>::new()); Oct 15 16:09:35.362 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 16:09:35.362 INFO kablam! Oct 15 16:09:35.362 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 15 16:09:35.362 INFO kablam! --> src/lib.rs:30:15 Oct 15 16:09:35.362 INFO kablam! | Oct 15 16:09:35.362 INFO kablam! 30 | let tx2 = FramedWrite::new(tx, MsgPackEncoder::::new()); Oct 15 16:09:35.362 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 16:09:35.362 INFO kablam! Oct 15 16:09:35.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.68s Oct 15 16:09:35.469 INFO kablam! su: No module specific data is present Oct 15 16:09:35.743 INFO running `"docker" "rm" "-f" "504429c17495a3035d39cf69773e4bf508647c54a23759c4cd08af644cb1d31e"` Oct 15 16:09:35.894 INFO blam! 504429c17495a3035d39cf69773e4bf508647c54a23759c4cd08af644cb1d31e Oct 15 16:09:35.897 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 16:09:36.087 INFO blam! 5aa9957c7b5cd64981efadc7fd5c0af16e962efd6db80b1571bf8613f83c1f51 Oct 15 16:09:36.089 INFO running `"docker" "start" "-a" "5aa9957c7b5cd64981efadc7fd5c0af16e962efd6db80b1571bf8613f83c1f51"` Oct 15 16:09:36.915 INFO kablam! usermod: no changes Oct 15 16:09:37.101 INFO kablam! Compiling tokio-stdin-stdout v0.1.4 Oct 15 16:09:39.007 INFO kablam! Compiling tokio-serde-msgpack v0.2.0 (/source) Oct 15 16:09:40.698 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:40.698 INFO kablam! --> src/lib.rs:11:41 Oct 15 16:09:40.698 INFO kablam! | Oct 15 16:09:40.698 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 15 16:09:40.698 INFO kablam! | ^^^^^^^^^^ Oct 15 16:09:40.698 INFO kablam! | Oct 15 16:09:40.698 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:40.698 INFO kablam! Oct 15 16:09:40.698 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 15 16:09:40.698 INFO kablam! --> src/lib.rs:11:53 Oct 15 16:09:40.698 INFO kablam! | Oct 15 16:09:40.698 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 15 16:09:40.698 INFO kablam! | ^^^^^^^^^^^ Oct 15 16:09:40.698 INFO kablam! Oct 15 16:09:40.698 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:40.698 INFO kablam! --> src/lib.rs:18:5 Oct 15 16:09:40.698 INFO kablam! | Oct 15 16:09:40.698 INFO kablam! 18 | tokio_io::codec::FramedRead, MsgPackDecoder<'lt, R>>; Oct 15 16:09:40.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:40.698 INFO kablam! Oct 15 16:09:40.698 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 15 16:09:40.698 INFO kablam! --> src/lib.rs:20:5 Oct 15 16:09:40.698 INFO kablam! | Oct 15 16:09:40.698 INFO kablam! 20 | tokio_io::codec::FramedWrite, MsgPackEncoder>; Oct 15 16:09:40.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:40.698 INFO kablam! Oct 15 16:09:40.707 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:40.707 INFO kablam! --> src/lib.rs:29:15 Oct 15 16:09:40.707 INFO kablam! | Oct 15 16:09:40.707 INFO kablam! 29 | let rx2 = FramedRead::new(rx, MsgPackDecoder::<'lt, R>::new()); Oct 15 16:09:40.707 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 16:09:40.707 INFO kablam! Oct 15 16:09:40.707 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 15 16:09:40.707 INFO kablam! --> src/lib.rs:30:15 Oct 15 16:09:40.707 INFO kablam! | Oct 15 16:09:40.707 INFO kablam! 30 | let tx2 = FramedWrite::new(tx, MsgPackEncoder::::new()); Oct 15 16:09:40.707 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 16:09:40.707 INFO kablam! Oct 15 16:09:43.431 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:43.431 INFO kablam! --> examples/client.rs:14:23 Oct 15 16:09:43.431 INFO kablam! | Oct 15 16:09:43.431 INFO kablam! 14 | use tokio_io::codec::{FramedRead, LinesCodec}; Oct 15 16:09:43.431 INFO kablam! | ^^^^^^^^^^ Oct 15 16:09:43.431 INFO kablam! | Oct 15 16:09:43.431 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:43.431 INFO kablam! Oct 15 16:09:43.431 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 15 16:09:43.431 INFO kablam! --> examples/client.rs:14:35 Oct 15 16:09:43.431 INFO kablam! | Oct 15 16:09:43.431 INFO kablam! 14 | use tokio_io::codec::{FramedRead, LinesCodec}; Oct 15 16:09:43.431 INFO kablam! | ^^^^^^^^^^ Oct 15 16:09:43.431 INFO kablam! Oct 15 16:09:43.431 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:43.431 INFO kablam! --> examples/client.rs:45:24 Oct 15 16:09:43.431 INFO kablam! | Oct 15 16:09:43.431 INFO kablam! 45 | let lines_in = FramedRead::new(stdin, LinesCodec::new()); Oct 15 16:09:43.431 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 16:09:43.431 INFO kablam! Oct 15 16:09:43.431 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 15 16:09:43.431 INFO kablam! --> examples/client.rs:45:47 Oct 15 16:09:43.431 INFO kablam! | Oct 15 16:09:43.431 INFO kablam! 45 | let lines_in = FramedRead::new(stdin, LinesCodec::new()); Oct 15 16:09:43.431 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 16:09:43.431 INFO kablam! Oct 15 16:09:46.290 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.36s Oct 15 16:09:46.298 INFO kablam! su: No module specific data is present Oct 15 16:09:46.671 INFO running `"docker" "rm" "-f" "5aa9957c7b5cd64981efadc7fd5c0af16e962efd6db80b1571bf8613f83c1f51"` Oct 15 16:09:46.793 INFO blam! 5aa9957c7b5cd64981efadc7fd5c0af16e962efd6db80b1571bf8613f83c1f51 Oct 15 16:09:46.797 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 16:09:47.082 INFO blam! a7396465cf0f8232693ced99c0cb8ae3de54d09d463183f925ed1e5c53362cfd Oct 15 16:09:47.087 INFO running `"docker" "start" "-a" "a7396465cf0f8232693ced99c0cb8ae3de54d09d463183f925ed1e5c53362cfd"` Oct 15 16:09:48.036 INFO kablam! usermod: no changes Oct 15 16:09:48.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 16:09:48.180 INFO kablam! Running /target/debug/deps/tokio_serde_msgpack-911d2322769a1d5c Oct 15 16:09:48.182 INFO blam! Oct 15 16:09:48.182 INFO blam! running 0 tests Oct 15 16:09:48.183 INFO blam! Oct 15 16:09:48.183 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:48.183 INFO blam! Oct 15 16:09:48.183 INFO kablam! Doc-tests tokio-serde-msgpack Oct 15 16:09:49.474 INFO blam! Oct 15 16:09:49.474 INFO blam! running 0 tests Oct 15 16:09:49.474 INFO blam! Oct 15 16:09:49.474 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:49.474 INFO blam! Oct 15 16:09:49.481 INFO kablam! su: No module specific data is present Oct 15 16:09:49.823 INFO running `"docker" "rm" "-f" "a7396465cf0f8232693ced99c0cb8ae3de54d09d463183f925ed1e5c53362cfd"` Oct 15 16:09:49.919 INFO blam! a7396465cf0f8232693ced99c0cb8ae3de54d09d463183f925ed1e5c53362cfd