Sep 19 18:51:46.994 INFO checking tokio-jsonrpc-0.9.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 18:51:46.994 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 18:51:46.994 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:51:47.164 INFO blam! ac17b7bd0df628ae7308bf174f162674389d71c860a96d5c6470557130a89290 Sep 19 18:51:47.165 INFO running `"docker" "start" "-a" "ac17b7bd0df628ae7308bf174f162674389d71c860a96d5c6470557130a89290"` Sep 19 18:51:47.747 INFO kablam! usermod: no changes Sep 19 18:51:47.864 INFO kablam! Checking unicode-xid v0.0.4 Sep 19 18:51:47.865 INFO kablam! Checking quote v0.3.15 Sep 19 18:51:47.868 INFO kablam! Checking pulldown-cmark v0.1.2 Sep 19 18:51:47.869 INFO kablam! Checking slog-async v2.3.0 Sep 19 18:51:47.871 INFO kablam! Checking tokio-jsonrpc v0.9.1 (/source) Sep 19 18:51:48.067 INFO kablam! Checking synom v0.11.3 Sep 19 18:51:48.622 INFO kablam! Checking syn v0.11.11 Sep 19 18:51:52.659 INFO kablam! Checking version-sync v0.5.0 Sep 19 18:51:55.129 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 19 18:51:55.129 INFO kablam! --> examples/echo_params.rs:32:31 Sep 19 18:51:55.129 INFO kablam! | Sep 19 18:51:55.129 INFO kablam! 32 | let jsonized = stream.framed(LineCodec::new()); Sep 19 18:51:55.129 INFO kablam! | ^^^^^^ Sep 19 18:51:55.129 INFO kablam! | Sep 19 18:51:55.129 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:51:55.129 INFO kablam! Sep 19 18:51:55.522 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 19 18:51:55.522 INFO kablam! --> tests/endpoint.rs:23:5 Sep 19 18:51:55.522 INFO kablam! | Sep 19 18:51:55.522 INFO kablam! 23 | use tokio_io::codec::Framed; Sep 19 18:51:55.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:51:55.522 INFO kablam! | Sep 19 18:51:55.522 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:51:55.522 INFO kablam! Sep 19 18:51:55.522 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 19 18:51:55.522 INFO kablam! --> tests/endpoint.rs:64:5 Sep 19 18:51:55.522 INFO kablam! | Sep 19 18:51:55.522 INFO kablam! 64 | Framed, Sep 19 18:51:55.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:51:55.522 INFO kablam! Sep 19 18:51:55.522 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 19 18:51:55.522 INFO kablam! --> tests/endpoint.rs:65:5 Sep 19 18:51:55.522 INFO kablam! | Sep 19 18:51:55.522 INFO kablam! 65 | Framed, Sep 19 18:51:55.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:51:55.522 INFO kablam! Sep 19 18:51:55.679 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 19 18:51:55.679 INFO kablam! --> tests/endpoint.rs:90:12 Sep 19 18:51:55.679 INFO kablam! | Sep 19 18:51:55.679 INFO kablam! 90 | s1.framed(LineCodec::new()), Sep 19 18:51:55.679 INFO kablam! | ^^^^^^ Sep 19 18:51:55.679 INFO kablam! Sep 19 18:51:55.686 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 19 18:51:55.686 INFO kablam! --> tests/endpoint.rs:91:12 Sep 19 18:51:55.686 INFO kablam! | Sep 19 18:51:55.686 INFO kablam! 91 | s2.framed(LineCodec::new()), Sep 19 18:51:55.686 INFO kablam! | ^^^^^^ Sep 19 18:51:55.686 INFO kablam! Sep 19 18:51:56.338 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 19 18:51:56.338 INFO kablam! --> examples/time_client.rs:52:56 Sep 19 18:51:56.338 INFO kablam! | Sep 19 18:51:56.338 INFO kablam! 52 | let (client, _) = Endpoint::client_only(socket.framed(LineCodec::new())) Sep 19 18:51:56.338 INFO kablam! | ^^^^^^ Sep 19 18:51:56.338 INFO kablam! | Sep 19 18:51:56.338 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:51:56.338 INFO kablam! Sep 19 18:51:56.588 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 19 18:51:56.588 INFO kablam! --> examples/time_server.rs:133:28 Sep 19 18:51:56.588 INFO kablam! | Sep 19 18:51:56.588 INFO kablam! 133 | connection.framed(LineCodec::new()), Sep 19 18:51:56.588 INFO kablam! | ^^^^^^ Sep 19 18:51:56.588 INFO kablam! | Sep 19 18:51:56.588 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:51:56.588 INFO kablam! Sep 19 18:51:58.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.50s Sep 19 18:51:58.275 INFO kablam! su: No module specific data is present Sep 19 18:51:58.724 INFO running `"docker" "rm" "-f" "ac17b7bd0df628ae7308bf174f162674389d71c860a96d5c6470557130a89290"` Sep 19 18:51:58.779 INFO blam! ac17b7bd0df628ae7308bf174f162674389d71c860a96d5c6470557130a89290