[INFO] fetching crate buildable 0.0.5...
[INFO] checking buildable-0.0.5 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate buildable 0.0.5 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate buildable 0.0.5 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate buildable 0.0.5
[INFO] finished tweaking crates.io crate buildable 0.0.5
[INFO] tweaked toml for crates.io crate buildable 0.0.5 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4dc1501de473115b3be9dba7bc7dca74ecb20c991013ec0e1e5b9cdd4990f357
[INFO] running `Command { std: "docker" "start" "-a" "4dc1501de473115b3be9dba7bc7dca74ecb20c991013ec0e1e5b9cdd4990f357", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4dc1501de473115b3be9dba7bc7dca74ecb20c991013ec0e1e5b9cdd4990f357", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4dc1501de473115b3be9dba7bc7dca74ecb20c991013ec0e1e5b9cdd4990f357", kill_on_drop: false }`
[INFO] [stdout] 4dc1501de473115b3be9dba7bc7dca74ecb20c991013ec0e1e5b9cdd4990f357
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c15a9d8ce4d305231d717df074d8cd7c5d9411f88ba90e778904626599292341
[INFO] running `Command { std: "docker" "start" "-a" "c15a9d8ce4d305231d717df074d8cd7c5d9411f88ba90e778904626599292341", kill_on_drop: false }`
[INFO] [stderr]     Checking buildable v0.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/lib.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![experimental]
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/lib.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[experimental]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/lib.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![experimental]
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/lib.rs:196:3
[INFO] [stdout]     |
[INFO] [stdout] 196 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/lib.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[experimental]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/lib.rs:196:3
[INFO] [stdout]     |
[INFO] [stdout] 196 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in this scope
[INFO] [stdout]   --> src/lib.rs:23:17
[INFO] [stdout]    |
[INFO] [stdout] 23 |     dir: Option<Path>,
[INFO] [stdout]    |                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `getenv` in module `std::os`
[INFO] [stdout]   --> src/lib.rs:41:43
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 let home = match std::os::getenv("HOME") {
[INFO] [stdout]    |                                           ^^^^^^ not found in `std::os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path`
[INFO] [stdout]   --> src/lib.rs:45:28
[INFO] [stdout]    |
[INFO] [stdout] 45 |                 let path = Path::new(home);
[INFO] [stdout]    |                            ^^^^ use of undeclared type `Path`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in this scope
[INFO] [stdout]   --> src/lib.rs:69:32
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn dir(&mut self, dir: Path) -> &mut BuildConfig {
[INFO] [stdout]    |                                ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in this scope
[INFO] [stdout]    --> src/lib.rs:155:41
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn get_dir<'a>(&'a self) -> &'a Path {
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 13  + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unknown lint: `unstable`
[INFO] [stdout]   --> src/lib.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(unstable)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unknown_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:198:23
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn new(&mut self, &Vec<String>) -> &mut Self;
[INFO] [stdout]     |                       ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Vec<String>`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]     = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:200:27
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn reorder<'a>(&self, &'a mut Vec<LifeCycle>) -> &'a mut Vec<LifeCycle>;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &'a mut Vec<LifeCycle>`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:267:32
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 None      => { ; },
[INFO] [stdout]     |                                ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in this scope
[INFO] [stdout]   --> src/lib.rs:23:17
[INFO] [stdout]    |
[INFO] [stdout] 23 |     dir: Option<Path>,
[INFO] [stdout]    |                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `getenv` in module `std::os`
[INFO] [stdout]   --> src/lib.rs:41:43
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 let home = match std::os::getenv("HOME") {
[INFO] [stdout]    |                                           ^^^^^^ not found in `std::os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path`
[INFO] [stdout]   --> src/lib.rs:45:28
[INFO] [stdout]    |
[INFO] [stdout] 45 |                 let path = Path::new(home);
[INFO] [stdout]    |                            ^^^^ use of undeclared type `Path`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in this scope
[INFO] [stdout]   --> src/lib.rs:69:32
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn dir(&mut self, dir: Path) -> &mut BuildConfig {
[INFO] [stdout]    |                                ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in this scope
[INFO] [stdout]    --> src/lib.rs:155:41
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn get_dir<'a>(&'a self) -> &'a Path {
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 13  + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path`
[INFO] [stdout]    --> src/lib.rs:380:16
[INFO] [stdout]     |
[INFO] [stdout] 380 |         bc.dir(Path::new("/tmp"));
[INFO] [stdout]     |                ^^^^ use of undeclared type `Path`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 355 +     use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unknown lint: `unstable`
[INFO] [stdout]   --> src/lib.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(unstable)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unknown_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:198:23
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn new(&mut self, &Vec<String>) -> &mut Self;
[INFO] [stdout]     |                       ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Vec<String>`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]     = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:200:27
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn reorder<'a>(&self, &'a mut Vec<LifeCycle>) -> &'a mut Vec<LifeCycle>;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &'a mut Vec<LifeCycle>`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:267:32
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 None      => { ; },
[INFO] [stdout]     |                                ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for reference `&String` in the current scope
[INFO] [stdout]    --> src/lib.rs:165:30
[INFO] [stdout]     |
[INFO] [stdout] 165 |             Some(ref p) => p.as_slice(),
[INFO] [stdout]     |                              ^^^^^^^^ method not found in `&String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for reference `&String` in the current scope
[INFO] [stdout]    --> src/lib.rs:165:30
[INFO] [stdout]     |
[INFO] [stdout] 165 |             Some(ref p) => p.as_slice(),
[INFO] [stdout]     |                              ^^^^^^^^ method not found in `&String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for reference `&String` in the current scope
[INFO] [stdout]    --> src/lib.rs:173:30
[INFO] [stdout]     |
[INFO] [stdout] 173 |             Some(ref b) => b.as_slice(),
[INFO] [stdout]     |                              ^^^^^^^^ method not found in `&String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for reference `&String` in the current scope
[INFO] [stdout]    --> src/lib.rs:173:30
[INFO] [stdout]     |
[INFO] [stdout] 173 |             Some(ref b) => b.as_slice(),
[INFO] [stdout]     |                              ^^^^^^^^ method not found in `&String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:255:19
[INFO] [stdout]     |
[INFO] [stdout] 255 |             if !v.contains(lc) {
[INFO] [stdout]     |                   ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:265:44
[INFO] [stdout]     |
[INFO] [stdout] 265 |             match v.iter().position(|x| *x == *lc) {
[INFO] [stdout]     |                                         -- ^^ --- LifeCycle
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:255:19
[INFO] [stdout]     |
[INFO] [stdout] 255 |             if !v.contains(lc) {
[INFO] [stdout]     |                   ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:265:44
[INFO] [stdout]     |
[INFO] [stdout] 265 |             match v.iter().position(|x| *x == *lc) {
[INFO] [stdout]     |                                         -- ^^ --- LifeCycle
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for reference `&String` in the current scope
[INFO] [stdout]    --> src/lib.rs:276:68
[INFO] [stdout]     |
[INFO] [stdout] 276 | ...                   .map(|s| LifeCycle::from_str(s.as_slice()))
[INFO] [stdout]     |                                                      ^^^^^^^^ method not found in `&String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `!=` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:277:52
[INFO] [stdout]     |
[INFO] [stdout] 277 | ...                   .filter(|l| *l != Nil));
[INFO] [stdout]     |                                   -- ^^ --- LifeCycle
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `dedup` exists for struct `Vec<LifeCycle>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/lib.rs:282:17
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ------------------ doesn't satisfy `LifeCycle: PartialEq`
[INFO] [stdout] ...
[INFO] [stdout] 282 |             vec.dedup();
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `LifeCycle: PartialEq`
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:285:16
[INFO] [stdout]     |
[INFO] [stdout] 285 |         if vec.contains(&Help) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:291:16
[INFO] [stdout]     |
[INFO] [stdout] 291 |         if vec.contains(&Version) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:297:16
[INFO] [stdout]     |
[INFO] [stdout] 297 |         if vec.contains(&All) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:303:16
[INFO] [stdout]     |
[INFO] [stdout] 303 |         if vec.contains(&Most) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:310:16
[INFO] [stdout]     |
[INFO] [stdout] 310 |         if vec.contains(&Build) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for reference `&String` in the current scope
[INFO] [stdout]    --> src/lib.rs:276:68
[INFO] [stdout]     |
[INFO] [stdout] 276 | ...                   .map(|s| LifeCycle::from_str(s.as_slice()))
[INFO] [stdout]     |                                                      ^^^^^^^^ method not found in `&String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `!=` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:277:52
[INFO] [stdout]     |
[INFO] [stdout] 277 | ...                   .filter(|l| *l != Nil));
[INFO] [stdout]     |                                   -- ^^ --- LifeCycle
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `LifeCycle: Ord` is not satisfied
[INFO] [stdout]    --> src/lib.rs:317:13
[INFO] [stdout]     |
[INFO] [stdout] 317 |         vec.sort();
[INFO] [stdout]     |             ^^^^ the trait `Ord` is not implemented for `LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `slice::<impl [T]>::sort`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/alloc/src/slice.rs:207:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Ord)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Ord)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `dedup` exists for struct `Vec<LifeCycle>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/lib.rs:282:17
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ------------------ doesn't satisfy `LifeCycle: PartialEq`
[INFO] [stdout] ...
[INFO] [stdout] 282 |             vec.dedup();
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `LifeCycle: PartialEq`
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:285:16
[INFO] [stdout]     |
[INFO] [stdout] 285 |         if vec.contains(&Help) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:291:16
[INFO] [stdout]     |
[INFO] [stdout] 291 |         if vec.contains(&Version) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:297:16
[INFO] [stdout]     |
[INFO] [stdout] 297 |         if vec.contains(&All) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:303:16
[INFO] [stdout]     |
[INFO] [stdout] 303 |         if vec.contains(&Most) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:310:16
[INFO] [stdout]     |
[INFO] [stdout] 310 |         if vec.contains(&Build) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `LifeCycle: Ord` is not satisfied
[INFO] [stdout]    --> src/lib.rs:317:13
[INFO] [stdout]     |
[INFO] [stdout] 317 |         vec.sort();
[INFO] [stdout]     |             ^^^^ the trait `Ord` is not implemented for `LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `slice::<impl [T]>::sort`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/alloc/src/slice.rs:207:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Ord)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Ord)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 21 previous errors; 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369, E0412, E0425, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `buildable` (lib) due to 22 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]    --> src/lib.rs:370:63
[INFO] [stdout]     |
[INFO] [stdout] 370 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stdout]     |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]    --> src/lib.rs:392:63
[INFO] [stdout]     |
[INFO] [stdout] 392 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stdout]     |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]    --> src/lib.rs:403:63
[INFO] [stdout]     |
[INFO] [stdout] 403 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stdout]     |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]    --> src/lib.rs:414:63
[INFO] [stdout]     |
[INFO] [stdout] 414 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stdout]     |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]    --> src/lib.rs:425:63
[INFO] [stdout]     |
[INFO] [stdout] 425 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stdout]     |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:434:9
[INFO] [stdout]     |
[INFO] [stdout] 434 |         assert_eq!(Help, LifeCycle::from_str("help"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:434:9
[INFO] [stdout]     |
[INFO] [stdout] 434 |         assert_eq!(Help, LifeCycle::from_str("help"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:434:9
[INFO] [stdout]     |
[INFO] [stdout] 434 |         assert_eq!(Help, LifeCycle::from_str("help"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:435:9
[INFO] [stdout]     |
[INFO] [stdout] 435 |         assert_eq!(Version, LifeCycle::from_str("version"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:435:9
[INFO] [stdout]     |
[INFO] [stdout] 435 |         assert_eq!(Version, LifeCycle::from_str("version"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:435:9
[INFO] [stdout]     |
[INFO] [stdout] 435 |         assert_eq!(Version, LifeCycle::from_str("version"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:436:9
[INFO] [stdout]     |
[INFO] [stdout] 436 |         assert_eq!(Deps, LifeCycle::from_str("deps"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:436:9
[INFO] [stdout]     |
[INFO] [stdout] 436 |         assert_eq!(Deps, LifeCycle::from_str("deps"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:436:9
[INFO] [stdout]     |
[INFO] [stdout] 436 |         assert_eq!(Deps, LifeCycle::from_str("deps"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:437:9
[INFO] [stdout]     |
[INFO] [stdout] 437 |         assert_eq!(SCM, LifeCycle::from_str("scm"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:437:9
[INFO] [stdout]     |
[INFO] [stdout] 437 |         assert_eq!(SCM, LifeCycle::from_str("scm"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:437:9
[INFO] [stdout]     |
[INFO] [stdout] 437 |         assert_eq!(SCM, LifeCycle::from_str("scm"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:438:9
[INFO] [stdout]     |
[INFO] [stdout] 438 |         assert_eq!(Clean, LifeCycle::from_str("clean"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:438:9
[INFO] [stdout]     |
[INFO] [stdout] 438 |         assert_eq!(Clean, LifeCycle::from_str("clean"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:438:9
[INFO] [stdout]     |
[INFO] [stdout] 438 |         assert_eq!(Clean, LifeCycle::from_str("clean"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:439:9
[INFO] [stdout]     |
[INFO] [stdout] 439 |         assert_eq!(Configure, LifeCycle::from_str("configure"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:439:9
[INFO] [stdout]     |
[INFO] [stdout] 439 |         assert_eq!(Configure, LifeCycle::from_str("configure"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:439:9
[INFO] [stdout]     |
[INFO] [stdout] 439 |         assert_eq!(Configure, LifeCycle::from_str("configure"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:440:9
[INFO] [stdout]     |
[INFO] [stdout] 440 |         assert_eq!(Make, LifeCycle::from_str("make"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:440:9
[INFO] [stdout]     |
[INFO] [stdout] 440 |         assert_eq!(Make, LifeCycle::from_str("make"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:440:9
[INFO] [stdout]     |
[INFO] [stdout] 440 |         assert_eq!(Make, LifeCycle::from_str("make"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:441:9
[INFO] [stdout]     |
[INFO] [stdout] 441 |         assert_eq!(Test, LifeCycle::from_str("test"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:441:9
[INFO] [stdout]     |
[INFO] [stdout] 441 |         assert_eq!(Test, LifeCycle::from_str("test"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:441:9
[INFO] [stdout]     |
[INFO] [stdout] 441 |         assert_eq!(Test, LifeCycle::from_str("test"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:442:9
[INFO] [stdout]     |
[INFO] [stdout] 442 |         assert_eq!(Install, LifeCycle::from_str("install"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:442:9
[INFO] [stdout]     |
[INFO] [stdout] 442 |         assert_eq!(Install, LifeCycle::from_str("install"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:442:9
[INFO] [stdout]     |
[INFO] [stdout] 442 |         assert_eq!(Install, LifeCycle::from_str("install"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:443:9
[INFO] [stdout]     |
[INFO] [stdout] 443 |         assert_eq!(Cleanup, LifeCycle::from_str("cleanup"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:443:9
[INFO] [stdout]     |
[INFO] [stdout] 443 |         assert_eq!(Cleanup, LifeCycle::from_str("cleanup"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:443:9
[INFO] [stdout]     |
[INFO] [stdout] 443 |         assert_eq!(Cleanup, LifeCycle::from_str("cleanup"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:444:9
[INFO] [stdout]     |
[INFO] [stdout] 444 |         assert_eq!(Build, LifeCycle::from_str("build"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:444:9
[INFO] [stdout]     |
[INFO] [stdout] 444 |         assert_eq!(Build, LifeCycle::from_str("build"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:444:9
[INFO] [stdout]     |
[INFO] [stdout] 444 |         assert_eq!(Build, LifeCycle::from_str("build"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:445:9
[INFO] [stdout]     |
[INFO] [stdout] 445 |         assert_eq!(Most, LifeCycle::from_str("most"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:445:9
[INFO] [stdout]     |
[INFO] [stdout] 445 |         assert_eq!(Most, LifeCycle::from_str("most"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:445:9
[INFO] [stdout]     |
[INFO] [stdout] 445 |         assert_eq!(Most, LifeCycle::from_str("most"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:446:9
[INFO] [stdout]     |
[INFO] [stdout] 446 |         assert_eq!(All, LifeCycle::from_str("all"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:446:9
[INFO] [stdout]     |
[INFO] [stdout] 446 |         assert_eq!(All, LifeCycle::from_str("all"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:446:9
[INFO] [stdout]     |
[INFO] [stdout] 446 |         assert_eq!(All, LifeCycle::from_str("all"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:447:9
[INFO] [stdout]     |
[INFO] [stdout] 447 |         assert_eq!(Nil, LifeCycle::from_str("blah"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:447:9
[INFO] [stdout]     |
[INFO] [stdout] 447 |         assert_eq!(Nil, LifeCycle::from_str("blah"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:447:9
[INFO] [stdout]     |
[INFO] [stdout] 447 |         assert_eq!(Nil, LifeCycle::from_str("blah"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:453:9
[INFO] [stdout]     |
[INFO] [stdout] 453 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 454 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |                                              ^
[INFO] [stdout]     | |______________________________________________|
[INFO] [stdout]     | |______________________________________________Vec<LifeCycle>
[INFO] [stdout]     |                                                Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:453:9
[INFO] [stdout]     |
[INFO] [stdout] 453 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 454 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:453:9
[INFO] [stdout]     |
[INFO] [stdout] 453 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 454 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:456:9
[INFO] [stdout]     |
[INFO] [stdout] 456 |         assert_eq!(vec![Help], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:456:9
[INFO] [stdout]     |
[INFO] [stdout] 456 |         assert_eq!(vec![Help], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:456:9
[INFO] [stdout]     |
[INFO] [stdout] 456 |         assert_eq!(vec![Help], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:459:9
[INFO] [stdout]     |
[INFO] [stdout] 459 |         assert_eq!(vec![Version], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:459:9
[INFO] [stdout]     |
[INFO] [stdout] 459 |         assert_eq!(vec![Version], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:459:9
[INFO] [stdout]     |
[INFO] [stdout] 459 |         assert_eq!(vec![Version], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:462:9
[INFO] [stdout]     |
[INFO] [stdout] 462 |         assert_eq!(vec![Deps], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:462:9
[INFO] [stdout]     |
[INFO] [stdout] 462 |         assert_eq!(vec![Deps], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:462:9
[INFO] [stdout]     |
[INFO] [stdout] 462 |         assert_eq!(vec![Deps], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:465:9
[INFO] [stdout]     |
[INFO] [stdout] 465 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:465:9
[INFO] [stdout]     |
[INFO] [stdout] 465 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:465:9
[INFO] [stdout]     |
[INFO] [stdout] 465 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:468:9
[INFO] [stdout]     |
[INFO] [stdout] 468 |         assert_eq!(vec![Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:468:9
[INFO] [stdout]     |
[INFO] [stdout] 468 |         assert_eq!(vec![Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:468:9
[INFO] [stdout]     |
[INFO] [stdout] 468 |         assert_eq!(vec![Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:471:9
[INFO] [stdout]     |
[INFO] [stdout] 471 |         assert_eq!(vec![Configure], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:471:9
[INFO] [stdout]     |
[INFO] [stdout] 471 |         assert_eq!(vec![Configure], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:471:9
[INFO] [stdout]     |
[INFO] [stdout] 471 |         assert_eq!(vec![Configure], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:474:9
[INFO] [stdout]     |
[INFO] [stdout] 474 |         assert_eq!(vec![Make], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:474:9
[INFO] [stdout]     |
[INFO] [stdout] 474 |         assert_eq!(vec![Make], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:474:9
[INFO] [stdout]     |
[INFO] [stdout] 474 |         assert_eq!(vec![Make], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:477:9
[INFO] [stdout]     |
[INFO] [stdout] 477 |         assert_eq!(vec![Test], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:477:9
[INFO] [stdout]     |
[INFO] [stdout] 477 |         assert_eq!(vec![Test], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:477:9
[INFO] [stdout]     |
[INFO] [stdout] 477 |         assert_eq!(vec![Test], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:480:9
[INFO] [stdout]     |
[INFO] [stdout] 480 |         assert_eq!(vec![Install], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:480:9
[INFO] [stdout]     |
[INFO] [stdout] 480 |         assert_eq!(vec![Install], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:480:9
[INFO] [stdout]     |
[INFO] [stdout] 480 |         assert_eq!(vec![Install], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:483:9
[INFO] [stdout]     |
[INFO] [stdout] 483 |         assert_eq!(vec![Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:483:9
[INFO] [stdout]     |
[INFO] [stdout] 483 |         assert_eq!(vec![Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:483:9
[INFO] [stdout]     |
[INFO] [stdout] 483 |         assert_eq!(vec![Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:486:9
[INFO] [stdout]     |
[INFO] [stdout] 486 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 487 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |                                              ^
[INFO] [stdout]     | |______________________________________________|
[INFO] [stdout]     | |______________________________________________Vec<LifeCycle>
[INFO] [stdout]     |                                                Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:486:9
[INFO] [stdout]     |
[INFO] [stdout] 486 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 487 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:486:9
[INFO] [stdout]     |
[INFO] [stdout] 486 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 487 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:490:9
[INFO] [stdout]     |
[INFO] [stdout] 490 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Test, Install, Cleanup],
[INFO] [stdout] 491 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |                                              ^
[INFO] [stdout]     | |______________________________________________|
[INFO] [stdout]     | |______________________________________________Vec<LifeCycle>
[INFO] [stdout]     |                                                Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:490:9
[INFO] [stdout]     |
[INFO] [stdout] 490 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Test, Install, Cleanup],
[INFO] [stdout] 491 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:490:9
[INFO] [stdout]     |
[INFO] [stdout] 490 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Test, Install, Cleanup],
[INFO] [stdout] 491 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:494:9
[INFO] [stdout]     |
[INFO] [stdout] 494 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stdout] 495 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     | |                                                             ^
[INFO] [stdout]     | |_____________________________________________________________|
[INFO] [stdout]     | |_____________________________________________________________Vec<LifeCycle>
[INFO] [stdout]     |                                                               Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:494:9
[INFO] [stdout]     |
[INFO] [stdout] 494 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stdout] 495 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     | |_____________________________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:494:9
[INFO] [stdout]     |
[INFO] [stdout] 494 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stdout] 495 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     | |_____________________________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec<String>` in the current scope
[INFO] [stdout]    --> src/lib.rs:497:14
[INFO] [stdout]     |
[INFO] [stdout] 497 |         free.push_all(&["scm".to_string(),"clean".to_string()]);
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `push` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 497 |         free.push(&["scm".to_string(),"clean".to_string()]);
[INFO] [stdout]     |              ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:498:9
[INFO] [stdout]     |
[INFO] [stdout] 498 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:498:9
[INFO] [stdout]     |
[INFO] [stdout] 498 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:498:9
[INFO] [stdout]     |
[INFO] [stdout] 498 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec<String>` in the current scope
[INFO] [stdout]    --> src/lib.rs:504:14
[INFO] [stdout]     |
[INFO] [stdout] 504 |         free.push_all(&["clean".to_string(),"scm".to_string()]);
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `push` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 504 |         free.push(&["clean".to_string(),"scm".to_string()]);
[INFO] [stdout]     |              ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:505:9
[INFO] [stdout]     |
[INFO] [stdout] 505 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:505:9
[INFO] [stdout]     |
[INFO] [stdout] 505 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:505:9
[INFO] [stdout]     |
[INFO] [stdout] 505 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec<String>` in the current scope
[INFO] [stdout]    --> src/lib.rs:507:14
[INFO] [stdout]     |
[INFO] [stdout] 507 |         free.push_all(&["cleanup".to_string(), "install".to_string(),
[INFO] [stdout]     |         -----^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `push` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 507 |         free.push(&["cleanup".to_string(), "install".to_string(),
[INFO] [stdout]     |              ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:511:9
[INFO] [stdout]     |
[INFO] [stdout] 511 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stdout] 512 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     | |                                                             ^
[INFO] [stdout]     | |_____________________________________________________________|
[INFO] [stdout]     | |_____________________________________________________________Vec<LifeCycle>
[INFO] [stdout]     |                                                               Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:511:9
[INFO] [stdout]     |
[INFO] [stdout] 511 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stdout] 512 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     | |_____________________________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:511:9
[INFO] [stdout]     |
[INFO] [stdout] 511 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stdout] 512 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     | |_____________________________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec<String>` in the current scope
[INFO] [stdout]    --> src/lib.rs:518:14
[INFO] [stdout]     |
[INFO] [stdout] 518 |         free.push_all(&["scm".to_string(),"scm".to_string()]);
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `push` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 518 |         free.push(&["scm".to_string(),"scm".to_string()]);
[INFO] [stdout]     |              ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:519:9
[INFO] [stdout]     |
[INFO] [stdout] 519 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:519:9
[INFO] [stdout]     |
[INFO] [stdout] 519 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:519:9
[INFO] [stdout]     |
[INFO] [stdout] 519 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec<String>` in the current scope
[INFO] [stdout]    --> src/lib.rs:521:14
[INFO] [stdout]     |
[INFO] [stdout] 521 |         free.push_all(&["scm".to_string(),"scm".to_string(),
[INFO] [stdout]     |         -----^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `push` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 521 |         free.push(&["scm".to_string(),"scm".to_string(),
[INFO] [stdout]     |              ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:523:9
[INFO] [stdout]     |
[INFO] [stdout] 523 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:523:9
[INFO] [stdout]     |
[INFO] [stdout] 523 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:523:9
[INFO] [stdout]     |
[INFO] [stdout] 523 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec<String>` in the current scope
[INFO] [stdout]    --> src/lib.rs:525:14
[INFO] [stdout]     |
[INFO] [stdout] 525 |         free.push_all(&["scm".to_string(),"clean".to_string(),
[INFO] [stdout]     |         -----^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `push` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 525 |         free.push(&["scm".to_string(),"clean".to_string(),
[INFO] [stdout]     |              ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:527:9
[INFO] [stdout]     |
[INFO] [stdout] 527 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 528 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |                                              ^
[INFO] [stdout]     | |______________________________________________|
[INFO] [stdout]     | |______________________________________________Vec<LifeCycle>
[INFO] [stdout]     |                                                Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:527:9
[INFO] [stdout]     |
[INFO] [stdout] 527 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 528 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:527:9
[INFO] [stdout]     |
[INFO] [stdout] 527 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 528 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 135 previous errors; 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369, E0412, E0425, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `buildable` (lib test) due to 136 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "c15a9d8ce4d305231d717df074d8cd7c5d9411f88ba90e778904626599292341", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c15a9d8ce4d305231d717df074d8cd7c5d9411f88ba90e778904626599292341", kill_on_drop: false }`
[INFO] [stdout] c15a9d8ce4d305231d717df074d8cd7c5d9411f88ba90e778904626599292341
[INFO] checking buildable-0.0.5 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate buildable 0.0.5 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate buildable 0.0.5 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate buildable 0.0.5
[INFO] finished tweaking crates.io crate buildable 0.0.5
[INFO] tweaked toml for crates.io crate buildable 0.0.5 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d34f83f04375c5414437784c99279471a4140846d8d767a538186c132e899b8e
[INFO] running `Command { std: "docker" "start" "-a" "d34f83f04375c5414437784c99279471a4140846d8d767a538186c132e899b8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d34f83f04375c5414437784c99279471a4140846d8d767a538186c132e899b8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d34f83f04375c5414437784c99279471a4140846d8d767a538186c132e899b8e", kill_on_drop: false }`
[INFO] [stdout] d34f83f04375c5414437784c99279471a4140846d8d767a538186c132e899b8e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d37d8e7ee3c0a2ff35df2ef752a267a599147e2fa0373f50f4e51227b44b3b48
[INFO] running `Command { std: "docker" "start" "-a" "d37d8e7ee3c0a2ff35df2ef752a267a599147e2fa0373f50f4e51227b44b3b48", kill_on_drop: false }`
[INFO] [stderr]     Checking buildable v0.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/lib.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![experimental]
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/lib.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[experimental]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/lib.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![experimental]
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/lib.rs:196:3
[INFO] [stdout]     |
[INFO] [stdout] 196 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]   --> src/lib.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[experimental]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `experimental` in this scope
[INFO] [stdout]    --> src/lib.rs:196:3
[INFO] [stdout]     |
[INFO] [stdout] 196 | #[experimental]
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in this scope
[INFO] [stdout]   --> src/lib.rs:23:17
[INFO] [stdout]    |
[INFO] [stdout] 23 |     dir: Option<Path>,
[INFO] [stdout]    |                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `getenv` in module `std::os`
[INFO] [stdout]   --> src/lib.rs:41:43
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 let home = match std::os::getenv("HOME") {
[INFO] [stdout]    |                                           ^^^^^^ not found in `std::os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path`
[INFO] [stdout]   --> src/lib.rs:45:28
[INFO] [stdout]    |
[INFO] [stdout] 45 |                 let path = Path::new(home);
[INFO] [stdout]    |                            ^^^^ use of undeclared type `Path`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in this scope
[INFO] [stdout]   --> src/lib.rs:69:32
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn dir(&mut self, dir: Path) -> &mut BuildConfig {
[INFO] [stdout]    |                                ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in this scope
[INFO] [stdout]    --> src/lib.rs:155:41
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn get_dir<'a>(&'a self) -> &'a Path {
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 13  + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unknown lint: `unstable`
[INFO] [stdout]   --> src/lib.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(unstable)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unknown_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:198:23
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn new(&mut self, &Vec<String>) -> &mut Self;
[INFO] [stdout]     |                       ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Vec<String>`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]     = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:200:27
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn reorder<'a>(&self, &'a mut Vec<LifeCycle>) -> &'a mut Vec<LifeCycle>;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &'a mut Vec<LifeCycle>`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:267:32
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 None      => { ; },
[INFO] [stdout]     |                                ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in this scope
[INFO] [stdout]   --> src/lib.rs:23:17
[INFO] [stdout]    |
[INFO] [stdout] 23 |     dir: Option<Path>,
[INFO] [stdout]    |                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `getenv` in module `std::os`
[INFO] [stdout]   --> src/lib.rs:41:43
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 let home = match std::os::getenv("HOME") {
[INFO] [stdout]    |                                           ^^^^^^ not found in `std::os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path`
[INFO] [stdout]   --> src/lib.rs:45:28
[INFO] [stdout]    |
[INFO] [stdout] 45 |                 let path = Path::new(home);
[INFO] [stdout]    |                            ^^^^ use of undeclared type `Path`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in this scope
[INFO] [stdout]   --> src/lib.rs:69:32
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn dir(&mut self, dir: Path) -> &mut BuildConfig {
[INFO] [stdout]    |                                ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use std::path::Path;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Path` in this scope
[INFO] [stdout]    --> src/lib.rs:155:41
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn get_dir<'a>(&'a self) -> &'a Path {
[INFO] [stdout]     |                                         ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 13  + use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path`
[INFO] [stdout]    --> src/lib.rs:380:16
[INFO] [stdout]     |
[INFO] [stdout] 380 |         bc.dir(Path::new("/tmp"));
[INFO] [stdout]     |                ^^^^ use of undeclared type `Path`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 355 +     use std::path::Path;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unknown lint: `unstable`
[INFO] [stdout]   --> src/lib.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(unstable)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unknown_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:198:23
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn new(&mut self, &Vec<String>) -> &mut Self;
[INFO] [stdout]     |                       ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Vec<String>`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]     = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:200:27
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn reorder<'a>(&self, &'a mut Vec<LifeCycle>) -> &'a mut Vec<LifeCycle>;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &'a mut Vec<LifeCycle>`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:267:32
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 None      => { ; },
[INFO] [stdout]     |                                ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for reference `&String` in the current scope
[INFO] [stdout]    --> src/lib.rs:165:30
[INFO] [stdout]     |
[INFO] [stdout] 165 |             Some(ref p) => p.as_slice(),
[INFO] [stdout]     |                              ^^^^^^^^ method not found in `&String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for reference `&String` in the current scope
[INFO] [stdout]    --> src/lib.rs:165:30
[INFO] [stdout]     |
[INFO] [stdout] 165 |             Some(ref p) => p.as_slice(),
[INFO] [stdout]     |                              ^^^^^^^^ method not found in `&String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for reference `&String` in the current scope
[INFO] [stdout]    --> src/lib.rs:173:30
[INFO] [stdout]     |
[INFO] [stdout] 173 |             Some(ref b) => b.as_slice(),
[INFO] [stdout]     |                              ^^^^^^^^ method not found in `&String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for reference `&String` in the current scope
[INFO] [stdout]    --> src/lib.rs:173:30
[INFO] [stdout]     |
[INFO] [stdout] 173 |             Some(ref b) => b.as_slice(),
[INFO] [stdout]     |                              ^^^^^^^^ method not found in `&String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:255:19
[INFO] [stdout]     |
[INFO] [stdout] 255 |             if !v.contains(lc) {
[INFO] [stdout]     |                   ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:255:19
[INFO] [stdout]     |
[INFO] [stdout] 255 |             if !v.contains(lc) {
[INFO] [stdout]     |                   ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:265:44
[INFO] [stdout]     |
[INFO] [stdout] 265 |             match v.iter().position(|x| *x == *lc) {
[INFO] [stdout]     |                                         -- ^^ --- LifeCycle
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:265:44
[INFO] [stdout]     |
[INFO] [stdout] 265 |             match v.iter().position(|x| *x == *lc) {
[INFO] [stdout]     |                                         -- ^^ --- LifeCycle
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for reference `&String` in the current scope
[INFO] [stdout]    --> src/lib.rs:276:68
[INFO] [stdout]     |
[INFO] [stdout] 276 | ...                   .map(|s| LifeCycle::from_str(s.as_slice()))
[INFO] [stdout]     |                                                      ^^^^^^^^ method not found in `&String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `!=` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:277:52
[INFO] [stdout]     |
[INFO] [stdout] 277 | ...                   .filter(|l| *l != Nil));
[INFO] [stdout]     |                                   -- ^^ --- LifeCycle
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for reference `&String` in the current scope
[INFO] [stdout]    --> src/lib.rs:276:68
[INFO] [stdout]     |
[INFO] [stdout] 276 | ...                   .map(|s| LifeCycle::from_str(s.as_slice()))
[INFO] [stdout]     |                                                      ^^^^^^^^ method not found in `&String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `!=` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:277:52
[INFO] [stdout]     |
[INFO] [stdout] 277 | ...                   .filter(|l| *l != Nil));
[INFO] [stdout]     |                                   -- ^^ --- LifeCycle
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `dedup` exists for struct `Vec<LifeCycle>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/lib.rs:282:17
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ------------------ doesn't satisfy `LifeCycle: PartialEq`
[INFO] [stdout] ...
[INFO] [stdout] 282 |             vec.dedup();
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `LifeCycle: PartialEq`
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `dedup` exists for struct `Vec<LifeCycle>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/lib.rs:282:17
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ------------------ doesn't satisfy `LifeCycle: PartialEq`
[INFO] [stdout] ...
[INFO] [stdout] 282 |             vec.dedup();
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `LifeCycle: PartialEq`
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:285:16
[INFO] [stdout]     |
[INFO] [stdout] 285 |         if vec.contains(&Help) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:285:16
[INFO] [stdout]     |
[INFO] [stdout] 285 |         if vec.contains(&Help) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:291:16
[INFO] [stdout]     |
[INFO] [stdout] 291 |         if vec.contains(&Version) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:291:16
[INFO] [stdout]     |
[INFO] [stdout] 291 |         if vec.contains(&Version) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:297:16
[INFO] [stdout]     |
[INFO] [stdout] 297 |         if vec.contains(&All) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:297:16
[INFO] [stdout]     |
[INFO] [stdout] 297 |         if vec.contains(&All) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:303:16
[INFO] [stdout]     |
[INFO] [stdout] 303 |         if vec.contains(&Most) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:303:16
[INFO] [stdout]     |
[INFO] [stdout] 303 |         if vec.contains(&Most) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:310:16
[INFO] [stdout]     |
[INFO] [stdout] 310 |         if vec.contains(&Build) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:310:16
[INFO] [stdout]     |
[INFO] [stdout] 310 |         if vec.contains(&Build) {
[INFO] [stdout]     |                ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq` is not implemented for `LifeCycle`
[INFO] [stdout] note: required by a bound in `core::slice::<impl [T]>::contains`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/slice/mod.rs:2524:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `LifeCycle: Ord` is not satisfied
[INFO] [stdout]    --> src/lib.rs:317:13
[INFO] [stdout]     |
[INFO] [stdout] 317 |         vec.sort();
[INFO] [stdout]     |             ^^^^ the trait `Ord` is not implemented for `LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `slice::<impl [T]>::sort`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/alloc/src/slice.rs:207:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Ord)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Ord)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `LifeCycle: Ord` is not satisfied
[INFO] [stdout]    --> src/lib.rs:317:13
[INFO] [stdout]     |
[INFO] [stdout] 317 |         vec.sort();
[INFO] [stdout]     |             ^^^^ the trait `Ord` is not implemented for `LifeCycle`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `slice::<impl [T]>::sort`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/alloc/src/slice.rs:207:5
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Ord)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Ord)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 21 previous errors; 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369, E0412, E0425, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `buildable` (lib) due to 22 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]    --> src/lib.rs:370:63
[INFO] [stdout]     |
[INFO] [stdout] 370 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stdout]     |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]    --> src/lib.rs:392:63
[INFO] [stdout]     |
[INFO] [stdout] 392 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stdout]     |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]    --> src/lib.rs:403:63
[INFO] [stdout]     |
[INFO] [stdout] 403 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stdout]     |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]    --> src/lib.rs:414:63
[INFO] [stdout]     |
[INFO] [stdout] 414 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stdout]     |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]    --> src/lib.rs:425:63
[INFO] [stdout]     |
[INFO] [stdout] 425 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stdout]     |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:434:9
[INFO] [stdout]     |
[INFO] [stdout] 434 |         assert_eq!(Help, LifeCycle::from_str("help"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:434:9
[INFO] [stdout]     |
[INFO] [stdout] 434 |         assert_eq!(Help, LifeCycle::from_str("help"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:434:9
[INFO] [stdout]     |
[INFO] [stdout] 434 |         assert_eq!(Help, LifeCycle::from_str("help"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:435:9
[INFO] [stdout]     |
[INFO] [stdout] 435 |         assert_eq!(Version, LifeCycle::from_str("version"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:435:9
[INFO] [stdout]     |
[INFO] [stdout] 435 |         assert_eq!(Version, LifeCycle::from_str("version"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:435:9
[INFO] [stdout]     |
[INFO] [stdout] 435 |         assert_eq!(Version, LifeCycle::from_str("version"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:436:9
[INFO] [stdout]     |
[INFO] [stdout] 436 |         assert_eq!(Deps, LifeCycle::from_str("deps"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:436:9
[INFO] [stdout]     |
[INFO] [stdout] 436 |         assert_eq!(Deps, LifeCycle::from_str("deps"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:436:9
[INFO] [stdout]     |
[INFO] [stdout] 436 |         assert_eq!(Deps, LifeCycle::from_str("deps"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:437:9
[INFO] [stdout]     |
[INFO] [stdout] 437 |         assert_eq!(SCM, LifeCycle::from_str("scm"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:437:9
[INFO] [stdout]     |
[INFO] [stdout] 437 |         assert_eq!(SCM, LifeCycle::from_str("scm"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:437:9
[INFO] [stdout]     |
[INFO] [stdout] 437 |         assert_eq!(SCM, LifeCycle::from_str("scm"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:438:9
[INFO] [stdout]     |
[INFO] [stdout] 438 |         assert_eq!(Clean, LifeCycle::from_str("clean"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:438:9
[INFO] [stdout]     |
[INFO] [stdout] 438 |         assert_eq!(Clean, LifeCycle::from_str("clean"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:438:9
[INFO] [stdout]     |
[INFO] [stdout] 438 |         assert_eq!(Clean, LifeCycle::from_str("clean"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:439:9
[INFO] [stdout]     |
[INFO] [stdout] 439 |         assert_eq!(Configure, LifeCycle::from_str("configure"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:439:9
[INFO] [stdout]     |
[INFO] [stdout] 439 |         assert_eq!(Configure, LifeCycle::from_str("configure"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:439:9
[INFO] [stdout]     |
[INFO] [stdout] 439 |         assert_eq!(Configure, LifeCycle::from_str("configure"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:440:9
[INFO] [stdout]     |
[INFO] [stdout] 440 |         assert_eq!(Make, LifeCycle::from_str("make"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:440:9
[INFO] [stdout]     |
[INFO] [stdout] 440 |         assert_eq!(Make, LifeCycle::from_str("make"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:440:9
[INFO] [stdout]     |
[INFO] [stdout] 440 |         assert_eq!(Make, LifeCycle::from_str("make"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:441:9
[INFO] [stdout]     |
[INFO] [stdout] 441 |         assert_eq!(Test, LifeCycle::from_str("test"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:441:9
[INFO] [stdout]     |
[INFO] [stdout] 441 |         assert_eq!(Test, LifeCycle::from_str("test"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:441:9
[INFO] [stdout]     |
[INFO] [stdout] 441 |         assert_eq!(Test, LifeCycle::from_str("test"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:442:9
[INFO] [stdout]     |
[INFO] [stdout] 442 |         assert_eq!(Install, LifeCycle::from_str("install"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:442:9
[INFO] [stdout]     |
[INFO] [stdout] 442 |         assert_eq!(Install, LifeCycle::from_str("install"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:442:9
[INFO] [stdout]     |
[INFO] [stdout] 442 |         assert_eq!(Install, LifeCycle::from_str("install"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:443:9
[INFO] [stdout]     |
[INFO] [stdout] 443 |         assert_eq!(Cleanup, LifeCycle::from_str("cleanup"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:443:9
[INFO] [stdout]     |
[INFO] [stdout] 443 |         assert_eq!(Cleanup, LifeCycle::from_str("cleanup"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:443:9
[INFO] [stdout]     |
[INFO] [stdout] 443 |         assert_eq!(Cleanup, LifeCycle::from_str("cleanup"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:444:9
[INFO] [stdout]     |
[INFO] [stdout] 444 |         assert_eq!(Build, LifeCycle::from_str("build"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:444:9
[INFO] [stdout]     |
[INFO] [stdout] 444 |         assert_eq!(Build, LifeCycle::from_str("build"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:444:9
[INFO] [stdout]     |
[INFO] [stdout] 444 |         assert_eq!(Build, LifeCycle::from_str("build"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:445:9
[INFO] [stdout]     |
[INFO] [stdout] 445 |         assert_eq!(Most, LifeCycle::from_str("most"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:445:9
[INFO] [stdout]     |
[INFO] [stdout] 445 |         assert_eq!(Most, LifeCycle::from_str("most"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:445:9
[INFO] [stdout]     |
[INFO] [stdout] 445 |         assert_eq!(Most, LifeCycle::from_str("most"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:446:9
[INFO] [stdout]     |
[INFO] [stdout] 446 |         assert_eq!(All, LifeCycle::from_str("all"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:446:9
[INFO] [stdout]     |
[INFO] [stdout] 446 |         assert_eq!(All, LifeCycle::from_str("all"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:446:9
[INFO] [stdout]     |
[INFO] [stdout] 446 |         assert_eq!(All, LifeCycle::from_str("all"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:447:9
[INFO] [stdout]     |
[INFO] [stdout] 447 |         assert_eq!(Nil, LifeCycle::from_str("blah"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |         LifeCycle
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:447:9
[INFO] [stdout]     |
[INFO] [stdout] 447 |         assert_eq!(Nil, LifeCycle::from_str("blah"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:447:9
[INFO] [stdout]     |
[INFO] [stdout] 447 |         assert_eq!(Nil, LifeCycle::from_str("blah"));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:453:9
[INFO] [stdout]     |
[INFO] [stdout] 453 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 454 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |                                              ^
[INFO] [stdout]     | |______________________________________________|
[INFO] [stdout]     | |______________________________________________Vec<LifeCycle>
[INFO] [stdout]     |                                                Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:453:9
[INFO] [stdout]     |
[INFO] [stdout] 453 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 454 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:453:9
[INFO] [stdout]     |
[INFO] [stdout] 453 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 454 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:456:9
[INFO] [stdout]     |
[INFO] [stdout] 456 |         assert_eq!(vec![Help], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:456:9
[INFO] [stdout]     |
[INFO] [stdout] 456 |         assert_eq!(vec![Help], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:456:9
[INFO] [stdout]     |
[INFO] [stdout] 456 |         assert_eq!(vec![Help], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:459:9
[INFO] [stdout]     |
[INFO] [stdout] 459 |         assert_eq!(vec![Version], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:459:9
[INFO] [stdout]     |
[INFO] [stdout] 459 |         assert_eq!(vec![Version], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:459:9
[INFO] [stdout]     |
[INFO] [stdout] 459 |         assert_eq!(vec![Version], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:462:9
[INFO] [stdout]     |
[INFO] [stdout] 462 |         assert_eq!(vec![Deps], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:462:9
[INFO] [stdout]     |
[INFO] [stdout] 462 |         assert_eq!(vec![Deps], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:462:9
[INFO] [stdout]     |
[INFO] [stdout] 462 |         assert_eq!(vec![Deps], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:465:9
[INFO] [stdout]     |
[INFO] [stdout] 465 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:465:9
[INFO] [stdout]     |
[INFO] [stdout] 465 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:465:9
[INFO] [stdout]     |
[INFO] [stdout] 465 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:468:9
[INFO] [stdout]     |
[INFO] [stdout] 468 |         assert_eq!(vec![Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:468:9
[INFO] [stdout]     |
[INFO] [stdout] 468 |         assert_eq!(vec![Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:468:9
[INFO] [stdout]     |
[INFO] [stdout] 468 |         assert_eq!(vec![Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:471:9
[INFO] [stdout]     |
[INFO] [stdout] 471 |         assert_eq!(vec![Configure], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:471:9
[INFO] [stdout]     |
[INFO] [stdout] 471 |         assert_eq!(vec![Configure], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:471:9
[INFO] [stdout]     |
[INFO] [stdout] 471 |         assert_eq!(vec![Configure], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:474:9
[INFO] [stdout]     |
[INFO] [stdout] 474 |         assert_eq!(vec![Make], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:474:9
[INFO] [stdout]     |
[INFO] [stdout] 474 |         assert_eq!(vec![Make], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:474:9
[INFO] [stdout]     |
[INFO] [stdout] 474 |         assert_eq!(vec![Make], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:477:9
[INFO] [stdout]     |
[INFO] [stdout] 477 |         assert_eq!(vec![Test], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:477:9
[INFO] [stdout]     |
[INFO] [stdout] 477 |         assert_eq!(vec![Test], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:477:9
[INFO] [stdout]     |
[INFO] [stdout] 477 |         assert_eq!(vec![Test], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:480:9
[INFO] [stdout]     |
[INFO] [stdout] 480 |         assert_eq!(vec![Install], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:480:9
[INFO] [stdout]     |
[INFO] [stdout] 480 |         assert_eq!(vec![Install], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:480:9
[INFO] [stdout]     |
[INFO] [stdout] 480 |         assert_eq!(vec![Install], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:483:9
[INFO] [stdout]     |
[INFO] [stdout] 483 |         assert_eq!(vec![Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:483:9
[INFO] [stdout]     |
[INFO] [stdout] 483 |         assert_eq!(vec![Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:483:9
[INFO] [stdout]     |
[INFO] [stdout] 483 |         assert_eq!(vec![Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:486:9
[INFO] [stdout]     |
[INFO] [stdout] 486 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 487 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |                                              ^
[INFO] [stdout]     | |______________________________________________|
[INFO] [stdout]     | |______________________________________________Vec<LifeCycle>
[INFO] [stdout]     |                                                Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:486:9
[INFO] [stdout]     |
[INFO] [stdout] 486 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 487 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:486:9
[INFO] [stdout]     |
[INFO] [stdout] 486 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 487 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:490:9
[INFO] [stdout]     |
[INFO] [stdout] 490 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Test, Install, Cleanup],
[INFO] [stdout] 491 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |                                              ^
[INFO] [stdout]     | |______________________________________________|
[INFO] [stdout]     | |______________________________________________Vec<LifeCycle>
[INFO] [stdout]     |                                                Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:490:9
[INFO] [stdout]     |
[INFO] [stdout] 490 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Test, Install, Cleanup],
[INFO] [stdout] 491 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:490:9
[INFO] [stdout]     |
[INFO] [stdout] 490 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Test, Install, Cleanup],
[INFO] [stdout] 491 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:494:9
[INFO] [stdout]     |
[INFO] [stdout] 494 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stdout] 495 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     | |                                                             ^
[INFO] [stdout]     | |_____________________________________________________________|
[INFO] [stdout]     | |_____________________________________________________________Vec<LifeCycle>
[INFO] [stdout]     |                                                               Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:494:9
[INFO] [stdout]     |
[INFO] [stdout] 494 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stdout] 495 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     | |_____________________________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:494:9
[INFO] [stdout]     |
[INFO] [stdout] 494 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stdout] 495 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     | |_____________________________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec<String>` in the current scope
[INFO] [stdout]    --> src/lib.rs:497:14
[INFO] [stdout]     |
[INFO] [stdout] 497 |         free.push_all(&["scm".to_string(),"clean".to_string()]);
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `push` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 497 |         free.push(&["scm".to_string(),"clean".to_string()]);
[INFO] [stdout]     |              ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:498:9
[INFO] [stdout]     |
[INFO] [stdout] 498 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:498:9
[INFO] [stdout]     |
[INFO] [stdout] 498 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:498:9
[INFO] [stdout]     |
[INFO] [stdout] 498 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec<String>` in the current scope
[INFO] [stdout]    --> src/lib.rs:504:14
[INFO] [stdout]     |
[INFO] [stdout] 504 |         free.push_all(&["clean".to_string(),"scm".to_string()]);
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `push` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 504 |         free.push(&["clean".to_string(),"scm".to_string()]);
[INFO] [stdout]     |              ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:505:9
[INFO] [stdout]     |
[INFO] [stdout] 505 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:505:9
[INFO] [stdout]     |
[INFO] [stdout] 505 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:505:9
[INFO] [stdout]     |
[INFO] [stdout] 505 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec<String>` in the current scope
[INFO] [stdout]    --> src/lib.rs:507:14
[INFO] [stdout]     |
[INFO] [stdout] 507 |         free.push_all(&["cleanup".to_string(), "install".to_string(),
[INFO] [stdout]     |         -----^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `push` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 507 |         free.push(&["cleanup".to_string(), "install".to_string(),
[INFO] [stdout]     |              ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:511:9
[INFO] [stdout]     |
[INFO] [stdout] 511 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stdout] 512 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     | |                                                             ^
[INFO] [stdout]     | |_____________________________________________________________|
[INFO] [stdout]     | |_____________________________________________________________Vec<LifeCycle>
[INFO] [stdout]     |                                                               Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:511:9
[INFO] [stdout]     |
[INFO] [stdout] 511 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stdout] 512 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     | |_____________________________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:511:9
[INFO] [stdout]     |
[INFO] [stdout] 511 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stdout] 512 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stdout]     | |_____________________________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec<String>` in the current scope
[INFO] [stdout]    --> src/lib.rs:518:14
[INFO] [stdout]     |
[INFO] [stdout] 518 |         free.push_all(&["scm".to_string(),"scm".to_string()]);
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `push` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 518 |         free.push(&["scm".to_string(),"scm".to_string()]);
[INFO] [stdout]     |              ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:519:9
[INFO] [stdout]     |
[INFO] [stdout] 519 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:519:9
[INFO] [stdout]     |
[INFO] [stdout] 519 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:519:9
[INFO] [stdout]     |
[INFO] [stdout] 519 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec<String>` in the current scope
[INFO] [stdout]    --> src/lib.rs:521:14
[INFO] [stdout]     |
[INFO] [stdout] 521 |         free.push_all(&["scm".to_string(),"scm".to_string(),
[INFO] [stdout]     |         -----^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `push` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 521 |         free.push(&["scm".to_string(),"scm".to_string(),
[INFO] [stdout]     |              ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:523:9
[INFO] [stdout]     |
[INFO] [stdout] 523 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |         Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:523:9
[INFO] [stdout]     |
[INFO] [stdout] 523 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:523:9
[INFO] [stdout]     |
[INFO] [stdout] 523 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec<String>` in the current scope
[INFO] [stdout]    --> src/lib.rs:525:14
[INFO] [stdout]     |
[INFO] [stdout] 525 |         free.push_all(&["scm".to_string(),"clean".to_string(),
[INFO] [stdout]     |         -----^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `push` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 525 |         free.push(&["scm".to_string(),"clean".to_string(),
[INFO] [stdout]     |              ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Vec<LifeCycle>`
[INFO] [stdout]    --> src/lib.rs:527:9
[INFO] [stdout]     |
[INFO] [stdout] 527 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 528 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |                                              ^
[INFO] [stdout]     | |______________________________________________|
[INFO] [stdout]     | |______________________________________________Vec<LifeCycle>
[INFO] [stdout]     |                                                Vec<LifeCycle>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `LifeCycle`
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub enum LifeCycle {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(PartialEq)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(PartialEq)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:527:9
[INFO] [stdout]     |
[INFO] [stdout] 527 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 528 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `LifeCycle` doesn't implement `Debug`
[INFO] [stdout]    --> src/lib.rs:527:9
[INFO] [stdout]     |
[INFO] [stdout] 527 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stdout] 528 | |                    LifeCycle::from_vec(&free));
[INFO] [stdout]     | |______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `LifeCycle`, which is required by `Vec<LifeCycle>: Debug`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `LifeCycle` or manually `impl Debug for LifeCycle`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Vec<T, A>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `LifeCycle` with `#[derive(Debug)]`
[INFO] [stdout]     |
[INFO] [stdout] 215 + #[derive(Debug)]
[INFO] [stdout] 216 | pub enum LifeCycle {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 135 previous errors; 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369, E0412, E0425, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `buildable` (lib test) due to 136 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d37d8e7ee3c0a2ff35df2ef752a267a599147e2fa0373f50f4e51227b44b3b48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d37d8e7ee3c0a2ff35df2ef752a267a599147e2fa0373f50f4e51227b44b3b48", kill_on_drop: false }`
[INFO] [stdout] d37d8e7ee3c0a2ff35df2ef752a267a599147e2fa0373f50f4e51227b44b3b48
