Sep 05 21:49:20.321 INFO checking tokio-irc-client-0.2.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 21:49:20.321 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 21:49:20.321 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 21:49:20.510 INFO blam! 03c47fe6fd565f14e8097353aa8aadf528f02e5733e01115112a25c5f7ab372f Sep 05 21:49:20.511 INFO running `"docker" "start" "-a" "03c47fe6fd565f14e8097353aa8aadf528f02e5733e01115112a25c5f7ab372f"` Sep 05 21:49:21.578 INFO kablam! usermod: no changes Sep 05 21:49:21.858 INFO kablam! Checking pircolate v0.2.1 Sep 05 21:49:22.486 INFO kablam! Checking tokio-irc-client v0.2.1 (file:///source) Sep 05 21:49:23.159 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 05 21:49:23.159 INFO kablam! --> src/client.rs:16:5 Sep 05 21:49:23.159 INFO kablam! | Sep 05 21:49:23.159 INFO kablam! 16 | use tokio_io::codec::Framed; Sep 05 21:49:23.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:49:23.160 INFO kablam! | Sep 05 21:49:23.160 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 21:49:23.160 INFO kablam! Sep 05 21:49:23.160 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 05 21:49:23.160 INFO kablam! --> src/client.rs:189:12 Sep 05 21:49:23.160 INFO kablam! | Sep 05 21:49:23.160 INFO kablam! 189 | inner: Framed, Sep 05 21:49:23.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:49:23.160 INFO kablam! Sep 05 21:49:23.160 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 05 21:49:23.160 INFO kablam! --> src/client.rs:196:19 Sep 05 21:49:23.160 INFO kablam! | Sep 05 21:49:23.160 INFO kablam! 196 | fn new(inner: Framed) -> IrcTransport { Sep 05 21:49:23.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:49:23.160 INFO kablam! Sep 05 21:49:23.166 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 05 21:49:23.166 INFO kablam! --> src/client.rs:16:5 Sep 05 21:49:23.166 INFO kablam! | Sep 05 21:49:23.166 INFO kablam! 16 | use tokio_io::codec::Framed; Sep 05 21:49:23.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:49:23.166 INFO kablam! | Sep 05 21:49:23.166 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 21:49:23.166 INFO kablam! Sep 05 21:49:23.166 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 05 21:49:23.166 INFO kablam! --> src/client.rs:189:12 Sep 05 21:49:23.166 INFO kablam! | Sep 05 21:49:23.166 INFO kablam! 189 | inner: Framed, Sep 05 21:49:23.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:49:23.166 INFO kablam! Sep 05 21:49:23.166 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 05 21:49:23.166 INFO kablam! --> src/client.rs:196:19 Sep 05 21:49:23.166 INFO kablam! | Sep 05 21:49:23.166 INFO kablam! 196 | fn new(inner: Framed) -> IrcTransport { Sep 05 21:49:23.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:49:23.166 INFO kablam! Sep 05 21:49:23.245 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 05 21:49:23.245 INFO kablam! --> src/client.rs:110:52 Sep 05 21:49:23.245 INFO kablam! | Sep 05 21:49:23.245 INFO kablam! 110 | let framed = try_ready!(self.inner.poll()).framed(codec::IrcCodec); Sep 05 21:49:23.245 INFO kablam! | ^^^^^^ Sep 05 21:49:23.245 INFO kablam! Sep 05 21:49:23.246 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 05 21:49:23.246 INFO kablam! --> src/client.rs:110:52 Sep 05 21:49:23.246 INFO kablam! | Sep 05 21:49:23.246 INFO kablam! 110 | let framed = try_ready!(self.inner.poll()).framed(codec::IrcCodec); Sep 05 21:49:23.246 INFO kablam! | ^^^^^^ Sep 05 21:49:23.246 INFO kablam! Sep 05 21:49:23.963 INFO kablam! error[E0432]: unresolved import `pircolate::command::Privmsg` Sep 05 21:49:23.963 INFO kablam! --> examples/print_messages.rs:15:5 Sep 05 21:49:23.963 INFO kablam! | Sep 05 21:49:23.963 INFO kablam! 15 | use pircolate::command::Privmsg; Sep 05 21:49:23.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Privmsg` in `command`. Did you mean to use `PrivMsg`? Sep 05 21:49:23.963 INFO kablam! Sep 05 21:49:23.977 INFO kablam! error[E0425]: cannot find function `nick` in module `message` Sep 05 21:49:23.977 INFO kablam! --> examples/print_messages.rs:31:26 Sep 05 21:49:23.977 INFO kablam! | Sep 05 21:49:23.977 INFO kablam! 31 | message::nick("RustBot"), Sep 05 21:49:23.977 INFO kablam! | ^^^^ not found in `message` Sep 05 21:49:23.977 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 21:49:23.977 INFO kablam! | Sep 05 21:49:23.977 INFO kablam! 6 | use pircolate::message::client::nick; Sep 05 21:49:23.977 INFO kablam! | Sep 05 21:49:23.977 INFO kablam! Sep 05 21:49:23.978 INFO kablam! error[E0425]: cannot find function `user` in module `message` Sep 05 21:49:23.978 INFO kablam! --> examples/print_messages.rs:32:26 Sep 05 21:49:23.978 INFO kablam! | Sep 05 21:49:23.978 INFO kablam! 32 | message::user("RustBot", "Example bot written in Rust"), Sep 05 21:49:23.978 INFO kablam! | ^^^^ not found in `message` Sep 05 21:49:23.978 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 21:49:23.979 INFO kablam! | Sep 05 21:49:23.979 INFO kablam! 6 | use pircolate::message::client::user; Sep 05 21:49:23.979 INFO kablam! | Sep 05 21:49:23.979 INFO kablam! Sep 05 21:49:23.979 INFO kablam! error[E0425]: cannot find function `join` in module `message` Sep 05 21:49:23.979 INFO kablam! --> examples/print_messages.rs:33:26 Sep 05 21:49:23.980 INFO kablam! | Sep 05 21:49:23.985 INFO kablam! 33 | message::join("#prograaming") Sep 05 21:49:23.985 INFO kablam! | ^^^^ not found in `message` Sep 05 21:49:23.986 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 05 21:49:23.986 INFO kablam! | Sep 05 21:49:23.986 INFO kablam! 6 | use pircolate::message::client::join; Sep 05 21:49:23.986 INFO kablam! | Sep 05 21:49:23.986 INFO kablam! Sep 05 21:49:23.991 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 05 21:49:23.991 INFO kablam! --> examples/print_messages.rs:36:26 Sep 05 21:49:23.991 INFO kablam! | Sep 05 21:49:23.991 INFO kablam! 36 | irc.send_all(stream::iter(connect_sequence)) Sep 05 21:49:23.991 INFO kablam! | ^^^^^^^^^^^^ Sep 05 21:49:23.991 INFO kablam! | Sep 05 21:49:23.991 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 21:49:23.992 INFO kablam! Sep 05 21:49:24.049 INFO kablam! error: aborting due to 4 previous errors Sep 05 21:49:24.049 INFO kablam! Sep 05 21:49:24.049 INFO kablam! Some errors occurred: E0425, E0432. Sep 05 21:49:24.049 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 05 21:49:24.067 INFO kablam! error: Could not compile `tokio-irc-client`. Sep 05 21:49:24.067 INFO kablam! Sep 05 21:49:24.067 INFO kablam! To learn more, run the command again with --verbose. Sep 05 21:49:24.068 INFO kablam! su: No module specific data is present Sep 05 21:49:25.052 INFO running `"docker" "rm" "-f" "03c47fe6fd565f14e8097353aa8aadf528f02e5733e01115112a25c5f7ab372f"` Sep 05 21:49:25.310 INFO blam! 03c47fe6fd565f14e8097353aa8aadf528f02e5733e01115112a25c5f7ab372f