Oct 22 03:33:18.485 INFO checking dredd-hooks-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:33:18.486 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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:33:18.888 INFO blam! 7df754496d0b4360f859454122521cda431c7181a7fbd282fa096f1c987d85ba Oct 22 03:33:18.892 INFO running `"docker" "start" "-a" "7df754496d0b4360f859454122521cda431c7181a7fbd282fa096f1c987d85ba"` Oct 22 03:33:19.708 INFO kablam! usermod: no changes Oct 22 03:33:19.964 INFO kablam! Checking dredd-hooks v0.3.0 (/source) Oct 22 03:33:20.044 INFO kablam! warning: unknown lint: `type_complexity` Oct 22 03:33:20.044 INFO kablam! --> src/lib.rs:62:10 Oct 22 03:33:20.044 INFO kablam! | Oct 22 03:33:20.044 INFO kablam! 62 | #![allow(type_complexity)] Oct 22 03:33:20.044 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:33:20.044 INFO kablam! | Oct 22 03:33:20.044 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 22 03:33:20.044 INFO kablam! Oct 22 03:33:20.076 INFO kablam! warning: unknown lint: `type_complexity` Oct 22 03:33:20.076 INFO kablam! --> src/lib.rs:62:10 Oct 22 03:33:20.076 INFO kablam! | Oct 22 03:33:20.076 INFO kablam! 62 | #![allow(type_complexity)] Oct 22 03:33:20.076 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:33:20.076 INFO kablam! | Oct 22 03:33:20.076 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 22 03:33:20.076 INFO kablam! Oct 22 03:33:24.976 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 22 03:33:24.976 INFO kablam! --> src/lib.rs:98:5 Oct 22 03:33:24.976 INFO kablam! | Oct 22 03:33:24.976 INFO kablam! 98 | use tokio_io::codec::Framed; Oct 22 03:33:24.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:33:24.976 INFO kablam! | Oct 22 03:33:24.976 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:33:24.976 INFO kablam! Oct 22 03:33:24.977 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 22 03:33:24.977 INFO kablam! --> src/lib.rs:101:31 Oct 22 03:33:24.977 INFO kablam! | Oct 22 03:33:24.977 INFO kablam! 101 | use futures::{future, Future, BoxFuture}; Oct 22 03:33:24.977 INFO kablam! | ^^^^^^^^^ Oct 22 03:33:24.977 INFO kablam! Oct 22 03:33:24.977 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 22 03:33:24.977 INFO kablam! --> src/lib.rs:148:22 Oct 22 03:33:24.977 INFO kablam! | Oct 22 03:33:24.977 INFO kablam! 148 | type Transport = Framed; Oct 22 03:33:24.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 03:33:24.977 INFO kablam! Oct 22 03:33:24.977 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 22 03:33:24.977 INFO kablam! --> src/lib.rs:351:19 Oct 22 03:33:24.977 INFO kablam! | Oct 22 03:33:24.977 INFO kablam! 351 | type Future = BoxFuture; Oct 22 03:33:24.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:33:24.977 INFO kablam! Oct 22 03:33:24.977 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 22 03:33:24.977 INFO kablam! --> src/lib.rs:469:19 Oct 22 03:33:24.977 INFO kablam! | Oct 22 03:33:24.977 INFO kablam! 469 | type Future = BoxFuture; Oct 22 03:33:24.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:33:24.977 INFO kablam! Oct 22 03:33:25.008 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 22 03:33:25.008 INFO kablam! --> src/lib.rs:98:5 Oct 22 03:33:25.008 INFO kablam! | Oct 22 03:33:25.008 INFO kablam! 98 | use tokio_io::codec::Framed; Oct 22 03:33:25.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:33:25.008 INFO kablam! | Oct 22 03:33:25.008 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:33:25.008 INFO kablam! Oct 22 03:33:25.008 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 22 03:33:25.008 INFO kablam! --> src/lib.rs:101:31 Oct 22 03:33:25.008 INFO kablam! | Oct 22 03:33:25.011 INFO kablam! 101 | use futures::{future, Future, BoxFuture}; Oct 22 03:33:25.011 INFO kablam! | ^^^^^^^^^ Oct 22 03:33:25.011 INFO kablam! Oct 22 03:33:25.011 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 22 03:33:25.011 INFO kablam! --> src/lib.rs:148:22 Oct 22 03:33:25.011 INFO kablam! | Oct 22 03:33:25.011 INFO kablam! 148 | type Transport = Framed; Oct 22 03:33:25.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 03:33:25.011 INFO kablam! Oct 22 03:33:25.011 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 22 03:33:25.011 INFO kablam! --> src/lib.rs:351:19 Oct 22 03:33:25.011 INFO kablam! | Oct 22 03:33:25.011 INFO kablam! 351 | type Future = BoxFuture; Oct 22 03:33:25.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:33:25.011 INFO kablam! Oct 22 03:33:25.011 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 22 03:33:25.011 INFO kablam! --> src/lib.rs:469:19 Oct 22 03:33:25.011 INFO kablam! | Oct 22 03:33:25.011 INFO kablam! 469 | type Future = BoxFuture; Oct 22 03:33:25.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:33:25.011 INFO kablam! Oct 22 03:33:25.098 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 22 03:33:25.098 INFO kablam! --> src/lib.rs:151:15 Oct 22 03:33:25.098 INFO kablam! | Oct 22 03:33:25.098 INFO kablam! 151 | Ok(io.framed(LineCodec)) Oct 22 03:33:25.098 INFO kablam! | ^^^^^^ Oct 22 03:33:25.098 INFO kablam! Oct 22 03:33:25.123 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 22 03:33:25.123 INFO kablam! --> src/lib.rs:151:15 Oct 22 03:33:25.123 INFO kablam! | Oct 22 03:33:25.123 INFO kablam! 151 | Ok(io.framed(LineCodec)) Oct 22 03:33:25.123 INFO kablam! | ^^^^^^ Oct 22 03:33:25.123 INFO kablam! Oct 22 03:33:25.162 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 22 03:33:25.162 INFO kablam! --> src/lib.rs:398:29 Oct 22 03:33:25.162 INFO kablam! | Oct 22 03:33:25.162 INFO kablam! 398 | future::ok(res).boxed() Oct 22 03:33:25.162 INFO kablam! | ^^^^^ Oct 22 03:33:25.162 INFO kablam! Oct 22 03:33:25.163 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 22 03:33:25.163 INFO kablam! --> src/lib.rs:400:96 Oct 22 03:33:25.163 INFO kablam! | Oct 22 03:33:25.163 INFO kablam! 400 | future::err(io::Error::new(io::ErrorKind::Other, "Could not parse input as JSON")).boxed() Oct 22 03:33:25.163 INFO kablam! | ^^^^^ Oct 22 03:33:25.163 INFO kablam! Oct 22 03:33:25.178 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 22 03:33:25.178 INFO kablam! --> src/lib.rs:488:25 Oct 22 03:33:25.178 INFO kablam! | Oct 22 03:33:25.178 INFO kablam! 488 | future::ok(res).boxed() Oct 22 03:33:25.178 INFO kablam! | ^^^^^ Oct 22 03:33:25.178 INFO kablam! Oct 22 03:33:25.192 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 22 03:33:25.192 INFO kablam! --> src/lib.rs:398:29 Oct 22 03:33:25.192 INFO kablam! | Oct 22 03:33:25.192 INFO kablam! 398 | future::ok(res).boxed() Oct 22 03:33:25.192 INFO kablam! | ^^^^^ Oct 22 03:33:25.192 INFO kablam! Oct 22 03:33:25.192 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 22 03:33:25.192 INFO kablam! --> src/lib.rs:400:96 Oct 22 03:33:25.192 INFO kablam! | Oct 22 03:33:25.192 INFO kablam! 400 | future::err(io::Error::new(io::ErrorKind::Other, "Could not parse input as JSON")).boxed() Oct 22 03:33:25.192 INFO kablam! | ^^^^^ Oct 22 03:33:25.192 INFO kablam! Oct 22 03:33:25.220 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 22 03:33:25.220 INFO kablam! --> src/lib.rs:488:25 Oct 22 03:33:25.220 INFO kablam! | Oct 22 03:33:25.220 INFO kablam! 488 | future::ok(res).boxed() Oct 22 03:33:25.220 INFO kablam! | ^^^^^ Oct 22 03:33:25.220 INFO kablam! Oct 22 03:33:30.372 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.62s Oct 22 03:33:30.372 INFO kablam! su: No module specific data is present Oct 22 03:33:30.738 INFO running `"docker" "rm" "-f" "7df754496d0b4360f859454122521cda431c7181a7fbd282fa096f1c987d85ba"` Oct 22 03:33:30.864 INFO blam! 7df754496d0b4360f859454122521cda431c7181a7fbd282fa096f1c987d85ba