Oct 27 14:27:38.413 INFO checking tokio-stomp-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:27:38.414 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:27:38.743 INFO blam! 87dbafe5a094e9f6f369d205a2e9ef1fd5140d2190314a0bd6fa7e0e41966ac2 Oct 27 14:27:38.750 INFO running `"docker" "start" "-a" "87dbafe5a094e9f6f369d205a2e9ef1fd5140d2190314a0bd6fa7e0e41966ac2"` Oct 27 14:27:39.938 INFO kablam! usermod: no changes Oct 27 14:27:40.111 INFO kablam! Checking tokio-stomp v0.1.0 (/source) Oct 27 14:27:44.212 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:44.213 INFO kablam! --> src/lib.rs:18:41 Oct 27 14:27:44.213 INFO kablam! | Oct 27 14:27:44.213 INFO kablam! 18 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 27 14:27:44.213 INFO kablam! | ^^^^^^ Oct 27 14:27:44.213 INFO kablam! | Oct 27 14:27:44.213 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:27:44.213 INFO kablam! Oct 27 14:27:44.213 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:44.213 INFO kablam! --> src/lib.rs:25:18 Oct 27 14:27:44.213 INFO kablam! | Oct 27 14:27:44.213 INFO kablam! 25 | type Transport = Framed; Oct 27 14:27:44.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:44.213 INFO kablam! Oct 27 14:27:44.395 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:27:44.395 INFO kablam! --> src/lib.rs:583:33 Oct 27 14:27:44.395 INFO kablam! | Oct 27 14:27:44.395 INFO kablam! 583 | let transport = tcp.framed(StompCodec); Oct 27 14:27:44.395 INFO kablam! | ^^^^^^ Oct 27 14:27:44.395 INFO kablam! Oct 27 14:27:44.511 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:44.511 INFO kablam! --> src/lib.rs:18:41 Oct 27 14:27:44.511 INFO kablam! | Oct 27 14:27:44.511 INFO kablam! 18 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 27 14:27:44.511 INFO kablam! | ^^^^^^ Oct 27 14:27:44.511 INFO kablam! | Oct 27 14:27:44.511 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:27:44.511 INFO kablam! Oct 27 14:27:44.511 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:44.511 INFO kablam! --> src/lib.rs:25:18 Oct 27 14:27:44.511 INFO kablam! | Oct 27 14:27:44.511 INFO kablam! 25 | type Transport = Framed; Oct 27 14:27:44.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:44.519 INFO kablam! Oct 27 14:27:44.723 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:27:44.724 INFO kablam! --> src/lib.rs:583:33 Oct 27 14:27:44.724 INFO kablam! | Oct 27 14:27:44.724 INFO kablam! 583 | let transport = tcp.framed(StompCodec); Oct 27 14:27:44.724 INFO kablam! | ^^^^^^ Oct 27 14:27:44.725 INFO kablam! Oct 27 14:27:48.539 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 27 14:27:48.539 INFO kablam! --> examples/connect.rs:8:39 Oct 27 14:27:48.539 INFO kablam! | Oct 27 14:27:48.539 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 27 14:27:48.539 INFO kablam! | ^^^ Oct 27 14:27:48.539 INFO kablam! | Oct 27 14:27:48.539 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:27:48.539 INFO kablam! Oct 27 14:27:48.539 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 27 14:27:48.539 INFO kablam! --> examples/connect.rs:66:5 Oct 27 14:27:48.539 INFO kablam! | Oct 27 14:27:48.539 INFO kablam! 66 | run(|_| spawn(fut)); Oct 27 14:27:48.539 INFO kablam! | ^^^ Oct 27 14:27:48.539 INFO kablam! Oct 27 14:27:48.663 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 27 14:27:48.663 INFO kablam! --> examples/natrail.rs:8:39 Oct 27 14:27:48.663 INFO kablam! | Oct 27 14:27:48.663 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 27 14:27:48.663 INFO kablam! | ^^^ Oct 27 14:27:48.663 INFO kablam! | Oct 27 14:27:48.663 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:27:48.663 INFO kablam! Oct 27 14:27:48.663 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 27 14:27:48.663 INFO kablam! --> examples/natrail.rs:40:5 Oct 27 14:27:48.663 INFO kablam! | Oct 27 14:27:48.663 INFO kablam! 40 | run(|_| spawn(fut)); Oct 27 14:27:48.663 INFO kablam! | ^^^ Oct 27 14:27:48.663 INFO kablam! Oct 27 14:27:49.085 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 27 14:27:49.086 INFO kablam! --> examples/ping_pong.rs:8:39 Oct 27 14:27:49.086 INFO kablam! | Oct 27 14:27:49.087 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 27 14:27:49.088 INFO kablam! | ^^^ Oct 27 14:27:49.088 INFO kablam! | Oct 27 14:27:49.089 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:27:49.089 INFO kablam! Oct 27 14:27:49.090 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 27 14:27:49.090 INFO kablam! --> examples/ping_pong.rs:46:9 Oct 27 14:27:49.090 INFO kablam! | Oct 27 14:27:49.090 INFO kablam! 46 | run(|_| spawn(fut1)); Oct 27 14:27:49.090 INFO kablam! | ^^^ Oct 27 14:27:49.090 INFO kablam! Oct 27 14:27:49.093 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 27 14:27:49.093 INFO kablam! --> examples/ping_pong.rs:70:5 Oct 27 14:27:49.093 INFO kablam! | Oct 27 14:27:49.093 INFO kablam! 70 | run(|_| spawn(fut2)); Oct 27 14:27:49.093 INFO kablam! | ^^^ Oct 27 14:27:49.093 INFO kablam! Oct 27 14:27:49.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.23s Oct 27 14:27:49.209 INFO kablam! su: No module specific data is present Oct 27 14:27:49.983 INFO running `"docker" "rm" "-f" "87dbafe5a094e9f6f369d205a2e9ef1fd5140d2190314a0bd6fa7e0e41966ac2"` Oct 27 14:27:50.328 INFO blam! 87dbafe5a094e9f6f369d205a2e9ef1fd5140d2190314a0bd6fa7e0e41966ac2