Oct 13 07:17:26.750 INFO checking tokio-jsonrpc-0.9.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:17:26.750 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 07:17:27.145 INFO blam! c43c7cef694361a0a5b438ce8e15a341a333ae3ad8327e0006201443078a7d1f Oct 13 07:17:27.149 INFO running `"docker" "start" "-a" "c43c7cef694361a0a5b438ce8e15a341a333ae3ad8327e0006201443078a7d1f"` Oct 13 07:17:27.776 INFO kablam! usermod: no changes Oct 13 07:17:27.986 INFO kablam! Checking tokio-jsonrpc v0.9.1 (/source) Oct 13 07:17:46.832 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:46.832 INFO kablam! --> examples/time_client.rs:52:56 Oct 13 07:17:46.832 INFO kablam! | Oct 13 07:17:46.832 INFO kablam! 52 | let (client, _) = Endpoint::client_only(socket.framed(LineCodec::new())) Oct 13 07:17:46.832 INFO kablam! | ^^^^^^ Oct 13 07:17:46.832 INFO kablam! | Oct 13 07:17:46.832 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:17:46.832 INFO kablam! Oct 13 07:17:47.112 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:47.112 INFO kablam! --> tests/endpoint.rs:23:5 Oct 13 07:17:47.112 INFO kablam! | Oct 13 07:17:47.112 INFO kablam! 23 | use tokio_io::codec::Framed; Oct 13 07:17:47.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:17:47.116 INFO kablam! | Oct 13 07:17:47.116 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:17:47.116 INFO kablam! Oct 13 07:17:47.116 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:47.116 INFO kablam! --> tests/endpoint.rs:64:5 Oct 13 07:17:47.116 INFO kablam! | Oct 13 07:17:47.116 INFO kablam! 64 | Framed, Oct 13 07:17:47.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:17:47.116 INFO kablam! Oct 13 07:17:47.116 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:47.116 INFO kablam! --> tests/endpoint.rs:65:5 Oct 13 07:17:47.116 INFO kablam! | Oct 13 07:17:47.116 INFO kablam! 65 | Framed, Oct 13 07:17:47.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:17:47.116 INFO kablam! Oct 13 07:17:47.224 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:47.224 INFO kablam! --> tests/endpoint.rs:90:12 Oct 13 07:17:47.224 INFO kablam! | Oct 13 07:17:47.224 INFO kablam! 90 | s1.framed(LineCodec::new()), Oct 13 07:17:47.224 INFO kablam! | ^^^^^^ Oct 13 07:17:47.224 INFO kablam! Oct 13 07:17:47.236 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:47.236 INFO kablam! --> tests/endpoint.rs:91:12 Oct 13 07:17:47.236 INFO kablam! | Oct 13 07:17:47.236 INFO kablam! 91 | s2.framed(LineCodec::new()), Oct 13 07:17:47.236 INFO kablam! | ^^^^^^ Oct 13 07:17:47.236 INFO kablam! Oct 13 07:17:47.384 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:47.384 INFO kablam! --> examples/time_server.rs:133:28 Oct 13 07:17:47.384 INFO kablam! | Oct 13 07:17:47.384 INFO kablam! 133 | connection.framed(LineCodec::new()), Oct 13 07:17:47.384 INFO kablam! | ^^^^^^ Oct 13 07:17:47.384 INFO kablam! | Oct 13 07:17:47.384 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:17:47.384 INFO kablam! Oct 13 07:17:47.656 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:47.656 INFO kablam! --> examples/echo_params.rs:32:31 Oct 13 07:17:47.656 INFO kablam! | Oct 13 07:17:47.656 INFO kablam! 32 | let jsonized = stream.framed(LineCodec::new()); Oct 13 07:17:47.656 INFO kablam! | ^^^^^^ Oct 13 07:17:47.656 INFO kablam! | Oct 13 07:17:47.656 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:17:47.656 INFO kablam! Oct 13 07:17:47.892 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.08s Oct 13 07:17:47.908 INFO kablam! su: No module specific data is present Oct 13 07:17:48.669 INFO running `"docker" "rm" "-f" "c43c7cef694361a0a5b438ce8e15a341a333ae3ad8327e0006201443078a7d1f"` Oct 13 07:17:48.866 INFO blam! c43c7cef694361a0a5b438ce8e15a341a333ae3ad8327e0006201443078a7d1f