[INFO] crate buildable 0.0.5 is already in cache
[INFO] checking buildable-0.0.5 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate buildable 0.0.5 into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate buildable 0.0.5 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[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-11/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] c497ca38294cec4c6bafff0dd7f6490c650435b02f74fe0ecafa4c5a5cd1c8ab
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "c497ca38294cec4c6bafff0dd7f6490c650435b02f74fe0ecafa4c5a5cd1c8ab"`
[INFO] [stderr]     Checking buildable v0.0.5 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unknown lint: `unstable`
[INFO] [stderr]   --> src/lib.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | #![allow(unstable)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unknown_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable
[INFO] [stderr]   --> src/lib.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | #![experimental]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information
[INFO] [stderr]    = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `unstable`
[INFO] [stderr]   --> src/lib.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | #![allow(unstable)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unknown_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable
[INFO] [stderr]   --> src/lib.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | #![experimental]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information
[INFO] [stderr]    = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `experimental` in this scope
[INFO] [stderr]   --> src/lib.rs:11:4
[INFO] [stderr]    |
[INFO] [stderr] 11 | #![experimental]
[INFO] [stderr]    |    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `Clone`
[INFO] [stderr]   --> src/lib.rs:21:10
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[derive(Clone,Default)]
[INFO] [stderr]    |          ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `Default`
[INFO] [stderr]   --> src/lib.rs:21:16
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[derive(Clone,Default)]
[INFO] [stderr]    |                ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `experimental` in this scope
[INFO] [stderr]   --> src/lib.rs:20:3
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[experimental]
[INFO] [stderr]    |   ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `experimental` in this scope
[INFO] [stderr]    --> src/lib.rs:196:3
[INFO] [stderr]     |
[INFO] [stderr] 196 | #[experimental]
[INFO] [stderr]     |   ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `Copy`
[INFO] [stderr]    --> src/lib.rs:214:10
[INFO] [stderr]     |
[INFO] [stderr] 214 | #[derive(Copy,PartialEq, Eq, PartialOrd, Ord, Show)]
[INFO] [stderr]     |          ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `PartialEq`
[INFO] [stderr]    --> src/lib.rs:214:15
[INFO] [stderr]     |
[INFO] [stderr] 214 | #[derive(Copy,PartialEq, Eq, PartialOrd, Ord, Show)]
[INFO] [stderr]     |               ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `Eq`
[INFO] [stderr]    --> src/lib.rs:214:26
[INFO] [stderr]     |
[INFO] [stderr] 214 | #[derive(Copy,PartialEq, Eq, PartialOrd, Ord, Show)]
[INFO] [stderr]     |                          ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `PartialOrd`
[INFO] [stderr]    --> src/lib.rs:214:30
[INFO] [stderr]     |
[INFO] [stderr] 214 | #[derive(Copy,PartialEq, Eq, PartialOrd, Ord, Show)]
[INFO] [stderr]     |                              ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `Ord`
[INFO] [stderr]    --> src/lib.rs:214:42
[INFO] [stderr]     |
[INFO] [stderr] 214 | #[derive(Copy,PartialEq, Eq, PartialOrd, Ord, Show)]
[INFO] [stderr]     |                                          ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find derive macro `Show` in this scope
[INFO] [stderr]    --> src/lib.rs:214:47
[INFO] [stderr]     |
[INFO] [stderr] 214 | #[derive(Copy,PartialEq, Eq, PartialOrd, Ord, Show)]
[INFO] [stderr]     |                                               ^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path`
[INFO] [stderr]   --> src/lib.rs:45:28
[INFO] [stderr]    |
[INFO] [stderr] 45 |                 let path = Path::new(home);
[INFO] [stderr]    |                            ^^^^ use of undeclared type or module `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> src/lib.rs:23:17
[INFO] [stderr]    |
[INFO] [stderr] 23 |     dir: Option<Path>,
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 13 | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub struct BuildConfig<Path> {
[INFO] [stderr]    |                       ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `getenv` in module `std::os`
[INFO] [stderr]   --> src/lib.rs:41:43
[INFO] [stderr]    |
[INFO] [stderr] 41 |                 let home = match std::os::getenv("HOME") {
[INFO] [stderr]    |                                           ^^^^^^ not found in `std::os`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> src/lib.rs:69:32
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub fn dir(&mut self, dir: Path) -> &mut BuildConfig {
[INFO] [stderr]    |                                ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 13 | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> src/lib.rs:155:41
[INFO] [stderr]     |
[INFO] [stderr] 155 |     pub fn get_dir<'a>(&'a self) -> &'a Path {
[INFO] [stderr]     |                                         ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 13  | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:267:32
[INFO] [stderr]     |
[INFO] [stderr] 267 |                 None      => { ; },
[INFO] [stderr]     |                                ^ help: remove this semicolon
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `experimental` in this scope
[INFO] [stderr]   --> src/lib.rs:11:4
[INFO] [stderr]    |
[INFO] [stderr] 11 | #![experimental]
[INFO] [stderr]    |    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `Clone`
[INFO] [stderr]   --> src/lib.rs:21:10
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[derive(Clone,Default)]
[INFO] [stderr]    |          ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `Default`
[INFO] [stderr]   --> src/lib.rs:21:16
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[derive(Clone,Default)]
[INFO] [stderr]    |                ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `experimental` in this scope
[INFO] [stderr]   --> src/lib.rs:20:3
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[experimental]
[INFO] [stderr]    |   ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `experimental` in this scope
[INFO] [stderr]    --> src/lib.rs:196:3
[INFO] [stderr]     |
[INFO] [stderr] 196 | #[experimental]
[INFO] [stderr]     |   ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `Copy`
[INFO] [stderr]    --> src/lib.rs:214:10
[INFO] [stderr]     |
[INFO] [stderr] 214 | #[derive(Copy,PartialEq, Eq, PartialOrd, Ord, Show)]
[INFO] [stderr]     |          ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `PartialEq`
[INFO] [stderr]    --> src/lib.rs:214:15
[INFO] [stderr]     |
[INFO] [stderr] 214 | #[derive(Copy,PartialEq, Eq, PartialOrd, Ord, Show)]
[INFO] [stderr]     |               ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `Eq`
[INFO] [stderr]    --> src/lib.rs:214:26
[INFO] [stderr]     |
[INFO] [stderr] 214 | #[derive(Copy,PartialEq, Eq, PartialOrd, Ord, Show)]
[INFO] [stderr]     |                          ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `PartialOrd`
[INFO] [stderr]    --> src/lib.rs:214:30
[INFO] [stderr]     |
[INFO] [stderr] 214 | #[derive(Copy,PartialEq, Eq, PartialOrd, Ord, Show)]
[INFO] [stderr]     |                              ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `Ord`
[INFO] [stderr]    --> src/lib.rs:214:42
[INFO] [stderr]     |
[INFO] [stderr] 214 | #[derive(Copy,PartialEq, Eq, PartialOrd, Ord, Show)]
[INFO] [stderr]     |                                          ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find derive macro `Show` in this scope
[INFO] [stderr]    --> src/lib.rs:214:47
[INFO] [stderr]     |
[INFO] [stderr] 214 | #[derive(Copy,PartialEq, Eq, PartialOrd, Ord, Show)]
[INFO] [stderr]     |                                               ^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:367:7
[INFO] [stderr]     |
[INFO] [stderr] 367 |     #[test]
[INFO] [stderr]     |       ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:377:7
[INFO] [stderr]     |
[INFO] [stderr] 377 |     #[test]
[INFO] [stderr]     |       ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:388:7
[INFO] [stderr]     |
[INFO] [stderr] 388 |     #[test]
[INFO] [stderr]     |       ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:399:7
[INFO] [stderr]     |
[INFO] [stderr] 399 |     #[test]
[INFO] [stderr]     |       ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:410:7
[INFO] [stderr]     |
[INFO] [stderr] 410 |     #[test]
[INFO] [stderr]     |       ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:421:7
[INFO] [stderr]     |
[INFO] [stderr] 421 |     #[test]
[INFO] [stderr]     |       ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:432:7
[INFO] [stderr]     |
[INFO] [stderr] 432 |     #[test]
[INFO] [stderr]     |       ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:450:7
[INFO] [stderr]     |
[INFO] [stderr] 450 |     #[test]
[INFO] [stderr]     |       ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:501:7
[INFO] [stderr]     |
[INFO] [stderr] 501 |     #[test]
[INFO] [stderr]     |       ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:515:7
[INFO] [stderr]     |
[INFO] [stderr] 515 |     #[test]
[INFO] [stderr]     |       ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path`
[INFO] [stderr]   --> src/lib.rs:45:28
[INFO] [stderr]    |
[INFO] [stderr] 45 |                 let path = Path::new(home);
[INFO] [stderr]    |                            ^^^^ use of undeclared type or module `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path`
[INFO] [stderr]    --> src/lib.rs:380:16
[INFO] [stderr]     |
[INFO] [stderr] 380 |         bc.dir(Path::new("/tmp"));
[INFO] [stderr]     |                ^^^^ use of undeclared type or module `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> src/lib.rs:23:17
[INFO] [stderr]    |
[INFO] [stderr] 23 |     dir: Option<Path>,
[INFO] [stderr]    |                 ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 13 | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub struct BuildConfig<Path> {
[INFO] [stderr]    |                       ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `getenv` in module `std::os`
[INFO] [stderr]   --> src/lib.rs:41:43
[INFO] [stderr]    |
[INFO] [stderr] 41 |                 let home = match std::os::getenv("HOME") {
[INFO] [stderr]    |                                           ^^^^^^ not found in `std::os`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]   --> src/lib.rs:69:32
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub fn dir(&mut self, dir: Path) -> &mut BuildConfig {
[INFO] [stderr]    |                                ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 13 | use std::path::Path;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> src/lib.rs:155:41
[INFO] [stderr]     |
[INFO] [stderr] 155 |     pub fn get_dir<'a>(&'a self) -> &'a Path {
[INFO] [stderr]     |                                         ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 13  | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:267:32
[INFO] [stderr]     |
[INFO] [stderr] 267 |                 None      => { ; },
[INFO] [stderr]     |                                ^ help: remove this semicolon
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&std::string::String` in the current scope
[INFO] [stderr]    --> src/lib.rs:165:30
[INFO] [stderr]     |
[INFO] [stderr] 165 |             Some(ref p) => p.as_slice(),
[INFO] [stderr]     |                              ^^^^^^^^ method not found in `&std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&std::string::String` in the current scope
[INFO] [stderr]    --> src/lib.rs:173:30
[INFO] [stderr]     |
[INFO] [stderr] 173 |             Some(ref b) => b.as_slice(),
[INFO] [stderr]     |                              ^^^^^^^^ method not found in `&std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:255:28
[INFO] [stderr]     |
[INFO] [stderr] 255 |             if !v.contains(lc) {
[INFO] [stderr]     |                            ^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq` is not implemented for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:265:44
[INFO] [stderr]     |
[INFO] [stderr] 265 |             match v.iter().position(|x| *x == *lc) {
[INFO] [stderr]     |                                         -- ^^ --- LifeCycle
[INFO] [stderr]     |                                         |
[INFO] [stderr]     |                                         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&std::string::String` in the current scope
[INFO] [stderr]    --> src/lib.rs:276:68
[INFO] [stderr]     |
[INFO] [stderr] 276 | ...                   .map(|s| LifeCycle::from_str(s.as_slice()))
[INFO] [stderr]     |                                                      ^^^^^^^^ method not found in `&std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `!=` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:277:52
[INFO] [stderr]     |
[INFO] [stderr] 277 | ...                   .filter(|l| *l != Nil));
[INFO] [stderr]     |                                   -- ^^ --- LifeCycle
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `dedup` found for struct `std::vec::Vec<LifeCycle>` in the current scope
[INFO] [stderr]    --> src/lib.rs:282:17
[INFO] [stderr]     |
[INFO] [stderr] 215 | pub enum LifeCycle {
[INFO] [stderr]     | ------------------ doesn't satisfy `LifeCycle: std::cmp::PartialEq`
[INFO] [stderr] ...
[INFO] [stderr] 282 |             vec.dedup();
[INFO] [stderr]     |                 ^^^^^ method not found in `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `dedup` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `LifeCycle: std::cmp::PartialEq`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:285:25
[INFO] [stderr]     |
[INFO] [stderr] 285 |         if vec.contains(&Help) {
[INFO] [stderr]     |                         ^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq` is not implemented for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:291:25
[INFO] [stderr]     |
[INFO] [stderr] 291 |         if vec.contains(&Version) {
[INFO] [stderr]     |                         ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq` is not implemented for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:297:25
[INFO] [stderr]     |
[INFO] [stderr] 297 |         if vec.contains(&All) {
[INFO] [stderr]     |                         ^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq` is not implemented for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:303:25
[INFO] [stderr]     |
[INFO] [stderr] 303 |         if vec.contains(&Most) {
[INFO] [stderr]     |                         ^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq` is not implemented for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:310:25
[INFO] [stderr]     |
[INFO] [stderr] 310 |         if vec.contains(&Build) {
[INFO] [stderr]     |                         ^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq` is not implemented for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `LifeCycle: std::cmp::Ord` is not satisfied
[INFO] [stderr]    --> src/lib.rs:317:13
[INFO] [stderr]     |
[INFO] [stderr] 317 |         vec.sort();
[INFO] [stderr]     |             ^^^^ the trait `std::cmp::Ord` is not implemented for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 30 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0369, E0412, E0425, E0433, E0599, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `buildable`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&std::string::String` in the current scope
[INFO] [stderr]    --> src/lib.rs:165:30
[INFO] [stderr]     |
[INFO] [stderr] 165 |             Some(ref p) => p.as_slice(),
[INFO] [stderr]     |                              ^^^^^^^^ method not found in `&std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&std::string::String` in the current scope
[INFO] [stderr]    --> src/lib.rs:173:30
[INFO] [stderr]     |
[INFO] [stderr] 173 |             Some(ref b) => b.as_slice(),
[INFO] [stderr]     |                              ^^^^^^^^ method not found in `&std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:255:28
[INFO] [stderr]     |
[INFO] [stderr] 255 |             if !v.contains(lc) {
[INFO] [stderr]     |                            ^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq` is not implemented for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:265:44
[INFO] [stderr]     |
[INFO] [stderr] 265 |             match v.iter().position(|x| *x == *lc) {
[INFO] [stderr]     |                                         -- ^^ --- LifeCycle
[INFO] [stderr]     |                                         |
[INFO] [stderr]     |                                         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&std::string::String` in the current scope
[INFO] [stderr]    --> src/lib.rs:276:68
[INFO] [stderr]     |
[INFO] [stderr] 276 | ...                   .map(|s| LifeCycle::from_str(s.as_slice()))
[INFO] [stderr]     |                                                      ^^^^^^^^ method not found in `&std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `!=` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:277:52
[INFO] [stderr]     |
[INFO] [stderr] 277 | ...                   .filter(|l| *l != Nil));
[INFO] [stderr]     |                                   -- ^^ --- LifeCycle
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `dedup` found for struct `std::vec::Vec<LifeCycle>` in the current scope
[INFO] [stderr]    --> src/lib.rs:282:17
[INFO] [stderr]     |
[INFO] [stderr] 215 | pub enum LifeCycle {
[INFO] [stderr]     | ------------------ doesn't satisfy `LifeCycle: std::cmp::PartialEq`
[INFO] [stderr] ...
[INFO] [stderr] 282 |             vec.dedup();
[INFO] [stderr]     |                 ^^^^^ method not found in `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `dedup` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `LifeCycle: std::cmp::PartialEq`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:285:25
[INFO] [stderr]     |
[INFO] [stderr] 285 |         if vec.contains(&Help) {
[INFO] [stderr]     |                         ^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq` is not implemented for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:291:25
[INFO] [stderr]     |
[INFO] [stderr] 291 |         if vec.contains(&Version) {
[INFO] [stderr]     |                         ^^^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq` is not implemented for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:297:25
[INFO] [stderr]     |
[INFO] [stderr] 297 |         if vec.contains(&All) {
[INFO] [stderr]     |                         ^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq` is not implemented for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:303:25
[INFO] [stderr]     |
[INFO] [stderr] 303 |         if vec.contains(&Most) {
[INFO] [stderr]     |                         ^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq` is not implemented for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `LifeCycle` with `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:310:25
[INFO] [stderr]     |
[INFO] [stderr] 310 |         if vec.contains(&Build) {
[INFO] [stderr]     |                         ^^^^^^ no implementation for `LifeCycle == LifeCycle`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq` is not implemented for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `LifeCycle: std::cmp::Ord` is not satisfied
[INFO] [stderr]    --> src/lib.rs:317:13
[INFO] [stderr]     |
[INFO] [stderr] 317 |         vec.sort();
[INFO] [stderr]     |             ^^^^ the trait `std::cmp::Ord` is not implemented for `LifeCycle`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for struct `std::string::String` in the current scope
[INFO] [stderr]    --> src/lib.rs:370:63
[INFO] [stderr]     |
[INFO] [stderr] 370 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stderr]     |                                                               ^^^^^^^^ method not found in `std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for struct `std::string::String` in the current scope
[INFO] [stderr]    --> src/lib.rs:392:63
[INFO] [stderr]     |
[INFO] [stderr] 392 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stderr]     |                                                               ^^^^^^^^ method not found in `std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for struct `std::string::String` in the current scope
[INFO] [stderr]    --> src/lib.rs:403:63
[INFO] [stderr]     |
[INFO] [stderr] 403 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stderr]     |                                                               ^^^^^^^^ method not found in `std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for struct `std::string::String` in the current scope
[INFO] [stderr]    --> src/lib.rs:414:63
[INFO] [stderr]     |
[INFO] [stderr] 414 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stderr]     |                                                               ^^^^^^^^ method not found in `std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for struct `std::string::String` in the current scope
[INFO] [stderr]    --> src/lib.rs:425:63
[INFO] [stderr]     |
[INFO] [stderr] 425 |         assert_eq!(bc.get_dir().as_str().unwrap(), proj_dir().as_slice());
[INFO] [stderr]     |                                                               ^^^^^^^^ method not found in `std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:434:9
[INFO] [stderr]     |
[INFO] [stderr] 434 |         assert_eq!(Help, LifeCycle::from_str("help"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:434:9
[INFO] [stderr]     |
[INFO] [stderr] 434 |         assert_eq!(Help, LifeCycle::from_str("help"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:434:9
[INFO] [stderr]     |
[INFO] [stderr] 434 |         assert_eq!(Help, LifeCycle::from_str("help"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:435:9
[INFO] [stderr]     |
[INFO] [stderr] 435 |         assert_eq!(Version, LifeCycle::from_str("version"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:435:9
[INFO] [stderr]     |
[INFO] [stderr] 435 |         assert_eq!(Version, LifeCycle::from_str("version"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:435:9
[INFO] [stderr]     |
[INFO] [stderr] 435 |         assert_eq!(Version, LifeCycle::from_str("version"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:436:9
[INFO] [stderr]     |
[INFO] [stderr] 436 |         assert_eq!(Deps, LifeCycle::from_str("deps"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:436:9
[INFO] [stderr]     |
[INFO] [stderr] 436 |         assert_eq!(Deps, LifeCycle::from_str("deps"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:436:9
[INFO] [stderr]     |
[INFO] [stderr] 436 |         assert_eq!(Deps, LifeCycle::from_str("deps"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:437:9
[INFO] [stderr]     |
[INFO] [stderr] 437 |         assert_eq!(SCM, LifeCycle::from_str("scm"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:437:9
[INFO] [stderr]     |
[INFO] [stderr] 437 |         assert_eq!(SCM, LifeCycle::from_str("scm"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:437:9
[INFO] [stderr]     |
[INFO] [stderr] 437 |         assert_eq!(SCM, LifeCycle::from_str("scm"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:438:9
[INFO] [stderr]     |
[INFO] [stderr] 438 |         assert_eq!(Clean, LifeCycle::from_str("clean"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:438:9
[INFO] [stderr]     |
[INFO] [stderr] 438 |         assert_eq!(Clean, LifeCycle::from_str("clean"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:438:9
[INFO] [stderr]     |
[INFO] [stderr] 438 |         assert_eq!(Clean, LifeCycle::from_str("clean"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:439:9
[INFO] [stderr]     |
[INFO] [stderr] 439 |         assert_eq!(Configure, LifeCycle::from_str("configure"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:439:9
[INFO] [stderr]     |
[INFO] [stderr] 439 |         assert_eq!(Configure, LifeCycle::from_str("configure"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:439:9
[INFO] [stderr]     |
[INFO] [stderr] 439 |         assert_eq!(Configure, LifeCycle::from_str("configure"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:440:9
[INFO] [stderr]     |
[INFO] [stderr] 440 |         assert_eq!(Make, LifeCycle::from_str("make"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:440:9
[INFO] [stderr]     |
[INFO] [stderr] 440 |         assert_eq!(Make, LifeCycle::from_str("make"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:440:9
[INFO] [stderr]     |
[INFO] [stderr] 440 |         assert_eq!(Make, LifeCycle::from_str("make"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:441:9
[INFO] [stderr]     |
[INFO] [stderr] 441 |         assert_eq!(Test, LifeCycle::from_str("test"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:441:9
[INFO] [stderr]     |
[INFO] [stderr] 441 |         assert_eq!(Test, LifeCycle::from_str("test"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:441:9
[INFO] [stderr]     |
[INFO] [stderr] 441 |         assert_eq!(Test, LifeCycle::from_str("test"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:442:9
[INFO] [stderr]     |
[INFO] [stderr] 442 |         assert_eq!(Install, LifeCycle::from_str("install"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:442:9
[INFO] [stderr]     |
[INFO] [stderr] 442 |         assert_eq!(Install, LifeCycle::from_str("install"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:442:9
[INFO] [stderr]     |
[INFO] [stderr] 442 |         assert_eq!(Install, LifeCycle::from_str("install"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:443:9
[INFO] [stderr]     |
[INFO] [stderr] 443 |         assert_eq!(Cleanup, LifeCycle::from_str("cleanup"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:443:9
[INFO] [stderr]     |
[INFO] [stderr] 443 |         assert_eq!(Cleanup, LifeCycle::from_str("cleanup"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:443:9
[INFO] [stderr]     |
[INFO] [stderr] 443 |         assert_eq!(Cleanup, LifeCycle::from_str("cleanup"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:444:9
[INFO] [stderr]     |
[INFO] [stderr] 444 |         assert_eq!(Build, LifeCycle::from_str("build"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:444:9
[INFO] [stderr]     |
[INFO] [stderr] 444 |         assert_eq!(Build, LifeCycle::from_str("build"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:444:9
[INFO] [stderr]     |
[INFO] [stderr] 444 |         assert_eq!(Build, LifeCycle::from_str("build"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:445:9
[INFO] [stderr]     |
[INFO] [stderr] 445 |         assert_eq!(Most, LifeCycle::from_str("most"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:445:9
[INFO] [stderr]     |
[INFO] [stderr] 445 |         assert_eq!(Most, LifeCycle::from_str("most"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:445:9
[INFO] [stderr]     |
[INFO] [stderr] 445 |         assert_eq!(Most, LifeCycle::from_str("most"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:446:9
[INFO] [stderr]     |
[INFO] [stderr] 446 |         assert_eq!(All, LifeCycle::from_str("all"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:446:9
[INFO] [stderr]     |
[INFO] [stderr] 446 |         assert_eq!(All, LifeCycle::from_str("all"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:446:9
[INFO] [stderr]     |
[INFO] [stderr] 446 |         assert_eq!(All, LifeCycle::from_str("all"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `LifeCycle`
[INFO] [stderr]    --> src/lib.rs:447:9
[INFO] [stderr]     |
[INFO] [stderr] 447 |         assert_eq!(Nil, LifeCycle::from_str("blah"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |         LifeCycle
[INFO] [stderr]     |
[INFO] [stderr]     = note: an implementation of `std::cmp::PartialEq` might be missing for `LifeCycle`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:447:9
[INFO] [stderr]     |
[INFO] [stderr] 447 |         assert_eq!(Nil, LifeCycle::from_str("blah"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:447:9
[INFO] [stderr]     |
[INFO] [stderr] 447 |         assert_eq!(Nil, LifeCycle::from_str("blah"));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&LifeCycle`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:453:9
[INFO] [stderr]     |
[INFO] [stderr] 453 |           assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stderr]     |  _________^
[INFO] [stderr]     | |_________|
[INFO] [stderr]     | |
[INFO] [stderr] 454 | |                    LifeCycle::from_vec(&free));
[INFO] [stderr]     | |                                               ^
[INFO] [stderr]     | |_______________________________________________|
[INFO] [stderr]     | |_______________________________________________std::vec::Vec<LifeCycle>
[INFO] [stderr]     |                                                 std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:453:9
[INFO] [stderr]     |
[INFO] [stderr] 453 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stderr] 454 | |                    LifeCycle::from_vec(&free));
[INFO] [stderr]     | |_______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:453:9
[INFO] [stderr]     |
[INFO] [stderr] 453 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stderr] 454 | |                    LifeCycle::from_vec(&free));
[INFO] [stderr]     | |_______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:456:9
[INFO] [stderr]     |
[INFO] [stderr] 456 |         assert_eq!(vec![Help], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:456:9
[INFO] [stderr]     |
[INFO] [stderr] 456 |         assert_eq!(vec![Help], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:456:9
[INFO] [stderr]     |
[INFO] [stderr] 456 |         assert_eq!(vec![Help], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:459:9
[INFO] [stderr]     |
[INFO] [stderr] 459 |         assert_eq!(vec![Version], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:459:9
[INFO] [stderr]     |
[INFO] [stderr] 459 |         assert_eq!(vec![Version], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:459:9
[INFO] [stderr]     |
[INFO] [stderr] 459 |         assert_eq!(vec![Version], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:462:9
[INFO] [stderr]     |
[INFO] [stderr] 462 |         assert_eq!(vec![Deps], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:462:9
[INFO] [stderr]     |
[INFO] [stderr] 462 |         assert_eq!(vec![Deps], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:462:9
[INFO] [stderr]     |
[INFO] [stderr] 462 |         assert_eq!(vec![Deps], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:465:9
[INFO] [stderr]     |
[INFO] [stderr] 465 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:465:9
[INFO] [stderr]     |
[INFO] [stderr] 465 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:465:9
[INFO] [stderr]     |
[INFO] [stderr] 465 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:468:9
[INFO] [stderr]     |
[INFO] [stderr] 468 |         assert_eq!(vec![Clean], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:468:9
[INFO] [stderr]     |
[INFO] [stderr] 468 |         assert_eq!(vec![Clean], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:468:9
[INFO] [stderr]     |
[INFO] [stderr] 468 |         assert_eq!(vec![Clean], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:471:9
[INFO] [stderr]     |
[INFO] [stderr] 471 |         assert_eq!(vec![Configure], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:471:9
[INFO] [stderr]     |
[INFO] [stderr] 471 |         assert_eq!(vec![Configure], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:471:9
[INFO] [stderr]     |
[INFO] [stderr] 471 |         assert_eq!(vec![Configure], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:474:9
[INFO] [stderr]     |
[INFO] [stderr] 474 |         assert_eq!(vec![Make], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:474:9
[INFO] [stderr]     |
[INFO] [stderr] 474 |         assert_eq!(vec![Make], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:474:9
[INFO] [stderr]     |
[INFO] [stderr] 474 |         assert_eq!(vec![Make], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:477:9
[INFO] [stderr]     |
[INFO] [stderr] 477 |         assert_eq!(vec![Test], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:477:9
[INFO] [stderr]     |
[INFO] [stderr] 477 |         assert_eq!(vec![Test], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:477:9
[INFO] [stderr]     |
[INFO] [stderr] 477 |         assert_eq!(vec![Test], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:480:9
[INFO] [stderr]     |
[INFO] [stderr] 480 |         assert_eq!(vec![Install], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:480:9
[INFO] [stderr]     |
[INFO] [stderr] 480 |         assert_eq!(vec![Install], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:480:9
[INFO] [stderr]     |
[INFO] [stderr] 480 |         assert_eq!(vec![Install], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:483:9
[INFO] [stderr]     |
[INFO] [stderr] 483 |         assert_eq!(vec![Cleanup], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:483:9
[INFO] [stderr]     |
[INFO] [stderr] 483 |         assert_eq!(vec![Cleanup], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:483:9
[INFO] [stderr]     |
[INFO] [stderr] 483 |         assert_eq!(vec![Cleanup], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:486:9
[INFO] [stderr]     |
[INFO] [stderr] 486 |           assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stderr]     |  _________^
[INFO] [stderr]     | |_________|
[INFO] [stderr]     | |
[INFO] [stderr] 487 | |                    LifeCycle::from_vec(&free));
[INFO] [stderr]     | |                                               ^
[INFO] [stderr]     | |_______________________________________________|
[INFO] [stderr]     | |_______________________________________________std::vec::Vec<LifeCycle>
[INFO] [stderr]     |                                                 std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:486:9
[INFO] [stderr]     |
[INFO] [stderr] 486 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stderr] 487 | |                    LifeCycle::from_vec(&free));
[INFO] [stderr]     | |_______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:486:9
[INFO] [stderr]     |
[INFO] [stderr] 486 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stderr] 487 | |                    LifeCycle::from_vec(&free));
[INFO] [stderr]     | |_______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:490:9
[INFO] [stderr]     |
[INFO] [stderr] 490 |           assert_eq!(vec![Deps, SCM, Configure, Make, Test, Install, Cleanup],
[INFO] [stderr]     |  _________^
[INFO] [stderr]     | |_________|
[INFO] [stderr]     | |
[INFO] [stderr] 491 | |                    LifeCycle::from_vec(&free));
[INFO] [stderr]     | |                                               ^
[INFO] [stderr]     | |_______________________________________________|
[INFO] [stderr]     | |_______________________________________________std::vec::Vec<LifeCycle>
[INFO] [stderr]     |                                                 std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:490:9
[INFO] [stderr]     |
[INFO] [stderr] 490 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Test, Install, Cleanup],
[INFO] [stderr] 491 | |                    LifeCycle::from_vec(&free));
[INFO] [stderr]     | |_______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:490:9
[INFO] [stderr]     |
[INFO] [stderr] 490 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Test, Install, Cleanup],
[INFO] [stderr] 491 | |                    LifeCycle::from_vec(&free));
[INFO] [stderr]     | |_______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:494:9
[INFO] [stderr]     |
[INFO] [stderr] 494 |           assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stderr]     |  _________^
[INFO] [stderr]     | |_________|
[INFO] [stderr]     | |
[INFO] [stderr] 495 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stderr]     | |                                                              ^
[INFO] [stderr]     | |______________________________________________________________|
[INFO] [stderr]     | |______________________________________________________________std::vec::Vec<LifeCycle>
[INFO] [stderr]     |                                                                std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:494:9
[INFO] [stderr]     |
[INFO] [stderr] 494 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stderr] 495 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stderr]     | |______________________________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:494:9
[INFO] [stderr]     |
[INFO] [stderr] 494 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stderr] 495 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stderr]     | |______________________________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_all` found for struct `std::vec::Vec<std::string::String>` in the current scope
[INFO] [stderr]    --> src/lib.rs:497:14
[INFO] [stderr]     |
[INFO] [stderr] 497 |         free.push_all(&["scm".to_string(),"clean".to_string()]);
[INFO] [stderr]     |              ^^^^^^^^ method not found in `std::vec::Vec<std::string::String>`
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:498:9
[INFO] [stderr]     |
[INFO] [stderr] 498 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:498:9
[INFO] [stderr]     |
[INFO] [stderr] 498 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:498:9
[INFO] [stderr]     |
[INFO] [stderr] 498 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_all` found for struct `std::vec::Vec<std::string::String>` in the current scope
[INFO] [stderr]    --> src/lib.rs:504:14
[INFO] [stderr]     |
[INFO] [stderr] 504 |         free.push_all(&["clean".to_string(),"scm".to_string()]);
[INFO] [stderr]     |              ^^^^^^^^ method not found in `std::vec::Vec<std::string::String>`
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:505:9
[INFO] [stderr]     |
[INFO] [stderr] 505 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:505:9
[INFO] [stderr]     |
[INFO] [stderr] 505 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:505:9
[INFO] [stderr]     |
[INFO] [stderr] 505 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_all` found for struct `std::vec::Vec<std::string::String>` in the current scope
[INFO] [stderr]    --> src/lib.rs:507:14
[INFO] [stderr]     |
[INFO] [stderr] 507 |         free.push_all(&["cleanup".to_string(), "install".to_string(),
[INFO] [stderr]     |              ^^^^^^^^ method not found in `std::vec::Vec<std::string::String>`
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:511:9
[INFO] [stderr]     |
[INFO] [stderr] 511 |           assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stderr]     |  _________^
[INFO] [stderr]     | |_________|
[INFO] [stderr]     | |
[INFO] [stderr] 512 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stderr]     | |                                                              ^
[INFO] [stderr]     | |______________________________________________________________|
[INFO] [stderr]     | |______________________________________________________________std::vec::Vec<LifeCycle>
[INFO] [stderr]     |                                                                std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:511:9
[INFO] [stderr]     |
[INFO] [stderr] 511 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stderr] 512 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stderr]     | |______________________________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:511:9
[INFO] [stderr]     |
[INFO] [stderr] 511 | /         assert_eq!(vec![Deps, SCM, Clean, Configure, Make, Test, Install,
[INFO] [stderr] 512 | |                         Cleanup], LifeCycle::from_vec(&free));
[INFO] [stderr]     | |______________________________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_all` found for struct `std::vec::Vec<std::string::String>` in the current scope
[INFO] [stderr]    --> src/lib.rs:518:14
[INFO] [stderr]     |
[INFO] [stderr] 518 |         free.push_all(&["scm".to_string(),"scm".to_string()]);
[INFO] [stderr]     |              ^^^^^^^^ method not found in `std::vec::Vec<std::string::String>`
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:519:9
[INFO] [stderr]     |
[INFO] [stderr] 519 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:519:9
[INFO] [stderr]     |
[INFO] [stderr] 519 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:519:9
[INFO] [stderr]     |
[INFO] [stderr] 519 |         assert_eq!(vec![SCM], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_all` found for struct `std::vec::Vec<std::string::String>` in the current scope
[INFO] [stderr]    --> src/lib.rs:521:14
[INFO] [stderr]     |
[INFO] [stderr] 521 |         free.push_all(&["scm".to_string(),"scm".to_string(),
[INFO] [stderr]     |              ^^^^^^^^ method not found in `std::vec::Vec<std::string::String>`
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:523:9
[INFO] [stderr]     |
[INFO] [stderr] 523 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |         std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:523:9
[INFO] [stderr]     |
[INFO] [stderr] 523 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:523:9
[INFO] [stderr]     |
[INFO] [stderr] 523 |         assert_eq!(vec![SCM, Clean], LifeCycle::from_vec(&free));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_all` found for struct `std::vec::Vec<std::string::String>` in the current scope
[INFO] [stderr]    --> src/lib.rs:525:14
[INFO] [stderr]     |
[INFO] [stderr] 525 |         free.push_all(&["scm".to_string(),"clean".to_string(),
[INFO] [stderr]     |              ^^^^^^^^ method not found in `std::vec::Vec<std::string::String>`
[INFO] [stderr] 
[INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::vec::Vec<LifeCycle>`
[INFO] [stderr]    --> src/lib.rs:527:9
[INFO] [stderr]     |
[INFO] [stderr] 527 |           assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stderr]     |  _________^
[INFO] [stderr]     | |_________|
[INFO] [stderr]     | |
[INFO] [stderr] 528 | |                    LifeCycle::from_vec(&free));
[INFO] [stderr]     | |                                               ^
[INFO] [stderr]     | |_______________________________________________|
[INFO] [stderr]     | |_______________________________________________std::vec::Vec<LifeCycle>
[INFO] [stderr]     |                                                 std::vec::Vec<LifeCycle>
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:527:9
[INFO] [stderr]     |
[INFO] [stderr] 527 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stderr] 528 | |                    LifeCycle::from_vec(&free));
[INFO] [stderr]     | |_______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `LifeCycle` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/lib.rs:527:9
[INFO] [stderr]     |
[INFO] [stderr] 527 | /         assert_eq!(vec![Deps, SCM, Configure, Make, Cleanup],
[INFO] [stderr] 528 | |                    LifeCycle::from_vec(&free));
[INFO] [stderr]     | |_______________________________________________^ `LifeCycle` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `LifeCycle`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::vec::Vec<LifeCycle>`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 154 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0369, E0412, E0425, E0433, E0599, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `buildable`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "c497ca38294cec4c6bafff0dd7f6490c650435b02f74fe0ecafa4c5a5cd1c8ab"`
[INFO] running `"docker" "rm" "-f" "c497ca38294cec4c6bafff0dd7f6490c650435b02f74fe0ecafa4c5a5cd1c8ab"`
[INFO] [stdout] c497ca38294cec4c6bafff0dd7f6490c650435b02f74fe0ecafa4c5a5cd1c8ab
