Oct 13 13:57:49.668 INFO checking h2-0.1.12 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 13:57:49.668 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 13:57:50.089 INFO blam! 91df0117a7ed88d4f2ad4746087c0a4f43045b074ab77af4733f3035edfdb80d Oct 13 13:57:50.100 INFO running `"docker" "start" "-a" "91df0117a7ed88d4f2ad4746087c0a4f43045b074ab77af4733f3035edfdb80d"` Oct 13 13:57:51.326 INFO kablam! usermod: no changes Oct 13 13:57:51.625 INFO kablam! Checking env_logger v0.5.13 Oct 13 13:57:51.626 INFO kablam! Checking h2 v0.1.12 (/source) Oct 13 13:57:51.660 INFO kablam! Checking tokio-rustls v0.5.0 Oct 13 13:57:55.704 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 13 13:57:55.704 INFO kablam! --> src/codec/framed_read.rs:14:5 Oct 13 13:57:55.704 INFO kablam! | Oct 13 13:57:55.704 INFO kablam! 14 | use tokio_io::codec::length_delimited; Oct 13 13:57:55.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:57:55.704 INFO kablam! | Oct 13 13:57:55.704 INFO kablam! note: lint level defined here Oct 13 13:57:55.704 INFO kablam! --> src/lib.rs:88:9 Oct 13 13:57:55.704 INFO kablam! | Oct 13 13:57:55.704 INFO kablam! 88 | #![deny(warnings, missing_debug_implementations, missing_docs)] Oct 13 13:57:55.705 INFO kablam! | ^^^^^^^^ Oct 13 13:57:55.705 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 13:57:55.705 INFO kablam! Oct 13 13:57:55.705 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FrameTooBig': Moved to tokio-codec Oct 13 13:57:55.705 INFO kablam! --> src/codec/framed_read.rs:341:28 Oct 13 13:57:55.705 INFO kablam! | Oct 13 13:57:55.705 INFO kablam! 341 | if custom.is::() { Oct 13 13:57:55.705 INFO kablam! | ^^^^^^^^^^^ Oct 13 13:57:55.705 INFO kablam! Oct 13 13:57:55.705 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FrameTooBig': Moved to tokio-codec Oct 13 13:57:55.705 INFO kablam! --> src/codec/framed_read.rs:337:9 Oct 13 13:57:55.705 INFO kablam! | Oct 13 13:57:55.705 INFO kablam! 337 | use tokio_io::codec::length_delimited::FrameTooBig; Oct 13 13:57:55.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:57:55.705 INFO kablam! Oct 13 13:57:55.705 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 13 13:57:55.705 INFO kablam! --> src/codec/mod.rs:15:5 Oct 13 13:57:55.705 INFO kablam! | Oct 13 13:57:55.705 INFO kablam! 15 | use tokio_io::codec::length_delimited; Oct 13 13:57:55.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:57:55.705 INFO kablam! Oct 13 13:57:55.705 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 13:57:55.705 INFO kablam! --> src/codec/framed_read.rs:21:12 Oct 13 13:57:55.705 INFO kablam! | Oct 13 13:57:55.705 INFO kablam! 21 | inner: length_delimited::FramedRead, Oct 13 13:57:55.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:57:55.705 INFO kablam! Oct 13 13:57:55.705 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 13:57:55.705 INFO kablam! --> src/codec/framed_read.rs:48:23 Oct 13 13:57:55.705 INFO kablam! | Oct 13 13:57:55.705 INFO kablam! 48 | pub fn new(inner: length_delimited::FramedRead) -> FramedRead { Oct 13 13:57:55.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:57:55.705 INFO kablam! Oct 13 13:57:55.705 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::Builder': Moved to tokio-codec Oct 13 13:57:55.705 INFO kablam! --> src/codec/mod.rs:43:25 Oct 13 13:57:55.705 INFO kablam! | Oct 13 13:57:55.705 INFO kablam! 43 | let delimited = length_delimited::Builder::new() Oct 13 13:57:55.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:57:55.705 INFO kablam! Oct 13 13:57:58.092 INFO kablam! error: aborting due to 7 previous errors Oct 13 13:57:58.092 INFO kablam! Oct 13 13:57:58.096 INFO kablam! error: Could not compile `h2`. Oct 13 13:57:58.096 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 13:57:59.084 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 13 13:57:59.084 INFO kablam! --> src/codec/framed_read.rs:14:5 Oct 13 13:57:59.084 INFO kablam! | Oct 13 13:57:59.084 INFO kablam! 14 | use tokio_io::codec::length_delimited; Oct 13 13:57:59.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:57:59.084 INFO kablam! | Oct 13 13:57:59.092 INFO kablam! note: lint level defined here Oct 13 13:57:59.092 INFO kablam! --> src/lib.rs:88:9 Oct 13 13:57:59.092 INFO kablam! | Oct 13 13:57:59.092 INFO kablam! 88 | #![deny(warnings, missing_debug_implementations, missing_docs)] Oct 13 13:57:59.092 INFO kablam! | ^^^^^^^^ Oct 13 13:57:59.092 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 13:57:59.092 INFO kablam! Oct 13 13:57:59.092 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FrameTooBig': Moved to tokio-codec Oct 13 13:57:59.092 INFO kablam! --> src/codec/framed_read.rs:341:28 Oct 13 13:57:59.092 INFO kablam! | Oct 13 13:57:59.092 INFO kablam! 341 | if custom.is::() { Oct 13 13:57:59.092 INFO kablam! | ^^^^^^^^^^^ Oct 13 13:57:59.092 INFO kablam! Oct 13 13:57:59.092 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FrameTooBig': Moved to tokio-codec Oct 13 13:57:59.092 INFO kablam! --> src/codec/framed_read.rs:337:9 Oct 13 13:57:59.092 INFO kablam! | Oct 13 13:57:59.092 INFO kablam! 337 | use tokio_io::codec::length_delimited::FrameTooBig; Oct 13 13:57:59.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:57:59.092 INFO kablam! Oct 13 13:57:59.092 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 13 13:57:59.092 INFO kablam! --> src/codec/mod.rs:15:5 Oct 13 13:57:59.092 INFO kablam! | Oct 13 13:57:59.092 INFO kablam! 15 | use tokio_io::codec::length_delimited; Oct 13 13:57:59.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:57:59.092 INFO kablam! Oct 13 13:57:59.092 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 13:57:59.092 INFO kablam! --> src/codec/framed_read.rs:21:12 Oct 13 13:57:59.092 INFO kablam! | Oct 13 13:57:59.092 INFO kablam! 21 | inner: length_delimited::FramedRead, Oct 13 13:57:59.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:57:59.092 INFO kablam! Oct 13 13:57:59.096 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 13:57:59.096 INFO kablam! --> src/codec/framed_read.rs:48:23 Oct 13 13:57:59.096 INFO kablam! | Oct 13 13:57:59.096 INFO kablam! 48 | pub fn new(inner: length_delimited::FramedRead) -> FramedRead { Oct 13 13:57:59.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:57:59.096 INFO kablam! Oct 13 13:57:59.096 INFO kablam! error: use of deprecated item 'tokio_io::codec::length_delimited::Builder': Moved to tokio-codec Oct 13 13:57:59.096 INFO kablam! --> src/codec/mod.rs:43:25 Oct 13 13:57:59.096 INFO kablam! | Oct 13 13:57:59.096 INFO kablam! 43 | let delimited = length_delimited::Builder::new() Oct 13 13:57:59.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:57:59.096 INFO kablam! Oct 13 13:58:01.519 INFO kablam! error: aborting due to 7 previous errors Oct 13 13:58:01.520 INFO kablam! Oct 13 13:58:01.537 INFO kablam! error: Could not compile `h2`. Oct 13 13:58:01.537 INFO kablam! Oct 13 13:58:01.537 INFO kablam! To learn more, run the command again with --verbose. Oct 13 13:58:01.539 INFO kablam! su: No module specific data is present Oct 13 13:58:02.150 INFO running `"docker" "rm" "-f" "91df0117a7ed88d4f2ad4746087c0a4f43045b074ab77af4733f3035edfdb80d"` Oct 13 13:58:02.516 INFO blam! 91df0117a7ed88d4f2ad4746087c0a4f43045b074ab77af4733f3035edfdb80d