Oct 27 22:58:35.506 INFO checking dredd-hooks-0.3.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 22:58:35.506 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:35.755 INFO blam! 989cde588bec35a19fc60274ee0d475e83e3e7d14a367a1fda2d66713d4ee1b9 Oct 27 22:58:35.771 INFO running `"docker" "start" "-a" "989cde588bec35a19fc60274ee0d475e83e3e7d14a367a1fda2d66713d4ee1b9"` Oct 27 22:58:37.011 INFO kablam! usermod: no changes Oct 27 22:58:37.275 INFO kablam! Checking dredd-hooks v0.3.0 (/source) Oct 27 22:58:37.371 INFO kablam! warning: unknown lint: `type_complexity` Oct 27 22:58:37.371 INFO kablam! --> src/lib.rs:62:10 Oct 27 22:58:37.371 INFO kablam! | Oct 27 22:58:37.371 INFO kablam! 62 | #![allow(type_complexity)] Oct 27 22:58:37.371 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 22:58:37.371 INFO kablam! | Oct 27 22:58:37.371 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 27 22:58:37.371 INFO kablam! Oct 27 22:58:37.419 INFO kablam! warning: unknown lint: `type_complexity` Oct 27 22:58:37.419 INFO kablam! --> src/lib.rs:62:10 Oct 27 22:58:37.419 INFO kablam! | Oct 27 22:58:37.419 INFO kablam! 62 | #![allow(type_complexity)] Oct 27 22:58:37.419 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 22:58:37.419 INFO kablam! | Oct 27 22:58:37.419 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 27 22:58:37.419 INFO kablam! Oct 27 22:58:43.019 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:58:43.019 INFO kablam! --> src/lib.rs:98:5 Oct 27 22:58:43.019 INFO kablam! | Oct 27 22:58:43.019 INFO kablam! 98 | use tokio_io::codec::Framed; Oct 27 22:58:43.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:43.019 INFO kablam! | Oct 27 22:58:43.019 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:58:43.019 INFO kablam! Oct 27 22:58:43.019 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:43.019 INFO kablam! --> src/lib.rs:101:31 Oct 27 22:58:43.019 INFO kablam! | Oct 27 22:58:43.019 INFO kablam! 101 | use futures::{future, Future, BoxFuture}; Oct 27 22:58:43.019 INFO kablam! | ^^^^^^^^^ Oct 27 22:58:43.019 INFO kablam! Oct 27 22:58:43.019 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:58:43.019 INFO kablam! --> src/lib.rs:148:22 Oct 27 22:58:43.019 INFO kablam! | Oct 27 22:58:43.019 INFO kablam! 148 | type Transport = Framed; Oct 27 22:58:43.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:43.019 INFO kablam! Oct 27 22:58:43.019 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:43.019 INFO kablam! --> src/lib.rs:351:19 Oct 27 22:58:43.019 INFO kablam! | Oct 27 22:58:43.019 INFO kablam! 351 | type Future = BoxFuture; Oct 27 22:58:43.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:43.019 INFO kablam! Oct 27 22:58:43.019 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:43.019 INFO kablam! --> src/lib.rs:469:19 Oct 27 22:58:43.019 INFO kablam! | Oct 27 22:58:43.019 INFO kablam! 469 | type Future = BoxFuture; Oct 27 22:58:43.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:43.019 INFO kablam! Oct 27 22:58:43.147 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 22:58:43.147 INFO kablam! --> src/lib.rs:151:15 Oct 27 22:58:43.147 INFO kablam! | Oct 27 22:58:43.147 INFO kablam! 151 | Ok(io.framed(LineCodec)) Oct 27 22:58:43.147 INFO kablam! | ^^^^^^ Oct 27 22:58:43.147 INFO kablam! Oct 27 22:58:43.199 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:43.199 INFO kablam! --> src/lib.rs:398:29 Oct 27 22:58:43.199 INFO kablam! | Oct 27 22:58:43.199 INFO kablam! 398 | future::ok(res).boxed() Oct 27 22:58:43.199 INFO kablam! | ^^^^^ Oct 27 22:58:43.199 INFO kablam! Oct 27 22:58:43.199 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:43.199 INFO kablam! --> src/lib.rs:400:96 Oct 27 22:58:43.199 INFO kablam! | Oct 27 22:58:43.199 INFO kablam! 400 | future::err(io::Error::new(io::ErrorKind::Other, "Could not parse input as JSON")).boxed() Oct 27 22:58:43.199 INFO kablam! | ^^^^^ Oct 27 22:58:43.199 INFO kablam! Oct 27 22:58:43.215 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:43.215 INFO kablam! --> src/lib.rs:488:25 Oct 27 22:58:43.215 INFO kablam! | Oct 27 22:58:43.215 INFO kablam! 488 | future::ok(res).boxed() Oct 27 22:58:43.215 INFO kablam! | ^^^^^ Oct 27 22:58:43.215 INFO kablam! Oct 27 22:58:43.311 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:58:43.311 INFO kablam! --> src/lib.rs:98:5 Oct 27 22:58:43.311 INFO kablam! | Oct 27 22:58:43.311 INFO kablam! 98 | use tokio_io::codec::Framed; Oct 27 22:58:43.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:43.311 INFO kablam! | Oct 27 22:58:43.311 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:58:43.311 INFO kablam! Oct 27 22:58:43.311 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:43.311 INFO kablam! --> src/lib.rs:101:31 Oct 27 22:58:43.311 INFO kablam! | Oct 27 22:58:43.311 INFO kablam! 101 | use futures::{future, Future, BoxFuture}; Oct 27 22:58:43.311 INFO kablam! | ^^^^^^^^^ Oct 27 22:58:43.311 INFO kablam! Oct 27 22:58:43.311 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 22:58:43.311 INFO kablam! --> src/lib.rs:148:22 Oct 27 22:58:43.311 INFO kablam! | Oct 27 22:58:43.311 INFO kablam! 148 | type Transport = Framed; Oct 27 22:58:43.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:43.311 INFO kablam! Oct 27 22:58:43.311 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:43.311 INFO kablam! --> src/lib.rs:351:19 Oct 27 22:58:43.311 INFO kablam! | Oct 27 22:58:43.311 INFO kablam! 351 | type Future = BoxFuture; Oct 27 22:58:43.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:43.311 INFO kablam! Oct 27 22:58:43.311 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:43.311 INFO kablam! --> src/lib.rs:469:19 Oct 27 22:58:43.311 INFO kablam! | Oct 27 22:58:43.311 INFO kablam! 469 | type Future = BoxFuture; Oct 27 22:58:43.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:58:43.311 INFO kablam! Oct 27 22:58:43.435 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 22:58:43.435 INFO kablam! --> src/lib.rs:151:15 Oct 27 22:58:43.435 INFO kablam! | Oct 27 22:58:43.435 INFO kablam! 151 | Ok(io.framed(LineCodec)) Oct 27 22:58:43.435 INFO kablam! | ^^^^^^ Oct 27 22:58:43.435 INFO kablam! Oct 27 22:58:43.524 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:43.524 INFO kablam! --> src/lib.rs:398:29 Oct 27 22:58:43.524 INFO kablam! | Oct 27 22:58:43.524 INFO kablam! 398 | future::ok(res).boxed() Oct 27 22:58:43.524 INFO kablam! | ^^^^^ Oct 27 22:58:43.524 INFO kablam! Oct 27 22:58:43.531 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:43.531 INFO kablam! --> src/lib.rs:400:96 Oct 27 22:58:43.531 INFO kablam! | Oct 27 22:58:43.531 INFO kablam! 400 | future::err(io::Error::new(io::ErrorKind::Other, "Could not parse input as JSON")).boxed() Oct 27 22:58:43.531 INFO kablam! | ^^^^^ Oct 27 22:58:43.531 INFO kablam! Oct 27 22:58:43.543 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:43.543 INFO kablam! --> src/lib.rs:488:25 Oct 27 22:58:43.543 INFO kablam! | Oct 27 22:58:43.543 INFO kablam! 488 | future::ok(res).boxed() Oct 27 22:58:43.543 INFO kablam! | ^^^^^ Oct 27 22:58:43.543 INFO kablam! Oct 27 22:58:49.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.33s Oct 27 22:58:49.399 INFO kablam! su: No module specific data is present Oct 27 22:58:49.983 INFO running `"docker" "rm" "-f" "989cde588bec35a19fc60274ee0d475e83e3e7d14a367a1fda2d66713d4ee1b9"` Oct 27 22:58:50.314 INFO blam! 989cde588bec35a19fc60274ee0d475e83e3e7d14a367a1fda2d66713d4ee1b9