Oct 11 09:49:54.771 INFO testing tokio-serde-msgpack-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:49:54.771 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:49:54.773 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 09:49:55.308 INFO blam! aca2fd7e272b059a3adfbdb1a1721754198edbd33c23b17c682b3c6a05abb220 Oct 11 09:49:55.311 INFO running `"docker" "start" "-a" "aca2fd7e272b059a3adfbdb1a1721754198edbd33c23b17c682b3c6a05abb220"` Oct 11 09:49:56.320 INFO kablam! usermod: no changes Oct 11 09:49:56.476 INFO kablam! Compiling tokio-serde-msgpack v0.2.0 (/source) Oct 11 09:49:58.097 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 11 09:49:58.097 INFO kablam! --> src/lib.rs:11:41 Oct 11 09:49:58.098 INFO kablam! | Oct 11 09:49:58.098 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 11 09:49:58.098 INFO kablam! | ^^^^^^^^^^ Oct 11 09:49:58.098 INFO kablam! | Oct 11 09:49:58.099 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:49:58.099 INFO kablam! Oct 11 09:49:58.099 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 11 09:49:58.100 INFO kablam! --> src/lib.rs:11:53 Oct 11 09:49:58.100 INFO kablam! | Oct 11 09:49:58.100 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 11 09:49:58.101 INFO kablam! | ^^^^^^^^^^^ Oct 11 09:49:58.101 INFO kablam! Oct 11 09:49:58.101 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 11 09:49:58.101 INFO kablam! --> src/lib.rs:18:5 Oct 11 09:49:58.102 INFO kablam! | Oct 11 09:49:58.102 INFO kablam! 18 | tokio_io::codec::FramedRead, MsgPackDecoder<'lt, R>>; Oct 11 09:49:58.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:49:58.102 INFO kablam! Oct 11 09:49:58.103 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 11 09:49:58.103 INFO kablam! --> src/lib.rs:20:5 Oct 11 09:49:58.103 INFO kablam! | Oct 11 09:49:58.104 INFO kablam! 20 | tokio_io::codec::FramedWrite, MsgPackEncoder>; Oct 11 09:49:58.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:49:58.104 INFO kablam! Oct 11 09:49:58.104 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 11 09:49:58.105 INFO kablam! --> src/lib.rs:29:15 Oct 11 09:49:58.105 INFO kablam! | Oct 11 09:49:58.105 INFO kablam! 29 | let rx2 = FramedRead::new(rx, MsgPackDecoder::<'lt, R>::new()); Oct 11 09:49:58.106 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 09:49:58.106 INFO kablam! Oct 11 09:49:58.106 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 11 09:49:58.106 INFO kablam! --> src/lib.rs:30:15 Oct 11 09:49:58.107 INFO kablam! | Oct 11 09:49:58.107 INFO kablam! 30 | let tx2 = FramedWrite::new(tx, MsgPackEncoder::::new()); Oct 11 09:49:58.107 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 09:49:58.108 INFO kablam! Oct 11 09:49:58.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.92s Oct 11 09:49:58.273 INFO kablam! su: No module specific data is present Oct 11 09:49:58.892 INFO running `"docker" "rm" "-f" "aca2fd7e272b059a3adfbdb1a1721754198edbd33c23b17c682b3c6a05abb220"` Oct 11 09:49:59.212 INFO blam! aca2fd7e272b059a3adfbdb1a1721754198edbd33c23b17c682b3c6a05abb220 Oct 11 09:49:59.224 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:49:59.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 09:49:59.543 INFO blam! 654f1493e1539bee0fe91eb0f7f2565019a1c76e8929c7f58a86adad257cb606 Oct 11 09:49:59.548 INFO running `"docker" "start" "-a" "654f1493e1539bee0fe91eb0f7f2565019a1c76e8929c7f58a86adad257cb606"` Oct 11 09:50:00.792 INFO kablam! usermod: no changes Oct 11 09:50:01.028 INFO kablam! Compiling tokio-stdin-stdout v0.1.4 Oct 11 09:50:03.428 INFO kablam! Compiling tokio-serde-msgpack v0.2.0 (/source) Oct 11 09:50:07.474 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 11 09:50:07.474 INFO kablam! --> src/lib.rs:11:41 Oct 11 09:50:07.475 INFO kablam! | Oct 11 09:50:07.475 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 11 09:50:07.475 INFO kablam! | ^^^^^^^^^^ Oct 11 09:50:07.476 INFO kablam! | Oct 11 09:50:07.476 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:50:07.476 INFO kablam! Oct 11 09:50:07.476 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 11 09:50:07.477 INFO kablam! --> src/lib.rs:11:53 Oct 11 09:50:07.477 INFO kablam! | Oct 11 09:50:07.477 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 11 09:50:07.478 INFO kablam! | ^^^^^^^^^^^ Oct 11 09:50:07.478 INFO kablam! Oct 11 09:50:07.478 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 11 09:50:07.478 INFO kablam! --> src/lib.rs:18:5 Oct 11 09:50:07.479 INFO kablam! | Oct 11 09:50:07.479 INFO kablam! 18 | tokio_io::codec::FramedRead, MsgPackDecoder<'lt, R>>; Oct 11 09:50:07.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:50:07.479 INFO kablam! Oct 11 09:50:07.480 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 11 09:50:07.483 INFO kablam! --> src/lib.rs:20:5 Oct 11 09:50:07.483 INFO kablam! | Oct 11 09:50:07.483 INFO kablam! 20 | tokio_io::codec::FramedWrite, MsgPackEncoder>; Oct 11 09:50:07.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:50:07.484 INFO kablam! Oct 11 09:50:07.484 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 11 09:50:07.484 INFO kablam! --> src/lib.rs:29:15 Oct 11 09:50:07.485 INFO kablam! | Oct 11 09:50:07.485 INFO kablam! 29 | let rx2 = FramedRead::new(rx, MsgPackDecoder::<'lt, R>::new()); Oct 11 09:50:07.485 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 09:50:07.485 INFO kablam! Oct 11 09:50:07.486 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 11 09:50:07.486 INFO kablam! --> src/lib.rs:30:15 Oct 11 09:50:07.486 INFO kablam! | Oct 11 09:50:07.486 INFO kablam! 30 | let tx2 = FramedWrite::new(tx, MsgPackEncoder::::new()); Oct 11 09:50:07.487 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 09:50:07.487 INFO kablam! Oct 11 09:50:12.210 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 11 09:50:12.211 INFO kablam! --> examples/client.rs:14:23 Oct 11 09:50:12.211 INFO kablam! | Oct 11 09:50:12.211 INFO kablam! 14 | use tokio_io::codec::{FramedRead, LinesCodec}; Oct 11 09:50:12.211 INFO kablam! | ^^^^^^^^^^ Oct 11 09:50:12.211 INFO kablam! | Oct 11 09:50:12.211 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:50:12.211 INFO kablam! Oct 11 09:50:12.211 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 11 09:50:12.211 INFO kablam! --> examples/client.rs:14:35 Oct 11 09:50:12.211 INFO kablam! | Oct 11 09:50:12.211 INFO kablam! 14 | use tokio_io::codec::{FramedRead, LinesCodec}; Oct 11 09:50:12.211 INFO kablam! | ^^^^^^^^^^ Oct 11 09:50:12.211 INFO kablam! Oct 11 09:50:12.211 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 11 09:50:12.211 INFO kablam! --> examples/client.rs:45:24 Oct 11 09:50:12.211 INFO kablam! | Oct 11 09:50:12.211 INFO kablam! 45 | let lines_in = FramedRead::new(stdin, LinesCodec::new()); Oct 11 09:50:12.211 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 09:50:12.211 INFO kablam! Oct 11 09:50:12.211 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 11 09:50:12.211 INFO kablam! --> examples/client.rs:45:47 Oct 11 09:50:12.211 INFO kablam! | Oct 11 09:50:12.211 INFO kablam! 45 | let lines_in = FramedRead::new(stdin, LinesCodec::new()); Oct 11 09:50:12.211 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 09:50:12.211 INFO kablam! Oct 11 09:50:16.940 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.11s Oct 11 09:50:16.948 INFO kablam! su: No module specific data is present Oct 11 09:50:18.020 INFO running `"docker" "rm" "-f" "654f1493e1539bee0fe91eb0f7f2565019a1c76e8929c7f58a86adad257cb606"` Oct 11 09:50:18.276 INFO blam! 654f1493e1539bee0fe91eb0f7f2565019a1c76e8929c7f58a86adad257cb606 Oct 11 09:50:18.286 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:50:18.288 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 09:50:18.724 INFO blam! 19e6dca0462759f5f8f270ab8c791b15b45f113e6f0d86688db146dbcdf0221e Oct 11 09:50:18.733 INFO running `"docker" "start" "-a" "19e6dca0462759f5f8f270ab8c791b15b45f113e6f0d86688db146dbcdf0221e"` Oct 11 09:50:19.944 INFO kablam! usermod: no changes Oct 11 09:50:20.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 11 09:50:20.134 INFO kablam! Running /target/debug/deps/tokio_serde_msgpack-5121c6bf467f7ef8 Oct 11 09:50:20.152 INFO blam! Oct 11 09:50:20.152 INFO blam! running 0 tests Oct 11 09:50:20.152 INFO blam! Oct 11 09:50:20.152 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:50:20.152 INFO blam! Oct 11 09:50:20.152 INFO kablam! Doc-tests tokio-serde-msgpack Oct 11 09:50:23.178 INFO kablam! su: No module specific data is present Oct 11 09:50:23.178 INFO blam! Oct 11 09:50:23.178 INFO blam! running 0 tests Oct 11 09:50:23.179 INFO blam! Oct 11 09:50:23.179 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:50:23.179 INFO blam! Oct 11 09:50:24.324 INFO running `"docker" "rm" "-f" "19e6dca0462759f5f8f270ab8c791b15b45f113e6f0d86688db146dbcdf0221e"` Oct 11 09:50:24.578 INFO blam! 19e6dca0462759f5f8f270ab8c791b15b45f113e6f0d86688db146dbcdf0221e