Oct 21 22:57:49.338 INFO checking tokio-jsonrpc-0.9.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:57:49.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 22:57:49.578 INFO blam! 97e8eeee494ac577958d59819f99fb50a8a6a335852f63d88b322ce9b4c5dfc8 Oct 21 22:57:49.585 INFO running `"docker" "start" "-a" "97e8eeee494ac577958d59819f99fb50a8a6a335852f63d88b322ce9b4c5dfc8"` Oct 21 22:57:50.126 INFO kablam! usermod: no changes Oct 21 22:57:50.320 INFO kablam! Checking version-sync v0.5.0 Oct 21 22:57:50.320 INFO kablam! Checking slog-async v2.3.0 Oct 21 22:57:50.320 INFO kablam! Checking slog-term v2.4.0 Oct 21 22:57:50.320 INFO kablam! Checking tokio-jsonrpc v0.9.1 (/source) Oct 21 22:58:02.416 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:58:02.416 INFO kablam! --> examples/time_server.rs:133:28 Oct 21 22:58:02.416 INFO kablam! | Oct 21 22:58:02.416 INFO kablam! 133 | connection.framed(LineCodec::new()), Oct 21 22:58:02.416 INFO kablam! | ^^^^^^ Oct 21 22:58:02.416 INFO kablam! | Oct 21 22:58:02.416 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:58:02.416 INFO kablam! Oct 21 22:58:02.772 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:58:02.772 INFO kablam! --> examples/echo_params.rs:32:31 Oct 21 22:58:02.772 INFO kablam! | Oct 21 22:58:02.772 INFO kablam! 32 | let jsonized = stream.framed(LineCodec::new()); Oct 21 22:58:02.772 INFO kablam! | ^^^^^^ Oct 21 22:58:02.772 INFO kablam! | Oct 21 22:58:02.772 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:58:02.772 INFO kablam! Oct 21 22:58:03.524 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:58:03.524 INFO kablam! --> tests/endpoint.rs:23:5 Oct 21 22:58:03.524 INFO kablam! | Oct 21 22:58:03.524 INFO kablam! 23 | use tokio_io::codec::Framed; Oct 21 22:58:03.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:58:03.524 INFO kablam! | Oct 21 22:58:03.524 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:58:03.524 INFO kablam! Oct 21 22:58:03.524 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:58:03.524 INFO kablam! --> tests/endpoint.rs:64:5 Oct 21 22:58:03.524 INFO kablam! | Oct 21 22:58:03.524 INFO kablam! 64 | Framed, Oct 21 22:58:03.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:58:03.524 INFO kablam! Oct 21 22:58:03.524 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:58:03.524 INFO kablam! --> tests/endpoint.rs:65:5 Oct 21 22:58:03.525 INFO kablam! | Oct 21 22:58:03.525 INFO kablam! 65 | Framed, Oct 21 22:58:03.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:58:03.525 INFO kablam! Oct 21 22:58:03.640 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:58:03.640 INFO kablam! --> tests/endpoint.rs:90:12 Oct 21 22:58:03.640 INFO kablam! | Oct 21 22:58:03.640 INFO kablam! 90 | s1.framed(LineCodec::new()), Oct 21 22:58:03.640 INFO kablam! | ^^^^^^ Oct 21 22:58:03.640 INFO kablam! Oct 21 22:58:03.640 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:58:03.640 INFO kablam! --> tests/endpoint.rs:91:12 Oct 21 22:58:03.640 INFO kablam! | Oct 21 22:58:03.640 INFO kablam! 91 | s2.framed(LineCodec::new()), Oct 21 22:58:03.640 INFO kablam! | ^^^^^^ Oct 21 22:58:03.640 INFO kablam! Oct 21 22:58:03.970 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:58:03.970 INFO kablam! --> examples/time_client.rs:52:56 Oct 21 22:58:03.970 INFO kablam! | Oct 21 22:58:03.970 INFO kablam! 52 | let (client, _) = Endpoint::client_only(socket.framed(LineCodec::new())) Oct 21 22:58:03.970 INFO kablam! | ^^^^^^ Oct 21 22:58:03.970 INFO kablam! | Oct 21 22:58:03.970 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:58:03.970 INFO kablam! Oct 21 22:58:04.156 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.01s Oct 21 22:58:04.166 INFO kablam! su: No module specific data is present Oct 21 22:58:04.664 INFO running `"docker" "rm" "-f" "97e8eeee494ac577958d59819f99fb50a8a6a335852f63d88b322ce9b4c5dfc8"` Oct 21 22:58:04.920 INFO blam! 97e8eeee494ac577958d59819f99fb50a8a6a335852f63d88b322ce9b4c5dfc8