[INFO] crate tokio-irc-client 0.2.1 is already in cache [INFO] extracting crate tokio-irc-client 0.2.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/tokio-irc-client/0.2.1 [INFO] extracting crate tokio-irc-client 0.2.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/tokio-irc-client/0.2.1 [INFO] validating manifest of tokio-irc-client-0.2.1 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tokio-irc-client-0.2.1 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tokio-irc-client-0.2.1 [INFO] finished frobbing tokio-irc-client-0.2.1 [INFO] frobbed toml for tokio-irc-client-0.2.1 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/tokio-irc-client/0.2.1/Cargo.toml [INFO] started frobbing tokio-irc-client-0.2.1 [INFO] finished frobbing tokio-irc-client-0.2.1 [INFO] frobbed toml for tokio-irc-client-0.2.1 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/tokio-irc-client/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking tokio-irc-client-0.2.1 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-0/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/tokio-irc-client/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 616638d36171ee9e4168b95f8968e248c8b7346a1b29fe8556e1d8f51c12e061 [INFO] running `"docker" "start" "-a" "616638d36171ee9e4168b95f8968e248c8b7346a1b29fe8556e1d8f51c12e061"` [INFO] [stderr] Checking pircolate v0.2.1 [INFO] [stderr] Checking tokio-irc-client v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/client.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use tokio_io::codec::Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/client.rs:189:12 [INFO] [stderr] | [INFO] [stderr] 189 | inner: Framed, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/client.rs:196:19 [INFO] [stderr] | [INFO] [stderr] 196 | fn new(inner: Framed) -> IrcTransport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/client.rs:110:52 [INFO] [stderr] | [INFO] [stderr] 110 | let framed = try_ready!(self.inner.poll()).framed(codec::IrcCodec); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | Io(::std::io::Error); [INFO] [stderr] 8 | | Utf8(::std::string::FromUtf8Error); [INFO] [stderr] ... | [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/client.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use tokio_io::codec::Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/client.rs:189:12 [INFO] [stderr] | [INFO] [stderr] 189 | inner: Framed, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/client.rs:196:19 [INFO] [stderr] | [INFO] [stderr] 196 | fn new(inner: Framed) -> IrcTransport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/client.rs:110:52 [INFO] [stderr] | [INFO] [stderr] 110 | let framed = try_ready!(self.inner.poll()).framed(codec::IrcCodec); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | Io(::std::io::Error); [INFO] [stderr] 8 | | Utf8(::std::string::FromUtf8Error); [INFO] [stderr] ... | [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pircolate::command::Privmsg` [INFO] [stderr] --> examples/print_messages.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use pircolate::command::Privmsg; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `PrivMsg` [INFO] [stderr] | no `Privmsg` in `command` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `nick` in module `message` [INFO] [stderr] --> examples/print_messages.rs:31:26 [INFO] [stderr] | [INFO] [stderr] 31 | message::nick("RustBot"), [INFO] [stderr] | ^^^^ not found in `message` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 6 | use pircolate::message::client::nick; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `user` in module `message` [INFO] [stderr] --> examples/print_messages.rs:32:26 [INFO] [stderr] | [INFO] [stderr] 32 | message::user("RustBot", "Example bot written in Rust"), [INFO] [stderr] | ^^^^ not found in `message` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 6 | use pircolate::message::client::user; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `join` in module `message` [INFO] [stderr] --> examples/print_messages.rs:33:26 [INFO] [stderr] | [INFO] [stderr] 33 | message::join("#prograaming") [INFO] [stderr] | ^^^^ not found in `message` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 6 | use pircolate::message::client::join; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` [INFO] [stderr] --> examples/print_messages.rs:36:26 [INFO] [stderr] | [INFO] [stderr] 36 | irc.send_all(stream::iter(connect_sequence)) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `tokio-irc-client`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "616638d36171ee9e4168b95f8968e248c8b7346a1b29fe8556e1d8f51c12e061"` [INFO] running `"docker" "rm" "-f" "616638d36171ee9e4168b95f8968e248c8b7346a1b29fe8556e1d8f51c12e061"` [INFO] [stdout] 616638d36171ee9e4168b95f8968e248c8b7346a1b29fe8556e1d8f51c12e061