[INFO] updating cached repository https://github.com/HotelCalifornia/riirc [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9b6981ad12165b9fcaca7176030418223b10569c [INFO] checking HotelCalifornia/riirc against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHotelCalifornia%2Friirc" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/HotelCalifornia/riirc on toolchain 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/HotelCalifornia/riirc [INFO] finished tweaking git repo https://github.com/HotelCalifornia/riirc [INFO] tweaked toml for git repo https://github.com/HotelCalifornia/riirc written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/HotelCalifornia/riirc already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3ef2ef0de00ee483817e846acac006116aeb1a14d6c712e8b834b98088c8caf9 [INFO] running `"docker" "start" "-a" "3ef2ef0de00ee483817e846acac006116aeb1a14d6c712e8b834b98088c8caf9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling proc-macro-crate v0.1.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.12 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling num_enum_derive v0.4.3 [INFO] [stderr] Compiling derivative v2.0.2 [INFO] [stderr] Checking tokio v0.2.13 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking num_enum v0.4.3 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking riirc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0428]: the name `Command` is defined multiple times [INFO] [stderr] --> src/irc/proto.rs:313:1 [INFO] [stderr] | [INFO] [stderr] 28 | pub enum Command { [INFO] [stderr] | ---------------- previous definition of the type `Command` here [INFO] [stderr] ... [INFO] [stderr] 313 | pub enum Command { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ `Command` redefined here [INFO] [stderr] | [INFO] [stderr] = note: `Command` must be defined only once in the type namespace of this module [INFO] [stderr] [INFO] [stderr] error[E0428]: the name `Command` is defined multiple times [INFO] [stderr] --> src/irc/proto.rs:313:1 [INFO] [stderr] | [INFO] [stderr] 28 | pub enum Command { [INFO] [stderr] | ---------------- previous definition of the type `Command` here [INFO] [stderr] ... [INFO] [stderr] 313 | pub enum Command { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ `Command` redefined here [INFO] [stderr] | [INFO] [stderr] = note: `Command` must be defined only once in the type namespace of this module [INFO] [stderr] [INFO] [stderr] warning: unused import: `ready` [INFO] [stderr] --> src/irc/transport.rs:1:15 [INFO] [stderr] | [INFO] [stderr] 1 | use futures::{ready, Stream, task::Poll}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio_util::codec::Framed` [INFO] [stderr] --> src/irc/transport.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio_util::codec::Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::time` [INFO] [stderr] --> src/irc/transport.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::time; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ready` [INFO] [stderr] --> src/irc/transport.rs:1:15 [INFO] [stderr] | [INFO] [stderr] 1 | use futures::{ready, Stream, task::Poll}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio_util::codec::Framed` [INFO] [stderr] --> src/irc/transport.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio_util::codec::Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::time` [INFO] [stderr] --> src/irc/transport.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::time; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `impl core::future::future::Future: tokio::io::async_read::AsyncRead` is not satisfied [INFO] [stderr] --> src/irc/mod.rs:17:66 [INFO] [stderr] | [INFO] [stderr] 17 | let stream = codec::ServerMessageCodec::default().framed(TcpStream::connect(addr)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tokio::io::async_read::AsyncRead` is not implemented for `impl core::future::future::Future` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `impl core::future::future::Future: tokio::io::async_read::AsyncRead` is not satisfied [INFO] [stderr] --> src/irc/mod.rs:17:66 [INFO] [stderr] | [INFO] [stderr] 17 | let stream = codec::ServerMessageCodec::default().framed(TcpStream::connect(addr)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tokio::io::async_read::AsyncRead` is not implemented for `impl core::future::future::Future` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `impl core::future::future::Future: tokio::io::async_write::AsyncWrite` is not satisfied [INFO] [stderr] --> src/irc/mod.rs:17:66 [INFO] [stderr] | [INFO] [stderr] 17 | let stream = codec::ServerMessageCodec::default().framed(TcpStream::connect(addr)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tokio::io::async_write::AsyncWrite` is not implemented for `impl core::future::future::Future` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `impl core::future::future::Future: tokio::io::async_write::AsyncWrite` is not satisfied [INFO] [stderr] --> src/irc/mod.rs:17:66 [INFO] [stderr] | [INFO] [stderr] 17 | let stream = codec::ServerMessageCodec::default().framed(TcpStream::connect(addr)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tokio::io::async_write::AsyncWrite` is not implemented for `impl core::future::future::Future` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `split` found for struct `tokio_util::codec::framed::Framed` in the current scope [INFO] [stderr] --> src/irc/mod.rs:18:37 [INFO] [stderr] | [INFO] [stderr] 18 | let (sink, stream) = stream.split(); [INFO] [stderr] | ^^^^^ method not found in `tokio_util::codec::framed::Framed` [INFO] [stderr] | [INFO] [stderr] = note: the method `split` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut tokio_util::codec::framed::Framed : futures_util::stream::stream::StreamExt` [INFO] [stderr] `&tokio_util::codec::framed::Framed : futures_util::stream::stream::StreamExt` [INFO] [stderr] `tokio_util::codec::framed::Framed : futures_util::stream::stream::StreamExt` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `split` found for struct `tokio_util::codec::framed::Framed` in the current scope [INFO] [stderr] --> src/irc/mod.rs:18:37 [INFO] [stderr] | [INFO] [stderr] 18 | let (sink, stream) = stream.split(); [INFO] [stderr] | ^^^^^ method not found in `tokio_util::codec::framed::Framed` [INFO] [stderr] | [INFO] [stderr] = note: the method `split` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut tokio_util::codec::framed::Framed : futures_util::stream::stream::StreamExt` [INFO] [stderr] `&tokio_util::codec::framed::Framed : futures_util::stream::stream::StreamExt` [INFO] [stderr] `tokio_util::codec::framed::Framed : futures_util::stream::stream::StreamExt` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Cmd` found for enum `irc::proto::Command` in the current scope [INFO] [stderr] --> src/irc/mod.rs:22:64 [INFO] [stderr] | [INFO] [stderr] 22 | if let Ok(proto::Message {command: proto::Command::Cmd("PING"), params: params, ..}) = message { [INFO] [stderr] | ^^^ variant or associated item not found in `irc::proto::Command` [INFO] [stderr] | [INFO] [stderr] ::: src/irc/proto.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | pub enum Command { [INFO] [stderr] | ---------------- variant or associated item `Cmd` not found here [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Cmd` found for enum `irc::proto::Command` in the current scope [INFO] [stderr] --> src/irc/mod.rs:22:64 [INFO] [stderr] | [INFO] [stderr] 22 | if let Ok(proto::Message {command: proto::Command::Cmd("PING"), params: params, ..}) = message { [INFO] [stderr] | ^^^ variant or associated item not found in `irc::proto::Command` [INFO] [stderr] | [INFO] [stderr] ::: src/irc/proto.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | pub enum Command { [INFO] [stderr] | ---------------- variant or associated item `Cmd` not found here [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0428, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0428, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `riirc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `riirc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3ef2ef0de00ee483817e846acac006116aeb1a14d6c712e8b834b98088c8caf9"` [INFO] running `"docker" "rm" "-f" "3ef2ef0de00ee483817e846acac006116aeb1a14d6c712e8b834b98088c8caf9"` [INFO] [stdout] 3ef2ef0de00ee483817e846acac006116aeb1a14d6c712e8b834b98088c8caf9