Sep 19 23:59:04.319 INFO checking mqtt-0.1.4 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:59:04.319 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:59:04.319 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:59:04.524 INFO blam! 522b73ab6bb699f46058f4066a4c07485ebe8053256a59d666af0be4e00af30b Sep 19 23:59:04.526 INFO running `"docker" "start" "-a" "522b73ab6bb699f46058f4066a4c07485ebe8053256a59d666af0be4e00af30b"` Sep 19 23:59:05.862 INFO kablam! usermod: no changes Sep 19 23:59:05.999 INFO kablam! Checking mqtt v0.1.4 (/source) Sep 19 23:59:09.058 INFO kablam! warning: field is never used: `keep_alive` Sep 19 23:59:09.058 INFO kablam! --> src/client.rs:294:5 Sep 19 23:59:09.058 INFO kablam! | Sep 19 23:59:09.058 INFO kablam! 294 | keep_alive: Duration, Sep 19 23:59:09.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:59:09.058 INFO kablam! | Sep 19 23:59:09.058 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 23:59:09.058 INFO kablam! Sep 19 23:59:09.433 INFO kablam! error[E0601]: `main` function not found in crate `echo_client` Sep 19 23:59:09.433 INFO kablam! | Sep 19 23:59:09.433 INFO kablam! = note: consider adding a `main` function to `examples/echo_client.rs` Sep 19 23:59:09.433 INFO kablam! Sep 19 23:59:09.433 INFO kablam! error: aborting due to previous error Sep 19 23:59:09.433 INFO kablam! Sep 19 23:59:09.434 INFO kablam! For more information about this error, try `rustc --explain E0601`. Sep 19 23:59:09.434 INFO kablam! error: Could not compile `mqtt`. Sep 19 23:59:09.434 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:59:10.778 INFO kablam! warning: field is never used: `keep_alive` Sep 19 23:59:10.778 INFO kablam! --> src/client.rs:294:5 Sep 19 23:59:10.778 INFO kablam! | Sep 19 23:59:10.778 INFO kablam! 294 | keep_alive: Duration, Sep 19 23:59:10.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:59:10.778 INFO kablam! | Sep 19 23:59:10.778 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 23:59:10.778 INFO kablam! Sep 19 23:59:10.833 INFO kablam! error[E0432]: unresolved imports `bytes::ByteBuf`, `bytes::SliceBuf` Sep 19 23:59:10.833 INFO kablam! --> examples/echo_server.rs:27:26 Sep 19 23:59:10.833 INFO kablam! | Sep 19 23:59:10.833 INFO kablam! 27 | use bytes::{Buf, BufMut, ByteBuf, SliceBuf}; Sep 19 23:59:10.833 INFO kablam! | ^^^^^^^ ^^^^^^^^ no `SliceBuf` in the root Sep 19 23:59:10.833 INFO kablam! | | Sep 19 23:59:10.833 INFO kablam! | no `ByteBuf` in the root Sep 19 23:59:10.833 INFO kablam! Sep 19 23:59:10.955 INFO kablam! warning: use of deprecated item 'mio::Event::kind': use Event::readiness() Sep 19 23:59:10.955 INFO kablam! --> examples/echo_server.rs:123:62 Sep 19 23:59:10.955 INFO kablam! | Sep 19 23:59:10.955 INFO kablam! 123 | entry.get_mut().handle(event.kind(), poll)?; Sep 19 23:59:10.955 INFO kablam! | ^^^^ Sep 19 23:59:10.955 INFO kablam! | Sep 19 23:59:10.955 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 23:59:10.955 INFO kablam! Sep 19 23:59:11.026 INFO kablam! warning: use of deprecated item 'mio::Ready::is_hup': use UnixReady instead Sep 19 23:59:11.026 INFO kablam! --> examples/echo_server.rs:308:24 Sep 19 23:59:11.026 INFO kablam! | Sep 19 23:59:11.026 INFO kablam! 308 | _ if ready.is_hup() => { Sep 19 23:59:11.026 INFO kablam! | ^^^^^^ Sep 19 23:59:11.027 INFO kablam! Sep 19 23:59:11.038 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 19 23:59:11.038 INFO kablam! --> examples/echo_server.rs:378:32 Sep 19 23:59:11.038 INFO kablam! | Sep 19 23:59:11.038 INFO kablam! 378 | _ => Ready::none(), Sep 19 23:59:11.038 INFO kablam! | ^^^^^^^^^^^ Sep 19 23:59:11.038 INFO kablam! Sep 19 23:59:11.086 INFO kablam! warning: unused import: `Buf` Sep 19 23:59:11.086 INFO kablam! --> examples/echo_server.rs:27:13 Sep 19 23:59:11.086 INFO kablam! | Sep 19 23:59:11.086 INFO kablam! 27 | use bytes::{Buf, BufMut, ByteBuf, SliceBuf}; Sep 19 23:59:11.086 INFO kablam! | ^^^ Sep 19 23:59:11.086 INFO kablam! | Sep 19 23:59:11.086 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:59:11.086 INFO kablam! Sep 19 23:59:11.086 INFO kablam! warning: unused import: `BufMut` Sep 19 23:59:11.086 INFO kablam! --> examples/echo_server.rs:27:18 Sep 19 23:59:11.086 INFO kablam! | Sep 19 23:59:11.086 INFO kablam! 27 | use bytes::{Buf, BufMut, ByteBuf, SliceBuf}; Sep 19 23:59:11.086 INFO kablam! | ^^^^^^ Sep 19 23:59:11.086 INFO kablam! Sep 19 23:59:11.093 INFO kablam! error: aborting due to previous error Sep 19 23:59:11.093 INFO kablam! Sep 19 23:59:11.093 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 19 23:59:11.107 INFO kablam! error: Could not compile `mqtt`. Sep 19 23:59:11.107 INFO kablam! Sep 19 23:59:11.107 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:59:11.108 INFO kablam! su: No module specific data is present Sep 19 23:59:11.870 INFO running `"docker" "rm" "-f" "522b73ab6bb699f46058f4066a4c07485ebe8053256a59d666af0be4e00af30b"` Sep 19 23:59:11.977 INFO blam! 522b73ab6bb699f46058f4066a4c07485ebe8053256a59d666af0be4e00af30b