Oct 13 07:15:40.933 INFO checking tokio-stomp-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:15:40.934 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 07:15:41.368 INFO blam! e420ca4eeca870f7947363e1bcda3070a839437f5c9ff076209ad183754cad98 Oct 13 07:15:41.370 INFO running `"docker" "start" "-a" "e420ca4eeca870f7947363e1bcda3070a839437f5c9ff076209ad183754cad98"` Oct 13 07:15:42.556 INFO kablam! usermod: no changes Oct 13 07:15:42.828 INFO kablam! Compiling memchr v2.1.0 Oct 13 07:15:45.128 INFO kablam! Checking nom v4.1.0 Oct 13 07:15:47.429 INFO kablam! Checking tokio-stomp v0.1.0 (/source) Oct 13 07:15:51.041 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:15:51.041 INFO kablam! --> src/lib.rs:18:41 Oct 13 07:15:51.042 INFO kablam! | Oct 13 07:15:51.042 INFO kablam! 18 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 13 07:15:51.042 INFO kablam! | ^^^^^^ Oct 13 07:15:51.042 INFO kablam! | Oct 13 07:15:51.043 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:15:51.043 INFO kablam! Oct 13 07:15:51.043 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:15:51.044 INFO kablam! --> src/lib.rs:25:18 Oct 13 07:15:51.044 INFO kablam! | Oct 13 07:15:51.044 INFO kablam! 25 | type Transport = Framed; Oct 13 07:15:51.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:15:51.045 INFO kablam! Oct 13 07:15:51.309 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:15:51.309 INFO kablam! --> src/lib.rs:583:33 Oct 13 07:15:51.309 INFO kablam! | Oct 13 07:15:51.309 INFO kablam! 583 | let transport = tcp.framed(StompCodec); Oct 13 07:15:51.310 INFO kablam! | ^^^^^^ Oct 13 07:15:51.310 INFO kablam! Oct 13 07:15:51.448 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:15:51.448 INFO kablam! --> src/lib.rs:18:41 Oct 13 07:15:51.448 INFO kablam! | Oct 13 07:15:51.448 INFO kablam! 18 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 13 07:15:51.448 INFO kablam! | ^^^^^^ Oct 13 07:15:51.448 INFO kablam! | Oct 13 07:15:51.448 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:15:51.448 INFO kablam! Oct 13 07:15:51.448 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:15:51.448 INFO kablam! --> src/lib.rs:25:18 Oct 13 07:15:51.448 INFO kablam! | Oct 13 07:15:51.448 INFO kablam! 25 | type Transport = Framed; Oct 13 07:15:51.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:15:51.448 INFO kablam! Oct 13 07:15:51.684 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:15:51.684 INFO kablam! --> src/lib.rs:583:33 Oct 13 07:15:51.684 INFO kablam! | Oct 13 07:15:51.684 INFO kablam! 583 | let transport = tcp.framed(StompCodec); Oct 13 07:15:51.684 INFO kablam! | ^^^^^^ Oct 13 07:15:51.684 INFO kablam! Oct 13 07:15:56.220 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 13 07:15:56.220 INFO kablam! --> examples/connect.rs:8:39 Oct 13 07:15:56.220 INFO kablam! | Oct 13 07:15:56.220 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 13 07:15:56.220 INFO kablam! | ^^^ Oct 13 07:15:56.220 INFO kablam! | Oct 13 07:15:56.220 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:15:56.221 INFO kablam! Oct 13 07:15:56.221 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 13 07:15:56.221 INFO kablam! --> examples/connect.rs:66:5 Oct 13 07:15:56.221 INFO kablam! | Oct 13 07:15:56.221 INFO kablam! 66 | run(|_| spawn(fut)); Oct 13 07:15:56.221 INFO kablam! | ^^^ Oct 13 07:15:56.221 INFO kablam! Oct 13 07:15:56.412 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 13 07:15:56.412 INFO kablam! --> examples/ping_pong.rs:8:39 Oct 13 07:15:56.412 INFO kablam! | Oct 13 07:15:56.412 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 13 07:15:56.412 INFO kablam! | ^^^ Oct 13 07:15:56.412 INFO kablam! | Oct 13 07:15:56.412 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:15:56.412 INFO kablam! Oct 13 07:15:56.412 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 13 07:15:56.412 INFO kablam! --> examples/ping_pong.rs:46:9 Oct 13 07:15:56.412 INFO kablam! | Oct 13 07:15:56.412 INFO kablam! 46 | run(|_| spawn(fut1)); Oct 13 07:15:56.412 INFO kablam! | ^^^ Oct 13 07:15:56.412 INFO kablam! Oct 13 07:15:56.412 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 13 07:15:56.412 INFO kablam! --> examples/ping_pong.rs:70:5 Oct 13 07:15:56.412 INFO kablam! | Oct 13 07:15:56.412 INFO kablam! 70 | run(|_| spawn(fut2)); Oct 13 07:15:56.412 INFO kablam! | ^^^ Oct 13 07:15:56.412 INFO kablam! Oct 13 07:15:56.562 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 13 07:15:56.562 INFO kablam! --> examples/natrail.rs:8:39 Oct 13 07:15:56.562 INFO kablam! | Oct 13 07:15:56.562 INFO kablam! 8 | use tokio::executor::current_thread::{run, spawn}; Oct 13 07:15:56.562 INFO kablam! | ^^^ Oct 13 07:15:56.562 INFO kablam! | Oct 13 07:15:56.562 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:15:56.562 INFO kablam! Oct 13 07:15:56.562 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 13 07:15:56.562 INFO kablam! --> examples/natrail.rs:40:5 Oct 13 07:15:56.562 INFO kablam! | Oct 13 07:15:56.562 INFO kablam! 40 | run(|_| spawn(fut)); Oct 13 07:15:56.562 INFO kablam! | ^^^ Oct 13 07:15:56.562 INFO kablam! Oct 13 07:15:56.657 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.08s Oct 13 07:15:56.672 INFO kablam! su: No module specific data is present Oct 13 07:15:57.398 INFO running `"docker" "rm" "-f" "e420ca4eeca870f7947363e1bcda3070a839437f5c9ff076209ad183754cad98"` Oct 13 07:15:57.788 INFO blam! e420ca4eeca870f7947363e1bcda3070a839437f5c9ff076209ad183754cad98