Oct 13 15:53:56.858 INFO checking dredd-hooks-0.3.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 15:53:56.858 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 15:53:57.085 INFO blam! bbf51ed07699b339df94be0526cba4c46d19601c940e33c086ce6eddb18bcab3 Oct 13 15:53:57.086 INFO running `"docker" "start" "-a" "bbf51ed07699b339df94be0526cba4c46d19601c940e33c086ce6eddb18bcab3"` Oct 13 15:53:57.458 INFO kablam! usermod: no changes Oct 13 15:53:57.663 INFO kablam! Checking chan-signal v0.3.2 Oct 13 15:53:58.719 INFO kablam! Checking dredd-hooks v0.3.0 (/source) Oct 13 15:53:58.812 INFO kablam! warning: unknown lint: `type_complexity` Oct 13 15:53:58.813 INFO kablam! --> src/lib.rs:62:10 Oct 13 15:53:58.813 INFO kablam! | Oct 13 15:53:58.813 INFO kablam! 62 | #![allow(type_complexity)] Oct 13 15:53:58.813 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 15:53:58.813 INFO kablam! | Oct 13 15:53:58.814 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 13 15:53:58.814 INFO kablam! Oct 13 15:53:58.832 INFO kablam! warning: unknown lint: `type_complexity` Oct 13 15:53:58.833 INFO kablam! --> src/lib.rs:62:10 Oct 13 15:53:58.833 INFO kablam! | Oct 13 15:53:58.833 INFO kablam! 62 | #![allow(type_complexity)] Oct 13 15:53:58.833 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 15:53:58.833 INFO kablam! | Oct 13 15:53:58.833 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 13 15:53:58.834 INFO kablam! Oct 13 15:54:05.644 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 15:54:05.644 INFO kablam! --> src/lib.rs:98:5 Oct 13 15:54:05.644 INFO kablam! | Oct 13 15:54:05.644 INFO kablam! 98 | use tokio_io::codec::Framed; Oct 13 15:54:05.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:54:05.644 INFO kablam! | Oct 13 15:54:05.644 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:54:05.644 INFO kablam! Oct 13 15:54:05.644 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 13 15:54:05.644 INFO kablam! --> src/lib.rs:101:31 Oct 13 15:54:05.644 INFO kablam! | Oct 13 15:54:05.644 INFO kablam! 101 | use futures::{future, Future, BoxFuture}; Oct 13 15:54:05.644 INFO kablam! | ^^^^^^^^^ Oct 13 15:54:05.644 INFO kablam! Oct 13 15:54:05.656 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 15:54:05.656 INFO kablam! --> src/lib.rs:148:22 Oct 13 15:54:05.656 INFO kablam! | Oct 13 15:54:05.656 INFO kablam! 148 | type Transport = Framed; Oct 13 15:54:05.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 15:54:05.656 INFO kablam! Oct 13 15:54:05.656 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 13 15:54:05.656 INFO kablam! --> src/lib.rs:351:19 Oct 13 15:54:05.656 INFO kablam! | Oct 13 15:54:05.656 INFO kablam! 351 | type Future = BoxFuture; Oct 13 15:54:05.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:54:05.656 INFO kablam! Oct 13 15:54:05.656 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 13 15:54:05.656 INFO kablam! --> src/lib.rs:469:19 Oct 13 15:54:05.656 INFO kablam! | Oct 13 15:54:05.656 INFO kablam! 469 | type Future = BoxFuture; Oct 13 15:54:05.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:54:05.657 INFO kablam! Oct 13 15:54:05.897 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 15:54:05.897 INFO kablam! --> src/lib.rs:151:15 Oct 13 15:54:05.897 INFO kablam! | Oct 13 15:54:05.898 INFO kablam! 151 | Ok(io.framed(LineCodec)) Oct 13 15:54:05.898 INFO kablam! | ^^^^^^ Oct 13 15:54:05.898 INFO kablam! Oct 13 15:54:05.957 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 13 15:54:05.957 INFO kablam! --> src/lib.rs:398:29 Oct 13 15:54:05.957 INFO kablam! | Oct 13 15:54:05.958 INFO kablam! 398 | future::ok(res).boxed() Oct 13 15:54:05.958 INFO kablam! | ^^^^^ Oct 13 15:54:05.958 INFO kablam! Oct 13 15:54:05.958 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 13 15:54:05.958 INFO kablam! --> src/lib.rs:400:96 Oct 13 15:54:05.958 INFO kablam! | Oct 13 15:54:05.959 INFO kablam! 400 | future::err(io::Error::new(io::ErrorKind::Other, "Could not parse input as JSON")).boxed() Oct 13 15:54:05.959 INFO kablam! | ^^^^^ Oct 13 15:54:05.959 INFO kablam! Oct 13 15:54:05.984 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 13 15:54:05.984 INFO kablam! --> src/lib.rs:488:25 Oct 13 15:54:05.984 INFO kablam! | Oct 13 15:54:05.984 INFO kablam! 488 | future::ok(res).boxed() Oct 13 15:54:05.984 INFO kablam! | ^^^^^ Oct 13 15:54:05.984 INFO kablam! Oct 13 15:54:06.104 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 15:54:06.104 INFO kablam! --> src/lib.rs:98:5 Oct 13 15:54:06.104 INFO kablam! | Oct 13 15:54:06.104 INFO kablam! 98 | use tokio_io::codec::Framed; Oct 13 15:54:06.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:54:06.104 INFO kablam! | Oct 13 15:54:06.108 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:54:06.108 INFO kablam! Oct 13 15:54:06.108 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 13 15:54:06.108 INFO kablam! --> src/lib.rs:101:31 Oct 13 15:54:06.108 INFO kablam! | Oct 13 15:54:06.109 INFO kablam! 101 | use futures::{future, Future, BoxFuture}; Oct 13 15:54:06.109 INFO kablam! | ^^^^^^^^^ Oct 13 15:54:06.109 INFO kablam! Oct 13 15:54:06.109 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 15:54:06.109 INFO kablam! --> src/lib.rs:148:22 Oct 13 15:54:06.109 INFO kablam! | Oct 13 15:54:06.109 INFO kablam! 148 | type Transport = Framed; Oct 13 15:54:06.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 15:54:06.109 INFO kablam! Oct 13 15:54:06.110 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 13 15:54:06.110 INFO kablam! --> src/lib.rs:351:19 Oct 13 15:54:06.110 INFO kablam! | Oct 13 15:54:06.110 INFO kablam! 351 | type Future = BoxFuture; Oct 13 15:54:06.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:54:06.110 INFO kablam! Oct 13 15:54:06.110 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 13 15:54:06.110 INFO kablam! --> src/lib.rs:469:19 Oct 13 15:54:06.110 INFO kablam! | Oct 13 15:54:06.110 INFO kablam! 469 | type Future = BoxFuture; Oct 13 15:54:06.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:54:06.110 INFO kablam! Oct 13 15:54:06.312 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 15:54:06.312 INFO kablam! --> src/lib.rs:151:15 Oct 13 15:54:06.312 INFO kablam! | Oct 13 15:54:06.312 INFO kablam! 151 | Ok(io.framed(LineCodec)) Oct 13 15:54:06.312 INFO kablam! | ^^^^^^ Oct 13 15:54:06.312 INFO kablam! Oct 13 15:54:06.391 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 13 15:54:06.391 INFO kablam! --> src/lib.rs:398:29 Oct 13 15:54:06.391 INFO kablam! | Oct 13 15:54:06.391 INFO kablam! 398 | future::ok(res).boxed() Oct 13 15:54:06.391 INFO kablam! | ^^^^^ Oct 13 15:54:06.391 INFO kablam! Oct 13 15:54:06.391 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 13 15:54:06.391 INFO kablam! --> src/lib.rs:400:96 Oct 13 15:54:06.391 INFO kablam! | Oct 13 15:54:06.391 INFO kablam! 400 | future::err(io::Error::new(io::ErrorKind::Other, "Could not parse input as JSON")).boxed() Oct 13 15:54:06.391 INFO kablam! | ^^^^^ Oct 13 15:54:06.391 INFO kablam! Oct 13 15:54:06.432 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 13 15:54:06.432 INFO kablam! --> src/lib.rs:488:25 Oct 13 15:54:06.432 INFO kablam! | Oct 13 15:54:06.432 INFO kablam! 488 | future::ok(res).boxed() Oct 13 15:54:06.432 INFO kablam! | ^^^^^ Oct 13 15:54:06.432 INFO kablam! Oct 13 15:54:11.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.38s Oct 13 15:54:11.903 INFO kablam! su: No module specific data is present Oct 13 15:54:12.765 INFO running `"docker" "rm" "-f" "bbf51ed07699b339df94be0526cba4c46d19601c940e33c086ce6eddb18bcab3"` Oct 13 15:54:13.037 INFO blam! bbf51ed07699b339df94be0526cba4c46d19601c940e33c086ce6eddb18bcab3