Oct 27 14:27:38.116 INFO checking tokio-stomp-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:27:38.116 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:27:38.547 INFO blam! 0e3f463b2c94e531f61d913eb1d231ff77896cd5c359be4df704796c1af7643d Oct 27 14:27:38.547 INFO running `"docker" "start" "-a" "0e3f463b2c94e531f61d913eb1d231ff77896cd5c359be4df704796c1af7643d"` Oct 27 14:27:39.807 INFO kablam! usermod: no changes Oct 27 14:27:40.023 INFO kablam! Checking memchr v2.1.0 Oct 27 14:27:41.095 INFO kablam! Checking nom v4.1.1 Oct 27 14:27:43.295 INFO kablam! Checking tokio-stomp v0.1.0 (/source) Oct 27 14:27:46.859 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:46.859 INFO kablam! --> src/lib.rs:18:41 Oct 27 14:27:46.859 INFO kablam! | Oct 27 14:27:46.859 INFO kablam! 18 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 27 14:27:46.859 INFO kablam! | ^^^^^^ Oct 27 14:27:46.859 INFO kablam! | Oct 27 14:27:46.859 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:27:46.859 INFO kablam! Oct 27 14:27:46.859 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:46.859 INFO kablam! --> src/lib.rs:25:18 Oct 27 14:27:46.859 INFO kablam! | Oct 27 14:27:46.859 INFO kablam! 25 | type Transport = Framed; Oct 27 14:27:46.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:46.859 INFO kablam! Oct 27 14:27:47.000 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:47.000 INFO kablam! --> src/lib.rs:18:41 Oct 27 14:27:47.000 INFO kablam! | Oct 27 14:27:47.000 INFO kablam! 18 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 27 14:27:47.000 INFO kablam! | ^^^^^^ Oct 27 14:27:47.000 INFO kablam! | Oct 27 14:27:47.000 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:27:47.000 INFO kablam! Oct 27 14:27:47.000 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:47.000 INFO kablam! --> src/lib.rs:25:18 Oct 27 14:27:47.000 INFO kablam! | Oct 27 14:27:47.000 INFO kablam! 25 | type Transport = Framed; Oct 27 14:27:47.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:47.000 INFO kablam! Oct 27 14:27:47.051 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:27:47.051 INFO kablam! --> src/lib.rs:583:33 Oct 27 14:27:47.051 INFO kablam! | Oct 27 14:27:47.051 INFO kablam! 583 | let transport = tcp.framed(StompCodec); Oct 27 14:27:47.051 INFO kablam! | ^^^^^^ Oct 27 14:27:47.051 INFO kablam! Oct 27 14:27:47.243 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:27:47.243 INFO kablam! --> src/lib.rs:583:33 Oct 27 14:27:47.244 INFO kablam! | Oct 27 14:27:47.244 INFO kablam! 583 | let transport = tcp.framed(StompCodec); Oct 27 14:27:47.245 INFO kablam! | ^^^^^^ Oct 27 14:27:47.245 INFO kablam! Oct 27 14:27:51.832 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 27 14:27:51.833 INFO kablam! --> examples/ping_pong.rs:8:39 Oct 27 14:27:51.833 INFO kablam! | Oct 27 14:27:51.833 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 27 14:27:51.834 INFO kablam! | ^^^ Oct 27 14:27:51.834 INFO kablam! | Oct 27 14:27:51.834 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:27:51.834 INFO kablam! Oct 27 14:27:51.835 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 27 14:27:51.835 INFO kablam! --> examples/ping_pong.rs:46:9 Oct 27 14:27:51.835 INFO kablam! | Oct 27 14:27:51.836 INFO kablam! 46 | run(|_| spawn(fut1)); Oct 27 14:27:51.836 INFO kablam! | ^^^ Oct 27 14:27:51.836 INFO kablam! Oct 27 14:27:51.837 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 27 14:27:51.837 INFO kablam! --> examples/ping_pong.rs:70:5 Oct 27 14:27:51.837 INFO kablam! | Oct 27 14:27:51.837 INFO kablam! 70 | run(|_| spawn(fut2)); Oct 27 14:27:51.838 INFO kablam! | ^^^ Oct 27 14:27:51.838 INFO kablam! Oct 27 14:27:52.279 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 27 14:27:52.279 INFO kablam! --> examples/connect.rs:8:39 Oct 27 14:27:52.279 INFO kablam! | Oct 27 14:27:52.279 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 27 14:27:52.279 INFO kablam! | ^^^ Oct 27 14:27:52.279 INFO kablam! | Oct 27 14:27:52.279 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:27:52.279 INFO kablam! Oct 27 14:27:52.283 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 27 14:27:52.283 INFO kablam! --> examples/connect.rs:66:5 Oct 27 14:27:52.284 INFO kablam! | Oct 27 14:27:52.284 INFO kablam! 66 | run(|_| spawn(fut)); Oct 27 14:27:52.284 INFO kablam! | ^^^ Oct 27 14:27:52.284 INFO kablam! Oct 27 14:27:52.659 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 27 14:27:52.659 INFO kablam! --> examples/natrail.rs:8:39 Oct 27 14:27:52.659 INFO kablam! | Oct 27 14:27:52.659 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 27 14:27:52.659 INFO kablam! | ^^^ Oct 27 14:27:52.659 INFO kablam! | Oct 27 14:27:52.659 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:27:52.659 INFO kablam! Oct 27 14:27:52.659 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 27 14:27:52.659 INFO kablam! --> examples/natrail.rs:40:5 Oct 27 14:27:52.659 INFO kablam! | Oct 27 14:27:52.659 INFO kablam! 40 | run(|_| spawn(fut)); Oct 27 14:27:52.659 INFO kablam! | ^^^ Oct 27 14:27:52.659 INFO kablam! Oct 27 14:27:52.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.96s Oct 27 14:27:52.803 INFO kablam! su: No module specific data is present Oct 27 14:27:53.534 INFO running `"docker" "rm" "-f" "0e3f463b2c94e531f61d913eb1d231ff77896cd5c359be4df704796c1af7643d"` Oct 27 14:27:53.907 INFO blam! 0e3f463b2c94e531f61d913eb1d231ff77896cd5c359be4df704796c1af7643d