Oct 22 02:32:14.156 INFO checking h2-0.1.12 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 02:32:14.157 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 22 02:32:14.579 INFO blam! 0970b3bffc7e5f97dd9aec5060a4b42eca230e233e045ffaba0b749d0e8798ea Oct 22 02:32:14.588 INFO running `"docker" "start" "-a" "0970b3bffc7e5f97dd9aec5060a4b42eca230e233e045ffaba0b749d0e8798ea"` Oct 22 02:32:15.657 INFO kablam! usermod: no changes Oct 22 02:32:15.996 INFO kablam! Checking env_logger v0.5.13 Oct 22 02:32:15.997 INFO kablam! Checking quickcheck v0.4.1 Oct 22 02:32:15.998 INFO kablam! Checking h2 v0.1.12 (/source) Oct 22 02:32:15.998 INFO kablam! Checking sct v0.3.0 Oct 22 02:32:15.998 INFO kablam! Checking webpki-roots v0.14.0 Oct 22 02:32:18.072 INFO kablam! Checking rustls v0.12.0 Oct 22 02:32:19.805 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 22 02:32:19.805 INFO kablam! --> src/codec/framed_read.rs:14:5 Oct 22 02:32:19.805 INFO kablam! | Oct 22 02:32:19.805 INFO kablam! 14 | use tokio_io::codec::length_delimited; Oct 22 02:32:19.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 02:32:19.805 INFO kablam! | Oct 22 02:32:19.805 INFO kablam! note: lint level defined here Oct 22 02:32:19.805 INFO kablam! --> src/lib.rs:88:9 Oct 22 02:32:19.805 INFO kablam! | Oct 22 02:32:19.805 INFO kablam! 88 | #![deny(warnings, missing_debug_implementations, missing_docs)] Oct 22 02:32:19.805 INFO kablam! | ^^^^^^^^ Oct 22 02:32:19.805 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 22 02:32:19.805 INFO kablam! Oct 22 02:32:19.805 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FrameTooBig': Moved to tokio-codec Oct 22 02:32:19.805 INFO kablam! --> src/codec/framed_read.rs:341:28 Oct 22 02:32:19.805 INFO kablam! | Oct 22 02:32:19.805 INFO kablam! 341 | if custom.is::() { Oct 22 02:32:19.805 INFO kablam! | ^^^^^^^^^^^ Oct 22 02:32:19.805 INFO kablam! Oct 22 02:32:19.805 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FrameTooBig': Moved to tokio-codec Oct 22 02:32:19.805 INFO kablam! --> src/codec/framed_read.rs:337:9 Oct 22 02:32:19.805 INFO kablam! | Oct 22 02:32:19.805 INFO kablam! 337 | use tokio_io::codec::length_delimited::FrameTooBig; Oct 22 02:32:19.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 02:32:19.805 INFO kablam! Oct 22 02:32:19.805 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 22 02:32:19.805 INFO kablam! --> src/codec/mod.rs:15:5 Oct 22 02:32:19.805 INFO kablam! | Oct 22 02:32:19.805 INFO kablam! 15 | use tokio_io::codec::length_delimited; Oct 22 02:32:19.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 02:32:19.805 INFO kablam! Oct 22 02:32:19.805 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 22 02:32:19.805 INFO kablam! --> src/codec/framed_read.rs:21:12 Oct 22 02:32:19.805 INFO kablam! | Oct 22 02:32:19.805 INFO kablam! 21 | inner: length_delimited::FramedRead, Oct 22 02:32:19.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 02:32:19.805 INFO kablam! Oct 22 02:32:19.805 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 22 02:32:19.805 INFO kablam! --> src/codec/framed_read.rs:48:23 Oct 22 02:32:19.806 INFO kablam! | Oct 22 02:32:19.806 INFO kablam! 48 | pub fn new(inner: length_delimited::FramedRead) -> FramedRead { Oct 22 02:32:19.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 02:32:19.806 INFO kablam! Oct 22 02:32:19.806 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::Builder': Moved to tokio-codec Oct 22 02:32:19.806 INFO kablam! --> src/codec/mod.rs:43:25 Oct 22 02:32:19.806 INFO kablam! | Oct 22 02:32:19.806 INFO kablam! 43 | let delimited = length_delimited::Builder::new() Oct 22 02:32:19.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 02:32:19.806 INFO kablam! Oct 22 02:32:21.673 INFO kablam! error: aborting due to 7 previous errors Oct 22 02:32:21.673 INFO kablam! Oct 22 02:32:21.684 INFO kablam! error: Could not compile `h2`. Oct 22 02:32:21.685 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 02:32:23.476 INFO kablam! error: build failed Oct 22 02:32:23.476 INFO kablam! su: No module specific data is present Oct 22 02:32:24.105 INFO running `"docker" "rm" "-f" "0970b3bffc7e5f97dd9aec5060a4b42eca230e233e045ffaba0b749d0e8798ea"` Oct 22 02:32:24.592 INFO blam! 0970b3bffc7e5f97dd9aec5060a4b42eca230e233e045ffaba0b749d0e8798ea