Sep 04 00:20:26.635 INFO checking tokio-jsonrpc-0.9.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 00:20:26.635 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 00:20:26.635 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:20:26.833 INFO blam! 0e79cf3e3749eeb0c8ec755234ebbb69234d2e2734bcee071172b3ffcfdef7bd Sep 04 00:20:26.835 INFO running `"docker" "start" "-a" "0e79cf3e3749eeb0c8ec755234ebbb69234d2e2734bcee071172b3ffcfdef7bd"` Sep 04 00:20:27.593 INFO kablam! Checking tokio-jsonrpc v0.9.1 (file:///source) Sep 04 00:20:34.876 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 04 00:20:34.876 INFO kablam! --> examples/echo_params.rs:32:31 Sep 04 00:20:34.876 INFO kablam! | Sep 04 00:20:34.876 INFO kablam! 32 | let jsonized = stream.framed(LineCodec::new()); Sep 04 00:20:34.876 INFO kablam! | ^^^^^^ Sep 04 00:20:34.876 INFO kablam! | Sep 04 00:20:34.876 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 00:20:34.876 INFO kablam! Sep 04 00:20:34.936 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 04 00:20:34.936 INFO kablam! --> tests/endpoint.rs:23:5 Sep 04 00:20:34.936 INFO kablam! | Sep 04 00:20:34.936 INFO kablam! 23 | use tokio_io::codec::Framed; Sep 04 00:20:34.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:20:34.936 INFO kablam! | Sep 04 00:20:34.936 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 00:20:34.936 INFO kablam! Sep 04 00:20:34.937 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 04 00:20:34.937 INFO kablam! --> tests/endpoint.rs:64:5 Sep 04 00:20:34.937 INFO kablam! | Sep 04 00:20:34.937 INFO kablam! 64 | Framed, Sep 04 00:20:34.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:20:34.937 INFO kablam! Sep 04 00:20:34.937 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 04 00:20:34.937 INFO kablam! --> tests/endpoint.rs:65:5 Sep 04 00:20:34.937 INFO kablam! | Sep 04 00:20:34.937 INFO kablam! 65 | Framed, Sep 04 00:20:34.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:20:34.937 INFO kablam! Sep 04 00:20:35.126 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 04 00:20:35.126 INFO kablam! --> tests/endpoint.rs:90:12 Sep 04 00:20:35.126 INFO kablam! | Sep 04 00:20:35.126 INFO kablam! 90 | s1.framed(LineCodec::new()), Sep 04 00:20:35.126 INFO kablam! | ^^^^^^ Sep 04 00:20:35.127 INFO kablam! Sep 04 00:20:35.131 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 04 00:20:35.131 INFO kablam! --> tests/endpoint.rs:91:12 Sep 04 00:20:35.131 INFO kablam! | Sep 04 00:20:35.131 INFO kablam! 91 | s2.framed(LineCodec::new()), Sep 04 00:20:35.131 INFO kablam! | ^^^^^^ Sep 04 00:20:35.132 INFO kablam! Sep 04 00:20:35.645 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 04 00:20:35.645 INFO kablam! --> examples/time_client.rs:52:56 Sep 04 00:20:35.645 INFO kablam! | Sep 04 00:20:35.645 INFO kablam! 52 | let (client, _) = Endpoint::client_only(socket.framed(LineCodec::new())) Sep 04 00:20:35.645 INFO kablam! | ^^^^^^ Sep 04 00:20:35.646 INFO kablam! | Sep 04 00:20:35.646 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 00:20:35.646 INFO kablam! Sep 04 00:20:35.696 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 04 00:20:35.696 INFO kablam! --> examples/time_server.rs:133:28 Sep 04 00:20:35.696 INFO kablam! | Sep 04 00:20:35.696 INFO kablam! 133 | connection.framed(LineCodec::new()), Sep 04 00:20:35.696 INFO kablam! | ^^^^^^ Sep 04 00:20:35.696 INFO kablam! | Sep 04 00:20:35.696 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 00:20:35.696 INFO kablam! Sep 04 00:20:36.017 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.60s Sep 04 00:20:36.041 INFO kablam! su: No module specific data is present Sep 04 00:20:36.504 INFO running `"docker" "rm" "-f" "0e79cf3e3749eeb0c8ec755234ebbb69234d2e2734bcee071172b3ffcfdef7bd"` Sep 04 00:20:36.660 INFO blam! 0e79cf3e3749eeb0c8ec755234ebbb69234d2e2734bcee071172b3ffcfdef7bd