Sep 19 18:51:47.103 INFO checking tokio-jsonrpc-0.9.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 18:51:47.103 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 18:51:47.103 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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.303 INFO blam! 4ae71eb1b115aa1b50c2551dbb524169ff39ffda58efe1433ae7d8014d5051ef Sep 19 18:51:47.305 INFO running `"docker" "start" "-a" "4ae71eb1b115aa1b50c2551dbb524169ff39ffda58efe1433ae7d8014d5051ef"` Sep 19 18:51:48.058 INFO kablam! usermod: no changes Sep 19 18:51:48.332 INFO kablam! Checking take_mut v0.2.2 Sep 19 18:51:48.346 INFO kablam! Checking version-sync v0.5.0 Sep 19 18:51:48.346 INFO kablam! Checking slog-term v2.4.0 Sep 19 18:51:48.346 INFO kablam! Checking tokio-jsonrpc v0.9.1 (/source) Sep 19 18:51:48.898 INFO kablam! Checking slog-async v2.3.0 Sep 19 18:51:52.498 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 19 18:51:52.498 INFO kablam! --> examples/echo_params.rs:32:31 Sep 19 18:51:52.498 INFO kablam! | Sep 19 18:51:52.498 INFO kablam! 32 | let jsonized = stream.framed(LineCodec::new()); Sep 19 18:51:52.498 INFO kablam! | ^^^^^^ Sep 19 18:51:52.498 INFO kablam! | Sep 19 18:51:52.498 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:51:52.498 INFO kablam! Sep 19 18:51:53.114 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 19 18:51:53.114 INFO kablam! --> tests/endpoint.rs:23:5 Sep 19 18:51:53.114 INFO kablam! | Sep 19 18:51:53.114 INFO kablam! 23 | use tokio_io::codec::Framed; Sep 19 18:51:53.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:51:53.114 INFO kablam! | Sep 19 18:51:53.114 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:51:53.114 INFO kablam! Sep 19 18:51:53.114 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 19 18:51:53.114 INFO kablam! --> tests/endpoint.rs:64:5 Sep 19 18:51:53.114 INFO kablam! | Sep 19 18:51:53.114 INFO kablam! 64 | Framed, Sep 19 18:51:53.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:51:53.122 INFO kablam! Sep 19 18:51:53.122 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 19 18:51:53.122 INFO kablam! --> tests/endpoint.rs:65:5 Sep 19 18:51:53.122 INFO kablam! | Sep 19 18:51:53.122 INFO kablam! 65 | Framed, Sep 19 18:51:53.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:51:53.122 INFO kablam! Sep 19 18:51:53.250 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 19 18:51:53.250 INFO kablam! --> tests/endpoint.rs:90:12 Sep 19 18:51:53.250 INFO kablam! | Sep 19 18:51:53.250 INFO kablam! 90 | s1.framed(LineCodec::new()), Sep 19 18:51:53.250 INFO kablam! | ^^^^^^ Sep 19 18:51:53.250 INFO kablam! Sep 19 18:51:53.250 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 19 18:51:53.250 INFO kablam! --> tests/endpoint.rs:91:12 Sep 19 18:51:53.250 INFO kablam! | Sep 19 18:51:53.250 INFO kablam! 91 | s2.framed(LineCodec::new()), Sep 19 18:51:53.250 INFO kablam! | ^^^^^^ Sep 19 18:51:53.250 INFO kablam! Sep 19 18:51:53.370 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 19 18:51:53.370 INFO kablam! --> examples/time_client.rs:52:56 Sep 19 18:51:53.370 INFO kablam! | Sep 19 18:51:53.370 INFO kablam! 52 | let (client, _) = Endpoint::client_only(socket.framed(LineCodec::new())) Sep 19 18:51:53.370 INFO kablam! | ^^^^^^ Sep 19 18:51:53.370 INFO kablam! | Sep 19 18:51:53.370 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:51:53.370 INFO kablam! Sep 19 18:51:53.610 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 19 18:51:53.610 INFO kablam! --> examples/time_server.rs:133:28 Sep 19 18:51:53.610 INFO kablam! | Sep 19 18:51:53.610 INFO kablam! 133 | connection.framed(LineCodec::new()), Sep 19 18:51:53.610 INFO kablam! | ^^^^^^ Sep 19 18:51:53.610 INFO kablam! | Sep 19 18:51:53.610 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:51:53.610 INFO kablam! Sep 19 18:51:53.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.82s Sep 19 18:51:53.934 INFO kablam! su: No module specific data is present Sep 19 18:51:54.713 INFO running `"docker" "rm" "-f" "4ae71eb1b115aa1b50c2551dbb524169ff39ffda58efe1433ae7d8014d5051ef"` Sep 19 18:51:54.853 INFO blam! 4ae71eb1b115aa1b50c2551dbb524169ff39ffda58efe1433ae7d8014d5051ef