[INFO] crate memcache 0.14.0 is already in cache [INFO] checking memcache-0.14.0 against master#6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 for pr-70872 [INFO] extracting crate memcache 0.14.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate memcache 0.14.0 on toolchain 6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate memcache 0.14.0 [INFO] finished tweaking crates.io crate memcache 0.14.0 [INFO] tweaked toml for crates.io crate memcache 0.14.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "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] 7f55667a688011b4d03416250c256010f44db1b1fc48eaaf0a49e0afd9438c6d [INFO] running `"docker" "start" "-a" "7f55667a688011b4d03416250c256010f44db1b1fc48eaaf0a49e0afd9438c6d"` [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling enum_dispatch v0.2.3 [INFO] [stderr] Checking memcache v0.14.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:47:47 [INFO] [stderr] | [INFO] [stderr] 47 | MemcacheError::Io(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:48:53 [INFO] [stderr] | [INFO] [stderr] 48 | MemcacheError::FromUtf8(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:50:57 [INFO] [stderr] | [INFO] [stderr] 50 | MemcacheError::OpensslError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:51:58 [INFO] [stderr] | [INFO] [stderr] 51 | MemcacheError::ParseIntError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:52:60 [INFO] [stderr] | [INFO] [stderr] 52 | MemcacheError::ParseFloatError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:53:59 [INFO] [stderr] | [INFO] [stderr] 53 | MemcacheError::ParseBoolError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:47:47 [INFO] [stderr] | [INFO] [stderr] 47 | MemcacheError::Io(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:48:53 [INFO] [stderr] | [INFO] [stderr] 48 | MemcacheError::FromUtf8(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:50:57 [INFO] [stderr] | [INFO] [stderr] 50 | MemcacheError::OpensslError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:51:58 [INFO] [stderr] | [INFO] [stderr] 51 | MemcacheError::ParseIntError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:52:60 [INFO] [stderr] | [INFO] [stderr] 52 | MemcacheError::ParseFloatError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:53:59 [INFO] [stderr] | [INFO] [stderr] 53 | MemcacheError::ParseBoolError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] | | ------^------------------------------------------------------------------------- [INFO] [stderr] | |_____|_____| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::auth` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] | | ------^------------------------------------------------------------------------- [INFO] [stderr] | |_____|_____| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::auth` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] | | ------^------------------------------------------------------------------------- [INFO] [stderr] | |_____|_____| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::auth` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] | | ------^------------------------------------------------------------------------- [INFO] [stderr] | |_____|_____| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::auth` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] | | ---------^--------------------------------------------- [INFO] [stderr] | |_____|________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::version` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] | | ---------^--------------------------------------------- [INFO] [stderr] | |_____|________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::version` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] | | ---------^--------------------------------------------- [INFO] [stderr] | |_____|________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::version` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] | | ---------^--------------------------------------------- [INFO] [stderr] | |_____|________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::version` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] | | -------^----------------------------------------- [INFO] [stderr] | |_____|______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::flush` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] | | -------^----------------------------------------- [INFO] [stderr] | |_____|______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::flush` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] | | -------^----------------------------------------- [INFO] [stderr] | |_____|______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::flush` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] 35 | | fn flush_with_delay(&mut self, delay: u32) -> Result<(), MemcacheError>; [INFO] [stderr] | | ------------------^----------------------------------------------------- [INFO] [stderr] | |_____|_________________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::flush_with_delay` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] | | -------^----------------------------------------- [INFO] [stderr] | |_____|______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::flush` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] 35 | | fn flush_with_delay(&mut self, delay: u32) -> Result<(), MemcacheError>; [INFO] [stderr] | | ------------------^----------------------------------------------------- [INFO] [stderr] | |_____|_________________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::flush_with_delay` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] 35 | | fn flush_with_delay(&mut self, delay: u32) -> Result<(), MemcacheError>; [INFO] [stderr] | | ------------------^----------------------------------------------------- [INFO] [stderr] | |_____|_________________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::flush_with_delay` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] 35 | | fn flush_with_delay(&mut self, delay: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 36 | | fn get(&mut self, key: &str) -> Result, MemcacheError>; [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::get` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] 35 | | fn flush_with_delay(&mut self, delay: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 36 | | fn get(&mut self, key: &str) -> Result, MemcacheError>; [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::get` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] 35 | | fn flush_with_delay(&mut self, delay: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 36 | | fn get(&mut self, key: &str) -> Result, MemcacheError>; [INFO] [stderr] 37 | | fn gets(&mut self, keys: &[&str]) -> Result, MemcacheError>; [INFO] [stderr] | | ---^ - required by this bound in `protocol::ProtocolTrait::gets` [INFO] [stderr] | |___________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] 35 | | fn flush_with_delay(&mut self, delay: u32) -> Result<(), MemcacheError>; [INFO] [stderr] | | ------------------^----------------------------------------------------- [INFO] [stderr] | |_____|_________________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::flush_with_delay` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] 35 | | fn flush_with_delay(&mut self, delay: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 36 | | fn get(&mut self, key: &str) -> Result, MemcacheError>; [INFO] [stderr] 37 | | fn gets(&mut self, keys: &[&str]) -> Result, MemcacheError>; [INFO] [stderr] | | ---^ - required by this bound in `protocol::ProtocolTrait::gets` [INFO] [stderr] | |___________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] 35 | | fn flush_with_delay(&mut self, delay: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 36 | | fn get(&mut self, key: &str) -> Result, MemcacheError>; [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::get` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 37 | | fn gets(&mut self, keys: &[&str]) -> Result, MemcacheError>; [INFO] [stderr] 38 | | fn set>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::set` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] 35 | | fn flush_with_delay(&mut self, delay: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 36 | | fn get(&mut self, key: &str) -> Result, MemcacheError>; [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::get` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 37 | | fn gets(&mut self, keys: &[&str]) -> Result, MemcacheError>; [INFO] [stderr] 38 | | fn set>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::set` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] 35 | | fn flush_with_delay(&mut self, delay: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 36 | | fn get(&mut self, key: &str) -> Result, MemcacheError>; [INFO] [stderr] 37 | | fn gets(&mut self, keys: &[&str]) -> Result, MemcacheError>; [INFO] [stderr] | | ---^ - required by this bound in `protocol::ProtocolTrait::gets` [INFO] [stderr] | |___________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 38 | | fn set>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 39 | | fn cas>( [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::cas` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] 35 | | fn flush_with_delay(&mut self, delay: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 36 | | fn get(&mut self, key: &str) -> Result, MemcacheError>; [INFO] [stderr] 37 | | fn gets(&mut self, keys: &[&str]) -> Result, MemcacheError>; [INFO] [stderr] | | ---^ - required by this bound in `protocol::ProtocolTrait::gets` [INFO] [stderr] | |___________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 38 | | fn set>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 39 | | fn cas>( [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::cas` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 45 | | ) -> Result; [INFO] [stderr] 46 | | fn add>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::add` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 37 | | fn gets(&mut self, keys: &[&str]) -> Result, MemcacheError>; [INFO] [stderr] 38 | | fn set>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::set` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 45 | | ) -> Result; [INFO] [stderr] 46 | | fn add>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::add` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 37 | | fn gets(&mut self, keys: &[&str]) -> Result, MemcacheError>; [INFO] [stderr] 38 | | fn set>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::set` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 46 | | fn add>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 47 | | fn replace>( [INFO] [stderr] | | ------^ - required by this bound in `protocol::ProtocolTrait::replace` [INFO] [stderr] | |______________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 38 | | fn set>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 39 | | fn cas>( [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::cas` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 38 | | fn set>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 39 | | fn cas>( [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::cas` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 46 | | fn add>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 47 | | fn replace>( [INFO] [stderr] | | ------^ - required by this bound in `protocol::ProtocolTrait::replace` [INFO] [stderr] | |______________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 45 | | ) -> Result; [INFO] [stderr] 46 | | fn add>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::add` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 52 | | ) -> Result<(), MemcacheError>; [INFO] [stderr] 53 | | fn append>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] | | -----^ - required by this bound in `protocol::ProtocolTrait::append` [INFO] [stderr] | |_____________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 45 | | ) -> Result; [INFO] [stderr] 46 | | fn add>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] | | --^ - required by this bound in `protocol::ProtocolTrait::add` [INFO] [stderr] | |__________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 46 | | fn add>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 47 | | fn replace>( [INFO] [stderr] | | ------^ - required by this bound in `protocol::ProtocolTrait::replace` [INFO] [stderr] | |______________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 46 | | fn add>(&mut self, key: &str, value: V, expiration: u32) -> Result<(), MemcacheError>; [INFO] [stderr] 47 | | fn replace>( [INFO] [stderr] | | ------^ - required by this bound in `protocol::ProtocolTrait::replace` [INFO] [stderr] | |______________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 52 | | ) -> Result<(), MemcacheError>; [INFO] [stderr] 53 | | fn append>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] | | -----^ - required by this bound in `protocol::ProtocolTrait::append` [INFO] [stderr] | |_____________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 53 | | fn append>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] 54 | | fn prepend>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] | | ------^ - required by this bound in `protocol::ProtocolTrait::prepend` [INFO] [stderr] | |______________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 52 | | ) -> Result<(), MemcacheError>; [INFO] [stderr] 53 | | fn append>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] | | -----^ - required by this bound in `protocol::ProtocolTrait::append` [INFO] [stderr] | |_____________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 53 | | fn append>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] 54 | | fn prepend>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] | | ------^ - required by this bound in `protocol::ProtocolTrait::prepend` [INFO] [stderr] | |______________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 52 | | ) -> Result<(), MemcacheError>; [INFO] [stderr] 53 | | fn append>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] | | -----^ - required by this bound in `protocol::ProtocolTrait::append` [INFO] [stderr] | |_____________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 54 | | fn prepend>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] 55 | | fn delete(&mut self, key: &str) -> Result; [INFO] [stderr] | | --------^------------------------------------------------------ [INFO] [stderr] | |_____|_______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::delete` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 53 | | fn append>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] 54 | | fn prepend>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] | | ------^ - required by this bound in `protocol::ProtocolTrait::prepend` [INFO] [stderr] | |______________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 54 | | fn prepend>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] 55 | | fn delete(&mut self, key: &str) -> Result; [INFO] [stderr] | | --------^------------------------------------------------------ [INFO] [stderr] | |_____|_______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::delete` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 53 | | fn append>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] 54 | | fn prepend>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] | | ------^ - required by this bound in `protocol::ProtocolTrait::prepend` [INFO] [stderr] | |______________| [INFO] [stderr] | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 55 | | fn delete(&mut self, key: &str) -> Result; [INFO] [stderr] 56 | | fn increment(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] | | -----------^------------------------------------------------------------------ [INFO] [stderr] | |_____|__________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::increment` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 54 | | fn prepend>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] 55 | | fn delete(&mut self, key: &str) -> Result; [INFO] [stderr] | | --------^------------------------------------------------------ [INFO] [stderr] | |_____|_______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::delete` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 54 | | fn prepend>(&mut self, key: &str, value: V) -> Result<(), MemcacheError>; [INFO] [stderr] 55 | | fn delete(&mut self, key: &str) -> Result; [INFO] [stderr] | | --------^------------------------------------------------------ [INFO] [stderr] | |_____|_______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::delete` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 55 | | fn delete(&mut self, key: &str) -> Result; [INFO] [stderr] 56 | | fn increment(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] | | -----------^------------------------------------------------------------------ [INFO] [stderr] | |_____|__________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::increment` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 55 | | fn delete(&mut self, key: &str) -> Result; [INFO] [stderr] 56 | | fn increment(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] | | -----------^------------------------------------------------------------------ [INFO] [stderr] | |_____|__________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::increment` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 56 | | fn increment(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] 57 | | fn decrement(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] | | -----------^------------------------------------------------------------------ [INFO] [stderr] | |_____|__________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::decrement` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 55 | | fn delete(&mut self, key: &str) -> Result; [INFO] [stderr] 56 | | fn increment(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] | | -----------^------------------------------------------------------------------ [INFO] [stderr] | |_____|__________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::increment` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 56 | | fn increment(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] 57 | | fn decrement(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] | | -----------^------------------------------------------------------------------ [INFO] [stderr] | |_____|__________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::decrement` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 56 | | fn increment(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] 57 | | fn decrement(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] | | -----------^------------------------------------------------------------------ [INFO] [stderr] | |_____|__________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::decrement` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 57 | | fn decrement(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] 58 | | fn touch(&mut self, key: &str, expiration: u32) -> Result; [INFO] [stderr] | | -------^----------------------------------------------------------------------- [INFO] [stderr] | |_____|______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::touch` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 56 | | fn increment(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] 57 | | fn decrement(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] | | -----------^------------------------------------------------------------------ [INFO] [stderr] | |_____|__________| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::decrement` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 57 | | fn decrement(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] 58 | | fn touch(&mut self, key: &str, expiration: u32) -> Result; [INFO] [stderr] | | -------^----------------------------------------------------------------------- [INFO] [stderr] | |_____|______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::touch` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 57 | | fn decrement(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] 58 | | fn touch(&mut self, key: &str, expiration: u32) -> Result; [INFO] [stderr] | | -------^----------------------------------------------------------------------- [INFO] [stderr] | |_____|______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::touch` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 57 | | fn decrement(&mut self, key: &str, amount: u64) -> Result; [INFO] [stderr] 58 | | fn touch(&mut self, key: &str, expiration: u32) -> Result; [INFO] [stderr] | | -------^----------------------------------------------------------------------- [INFO] [stderr] | |_____|______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::touch` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 58 | | fn touch(&mut self, key: &str, expiration: u32) -> Result; [INFO] [stderr] 59 | | fn stats(&mut self) -> Result; [INFO] [stderr] | | -------^-------------------------------------------- [INFO] [stderr] | |_____|______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::stats` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::ascii::AsciiProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 58 | | fn touch(&mut self, key: &str, expiration: u32) -> Result; [INFO] [stderr] 59 | | fn stats(&mut self) -> Result; [INFO] [stderr] | | -------^-------------------------------------------- [INFO] [stderr] | |_____|______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::ascii::AsciiProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::stats` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 58 | | fn touch(&mut self, key: &str, expiration: u32) -> Result; [INFO] [stderr] 59 | | fn stats(&mut self) -> Result; [INFO] [stderr] | | -------^-------------------------------------------- [INFO] [stderr] | |_____|______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::stats` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `protocol::binary::BinaryProtocol: protocol::ProtocolTrait` is not satisfied [INFO] [stderr] --> src/protocol/mod.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | pub trait ProtocolTrait { [INFO] [stderr] | ___________^ [INFO] [stderr] 32 | | fn auth(&mut self, username: &str, password: &str) -> Result<(), MemcacheError>; [INFO] [stderr] 33 | | fn version(&mut self) -> Result; [INFO] [stderr] 34 | | fn flush(&mut self) -> Result<(), MemcacheError>; [INFO] [stderr] ... | [INFO] [stderr] 58 | | fn touch(&mut self, key: &str, expiration: u32) -> Result; [INFO] [stderr] 59 | | fn stats(&mut self) -> Result; [INFO] [stderr] | | -------^-------------------------------------------- [INFO] [stderr] | |_____|______| [INFO] [stderr] | | the trait `protocol::ProtocolTrait` is not implemented for `protocol::binary::BinaryProtocol` [INFO] [stderr] | required by `protocol::ProtocolTrait::stats` [INFO] [stderr] [INFO] [stderr] error: aborting due to 34 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `memcache`. [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: aborting due to 34 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `memcache`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7f55667a688011b4d03416250c256010f44db1b1fc48eaaf0a49e0afd9438c6d"` [INFO] running `"docker" "rm" "-f" "7f55667a688011b4d03416250c256010f44db1b1fc48eaaf0a49e0afd9438c6d"` [INFO] [stdout] 7f55667a688011b4d03416250c256010f44db1b1fc48eaaf0a49e0afd9438c6d