Oct 27 22:58:36.134 INFO checking dredd-hooks-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:58:36.135 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:58:36.544 INFO blam! 0b08bf8665cde7f0fbb6eda72bd9373a5c846a5b1c1e0fa7bfc37a4733d38dbd Oct 27 22:58:36.549 INFO running `"docker" "start" "-a" "0b08bf8665cde7f0fbb6eda72bd9373a5c846a5b1c1e0fa7bfc37a4733d38dbd"` Oct 27 22:58:37.715 INFO kablam! usermod: no changes Oct 27 22:58:38.042 INFO kablam! Checking dredd-hooks v0.3.0 (/source) Oct 27 22:58:38.147 INFO kablam! warning: unknown lint: `type_complexity` Oct 27 22:58:38.148 INFO kablam! --> src/lib.rs:62:10 Oct 27 22:58:38.148 INFO kablam! | Oct 27 22:58:38.148 INFO kablam! 62 | #![allow(type_complexity)] Oct 27 22:58:38.148 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 22:58:38.149 INFO kablam! | Oct 27 22:58:38.149 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 27 22:58:38.149 INFO kablam! Oct 27 22:58:38.150 INFO kablam! warning: unknown lint: `type_complexity` Oct 27 22:58:38.150 INFO kablam! --> src/lib.rs:62:10 Oct 27 22:58:38.150 INFO kablam! | Oct 27 22:58:38.150 INFO kablam! 62 | #![allow(type_complexity)] Oct 27 22:58:38.151 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 22:58:38.151 INFO kablam! | Oct 27 22:58:38.151 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 27 22:58:38.151 INFO kablam! Oct 27 22:58:44.656 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:58:44.656 INFO kablam! --> src/lib.rs:98:5 Oct 27 22:58:44.656 INFO kablam! | Oct 27 22:58:44.657 INFO kablam! 98 | use tokio_io::codec::Framed; Oct 27 22:58:44.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:44.657 INFO kablam! | Oct 27 22:58:44.657 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:58:44.658 INFO kablam! Oct 27 22:58:44.658 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 27 22:58:44.658 INFO kablam! --> src/lib.rs:101:31 Oct 27 22:58:44.658 INFO kablam! | Oct 27 22:58:44.659 INFO kablam! 101 | use futures::{future, Future, BoxFuture}; Oct 27 22:58:44.659 INFO kablam! | ^^^^^^^^^ Oct 27 22:58:44.659 INFO kablam! Oct 27 22:58:44.659 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:58:44.660 INFO kablam! --> src/lib.rs:148:22 Oct 27 22:58:44.660 INFO kablam! | Oct 27 22:58:44.660 INFO kablam! 148 | type Transport = Framed; Oct 27 22:58:44.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:44.661 INFO kablam! Oct 27 22:58:44.661 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 27 22:58:44.661 INFO kablam! --> src/lib.rs:351:19 Oct 27 22:58:44.662 INFO kablam! | Oct 27 22:58:44.662 INFO kablam! 351 | type Future = BoxFuture; Oct 27 22:58:44.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:44.662 INFO kablam! Oct 27 22:58:44.663 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 27 22:58:44.664 INFO kablam! --> src/lib.rs:469:19 Oct 27 22:58:44.664 INFO kablam! | Oct 27 22:58:44.664 INFO kablam! 469 | type Future = BoxFuture; Oct 27 22:58:44.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:44.665 INFO kablam! Oct 27 22:58:44.772 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 22:58:44.772 INFO kablam! --> src/lib.rs:151:15 Oct 27 22:58:44.773 INFO kablam! | Oct 27 22:58:44.773 INFO kablam! 151 | Ok(io.framed(LineCodec)) Oct 27 22:58:44.773 INFO kablam! | ^^^^^^ Oct 27 22:58:44.773 INFO kablam! Oct 27 22:58:44.832 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 27 22:58:44.832 INFO kablam! --> src/lib.rs:398:29 Oct 27 22:58:44.832 INFO kablam! | Oct 27 22:58:44.832 INFO kablam! 398 | future::ok(res).boxed() Oct 27 22:58:44.833 INFO kablam! | ^^^^^ Oct 27 22:58:44.833 INFO kablam! Oct 27 22:58:44.833 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 27 22:58:44.833 INFO kablam! --> src/lib.rs:400:96 Oct 27 22:58:44.834 INFO kablam! | Oct 27 22:58:44.834 INFO kablam! 400 | future::err(io::Error::new(io::ErrorKind::Other, "Could not parse input as JSON")).boxed() Oct 27 22:58:44.834 INFO kablam! | ^^^^^ Oct 27 22:58:44.840 INFO kablam! Oct 27 22:58:44.855 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 27 22:58:44.855 INFO kablam! --> src/lib.rs:488:25 Oct 27 22:58:44.856 INFO kablam! | Oct 27 22:58:44.856 INFO kablam! 488 | future::ok(res).boxed() Oct 27 22:58:44.856 INFO kablam! | ^^^^^ Oct 27 22:58:44.857 INFO kablam! Oct 27 22:58:45.208 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:58:45.208 INFO kablam! --> src/lib.rs:98:5 Oct 27 22:58:45.208 INFO kablam! | Oct 27 22:58:45.209 INFO kablam! 98 | use tokio_io::codec::Framed; Oct 27 22:58:45.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:45.209 INFO kablam! | Oct 27 22:58:45.210 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:58:45.210 INFO kablam! Oct 27 22:58:45.210 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 27 22:58:45.210 INFO kablam! --> src/lib.rs:101:31 Oct 27 22:58:45.211 INFO kablam! | Oct 27 22:58:45.211 INFO kablam! 101 | use futures::{future, Future, BoxFuture}; Oct 27 22:58:45.211 INFO kablam! | ^^^^^^^^^ Oct 27 22:58:45.211 INFO kablam! Oct 27 22:58:45.212 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:58:45.212 INFO kablam! --> src/lib.rs:148:22 Oct 27 22:58:45.212 INFO kablam! | Oct 27 22:58:45.212 INFO kablam! 148 | type Transport = Framed; Oct 27 22:58:45.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:45.212 INFO kablam! Oct 27 22:58:45.212 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 27 22:58:45.212 INFO kablam! --> src/lib.rs:351:19 Oct 27 22:58:45.212 INFO kablam! | Oct 27 22:58:45.212 INFO kablam! 351 | type Future = BoxFuture; Oct 27 22:58:45.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:45.212 INFO kablam! Oct 27 22:58:45.212 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 27 22:58:45.212 INFO kablam! --> src/lib.rs:469:19 Oct 27 22:58:45.212 INFO kablam! | Oct 27 22:58:45.212 INFO kablam! 469 | type Future = BoxFuture; Oct 27 22:58:45.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:45.212 INFO kablam! Oct 27 22:58:45.323 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 22:58:45.323 INFO kablam! --> src/lib.rs:151:15 Oct 27 22:58:45.323 INFO kablam! | Oct 27 22:58:45.323 INFO kablam! 151 | Ok(io.framed(LineCodec)) Oct 27 22:58:45.323 INFO kablam! | ^^^^^^ Oct 27 22:58:45.323 INFO kablam! Oct 27 22:58:45.387 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 27 22:58:45.387 INFO kablam! --> src/lib.rs:398:29 Oct 27 22:58:45.387 INFO kablam! | Oct 27 22:58:45.387 INFO kablam! 398 | future::ok(res).boxed() Oct 27 22:58:45.387 INFO kablam! | ^^^^^ Oct 27 22:58:45.387 INFO kablam! Oct 27 22:58:45.387 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 27 22:58:45.387 INFO kablam! --> src/lib.rs:400:96 Oct 27 22:58:45.387 INFO kablam! | Oct 27 22:58:45.387 INFO kablam! 400 | future::err(io::Error::new(io::ErrorKind::Other, "Could not parse input as JSON")).boxed() Oct 27 22:58:45.387 INFO kablam! | ^^^^^ Oct 27 22:58:45.387 INFO kablam! Oct 27 22:58:45.403 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 27 22:58:45.403 INFO kablam! --> src/lib.rs:488:25 Oct 27 22:58:45.403 INFO kablam! | Oct 27 22:58:45.403 INFO kablam! 488 | future::ok(res).boxed() Oct 27 22:58:45.403 INFO kablam! | ^^^^^ Oct 27 22:58:45.403 INFO kablam! Oct 27 22:58:51.349 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.60s Oct 27 22:58:51.370 INFO kablam! su: No module specific data is present Oct 27 22:58:51.842 INFO running `"docker" "rm" "-f" "0b08bf8665cde7f0fbb6eda72bd9373a5c846a5b1c1e0fa7bfc37a4733d38dbd"` Oct 27 22:58:52.043 INFO blam! 0b08bf8665cde7f0fbb6eda72bd9373a5c846a5b1c1e0fa7bfc37a4733d38dbd