Oct 22 03:18:48.839 INFO checking fanta-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:18:48.839 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 22 03:18:49.040 INFO blam! cd3fd8a641043a3549deec6f1d7fc6b6c2c690bbeb4fa916e5b37f7f3fdbe77f Oct 22 03:18:49.041 INFO running `"docker" "start" "-a" "cd3fd8a641043a3549deec6f1d7fc6b6c2c690bbeb4fa916e5b37f7f3fdbe77f"` Oct 22 03:18:49.413 INFO kablam! usermod: no changes Oct 22 03:18:49.565 INFO kablam! Checking templatify v0.1.0 Oct 22 03:18:49.571 INFO kablam! Checking env_logger v0.3.5 Oct 22 03:18:50.113 INFO kablam! Checking fanta v0.2.0 (/source) Oct 22 03:18:54.630 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 22 03:18:54.630 INFO kablam! --> src/http.rs:2:41 Oct 22 03:18:54.630 INFO kablam! | Oct 22 03:18:54.630 INFO kablam! 2 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 22 03:18:54.630 INFO kablam! | ^^^^^^ Oct 22 03:18:54.630 INFO kablam! | Oct 22 03:18:54.630 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:18:54.630 INFO kablam! Oct 22 03:18:54.630 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 22 03:18:54.630 INFO kablam! --> src/http.rs:14:22 Oct 22 03:18:54.630 INFO kablam! | Oct 22 03:18:54.630 INFO kablam! 14 | type Transport = Framed; Oct 22 03:18:54.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 03:18:54.630 INFO kablam! Oct 22 03:18:54.630 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 22 03:18:54.630 INFO kablam! --> src/http.rs:15:37 Oct 22 03:18:54.630 INFO kablam! | Oct 22 03:18:54.630 INFO kablam! 15 | type BindTransport = io::Result>; Oct 22 03:18:54.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 03:18:54.630 INFO kablam! Oct 22 03:18:54.630 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 22 03:18:54.630 INFO kablam! --> src/http.rs:17:51 Oct 22 03:18:54.630 INFO kablam! | Oct 22 03:18:54.630 INFO kablam! 17 | fn bind_transport(&self, io: T) -> io::Result> { Oct 22 03:18:54.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 03:18:54.630 INFO kablam! Oct 22 03:18:54.861 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 22 03:18:54.861 INFO kablam! --> src/http.rs:18:15 Oct 22 03:18:54.861 INFO kablam! | Oct 22 03:18:54.861 INFO kablam! 18 | Ok(io.framed(HttpCodec)) Oct 22 03:18:54.861 INFO kablam! | ^^^^^^ Oct 22 03:18:54.861 INFO kablam! Oct 22 03:18:55.504 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 22 03:18:55.505 INFO kablam! --> src/http.rs:2:41 Oct 22 03:18:55.506 INFO kablam! | Oct 22 03:18:55.506 INFO kablam! 2 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 22 03:18:55.506 INFO kablam! | ^^^^^^ Oct 22 03:18:55.506 INFO kablam! | Oct 22 03:18:55.507 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:18:55.507 INFO kablam! Oct 22 03:18:55.507 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 22 03:18:55.507 INFO kablam! --> src/http.rs:14:22 Oct 22 03:18:55.508 INFO kablam! | Oct 22 03:18:55.508 INFO kablam! 14 | type Transport = Framed; Oct 22 03:18:55.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 03:18:55.509 INFO kablam! Oct 22 03:18:55.509 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 22 03:18:55.509 INFO kablam! --> src/http.rs:15:37 Oct 22 03:18:55.509 INFO kablam! | Oct 22 03:18:55.510 INFO kablam! 15 | type BindTransport = io::Result>; Oct 22 03:18:55.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 03:18:55.510 INFO kablam! Oct 22 03:18:55.510 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 22 03:18:55.511 INFO kablam! --> src/http.rs:17:51 Oct 22 03:18:55.511 INFO kablam! | Oct 22 03:18:55.511 INFO kablam! 17 | fn bind_transport(&self, io: T) -> io::Result> { Oct 22 03:18:55.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 03:18:55.512 INFO kablam! Oct 22 03:18:55.865 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 22 03:18:55.865 INFO kablam! --> src/http.rs:18:15 Oct 22 03:18:55.865 INFO kablam! | Oct 22 03:18:55.866 INFO kablam! 18 | Ok(io.framed(HttpCodec)) Oct 22 03:18:55.866 INFO kablam! | ^^^^^^ Oct 22 03:18:55.866 INFO kablam! Oct 22 03:19:02.480 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.05s Oct 22 03:19:02.501 INFO kablam! su: No module specific data is present Oct 22 03:19:02.824 INFO running `"docker" "rm" "-f" "cd3fd8a641043a3549deec6f1d7fc6b6c2c690bbeb4fa916e5b37f7f3fdbe77f"` Oct 22 03:19:02.935 INFO blam! cd3fd8a641043a3549deec6f1d7fc6b6c2c690bbeb4fa916e5b37f7f3fdbe77f