Oct 27 21:03:05.755 INFO checking h2-0.1.12 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 21:03:05.757 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21:03:06.229 INFO blam! b87727d1838edb9bf00c79fae56c5772a480d9baf3eaf40c649fe572614bc34d Oct 27 21:03:06.232 INFO running `"docker" "start" "-a" "b87727d1838edb9bf00c79fae56c5772a480d9baf3eaf40c649fe572614bc34d"` Oct 27 21:03:07.499 INFO kablam! usermod: no changes Oct 27 21:03:07.805 INFO kablam! Checking h2 v0.1.12 (/source) Oct 27 21:03:07.805 INFO kablam! Checking webpki-roots v0.14.0 Oct 27 21:03:07.805 INFO kablam! Checking rustls v0.12.0 Oct 27 21:03:11.378 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 27 21:03:11.378 INFO kablam! --> src/codec/framed_read.rs:14:5 Oct 27 21:03:11.378 INFO kablam! | Oct 27 21:03:11.378 INFO kablam! 14 | use tokio_io::codec::length_delimited; Oct 27 21:03:11.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:03:11.378 INFO kablam! | Oct 27 21:03:11.378 INFO kablam! note: lint level defined here Oct 27 21:03:11.378 INFO kablam! --> src/lib.rs:88:9 Oct 27 21:03:11.378 INFO kablam! | Oct 27 21:03:11.378 INFO kablam! 88 | #![deny(warnings, missing_debug_implementations, missing_docs)] Oct 27 21:03:11.378 INFO kablam! | ^^^^^^^^ Oct 27 21:03:11.378 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 21:03:11.378 INFO kablam! Oct 27 21:03:11.378 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FrameTooBig': Moved to tokio-codec Oct 27 21:03:11.378 INFO kablam! --> src/codec/framed_read.rs:341:28 Oct 27 21:03:11.378 INFO kablam! | Oct 27 21:03:11.378 INFO kablam! 341 | if custom.is::() { Oct 27 21:03:11.378 INFO kablam! | ^^^^^^^^^^^ Oct 27 21:03:11.378 INFO kablam! Oct 27 21:03:11.378 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FrameTooBig': Moved to tokio-codec Oct 27 21:03:11.378 INFO kablam! --> src/codec/framed_read.rs:337:9 Oct 27 21:03:11.378 INFO kablam! | Oct 27 21:03:11.378 INFO kablam! 337 | use tokio_io::codec::length_delimited::FrameTooBig; Oct 27 21:03:11.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:03:11.378 INFO kablam! Oct 27 21:03:11.378 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 27 21:03:11.378 INFO kablam! --> src/codec/mod.rs:15:5 Oct 27 21:03:11.378 INFO kablam! | Oct 27 21:03:11.378 INFO kablam! 15 | use tokio_io::codec::length_delimited; Oct 27 21:03:11.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:03:11.378 INFO kablam! Oct 27 21:03:11.378 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 21:03:11.378 INFO kablam! --> src/codec/framed_read.rs:21:12 Oct 27 21:03:11.378 INFO kablam! | Oct 27 21:03:11.378 INFO kablam! 21 | inner: length_delimited::FramedRead, Oct 27 21:03:11.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:03:11.378 INFO kablam! Oct 27 21:03:11.383 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 21:03:11.383 INFO kablam! --> src/codec/framed_read.rs:48:23 Oct 27 21:03:11.383 INFO kablam! | Oct 27 21:03:11.383 INFO kablam! 48 | pub fn new(inner: length_delimited::FramedRead) -> FramedRead { Oct 27 21:03:11.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:03:11.383 INFO kablam! Oct 27 21:03:11.383 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::Builder': Moved to tokio-codec Oct 27 21:03:11.383 INFO kablam! --> src/codec/mod.rs:43:25 Oct 27 21:03:11.383 INFO kablam! | Oct 27 21:03:11.383 INFO kablam! 43 | let delimited = length_delimited::Builder::new() Oct 27 21:03:11.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:03:11.383 INFO kablam! Oct 27 21:03:13.471 INFO kablam! error: aborting due to 7 previous errors Oct 27 21:03:13.471 INFO kablam! Oct 27 21:03:13.507 INFO kablam! error: Could not compile `h2`. Oct 27 21:03:13.507 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 21:03:15.007 INFO kablam! error: build failed Oct 27 21:03:15.008 INFO kablam! su: No module specific data is present Oct 27 21:03:15.870 INFO running `"docker" "rm" "-f" "b87727d1838edb9bf00c79fae56c5772a480d9baf3eaf40c649fe572614bc34d"` Oct 27 21:03:16.126 INFO blam! b87727d1838edb9bf00c79fae56c5772a480d9baf3eaf40c649fe572614bc34d