Oct 11 19:37:46.105 INFO testing h2-0.1.12 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 19:37:46.106 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 19:37:46.107 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 19:37:46.636 INFO blam! 1af75bce5c3e44b33012f937c2f1ac706f01d102227d37287c52080765804410 Oct 11 19:37:46.641 INFO running `"docker" "start" "-a" "1af75bce5c3e44b33012f937c2f1ac706f01d102227d37287c52080765804410"` Oct 11 19:37:47.562 INFO kablam! usermod: no changes Oct 11 19:37:47.699 INFO kablam! Compiling h2 v0.1.12 (/source) Oct 11 19:37:49.968 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 11 19:37:49.968 INFO kablam! --> src/codec/framed_read.rs:14:5 Oct 11 19:37:49.968 INFO kablam! | Oct 11 19:37:49.968 INFO kablam! 14 | use tokio_io::codec::length_delimited; Oct 11 19:37:49.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:37:49.968 INFO kablam! | Oct 11 19:37:49.968 INFO kablam! note: lint level defined here Oct 11 19:37:49.968 INFO kablam! --> src/lib.rs:88:9 Oct 11 19:37:49.968 INFO kablam! | Oct 11 19:37:49.968 INFO kablam! 88 | #![deny(warnings, missing_debug_implementations, missing_docs)] Oct 11 19:37:49.968 INFO kablam! | ^^^^^^^^ Oct 11 19:37:49.968 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 11 19:37:49.968 INFO kablam! Oct 11 19:37:49.968 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FrameTooBig': Moved to tokio-codec Oct 11 19:37:49.968 INFO kablam! --> src/codec/framed_read.rs:341:28 Oct 11 19:37:49.968 INFO kablam! | Oct 11 19:37:49.968 INFO kablam! 341 | if custom.is::() { Oct 11 19:37:49.968 INFO kablam! | ^^^^^^^^^^^ Oct 11 19:37:49.968 INFO kablam! Oct 11 19:37:49.969 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FrameTooBig': Moved to tokio-codec Oct 11 19:37:49.969 INFO kablam! --> src/codec/framed_read.rs:337:9 Oct 11 19:37:49.969 INFO kablam! | Oct 11 19:37:49.969 INFO kablam! 337 | use tokio_io::codec::length_delimited::FrameTooBig; Oct 11 19:37:49.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:37:49.969 INFO kablam! Oct 11 19:37:49.969 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 11 19:37:49.969 INFO kablam! --> src/codec/mod.rs:15:5 Oct 11 19:37:49.969 INFO kablam! | Oct 11 19:37:49.969 INFO kablam! 15 | use tokio_io::codec::length_delimited; Oct 11 19:37:49.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:37:49.969 INFO kablam! Oct 11 19:37:49.993 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 11 19:37:49.993 INFO kablam! --> src/codec/framed_read.rs:21:12 Oct 11 19:37:49.993 INFO kablam! | Oct 11 19:37:49.993 INFO kablam! 21 | inner: length_delimited::FramedRead, Oct 11 19:37:49.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:37:49.993 INFO kablam! Oct 11 19:37:49.993 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 11 19:37:49.993 INFO kablam! --> src/codec/framed_read.rs:48:23 Oct 11 19:37:49.993 INFO kablam! | Oct 11 19:37:49.994 INFO kablam! 48 | pub fn new(inner: length_delimited::FramedRead) -> FramedRead { Oct 11 19:37:49.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:37:49.994 INFO kablam! Oct 11 19:37:49.994 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::Builder': Moved to tokio-codec Oct 11 19:37:49.994 INFO kablam! --> src/codec/mod.rs:43:25 Oct 11 19:37:49.994 INFO kablam! | Oct 11 19:37:49.994 INFO kablam! 43 | let delimited = length_delimited::Builder::new() Oct 11 19:37:49.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:37:49.994 INFO kablam! Oct 11 19:37:51.516 INFO kablam! error: aborting due to 7 previous errors Oct 11 19:37:51.517 INFO kablam! Oct 11 19:37:51.536 INFO kablam! error: Could not compile `h2`. Oct 11 19:37:51.536 INFO kablam! Oct 11 19:37:51.536 INFO kablam! To learn more, run the command again with --verbose. Oct 11 19:37:51.536 INFO kablam! su: No module specific data is present Oct 11 19:37:52.140 INFO running `"docker" "rm" "-f" "1af75bce5c3e44b33012f937c2f1ac706f01d102227d37287c52080765804410"` Oct 11 19:37:52.628 INFO blam! 1af75bce5c3e44b33012f937c2f1ac706f01d102227d37287c52080765804410