Oct 27 14:29:20.016 INFO checking tokio-jsonrpc-0.9.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:29:20.017 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 27 14:29:20.452 INFO blam! b168c59592bd5988650f3c7ce2739e6bc06ac2287238751e34e45f9b2b89ecc3 Oct 27 14:29:20.454 INFO running `"docker" "start" "-a" "b168c59592bd5988650f3c7ce2739e6bc06ac2287238751e34e45f9b2b89ecc3"` Oct 27 14:29:21.259 INFO kablam! usermod: no changes Oct 27 14:29:21.551 INFO kablam! Checking version-sync v0.5.0 Oct 27 14:29:21.555 INFO kablam! Checking slog-async v2.3.0 Oct 27 14:29:21.563 INFO kablam! Checking slog-term v2.4.0 Oct 27 14:29:21.563 INFO kablam! Checking tokio-jsonrpc v0.9.1 (/source) Oct 27 14:29:38.743 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:38.743 INFO kablam! --> examples/time_server.rs:133:28 Oct 27 14:29:38.743 INFO kablam! | Oct 27 14:29:38.743 INFO kablam! 133 | connection.framed(LineCodec::new()), Oct 27 14:29:38.743 INFO kablam! | ^^^^^^ Oct 27 14:29:38.743 INFO kablam! | Oct 27 14:29:38.743 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:29:38.743 INFO kablam! Oct 27 14:29:39.495 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:39.495 INFO kablam! --> examples/time_client.rs:52:56 Oct 27 14:29:39.495 INFO kablam! | Oct 27 14:29:39.495 INFO kablam! 52 | let (client, _) = Endpoint::client_only(socket.framed(LineCodec::new())) Oct 27 14:29:39.495 INFO kablam! | ^^^^^^ Oct 27 14:29:39.495 INFO kablam! | Oct 27 14:29:39.495 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:29:39.495 INFO kablam! Oct 27 14:29:39.698 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:29:39.699 INFO kablam! --> tests/endpoint.rs:23:5 Oct 27 14:29:39.699 INFO kablam! | Oct 27 14:29:39.699 INFO kablam! 23 | use tokio_io::codec::Framed; Oct 27 14:29:39.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:29:39.699 INFO kablam! | Oct 27 14:29:39.699 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:29:39.699 INFO kablam! Oct 27 14:29:39.699 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:29:39.699 INFO kablam! --> tests/endpoint.rs:64:5 Oct 27 14:29:39.699 INFO kablam! | Oct 27 14:29:39.699 INFO kablam! 64 | Framed, Oct 27 14:29:39.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:29:39.699 INFO kablam! Oct 27 14:29:39.699 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:29:39.699 INFO kablam! --> tests/endpoint.rs:65:5 Oct 27 14:29:39.699 INFO kablam! | Oct 27 14:29:39.699 INFO kablam! 65 | Framed, Oct 27 14:29:39.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:29:39.699 INFO kablam! Oct 27 14:29:39.731 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:39.731 INFO kablam! --> examples/echo_params.rs:32:31 Oct 27 14:29:39.731 INFO kablam! | Oct 27 14:29:39.731 INFO kablam! 32 | let jsonized = stream.framed(LineCodec::new()); Oct 27 14:29:39.731 INFO kablam! | ^^^^^^ Oct 27 14:29:39.731 INFO kablam! | Oct 27 14:29:39.731 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:29:39.731 INFO kablam! Oct 27 14:29:39.761 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:39.762 INFO kablam! --> tests/endpoint.rs:90:12 Oct 27 14:29:39.762 INFO kablam! | Oct 27 14:29:39.762 INFO kablam! 90 | s1.framed(LineCodec::new()), Oct 27 14:29:39.762 INFO kablam! | ^^^^^^ Oct 27 14:29:39.762 INFO kablam! Oct 27 14:29:39.762 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:39.762 INFO kablam! --> tests/endpoint.rs:91:12 Oct 27 14:29:39.762 INFO kablam! | Oct 27 14:29:39.762 INFO kablam! 91 | s2.framed(LineCodec::new()), Oct 27 14:29:39.762 INFO kablam! | ^^^^^^ Oct 27 14:29:39.762 INFO kablam! Oct 27 14:29:40.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.81s Oct 27 14:29:40.107 INFO kablam! su: No module specific data is present Oct 27 14:29:40.507 INFO running `"docker" "rm" "-f" "b168c59592bd5988650f3c7ce2739e6bc06ac2287238751e34e45f9b2b89ecc3"` Oct 27 14:29:40.767 INFO blam! b168c59592bd5988650f3c7ce2739e6bc06ac2287238751e34e45f9b2b89ecc3