Oct 27 21:03:05.077 INFO checking h2-0.1.12 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 21:03:05.078 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:05.500 INFO blam! 99f6a3dd262be72e3e1478f0c1f9bdc9569efeb33856463a5f44a7dddec68dab Oct 27 21:03:05.507 INFO running `"docker" "start" "-a" "99f6a3dd262be72e3e1478f0c1f9bdc9569efeb33856463a5f44a7dddec68dab"` Oct 27 21:03:07.123 INFO kablam! usermod: no changes Oct 27 21:03:07.302 INFO kablam! Checking quickcheck v0.4.1 Oct 27 21:03:07.310 INFO kablam! Checking h2 v0.1.12 (/source) Oct 27 21:03:07.311 INFO kablam! Checking sct v0.3.0 Oct 27 21:03:07.311 INFO kablam! Checking webpki-roots v0.14.0 Oct 27 21:03:10.959 INFO kablam! Checking rustls v0.12.0 Oct 27 21:03:12.321 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 27 21:03:12.322 INFO kablam! --> src/codec/framed_read.rs:14:5 Oct 27 21:03:12.322 INFO kablam! | Oct 27 21:03:12.322 INFO kablam! 14 | use tokio_io::codec::length_delimited; Oct 27 21:03:12.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:03:12.323 INFO kablam! | Oct 27 21:03:12.323 INFO kablam! note: lint level defined here Oct 27 21:03:12.324 INFO kablam! --> src/lib.rs:88:9 Oct 27 21:03:12.324 INFO kablam! | Oct 27 21:03:12.324 INFO kablam! 88 | #![deny(warnings, missing_debug_implementations, missing_docs)] Oct 27 21:03:12.324 INFO kablam! | ^^^^^^^^ Oct 27 21:03:12.325 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 21:03:12.325 INFO kablam! Oct 27 21:03:12.325 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FrameTooBig': Moved to tokio-codec Oct 27 21:03:12.326 INFO kablam! --> src/codec/framed_read.rs:341:28 Oct 27 21:03:12.326 INFO kablam! | Oct 27 21:03:12.326 INFO kablam! 341 | if custom.is::() { Oct 27 21:03:12.327 INFO kablam! | ^^^^^^^^^^^ Oct 27 21:03:12.327 INFO kablam! Oct 27 21:03:12.327 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FrameTooBig': Moved to tokio-codec Oct 27 21:03:12.327 INFO kablam! --> src/codec/framed_read.rs:337:9 Oct 27 21:03:12.328 INFO kablam! | Oct 27 21:03:12.328 INFO kablam! 337 | use tokio_io::codec::length_delimited::FrameTooBig; Oct 27 21:03:12.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:03:12.329 INFO kablam! Oct 27 21:03:12.329 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 27 21:03:12.329 INFO kablam! --> src/codec/mod.rs:15:5 Oct 27 21:03:12.329 INFO kablam! | Oct 27 21:03:12.330 INFO kablam! 15 | use tokio_io::codec::length_delimited; Oct 27 21:03:12.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:03:12.330 INFO kablam! Oct 27 21:03:12.331 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 21:03:12.331 INFO kablam! --> src/codec/framed_read.rs:21:12 Oct 27 21:03:12.331 INFO kablam! | Oct 27 21:03:12.332 INFO kablam! 21 | inner: length_delimited::FramedRead, Oct 27 21:03:12.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:03:12.332 INFO kablam! Oct 27 21:03:12.332 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 21:03:12.333 INFO kablam! --> src/codec/framed_read.rs:48:23 Oct 27 21:03:12.333 INFO kablam! | Oct 27 21:03:12.333 INFO kablam! 48 | pub fn new(inner: length_delimited::FramedRead) -> FramedRead { Oct 27 21:03:12.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:03:12.334 INFO kablam! Oct 27 21:03:12.334 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::Builder': Moved to tokio-codec Oct 27 21:03:12.335 INFO kablam! --> src/codec/mod.rs:43:25 Oct 27 21:03:12.335 INFO kablam! | Oct 27 21:03:12.335 INFO kablam! 43 | let delimited = length_delimited::Builder::new() Oct 27 21:03:12.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:03:12.336 INFO kablam! Oct 27 21:03:14.639 INFO kablam! error: aborting due to 7 previous errors Oct 27 21:03:14.640 INFO kablam! Oct 27 21:03:14.651 INFO kablam! error: Could not compile `h2`. Oct 27 21:03:14.651 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 21:03:16.587 INFO kablam! error: build failed Oct 27 21:03:16.587 INFO kablam! su: No module specific data is present Oct 27 21:03:17.118 INFO running `"docker" "rm" "-f" "99f6a3dd262be72e3e1478f0c1f9bdc9569efeb33856463a5f44a7dddec68dab"` Oct 27 21:03:17.343 INFO blam! 99f6a3dd262be72e3e1478f0c1f9bdc9569efeb33856463a5f44a7dddec68dab