Oct 16 12:53:01.511 INFO testing dredd-hooks-0.3.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 12:53:01.512 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 16 12:53:01.707 INFO blam! 257e219e5137a11aa749e27bd3b5b0ca43289169d4d9557a39adbb1ac36234a4 Oct 16 12:53:01.709 INFO running `"docker" "start" "-a" "257e219e5137a11aa749e27bd3b5b0ca43289169d4d9557a39adbb1ac36234a4"` Oct 16 12:53:02.338 INFO kablam! usermod: no changes Oct 16 12:53:02.627 INFO kablam! Compiling chan v0.1.23 Oct 16 12:53:02.627 INFO kablam! Compiling serde_json v1.0.32 Oct 16 12:53:04.483 INFO kablam! Compiling chan-signal v0.3.2 Oct 16 12:53:06.383 INFO kablam! Compiling dredd-hooks v0.3.0 (/source) Oct 16 12:53:06.443 INFO kablam! warning: unknown lint: `type_complexity` Oct 16 12:53:06.444 INFO kablam! --> src/lib.rs:62:10 Oct 16 12:53:06.444 INFO kablam! | Oct 16 12:53:06.444 INFO kablam! 62 | #![allow(type_complexity)] Oct 16 12:53:06.444 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:53:06.445 INFO kablam! | Oct 16 12:53:06.445 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 16 12:53:06.445 INFO kablam! Oct 16 12:53:11.137 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 12:53:11.137 INFO kablam! --> src/lib.rs:98:5 Oct 16 12:53:11.137 INFO kablam! | Oct 16 12:53:11.137 INFO kablam! 98 | use tokio_io::codec::Framed; Oct 16 12:53:11.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:11.137 INFO kablam! | Oct 16 12:53:11.137 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:53:11.138 INFO kablam! Oct 16 12:53:11.138 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 16 12:53:11.138 INFO kablam! --> src/lib.rs:101:31 Oct 16 12:53:11.138 INFO kablam! | Oct 16 12:53:11.138 INFO kablam! 101 | use futures::{future, Future, BoxFuture}; Oct 16 12:53:11.138 INFO kablam! | ^^^^^^^^^ Oct 16 12:53:11.138 INFO kablam! Oct 16 12:53:11.138 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 12:53:11.138 INFO kablam! --> src/lib.rs:148:22 Oct 16 12:53:11.138 INFO kablam! | Oct 16 12:53:11.138 INFO kablam! 148 | type Transport = Framed; Oct 16 12:53:11.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:11.138 INFO kablam! Oct 16 12:53:11.138 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 16 12:53:11.138 INFO kablam! --> src/lib.rs:351:19 Oct 16 12:53:11.138 INFO kablam! | Oct 16 12:53:11.138 INFO kablam! 351 | type Future = BoxFuture; Oct 16 12:53:11.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:11.138 INFO kablam! Oct 16 12:53:11.138 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 16 12:53:11.138 INFO kablam! --> src/lib.rs:469:19 Oct 16 12:53:11.138 INFO kablam! | Oct 16 12:53:11.139 INFO kablam! 469 | type Future = BoxFuture; Oct 16 12:53:11.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:11.139 INFO kablam! Oct 16 12:53:11.303 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 16 12:53:11.303 INFO kablam! --> src/lib.rs:151:15 Oct 16 12:53:11.303 INFO kablam! | Oct 16 12:53:11.303 INFO kablam! 151 | Ok(io.framed(LineCodec)) Oct 16 12:53:11.303 INFO kablam! | ^^^^^^ Oct 16 12:53:11.303 INFO kablam! Oct 16 12:53:11.378 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 16 12:53:11.378 INFO kablam! --> src/lib.rs:398:29 Oct 16 12:53:11.378 INFO kablam! | Oct 16 12:53:11.378 INFO kablam! 398 | future::ok(res).boxed() Oct 16 12:53:11.378 INFO kablam! | ^^^^^ Oct 16 12:53:11.378 INFO kablam! Oct 16 12:53:11.383 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 16 12:53:11.383 INFO kablam! --> src/lib.rs:400:96 Oct 16 12:53:11.383 INFO kablam! | Oct 16 12:53:11.383 INFO kablam! 400 | future::err(io::Error::new(io::ErrorKind::Other, "Could not parse input as JSON")).boxed() Oct 16 12:53:11.383 INFO kablam! | ^^^^^ Oct 16 12:53:11.383 INFO kablam! Oct 16 12:53:11.399 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 16 12:53:11.399 INFO kablam! --> src/lib.rs:488:25 Oct 16 12:53:11.399 INFO kablam! | Oct 16 12:53:11.399 INFO kablam! 488 | future::ok(res).boxed() Oct 16 12:53:11.399 INFO kablam! | ^^^^^ Oct 16 12:53:11.399 INFO kablam! Oct 16 12:53:14.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.97s Oct 16 12:53:14.356 INFO kablam! su: No module specific data is present Oct 16 12:53:15.031 INFO running `"docker" "rm" "-f" "257e219e5137a11aa749e27bd3b5b0ca43289169d4d9557a39adbb1ac36234a4"` Oct 16 12:53:15.331 INFO blam! 257e219e5137a11aa749e27bd3b5b0ca43289169d4d9557a39adbb1ac36234a4 Oct 16 12:53:15.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 16 12:53:15.603 INFO blam! ae0c933e5f1bcb0ad3ecda76bb4e39a735ef4684e36a58ff595b758c09422664 Oct 16 12:53:15.609 INFO running `"docker" "start" "-a" "ae0c933e5f1bcb0ad3ecda76bb4e39a735ef4684e36a58ff595b758c09422664"` Oct 16 12:53:16.314 INFO kablam! usermod: no changes Oct 16 12:53:16.503 INFO kablam! Compiling dredd-hooks v0.3.0 (/source) Oct 16 12:53:16.551 INFO kablam! warning: unknown lint: `type_complexity` Oct 16 12:53:16.551 INFO kablam! --> src/lib.rs:62:10 Oct 16 12:53:16.551 INFO kablam! | Oct 16 12:53:16.551 INFO kablam! 62 | #![allow(type_complexity)] Oct 16 12:53:16.551 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:53:16.551 INFO kablam! | Oct 16 12:53:16.551 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 16 12:53:16.551 INFO kablam! Oct 16 12:53:21.215 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 12:53:21.215 INFO kablam! --> src/lib.rs:98:5 Oct 16 12:53:21.215 INFO kablam! | Oct 16 12:53:21.215 INFO kablam! 98 | use tokio_io::codec::Framed; Oct 16 12:53:21.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:21.215 INFO kablam! | Oct 16 12:53:21.222 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:53:21.223 INFO kablam! Oct 16 12:53:21.223 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 16 12:53:21.223 INFO kablam! --> src/lib.rs:101:31 Oct 16 12:53:21.223 INFO kablam! | Oct 16 12:53:21.223 INFO kablam! 101 | use futures::{future, Future, BoxFuture}; Oct 16 12:53:21.223 INFO kablam! | ^^^^^^^^^ Oct 16 12:53:21.223 INFO kablam! Oct 16 12:53:21.223 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 12:53:21.223 INFO kablam! --> src/lib.rs:148:22 Oct 16 12:53:21.223 INFO kablam! | Oct 16 12:53:21.223 INFO kablam! 148 | type Transport = Framed; Oct 16 12:53:21.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:21.223 INFO kablam! Oct 16 12:53:21.223 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 16 12:53:21.223 INFO kablam! --> src/lib.rs:351:19 Oct 16 12:53:21.223 INFO kablam! | Oct 16 12:53:21.223 INFO kablam! 351 | type Future = BoxFuture; Oct 16 12:53:21.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:21.223 INFO kablam! Oct 16 12:53:21.223 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 16 12:53:21.223 INFO kablam! --> src/lib.rs:469:19 Oct 16 12:53:21.223 INFO kablam! | Oct 16 12:53:21.223 INFO kablam! 469 | type Future = BoxFuture; Oct 16 12:53:21.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:21.223 INFO kablam! Oct 16 12:53:21.371 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 16 12:53:21.371 INFO kablam! --> src/lib.rs:151:15 Oct 16 12:53:21.371 INFO kablam! | Oct 16 12:53:21.371 INFO kablam! 151 | Ok(io.framed(LineCodec)) Oct 16 12:53:21.371 INFO kablam! | ^^^^^^ Oct 16 12:53:21.371 INFO kablam! Oct 16 12:53:21.451 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 16 12:53:21.451 INFO kablam! --> src/lib.rs:398:29 Oct 16 12:53:21.451 INFO kablam! | Oct 16 12:53:21.451 INFO kablam! 398 | future::ok(res).boxed() Oct 16 12:53:21.451 INFO kablam! | ^^^^^ Oct 16 12:53:21.451 INFO kablam! Oct 16 12:53:21.451 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 16 12:53:21.451 INFO kablam! --> src/lib.rs:400:96 Oct 16 12:53:21.451 INFO kablam! | Oct 16 12:53:21.451 INFO kablam! 400 | future::err(io::Error::new(io::ErrorKind::Other, "Could not parse input as JSON")).boxed() Oct 16 12:53:21.451 INFO kablam! | ^^^^^ Oct 16 12:53:21.451 INFO kablam! Oct 16 12:53:21.478 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 16 12:53:21.478 INFO kablam! --> src/lib.rs:488:25 Oct 16 12:53:21.479 INFO kablam! | Oct 16 12:53:21.479 INFO kablam! 488 | future::ok(res).boxed() Oct 16 12:53:21.479 INFO kablam! | ^^^^^ Oct 16 12:53:21.479 INFO kablam! Oct 16 12:53:24.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.64s Oct 16 12:53:24.999 INFO kablam! su: No module specific data is present Oct 16 12:53:25.907 INFO running `"docker" "rm" "-f" "ae0c933e5f1bcb0ad3ecda76bb4e39a735ef4684e36a58ff595b758c09422664"` Oct 16 12:53:26.186 INFO blam! ae0c933e5f1bcb0ad3ecda76bb4e39a735ef4684e36a58ff595b758c09422664 Oct 16 12:53:26.204 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 16 12:53:26.652 INFO blam! 28df84cff88524fc015e86a0a1ac065ebbf856304e7ac49930c9acd628fa870f Oct 16 12:53:26.654 INFO running `"docker" "start" "-a" "28df84cff88524fc015e86a0a1ac065ebbf856304e7ac49930c9acd628fa870f"` Oct 16 12:53:27.817 INFO kablam! usermod: no changes Oct 16 12:53:28.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.26s Oct 16 12:53:28.119 INFO kablam! Running /target/debug/deps/dredd_hooks-075ee2a6e37724e5 Oct 16 12:53:28.127 INFO blam! Oct 16 12:53:28.127 INFO blam! running 1 test Oct 16 12:53:28.127 INFO blam! test tests::it_works ... ok Oct 16 12:53:28.127 INFO blam! Oct 16 12:53:28.127 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:53:28.127 INFO blam! Oct 16 12:53:28.128 INFO kablam! Doc-tests dredd-hooks Oct 16 12:53:35.771 INFO blam! Oct 16 12:53:35.771 INFO blam! running 1 test Oct 16 12:53:35.771 INFO blam! test src/lib.rs - (line 16) ... ignored Oct 16 12:53:35.771 INFO blam! Oct 16 12:53:35.771 INFO blam! test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 16 12:53:35.771 INFO blam! Oct 16 12:53:35.783 INFO kablam! su: No module specific data is present Oct 16 12:53:36.169 INFO running `"docker" "rm" "-f" "28df84cff88524fc015e86a0a1ac065ebbf856304e7ac49930c9acd628fa870f"` Oct 16 12:53:36.441 INFO blam! 28df84cff88524fc015e86a0a1ac065ebbf856304e7ac49930c9acd628fa870f