Oct 12 01:07:49.895 INFO testing dredd-hooks-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 01:07:49.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 01:07:50.122 INFO blam! d643af7dfb8ea046ebf3a1e6e0c79eca0c6b76605c5cc9efba95b847a8a33ecf Oct 12 01:07:50.125 INFO running `"docker" "start" "-a" "d643af7dfb8ea046ebf3a1e6e0c79eca0c6b76605c5cc9efba95b847a8a33ecf"` Oct 12 01:07:50.519 INFO kablam! usermod: no changes Oct 12 01:07:50.742 INFO kablam! Compiling serde_json v1.0.32 Oct 12 01:07:54.873 INFO kablam! Compiling dredd-hooks v0.3.0 (/source) Oct 12 01:07:54.947 INFO kablam! warning: unknown lint: `type_complexity` Oct 12 01:07:54.947 INFO kablam! --> src/lib.rs:62:10 Oct 12 01:07:54.947 INFO kablam! | Oct 12 01:07:54.947 INFO kablam! 62 | #![allow(type_complexity)] Oct 12 01:07:54.947 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 01:07:54.947 INFO kablam! | Oct 12 01:07:54.947 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 12 01:07:54.947 INFO kablam! Oct 12 01:08:01.664 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 12 01:08:01.664 INFO kablam! --> src/lib.rs:98:5 Oct 12 01:08:01.664 INFO kablam! | Oct 12 01:08:01.664 INFO kablam! 98 | use tokio_io::codec::Framed; Oct 12 01:08:01.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:08:01.664 INFO kablam! | Oct 12 01:08:01.664 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:08:01.664 INFO kablam! Oct 12 01:08:01.664 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 12 01:08:01.664 INFO kablam! --> src/lib.rs:101:31 Oct 12 01:08:01.664 INFO kablam! | Oct 12 01:08:01.664 INFO kablam! 101 | use futures::{future, Future, BoxFuture}; Oct 12 01:08:01.664 INFO kablam! | ^^^^^^^^^ Oct 12 01:08:01.664 INFO kablam! Oct 12 01:08:01.664 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 12 01:08:01.664 INFO kablam! --> src/lib.rs:148:22 Oct 12 01:08:01.664 INFO kablam! | Oct 12 01:08:01.664 INFO kablam! 148 | type Transport = Framed; Oct 12 01:08:01.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 01:08:01.664 INFO kablam! Oct 12 01:08:01.664 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 12 01:08:01.664 INFO kablam! --> src/lib.rs:351:19 Oct 12 01:08:01.664 INFO kablam! | Oct 12 01:08:01.664 INFO kablam! 351 | type Future = BoxFuture; Oct 12 01:08:01.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:08:01.664 INFO kablam! Oct 12 01:08:01.672 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 12 01:08:01.672 INFO kablam! --> src/lib.rs:469:19 Oct 12 01:08:01.672 INFO kablam! | Oct 12 01:08:01.672 INFO kablam! 469 | type Future = BoxFuture; Oct 12 01:08:01.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:08:01.672 INFO kablam! Oct 12 01:08:01.848 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 12 01:08:01.848 INFO kablam! --> src/lib.rs:151:15 Oct 12 01:08:01.848 INFO kablam! | Oct 12 01:08:01.848 INFO kablam! 151 | Ok(io.framed(LineCodec)) Oct 12 01:08:01.848 INFO kablam! | ^^^^^^ Oct 12 01:08:01.848 INFO kablam! Oct 12 01:08:01.912 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 12 01:08:01.912 INFO kablam! --> src/lib.rs:398:29 Oct 12 01:08:01.912 INFO kablam! | Oct 12 01:08:01.912 INFO kablam! 398 | future::ok(res).boxed() Oct 12 01:08:01.912 INFO kablam! | ^^^^^ Oct 12 01:08:01.912 INFO kablam! Oct 12 01:08:01.912 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 12 01:08:01.912 INFO kablam! --> src/lib.rs:400:96 Oct 12 01:08:01.912 INFO kablam! | Oct 12 01:08:01.912 INFO kablam! 400 | future::err(io::Error::new(io::ErrorKind::Other, "Could not parse input as JSON")).boxed() Oct 12 01:08:01.912 INFO kablam! | ^^^^^ Oct 12 01:08:01.912 INFO kablam! Oct 12 01:08:01.928 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 12 01:08:01.928 INFO kablam! --> src/lib.rs:488:25 Oct 12 01:08:01.928 INFO kablam! | Oct 12 01:08:01.928 INFO kablam! 488 | future::ok(res).boxed() Oct 12 01:08:01.928 INFO kablam! | ^^^^^ Oct 12 01:08:01.928 INFO kablam! Oct 12 01:08:04.989 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.45s Oct 12 01:08:05.013 INFO kablam! su: No module specific data is present Oct 12 01:08:05.365 INFO running `"docker" "rm" "-f" "d643af7dfb8ea046ebf3a1e6e0c79eca0c6b76605c5cc9efba95b847a8a33ecf"` Oct 12 01:08:05.497 INFO blam! d643af7dfb8ea046ebf3a1e6e0c79eca0c6b76605c5cc9efba95b847a8a33ecf Oct 12 01:08:05.502 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 01:08:05.768 INFO blam! ab8a5e45ae6902718bedca1a5f3a8dc62dce37bb393ddf3285d3ecc213672538 Oct 12 01:08:05.768 INFO running `"docker" "start" "-a" "ab8a5e45ae6902718bedca1a5f3a8dc62dce37bb393ddf3285d3ecc213672538"` Oct 12 01:08:06.337 INFO kablam! usermod: no changes Oct 12 01:08:06.544 INFO kablam! Compiling dredd-hooks v0.3.0 (/source) Oct 12 01:08:06.639 INFO kablam! warning: unknown lint: `type_complexity` Oct 12 01:08:06.639 INFO kablam! --> src/lib.rs:62:10 Oct 12 01:08:06.639 INFO kablam! | Oct 12 01:08:06.639 INFO kablam! 62 | #![allow(type_complexity)] Oct 12 01:08:06.639 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 01:08:06.639 INFO kablam! | Oct 12 01:08:06.639 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 12 01:08:06.639 INFO kablam! Oct 12 01:08:14.345 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 12 01:08:14.345 INFO kablam! --> src/lib.rs:98:5 Oct 12 01:08:14.345 INFO kablam! | Oct 12 01:08:14.345 INFO kablam! 98 | use tokio_io::codec::Framed; Oct 12 01:08:14.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:08:14.345 INFO kablam! | Oct 12 01:08:14.345 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:08:14.345 INFO kablam! Oct 12 01:08:14.345 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 12 01:08:14.345 INFO kablam! --> src/lib.rs:101:31 Oct 12 01:08:14.345 INFO kablam! | Oct 12 01:08:14.345 INFO kablam! 101 | use futures::{future, Future, BoxFuture}; Oct 12 01:08:14.345 INFO kablam! | ^^^^^^^^^ Oct 12 01:08:14.345 INFO kablam! Oct 12 01:08:14.346 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 12 01:08:14.346 INFO kablam! --> src/lib.rs:148:22 Oct 12 01:08:14.346 INFO kablam! | Oct 12 01:08:14.346 INFO kablam! 148 | type Transport = Framed; Oct 12 01:08:14.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 01:08:14.346 INFO kablam! Oct 12 01:08:14.346 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 12 01:08:14.346 INFO kablam! --> src/lib.rs:351:19 Oct 12 01:08:14.346 INFO kablam! | Oct 12 01:08:14.346 INFO kablam! 351 | type Future = BoxFuture; Oct 12 01:08:14.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:08:14.346 INFO kablam! Oct 12 01:08:14.346 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 12 01:08:14.346 INFO kablam! --> src/lib.rs:469:19 Oct 12 01:08:14.346 INFO kablam! | Oct 12 01:08:14.346 INFO kablam! 469 | type Future = BoxFuture; Oct 12 01:08:14.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:08:14.346 INFO kablam! Oct 12 01:08:14.464 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 12 01:08:14.464 INFO kablam! --> src/lib.rs:151:15 Oct 12 01:08:14.464 INFO kablam! | Oct 12 01:08:14.465 INFO kablam! 151 | Ok(io.framed(LineCodec)) Oct 12 01:08:14.465 INFO kablam! | ^^^^^^ Oct 12 01:08:14.465 INFO kablam! Oct 12 01:08:14.532 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 12 01:08:14.532 INFO kablam! --> src/lib.rs:398:29 Oct 12 01:08:14.532 INFO kablam! | Oct 12 01:08:14.532 INFO kablam! 398 | future::ok(res).boxed() Oct 12 01:08:14.533 INFO kablam! | ^^^^^ Oct 12 01:08:14.533 INFO kablam! Oct 12 01:08:14.533 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 12 01:08:14.533 INFO kablam! --> src/lib.rs:400:96 Oct 12 01:08:14.533 INFO kablam! | Oct 12 01:08:14.533 INFO kablam! 400 | future::err(io::Error::new(io::ErrorKind::Other, "Could not parse input as JSON")).boxed() Oct 12 01:08:14.533 INFO kablam! | ^^^^^ Oct 12 01:08:14.533 INFO kablam! Oct 12 01:08:14.551 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 12 01:08:14.552 INFO kablam! --> src/lib.rs:488:25 Oct 12 01:08:14.552 INFO kablam! | Oct 12 01:08:14.552 INFO kablam! 488 | future::ok(res).boxed() Oct 12 01:08:14.552 INFO kablam! | ^^^^^ Oct 12 01:08:14.552 INFO kablam! Oct 12 01:08:18.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.29s Oct 12 01:08:18.671 INFO kablam! su: No module specific data is present Oct 12 01:08:19.284 INFO running `"docker" "rm" "-f" "ab8a5e45ae6902718bedca1a5f3a8dc62dce37bb393ddf3285d3ecc213672538"` Oct 12 01:08:19.500 INFO blam! ab8a5e45ae6902718bedca1a5f3a8dc62dce37bb393ddf3285d3ecc213672538 Oct 12 01:08:19.511 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 01:08:19.791 INFO blam! 1a78f17857659a61b661b3dae801f39fdc4d678306a2886c78fad5952e850539 Oct 12 01:08:19.791 INFO running `"docker" "start" "-a" "1a78f17857659a61b661b3dae801f39fdc4d678306a2886c78fad5952e850539"` Oct 12 01:08:20.552 INFO kablam! usermod: no changes Oct 12 01:08:20.758 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 12 01:08:20.783 INFO kablam! Running /target/debug/deps/dredd_hooks-a0cb20c784bb54de Oct 12 01:08:20.786 INFO blam! Oct 12 01:08:20.787 INFO blam! running 1 test Oct 12 01:08:20.787 INFO blam! test tests::it_works ... ok Oct 12 01:08:20.787 INFO blam! Oct 12 01:08:20.787 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:08:20.787 INFO blam! Oct 12 01:08:20.789 INFO kablam! Doc-tests dredd-hooks Oct 12 01:08:31.987 INFO blam! Oct 12 01:08:31.987 INFO blam! running 1 test Oct 12 01:08:31.987 INFO blam! test src/lib.rs - (line 16) ... ignored Oct 12 01:08:31.987 INFO blam! Oct 12 01:08:31.987 INFO blam! test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 12 01:08:31.987 INFO blam! Oct 12 01:08:32.006 INFO kablam! su: No module specific data is present Oct 12 01:08:32.534 INFO running `"docker" "rm" "-f" "1a78f17857659a61b661b3dae801f39fdc4d678306a2886c78fad5952e850539"` Oct 12 01:08:32.628 INFO blam! 1a78f17857659a61b661b3dae801f39fdc4d678306a2886c78fad5952e850539