Oct 21 22:56:53.627 INFO checking tokio-stomp-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:56:53.627 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:56:54.020 INFO blam! 678c4dbcdad66107082dbdd3b2560f470129c6fc0f101e8b2d7c27a1727a393a Oct 21 22:56:54.024 INFO running `"docker" "start" "-a" "678c4dbcdad66107082dbdd3b2560f470129c6fc0f101e8b2d7c27a1727a393a"` Oct 21 22:56:55.076 INFO kablam! usermod: no changes Oct 21 22:56:55.248 INFO kablam! Checking nom v4.1.1 Oct 21 22:56:57.701 INFO kablam! Checking tokio-stomp v0.1.0 (/source) Oct 21 22:57:01.373 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:57:01.373 INFO kablam! --> src/lib.rs:18:41 Oct 21 22:57:01.373 INFO kablam! | Oct 21 22:57:01.374 INFO kablam! 18 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 21 22:57:01.374 INFO kablam! | ^^^^^^ Oct 21 22:57:01.374 INFO kablam! | Oct 21 22:57:01.374 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:57:01.375 INFO kablam! Oct 21 22:57:01.375 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:57:01.375 INFO kablam! --> src/lib.rs:25:18 Oct 21 22:57:01.375 INFO kablam! | Oct 21 22:57:01.376 INFO kablam! 25 | type Transport = Framed; Oct 21 22:57:01.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:57:01.376 INFO kablam! Oct 21 22:57:01.588 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:57:01.588 INFO kablam! --> src/lib.rs:583:33 Oct 21 22:57:01.589 INFO kablam! | Oct 21 22:57:01.589 INFO kablam! 583 | let transport = tcp.framed(StompCodec); Oct 21 22:57:01.589 INFO kablam! | ^^^^^^ Oct 21 22:57:01.589 INFO kablam! Oct 21 22:57:01.738 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:57:01.738 INFO kablam! --> src/lib.rs:18:41 Oct 21 22:57:01.739 INFO kablam! | Oct 21 22:57:01.739 INFO kablam! 18 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 21 22:57:01.739 INFO kablam! | ^^^^^^ Oct 21 22:57:01.740 INFO kablam! | Oct 21 22:57:01.740 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:57:01.740 INFO kablam! Oct 21 22:57:01.740 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:57:01.741 INFO kablam! --> src/lib.rs:25:18 Oct 21 22:57:01.741 INFO kablam! | Oct 21 22:57:01.741 INFO kablam! 25 | type Transport = Framed; Oct 21 22:57:01.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:57:01.742 INFO kablam! Oct 21 22:57:01.944 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:57:01.944 INFO kablam! --> src/lib.rs:583:33 Oct 21 22:57:01.944 INFO kablam! | Oct 21 22:57:01.944 INFO kablam! 583 | let transport = tcp.framed(StompCodec); Oct 21 22:57:01.944 INFO kablam! | ^^^^^^ Oct 21 22:57:01.944 INFO kablam! Oct 21 22:57:05.191 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 21 22:57:05.191 INFO kablam! --> examples/ping_pong.rs:8:39 Oct 21 22:57:05.192 INFO kablam! | Oct 21 22:57:05.192 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 21 22:57:05.192 INFO kablam! | ^^^ Oct 21 22:57:05.192 INFO kablam! | Oct 21 22:57:05.193 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:57:05.193 INFO kablam! Oct 21 22:57:05.193 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 21 22:57:05.194 INFO kablam! --> examples/ping_pong.rs:46:9 Oct 21 22:57:05.194 INFO kablam! | Oct 21 22:57:05.194 INFO kablam! 46 | run(|_| spawn(fut1)); Oct 21 22:57:05.194 INFO kablam! | ^^^ Oct 21 22:57:05.195 INFO kablam! Oct 21 22:57:05.195 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 21 22:57:05.195 INFO kablam! --> examples/ping_pong.rs:70:5 Oct 21 22:57:05.195 INFO kablam! | Oct 21 22:57:05.196 INFO kablam! 70 | run(|_| spawn(fut2)); Oct 21 22:57:05.196 INFO kablam! | ^^^ Oct 21 22:57:05.196 INFO kablam! Oct 21 22:57:05.581 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 21 22:57:05.581 INFO kablam! --> examples/connect.rs:8:39 Oct 21 22:57:05.581 INFO kablam! | Oct 21 22:57:05.581 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 21 22:57:05.581 INFO kablam! | ^^^ Oct 21 22:57:05.581 INFO kablam! | Oct 21 22:57:05.581 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:57:05.581 INFO kablam! Oct 21 22:57:05.581 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 21 22:57:05.581 INFO kablam! --> examples/connect.rs:66:5 Oct 21 22:57:05.581 INFO kablam! | Oct 21 22:57:05.581 INFO kablam! 66 | run(|_| spawn(fut)); Oct 21 22:57:05.581 INFO kablam! | ^^^ Oct 21 22:57:05.581 INFO kablam! Oct 21 22:57:05.612 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 21 22:57:05.612 INFO kablam! --> examples/natrail.rs:8:39 Oct 21 22:57:05.612 INFO kablam! | Oct 21 22:57:05.612 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 21 22:57:05.612 INFO kablam! | ^^^ Oct 21 22:57:05.612 INFO kablam! | Oct 21 22:57:05.612 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:57:05.612 INFO kablam! Oct 21 22:57:05.620 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 21 22:57:05.620 INFO kablam! --> examples/natrail.rs:40:5 Oct 21 22:57:05.620 INFO kablam! | Oct 21 22:57:05.620 INFO kablam! 40 | run(|_| spawn(fut)); Oct 21 22:57:05.620 INFO kablam! | ^^^ Oct 21 22:57:05.620 INFO kablam! Oct 21 22:57:05.705 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.62s Oct 21 22:57:05.718 INFO kablam! su: No module specific data is present Oct 21 22:57:06.150 INFO running `"docker" "rm" "-f" "678c4dbcdad66107082dbdd3b2560f470129c6fc0f101e8b2d7c27a1727a393a"` Oct 21 22:57:06.391 INFO blam! 678c4dbcdad66107082dbdd3b2560f470129c6fc0f101e8b2d7c27a1727a393a