Oct 27 22:31:51.590 INFO checking fanta-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:31:51.590 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 22:31:51.819 INFO blam! 423ccce50a0f0be127283c199263f919c328c3b28d13f8dc9fb07a25eb4346e8 Oct 27 22:31:51.821 INFO running `"docker" "start" "-a" "423ccce50a0f0be127283c199263f919c328c3b28d13f8dc9fb07a25eb4346e8"` Oct 27 22:31:52.459 INFO kablam! usermod: no changes Oct 27 22:31:52.711 INFO kablam! Checking templatify v0.1.0 Oct 27 22:31:52.772 INFO kablam! Checking env_logger v0.3.5 Oct 27 22:31:53.523 INFO kablam! Checking fanta v0.2.0 (/source) Oct 27 22:31:58.978 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:31:58.979 INFO kablam! --> src/http.rs:2:41 Oct 27 22:31:58.979 INFO kablam! | Oct 27 22:31:58.979 INFO kablam! 2 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 22:31:58.979 INFO kablam! | ^^^^^^ Oct 27 22:31:58.979 INFO kablam! | Oct 27 22:31:58.979 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:31:58.979 INFO kablam! Oct 27 22:31:58.979 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:31:58.979 INFO kablam! --> src/http.rs:14:22 Oct 27 22:31:58.979 INFO kablam! | Oct 27 22:31:58.979 INFO kablam! 14 | type Transport = Framed; Oct 27 22:31:58.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 22:31:58.979 INFO kablam! Oct 27 22:31:58.979 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:31:58.979 INFO kablam! --> src/http.rs:15:37 Oct 27 22:31:58.979 INFO kablam! | Oct 27 22:31:58.979 INFO kablam! 15 | type BindTransport = io::Result>; Oct 27 22:31:58.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 22:31:58.979 INFO kablam! Oct 27 22:31:58.979 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:31:58.979 INFO kablam! --> src/http.rs:17:51 Oct 27 22:31:58.979 INFO kablam! | Oct 27 22:31:58.979 INFO kablam! 17 | fn bind_transport(&self, io: T) -> io::Result> { Oct 27 22:31:58.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 22:31:58.979 INFO kablam! Oct 27 22:31:59.166 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 22:31:59.166 INFO kablam! --> src/http.rs:18:15 Oct 27 22:31:59.166 INFO kablam! | Oct 27 22:31:59.166 INFO kablam! 18 | Ok(io.framed(HttpCodec)) Oct 27 22:31:59.166 INFO kablam! | ^^^^^^ Oct 27 22:31:59.166 INFO kablam! Oct 27 22:31:59.207 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:31:59.207 INFO kablam! --> src/http.rs:2:41 Oct 27 22:31:59.207 INFO kablam! | Oct 27 22:31:59.207 INFO kablam! 2 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 22:31:59.207 INFO kablam! | ^^^^^^ Oct 27 22:31:59.207 INFO kablam! | Oct 27 22:31:59.207 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:31:59.207 INFO kablam! Oct 27 22:31:59.207 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:31:59.207 INFO kablam! --> src/http.rs:14:22 Oct 27 22:31:59.207 INFO kablam! | Oct 27 22:31:59.207 INFO kablam! 14 | type Transport = Framed; Oct 27 22:31:59.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 22:31:59.207 INFO kablam! Oct 27 22:31:59.207 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:31:59.207 INFO kablam! --> src/http.rs:15:37 Oct 27 22:31:59.207 INFO kablam! | Oct 27 22:31:59.207 INFO kablam! 15 | type BindTransport = io::Result>; Oct 27 22:31:59.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 22:31:59.207 INFO kablam! Oct 27 22:31:59.207 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:31:59.208 INFO kablam! --> src/http.rs:17:51 Oct 27 22:31:59.208 INFO kablam! | Oct 27 22:31:59.208 INFO kablam! 17 | fn bind_transport(&self, io: T) -> io::Result> { Oct 27 22:31:59.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 22:31:59.208 INFO kablam! Oct 27 22:31:59.583 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 22:31:59.583 INFO kablam! --> src/http.rs:18:15 Oct 27 22:31:59.583 INFO kablam! | Oct 27 22:31:59.583 INFO kablam! 18 | Ok(io.framed(HttpCodec)) Oct 27 22:31:59.583 INFO kablam! | ^^^^^^ Oct 27 22:31:59.583 INFO kablam! Oct 27 22:32:08.702 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.19s Oct 27 22:32:08.747 INFO kablam! su: No module specific data is present Oct 27 22:32:09.672 INFO running `"docker" "rm" "-f" "423ccce50a0f0be127283c199263f919c328c3b28d13f8dc9fb07a25eb4346e8"` Oct 27 22:32:09.750 INFO blam! 423ccce50a0f0be127283c199263f919c328c3b28d13f8dc9fb07a25eb4346e8