Sep 19 22:07:37.597 INFO checking mqtt-0.1.4 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 22:07:37.597 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 22:07:37.598 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:07:37.776 INFO blam! 6e7e6bfa60ac76ce058441ceaaff9da966c9fe55a06446e27add031b3a2f3e34 Sep 19 22:07:37.781 INFO running `"docker" "start" "-a" "6e7e6bfa60ac76ce058441ceaaff9da966c9fe55a06446e27add031b3a2f3e34"` Sep 19 22:07:38.612 INFO kablam! usermod: no changes Sep 19 22:07:38.744 INFO kablam! Checking mqtt v0.1.4 (/source) Sep 19 22:07:41.581 INFO kablam! warning: field is never used: `keep_alive` Sep 19 22:07:41.581 INFO kablam! --> src/client.rs:294:5 Sep 19 22:07:41.581 INFO kablam! | Sep 19 22:07:41.581 INFO kablam! 294 | keep_alive: Duration, Sep 19 22:07:41.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 22:07:41.581 INFO kablam! | Sep 19 22:07:41.581 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 22:07:41.581 INFO kablam! Sep 19 22:07:42.635 INFO kablam! error[E0601]: `main` function not found in crate `echo_client` Sep 19 22:07:42.635 INFO kablam! | Sep 19 22:07:42.635 INFO kablam! = note: consider adding a `main` function to `examples/echo_client.rs` Sep 19 22:07:42.635 INFO kablam! Sep 19 22:07:42.635 INFO kablam! error: aborting due to previous error Sep 19 22:07:42.635 INFO kablam! Sep 19 22:07:42.635 INFO kablam! For more information about this error, try `rustc --explain E0601`. Sep 19 22:07:42.647 INFO kablam! error: Could not compile `mqtt`. Sep 19 22:07:42.647 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:07:43.699 INFO kablam! error[E0432]: unresolved imports `bytes::ByteBuf`, `bytes::SliceBuf` Sep 19 22:07:43.699 INFO kablam! --> examples/echo_server.rs:27:26 Sep 19 22:07:43.699 INFO kablam! | Sep 19 22:07:43.699 INFO kablam! 27 | use bytes::{Buf, BufMut, ByteBuf, SliceBuf}; Sep 19 22:07:43.699 INFO kablam! | ^^^^^^^ ^^^^^^^^ no `SliceBuf` in the root Sep 19 22:07:43.699 INFO kablam! | | Sep 19 22:07:43.699 INFO kablam! | no `ByteBuf` in the root Sep 19 22:07:43.711 INFO kablam! Sep 19 22:07:43.923 INFO kablam! warning: field is never used: `keep_alive` Sep 19 22:07:43.923 INFO kablam! --> src/client.rs:294:5 Sep 19 22:07:43.923 INFO kablam! | Sep 19 22:07:43.923 INFO kablam! 294 | keep_alive: Duration, Sep 19 22:07:43.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 22:07:43.923 INFO kablam! | Sep 19 22:07:43.923 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 22:07:43.923 INFO kablam! Sep 19 22:07:43.991 INFO kablam! warning: use of deprecated item 'mio::Event::kind': use Event::readiness() Sep 19 22:07:43.992 INFO kablam! --> examples/echo_server.rs:123:62 Sep 19 22:07:43.992 INFO kablam! | Sep 19 22:07:43.992 INFO kablam! 123 | entry.get_mut().handle(event.kind(), poll)?; Sep 19 22:07:43.992 INFO kablam! | ^^^^ Sep 19 22:07:43.992 INFO kablam! | Sep 19 22:07:43.992 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 22:07:43.992 INFO kablam! Sep 19 22:07:44.175 INFO kablam! warning: use of deprecated item 'mio::Ready::is_hup': use UnixReady instead Sep 19 22:07:44.175 INFO kablam! --> examples/echo_server.rs:308:24 Sep 19 22:07:44.175 INFO kablam! | Sep 19 22:07:44.175 INFO kablam! 308 | _ if ready.is_hup() => { Sep 19 22:07:44.179 INFO kablam! | ^^^^^^ Sep 19 22:07:44.179 INFO kablam! Sep 19 22:07:44.199 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 19 22:07:44.199 INFO kablam! --> examples/echo_server.rs:378:32 Sep 19 22:07:44.199 INFO kablam! | Sep 19 22:07:44.199 INFO kablam! 378 | _ => Ready::none(), Sep 19 22:07:44.199 INFO kablam! | ^^^^^^^^^^^ Sep 19 22:07:44.199 INFO kablam! Sep 19 22:07:44.276 INFO kablam! warning: unused import: `Buf` Sep 19 22:07:44.277 INFO kablam! --> examples/echo_server.rs:27:13 Sep 19 22:07:44.277 INFO kablam! | Sep 19 22:07:44.277 INFO kablam! 27 | use bytes::{Buf, BufMut, ByteBuf, SliceBuf}; Sep 19 22:07:44.277 INFO kablam! | ^^^ Sep 19 22:07:44.277 INFO kablam! | Sep 19 22:07:44.277 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:07:44.277 INFO kablam! Sep 19 22:07:44.277 INFO kablam! warning: unused import: `BufMut` Sep 19 22:07:44.277 INFO kablam! --> examples/echo_server.rs:27:18 Sep 19 22:07:44.277 INFO kablam! | Sep 19 22:07:44.277 INFO kablam! 27 | use bytes::{Buf, BufMut, ByteBuf, SliceBuf}; Sep 19 22:07:44.277 INFO kablam! | ^^^^^^ Sep 19 22:07:44.277 INFO kablam! Sep 19 22:07:44.293 INFO kablam! error: aborting due to previous error Sep 19 22:07:44.293 INFO kablam! Sep 19 22:07:44.293 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 19 22:07:44.315 INFO kablam! error: Could not compile `mqtt`. Sep 19 22:07:44.315 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:07:44.416 INFO kablam! error: build failed Sep 19 22:07:44.418 INFO kablam! su: No module specific data is present Sep 19 22:07:45.481 INFO running `"docker" "rm" "-f" "6e7e6bfa60ac76ce058441ceaaff9da966c9fe55a06446e27add031b3a2f3e34"` Sep 19 22:07:45.959 INFO blam! 6e7e6bfa60ac76ce058441ceaaff9da966c9fe55a06446e27add031b3a2f3e34