Sep 01 21:03:42.695 INFO checking tokio-jsonrpc-0.9.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 21:03:42.695 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 21:03:42.695 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:03:42.857 INFO blam! 00e62e273259dca98be7b4ebe60b897710e4789c7cd51c82d81d7be6b8851eb5 Sep 01 21:03:42.859 INFO running `"docker" "start" "-a" "00e62e273259dca98be7b4ebe60b897710e4789c7cd51c82d81d7be6b8851eb5"` Sep 01 21:03:43.580 INFO kablam! Checking version-sync v0.5.0 Sep 01 21:03:43.581 INFO kablam! Checking tokio-jsonrpc v0.9.1 (file:///source) Sep 01 21:03:49.945 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 01 21:03:49.945 INFO kablam! --> tests/endpoint.rs:23:5 Sep 01 21:03:49.945 INFO kablam! | Sep 01 21:03:49.945 INFO kablam! 23 | use tokio_io::codec::Framed; Sep 01 21:03:49.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:03:49.954 INFO kablam! | Sep 01 21:03:49.954 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 21:03:49.954 INFO kablam! Sep 01 21:03:49.955 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 01 21:03:49.955 INFO kablam! --> tests/endpoint.rs:64:5 Sep 01 21:03:49.955 INFO kablam! | Sep 01 21:03:49.955 INFO kablam! 64 | Framed, Sep 01 21:03:49.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:03:49.955 INFO kablam! Sep 01 21:03:49.955 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 01 21:03:49.955 INFO kablam! --> tests/endpoint.rs:65:5 Sep 01 21:03:49.955 INFO kablam! | Sep 01 21:03:49.955 INFO kablam! 65 | Framed, Sep 01 21:03:49.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:03:49.955 INFO kablam! Sep 01 21:03:50.208 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 01 21:03:50.209 INFO kablam! --> examples/echo_params.rs:32:31 Sep 01 21:03:50.209 INFO kablam! | Sep 01 21:03:50.209 INFO kablam! 32 | let jsonized = stream.framed(LineCodec::new()); Sep 01 21:03:50.209 INFO kablam! | ^^^^^^ Sep 01 21:03:50.209 INFO kablam! | Sep 01 21:03:50.209 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 21:03:50.210 INFO kablam! Sep 01 21:03:50.356 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 01 21:03:50.356 INFO kablam! --> tests/endpoint.rs:90:12 Sep 01 21:03:50.356 INFO kablam! | Sep 01 21:03:50.356 INFO kablam! 90 | s1.framed(LineCodec::new()), Sep 01 21:03:50.356 INFO kablam! | ^^^^^^ Sep 01 21:03:50.356 INFO kablam! Sep 01 21:03:50.361 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 01 21:03:50.361 INFO kablam! --> tests/endpoint.rs:91:12 Sep 01 21:03:50.361 INFO kablam! | Sep 01 21:03:50.361 INFO kablam! 91 | s2.framed(LineCodec::new()), Sep 01 21:03:50.361 INFO kablam! | ^^^^^^ Sep 01 21:03:50.361 INFO kablam! Sep 01 21:03:51.536 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 01 21:03:51.536 INFO kablam! --> examples/time_client.rs:52:56 Sep 01 21:03:51.536 INFO kablam! | Sep 01 21:03:51.536 INFO kablam! 52 | let (client, _) = Endpoint::client_only(socket.framed(LineCodec::new())) Sep 01 21:03:51.536 INFO kablam! | ^^^^^^ Sep 01 21:03:51.536 INFO kablam! | Sep 01 21:03:51.536 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 21:03:51.536 INFO kablam! Sep 01 21:03:51.611 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 01 21:03:51.611 INFO kablam! --> examples/time_server.rs:133:28 Sep 01 21:03:51.611 INFO kablam! | Sep 01 21:03:51.611 INFO kablam! 133 | connection.framed(LineCodec::new()), Sep 01 21:03:51.611 INFO kablam! | ^^^^^^ Sep 01 21:03:51.612 INFO kablam! | Sep 01 21:03:51.612 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 21:03:51.612 INFO kablam! Sep 01 21:03:53.554 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.15s Sep 01 21:03:53.571 INFO kablam! su: No module specific data is present Sep 01 21:03:54.061 INFO running `"docker" "rm" "-f" "00e62e273259dca98be7b4ebe60b897710e4789c7cd51c82d81d7be6b8851eb5"` Sep 01 21:03:54.227 INFO blam! 00e62e273259dca98be7b4ebe60b897710e4789c7cd51c82d81d7be6b8851eb5