Oct 16 12:53:03.536 INFO testing dredd-hooks-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 12:53:03.538 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:03.723 INFO blam! a6b33857d44968aee9b67d28762a9851bb3941f0dd99341ee259b46f2695416e Oct 16 12:53:03.733 INFO running `"docker" "start" "-a" "a6b33857d44968aee9b67d28762a9851bb3941f0dd99341ee259b46f2695416e"` Oct 16 12:53:04.701 INFO kablam! usermod: no changes Oct 16 12:53:05.032 INFO kablam! Compiling dredd-hooks v0.3.0 (/source) Oct 16 12:53:05.107 INFO kablam! warning: unknown lint: `type_complexity` Oct 16 12:53:05.107 INFO kablam! --> src/lib.rs:62:10 Oct 16 12:53:05.107 INFO kablam! | Oct 16 12:53:05.107 INFO kablam! 62 | #![allow(type_complexity)] Oct 16 12:53:05.107 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:53:05.107 INFO kablam! | Oct 16 12:53:05.107 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 16 12:53:05.107 INFO kablam! Oct 16 12:53:09.819 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 12:53:09.819 INFO kablam! --> src/lib.rs:98:5 Oct 16 12:53:09.819 INFO kablam! | Oct 16 12:53:09.819 INFO kablam! 98 | use tokio_io::codec::Framed; Oct 16 12:53:09.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:09.819 INFO kablam! | Oct 16 12:53:09.819 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:53:09.819 INFO kablam! Oct 16 12:53:09.819 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:09.819 INFO kablam! --> src/lib.rs:101:31 Oct 16 12:53:09.819 INFO kablam! | Oct 16 12:53:09.819 INFO kablam! 101 | use futures::{future, Future, BoxFuture}; Oct 16 12:53:09.819 INFO kablam! | ^^^^^^^^^ Oct 16 12:53:09.819 INFO kablam! Oct 16 12:53:09.819 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 12:53:09.819 INFO kablam! --> src/lib.rs:148:22 Oct 16 12:53:09.819 INFO kablam! | Oct 16 12:53:09.819 INFO kablam! 148 | type Transport = Framed; Oct 16 12:53:09.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:09.819 INFO kablam! Oct 16 12:53:09.819 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:09.819 INFO kablam! --> src/lib.rs:351:19 Oct 16 12:53:09.819 INFO kablam! | Oct 16 12:53:09.819 INFO kablam! 351 | type Future = BoxFuture; Oct 16 12:53:09.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:09.819 INFO kablam! Oct 16 12:53:09.819 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:09.819 INFO kablam! --> src/lib.rs:469:19 Oct 16 12:53:09.819 INFO kablam! | Oct 16 12:53:09.819 INFO kablam! 469 | type Future = BoxFuture; Oct 16 12:53:09.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:09.819 INFO kablam! Oct 16 12:53:09.999 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 16 12:53:09.999 INFO kablam! --> src/lib.rs:151:15 Oct 16 12:53:09.999 INFO kablam! | Oct 16 12:53:09.999 INFO kablam! 151 | Ok(io.framed(LineCodec)) Oct 16 12:53:09.999 INFO kablam! | ^^^^^^ Oct 16 12:53:09.999 INFO kablam! Oct 16 12:53:10.058 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:10.058 INFO kablam! --> src/lib.rs:398:29 Oct 16 12:53:10.059 INFO kablam! | Oct 16 12:53:10.059 INFO kablam! 398 | future::ok(res).boxed() Oct 16 12:53:10.059 INFO kablam! | ^^^^^ Oct 16 12:53:10.059 INFO kablam! Oct 16 12:53:10.059 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:10.059 INFO kablam! --> src/lib.rs:400:96 Oct 16 12:53:10.059 INFO kablam! | Oct 16 12:53:10.059 INFO kablam! 400 | future::err(io::Error::new(io::ErrorKind::Other, "Could not parse input as JSON")).boxed() Oct 16 12:53:10.059 INFO kablam! | ^^^^^ Oct 16 12:53:10.060 INFO kablam! Oct 16 12:53:10.091 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:10.091 INFO kablam! --> src/lib.rs:488:25 Oct 16 12:53:10.091 INFO kablam! | Oct 16 12:53:10.091 INFO kablam! 488 | future::ok(res).boxed() Oct 16 12:53:10.091 INFO kablam! | ^^^^^ Oct 16 12:53:10.091 INFO kablam! Oct 16 12:53:13.382 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.66s Oct 16 12:53:13.401 INFO kablam! su: No module specific data is present Oct 16 12:53:13.964 INFO running `"docker" "rm" "-f" "a6b33857d44968aee9b67d28762a9851bb3941f0dd99341ee259b46f2695416e"` Oct 16 12:53:14.235 INFO blam! a6b33857d44968aee9b67d28762a9851bb3941f0dd99341ee259b46f2695416e Oct 16 12:53:14.243 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:14.733 INFO blam! 9657092b91f28d3ac7025785e5b0265d770b7e1127954691cf5e8e85b9732580 Oct 16 12:53:14.735 INFO running `"docker" "start" "-a" "9657092b91f28d3ac7025785e5b0265d770b7e1127954691cf5e8e85b9732580"` Oct 16 12:53:15.672 INFO kablam! usermod: no changes Oct 16 12:53:15.903 INFO kablam! Compiling dredd-hooks v0.3.0 (/source) Oct 16 12:53:15.994 INFO kablam! warning: unknown lint: `type_complexity` Oct 16 12:53:15.995 INFO kablam! --> src/lib.rs:62:10 Oct 16 12:53:15.995 INFO kablam! | Oct 16 12:53:15.995 INFO kablam! 62 | #![allow(type_complexity)] Oct 16 12:53:15.995 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:53:15.995 INFO kablam! | Oct 16 12:53:15.995 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 16 12:53:15.995 INFO kablam! Oct 16 12:53:20.466 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 12:53:20.466 INFO kablam! --> src/lib.rs:98:5 Oct 16 12:53:20.466 INFO kablam! | Oct 16 12:53:20.466 INFO kablam! 98 | use tokio_io::codec::Framed; Oct 16 12:53:20.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:20.466 INFO kablam! | Oct 16 12:53:20.466 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:53:20.466 INFO kablam! Oct 16 12:53:20.466 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:20.466 INFO kablam! --> src/lib.rs:101:31 Oct 16 12:53:20.466 INFO kablam! | Oct 16 12:53:20.466 INFO kablam! 101 | use futures::{future, Future, BoxFuture}; Oct 16 12:53:20.466 INFO kablam! | ^^^^^^^^^ Oct 16 12:53:20.466 INFO kablam! Oct 16 12:53:20.466 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 16 12:53:20.466 INFO kablam! --> src/lib.rs:148:22 Oct 16 12:53:20.466 INFO kablam! | Oct 16 12:53:20.466 INFO kablam! 148 | type Transport = Framed; Oct 16 12:53:20.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:20.466 INFO kablam! Oct 16 12:53:20.466 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:20.466 INFO kablam! --> src/lib.rs:351:19 Oct 16 12:53:20.466 INFO kablam! | Oct 16 12:53:20.466 INFO kablam! 351 | type Future = BoxFuture; Oct 16 12:53:20.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:20.466 INFO kablam! Oct 16 12:53:20.466 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:20.466 INFO kablam! --> src/lib.rs:469:19 Oct 16 12:53:20.466 INFO kablam! | Oct 16 12:53:20.466 INFO kablam! 469 | type Future = BoxFuture; Oct 16 12:53:20.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:53:20.466 INFO kablam! Oct 16 12:53:20.639 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 16 12:53:20.639 INFO kablam! --> src/lib.rs:151:15 Oct 16 12:53:20.640 INFO kablam! | Oct 16 12:53:20.640 INFO kablam! 151 | Ok(io.framed(LineCodec)) Oct 16 12:53:20.640 INFO kablam! | ^^^^^^ Oct 16 12:53:20.640 INFO kablam! Oct 16 12:53:20.763 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:20.764 INFO kablam! --> src/lib.rs:398:29 Oct 16 12:53:20.765 INFO kablam! | Oct 16 12:53:20.765 INFO kablam! 398 | future::ok(res).boxed() Oct 16 12:53:20.765 INFO kablam! | ^^^^^ Oct 16 12:53:20.766 INFO kablam! Oct 16 12:53:20.766 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:20.766 INFO kablam! --> src/lib.rs:400:96 Oct 16 12:53:20.767 INFO kablam! | Oct 16 12:53:20.767 INFO kablam! 400 | future::err(io::Error::new(io::ErrorKind::Other, "Could not parse input as JSON")).boxed() Oct 16 12:53:20.768 INFO kablam! | ^^^^^ Oct 16 12:53:20.768 INFO kablam! Oct 16 12:53:20.803 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:20.803 INFO kablam! --> src/lib.rs:488:25 Oct 16 12:53:20.804 INFO kablam! | Oct 16 12:53:20.805 INFO kablam! 488 | future::ok(res).boxed() Oct 16 12:53:20.805 INFO kablam! | ^^^^^ Oct 16 12:53:20.807 INFO kablam! Oct 16 12:53:24.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.64s Oct 16 12:53:24.375 INFO kablam! su: No module specific data is present Oct 16 12:53:25.348 INFO running `"docker" "rm" "-f" "9657092b91f28d3ac7025785e5b0265d770b7e1127954691cf5e8e85b9732580"` Oct 16 12:53:25.603 INFO blam! 9657092b91f28d3ac7025785e5b0265d770b7e1127954691cf5e8e85b9732580 Oct 16 12:53:25.606 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.003 INFO blam! 0387821c1af9ec10caedb02b79004c2640323edb9ececcff05608bbf93db7500 Oct 16 12:53:26.007 INFO running `"docker" "start" "-a" "0387821c1af9ec10caedb02b79004c2640323edb9ececcff05608bbf93db7500"` Oct 16 12:53:27.075 INFO kablam! usermod: no changes Oct 16 12:53:27.365 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.27s Oct 16 12:53:27.377 INFO kablam! Running /target/debug/deps/dredd_hooks-1e5467a498d449b3 Oct 16 12:53:27.380 INFO blam! Oct 16 12:53:27.380 INFO blam! running 1 test Oct 16 12:53:27.380 INFO blam! test tests::it_works ... ok Oct 16 12:53:27.380 INFO blam! Oct 16 12:53:27.380 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:53:27.380 INFO blam! Oct 16 12:53:27.381 INFO kablam! Doc-tests dredd-hooks Oct 16 12:53:34.935 INFO blam! Oct 16 12:53:34.935 INFO blam! running 1 test Oct 16 12:53:34.935 INFO blam! test src/lib.rs - (line 16) ... ignored Oct 16 12:53:34.935 INFO blam! Oct 16 12:53:34.935 INFO blam! test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 16 12:53:34.935 INFO blam! Oct 16 12:53:34.949 INFO kablam! su: No module specific data is present Oct 16 12:53:35.408 INFO running `"docker" "rm" "-f" "0387821c1af9ec10caedb02b79004c2640323edb9ececcff05608bbf93db7500"` Oct 16 12:53:35.607 INFO blam! 0387821c1af9ec10caedb02b79004c2640323edb9ececcff05608bbf93db7500