Oct 15 16:09:28.551 INFO testing tokio-serde-msgpack-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:09:28.551 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 15 16:09:29.044 INFO blam! 8ebb56deb44903e8e747612c32b37d585d098c566d0ac6a8b53bcc128a7ddb8d Oct 15 16:09:29.052 INFO running `"docker" "start" "-a" "8ebb56deb44903e8e747612c32b37d585d098c566d0ac6a8b53bcc128a7ddb8d"` Oct 15 16:09:30.246 INFO kablam! usermod: no changes Oct 15 16:09:30.367 INFO kablam! Compiling rmp v0.8.7 Oct 15 16:09:31.775 INFO kablam! Compiling rmp-serde v0.13.7 Oct 15 16:09:33.238 INFO kablam! Compiling tokio-serde-msgpack v0.2.0 (/source) Oct 15 16:09:34.000 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:34.000 INFO kablam! --> src/lib.rs:11:41 Oct 15 16:09:34.000 INFO kablam! | Oct 15 16:09:34.000 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 15 16:09:34.000 INFO kablam! | ^^^^^^^^^^ Oct 15 16:09:34.000 INFO kablam! | Oct 15 16:09:34.000 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:34.000 INFO kablam! Oct 15 16:09:34.000 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 15 16:09:34.000 INFO kablam! --> src/lib.rs:11:53 Oct 15 16:09:34.000 INFO kablam! | Oct 15 16:09:34.000 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 15 16:09:34.000 INFO kablam! | ^^^^^^^^^^^ Oct 15 16:09:34.000 INFO kablam! Oct 15 16:09:34.000 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:34.000 INFO kablam! --> src/lib.rs:18:5 Oct 15 16:09:34.000 INFO kablam! | Oct 15 16:09:34.000 INFO kablam! 18 | tokio_io::codec::FramedRead, MsgPackDecoder<'lt, R>>; Oct 15 16:09:34.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:34.000 INFO kablam! Oct 15 16:09:34.000 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 15 16:09:34.000 INFO kablam! --> src/lib.rs:20:5 Oct 15 16:09:34.000 INFO kablam! | Oct 15 16:09:34.000 INFO kablam! 20 | tokio_io::codec::FramedWrite, MsgPackEncoder>; Oct 15 16:09:34.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:34.000 INFO kablam! Oct 15 16:09:34.000 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:34.000 INFO kablam! --> src/lib.rs:29:15 Oct 15 16:09:34.000 INFO kablam! | Oct 15 16:09:34.000 INFO kablam! 29 | let rx2 = FramedRead::new(rx, MsgPackDecoder::<'lt, R>::new()); Oct 15 16:09:34.000 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 16:09:34.000 INFO kablam! Oct 15 16:09:34.000 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 15 16:09:34.000 INFO kablam! --> src/lib.rs:30:15 Oct 15 16:09:34.001 INFO kablam! | Oct 15 16:09:34.001 INFO kablam! 30 | let tx2 = FramedWrite::new(tx, MsgPackEncoder::::new()); Oct 15 16:09:34.001 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 16:09:34.001 INFO kablam! Oct 15 16:09:34.123 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.85s Oct 15 16:09:34.131 INFO kablam! su: No module specific data is present Oct 15 16:09:34.447 INFO running `"docker" "rm" "-f" "8ebb56deb44903e8e747612c32b37d585d098c566d0ac6a8b53bcc128a7ddb8d"` Oct 15 16:09:34.561 INFO blam! 8ebb56deb44903e8e747612c32b37d585d098c566d0ac6a8b53bcc128a7ddb8d Oct 15 16:09:34.570 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 15 16:09:34.947 INFO blam! 72924d4b2b2ba8695de437b21273f67e293fe0e0e227c16a947b5193fa716856 Oct 15 16:09:34.947 INFO running `"docker" "start" "-a" "72924d4b2b2ba8695de437b21273f67e293fe0e0e227c16a947b5193fa716856"` Oct 15 16:09:35.401 INFO kablam! usermod: no changes Oct 15 16:09:35.546 INFO kablam! Compiling tokio-stdin-stdout v0.1.4 Oct 15 16:09:36.868 INFO kablam! Compiling tokio-serde-msgpack v0.2.0 (/source) Oct 15 16:09:38.648 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:38.648 INFO kablam! --> src/lib.rs:11:41 Oct 15 16:09:38.648 INFO kablam! | Oct 15 16:09:38.648 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 15 16:09:38.648 INFO kablam! | ^^^^^^^^^^ Oct 15 16:09:38.648 INFO kablam! | Oct 15 16:09:38.648 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:38.648 INFO kablam! Oct 15 16:09:38.648 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 15 16:09:38.648 INFO kablam! --> src/lib.rs:11:53 Oct 15 16:09:38.648 INFO kablam! | Oct 15 16:09:38.648 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 15 16:09:38.648 INFO kablam! | ^^^^^^^^^^^ Oct 15 16:09:38.648 INFO kablam! Oct 15 16:09:38.648 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:38.648 INFO kablam! --> src/lib.rs:18:5 Oct 15 16:09:38.648 INFO kablam! | Oct 15 16:09:38.648 INFO kablam! 18 | tokio_io::codec::FramedRead, MsgPackDecoder<'lt, R>>; Oct 15 16:09:38.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:38.648 INFO kablam! Oct 15 16:09:38.648 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 15 16:09:38.648 INFO kablam! --> src/lib.rs:20:5 Oct 15 16:09:38.648 INFO kablam! | Oct 15 16:09:38.648 INFO kablam! 20 | tokio_io::codec::FramedWrite, MsgPackEncoder>; Oct 15 16:09:38.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:38.648 INFO kablam! Oct 15 16:09:38.648 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:38.648 INFO kablam! --> src/lib.rs:29:15 Oct 15 16:09:38.648 INFO kablam! | Oct 15 16:09:38.648 INFO kablam! 29 | let rx2 = FramedRead::new(rx, MsgPackDecoder::<'lt, R>::new()); Oct 15 16:09:38.648 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 16:09:38.648 INFO kablam! Oct 15 16:09:38.648 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 15 16:09:38.649 INFO kablam! --> src/lib.rs:30:15 Oct 15 16:09:38.649 INFO kablam! | Oct 15 16:09:38.649 INFO kablam! 30 | let tx2 = FramedWrite::new(tx, MsgPackEncoder::::new()); Oct 15 16:09:38.649 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 16:09:38.649 INFO kablam! Oct 15 16:09:42.337 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:42.337 INFO kablam! --> examples/client.rs:14:23 Oct 15 16:09:42.337 INFO kablam! | Oct 15 16:09:42.337 INFO kablam! 14 | use tokio_io::codec::{FramedRead, LinesCodec}; Oct 15 16:09:42.337 INFO kablam! | ^^^^^^^^^^ Oct 15 16:09:42.337 INFO kablam! | Oct 15 16:09:42.337 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:42.337 INFO kablam! Oct 15 16:09:42.337 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 15 16:09:42.337 INFO kablam! --> examples/client.rs:14:35 Oct 15 16:09:42.337 INFO kablam! | Oct 15 16:09:42.337 INFO kablam! 14 | use tokio_io::codec::{FramedRead, LinesCodec}; Oct 15 16:09:42.337 INFO kablam! | ^^^^^^^^^^ Oct 15 16:09:42.337 INFO kablam! Oct 15 16:09:42.337 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 15 16:09:42.337 INFO kablam! --> examples/client.rs:45:24 Oct 15 16:09:42.337 INFO kablam! | Oct 15 16:09:42.337 INFO kablam! 45 | let lines_in = FramedRead::new(stdin, LinesCodec::new()); Oct 15 16:09:42.337 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 16:09:42.337 INFO kablam! Oct 15 16:09:42.337 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 15 16:09:42.337 INFO kablam! --> examples/client.rs:45:47 Oct 15 16:09:42.337 INFO kablam! | Oct 15 16:09:42.337 INFO kablam! 45 | let lines_in = FramedRead::new(stdin, LinesCodec::new()); Oct 15 16:09:42.337 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 16:09:42.337 INFO kablam! Oct 15 16:09:45.975 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.55s Oct 15 16:09:45.983 INFO kablam! su: No module specific data is present Oct 15 16:09:46.262 INFO running `"docker" "rm" "-f" "72924d4b2b2ba8695de437b21273f67e293fe0e0e227c16a947b5193fa716856"` Oct 15 16:09:46.368 INFO blam! 72924d4b2b2ba8695de437b21273f67e293fe0e0e227c16a947b5193fa716856 Oct 15 16:09:46.384 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 15 16:09:46.630 INFO blam! 8d9f48600bb6623da80bb41a3fc353521d1357aef45dfe01c77c386691222b07 Oct 15 16:09:46.632 INFO running `"docker" "start" "-a" "8d9f48600bb6623da80bb41a3fc353521d1357aef45dfe01c77c386691222b07"` Oct 15 16:09:47.171 INFO kablam! usermod: no changes Oct 15 16:09:47.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 16:09:47.304 INFO kablam! Running /target/debug/deps/tokio_serde_msgpack-77aca6b54f3487b0 Oct 15 16:09:47.309 INFO kablam! Doc-tests tokio-serde-msgpack Oct 15 16:09:47.309 INFO blam! Oct 15 16:09:47.309 INFO blam! running 0 tests Oct 15 16:09:47.309 INFO blam! Oct 15 16:09:47.309 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:47.309 INFO blam! Oct 15 16:09:48.705 INFO blam! Oct 15 16:09:48.705 INFO blam! running 0 tests Oct 15 16:09:48.705 INFO blam! Oct 15 16:09:48.706 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:48.706 INFO blam! Oct 15 16:09:48.714 INFO kablam! su: No module specific data is present Oct 15 16:09:49.215 INFO running `"docker" "rm" "-f" "8d9f48600bb6623da80bb41a3fc353521d1357aef45dfe01c77c386691222b07"` Oct 15 16:09:49.283 INFO blam! 8d9f48600bb6623da80bb41a3fc353521d1357aef45dfe01c77c386691222b07