[INFO] cloning repository https://github.com/11MK/100-exercises-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/11MK/100-exercises-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F11MK%2F100-exercises-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F11MK%2F100-exercises-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9e7da6766b4d1615f764cae237f14bfa65c86c44
[INFO] checking 11MK/100-exercises-rust against try#969026c535f4240ff7866ef11207dfda18a26af6 for pr-146504
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F11MK%2F100-exercises-rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/11MK/100-exercises-rust
[INFO] finished tweaking git repo https://github.com/11MK/100-exercises-rust
[INFO] tweaked toml for git repo https://github.com/11MK/100-exercises-rust written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/11MK/100-exercises-rust on toolchain 969026c535f4240ff7866ef11207dfda18a26af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/11MK/100-exercises-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c067183a22e0f180b2a6fd925fc6e969bf4a55de7aedd01cb876aefefe280763
[INFO] running `Command { std: "docker" "start" "-a" "c067183a22e0f180b2a6fd925fc6e969bf4a55de7aedd01cb876aefefe280763", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c067183a22e0f180b2a6fd925fc6e969bf4a55de7aedd01cb876aefefe280763", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c067183a22e0f180b2a6fd925fc6e969bf4a55de7aedd01cb876aefefe280763", kill_on_drop: false }`
[INFO] [stdout] c067183a22e0f180b2a6fd925fc6e969bf4a55de7aedd01cb876aefefe280763
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e1376389e4e7b083206cad35f382013c91a37a7c8081d07207bd338aca08ddfc
[INFO] running `Command { std: "docker" "start" "-a" "e1376389e4e7b083206cad35f382013c91a37a7c8081d07207bd338aca08ddfc", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.82
[INFO] [stderr]     Checking common v0.1.0 (/opt/rustwide/workdir/helpers/common)
[INFO] [stderr]    Compiling thiserror v1.0.60
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking bytes v1.6.0
[INFO] [stderr]    Compiling anyhow v1.0.83
[INFO] [stderr]     Checking outro_02 v0.1.0 (/opt/rustwide/workdir/exercises/03_ticket_v1/12_outro)
[INFO] [stderr]     Checking outro_03 v0.1.0 (/opt/rustwide/workdir/exercises/04_traits/13_outro)
[INFO] [stderr]     Checking intro_02 v0.1.0 (/opt/rustwide/workdir/exercises/03_ticket_v1/00_intro)
[INFO] [stderr]     Checking outro_04 v0.1.0 (/opt/rustwide/workdir/exercises/05_ticket_v2/15_outro)
[INFO] [stderr]     Checking integers v0.1.0 (/opt/rustwide/workdir/exercises/02_basic_calculator/01_integers)
[INFO] [stderr]     Checking ownership v0.1.0 (/opt/rustwide/workdir/exercises/03_ticket_v1/06_ownership)
[INFO] [stderr]     Checking intro_05 v0.1.0 (/opt/rustwide/workdir/exercises/06_ticket_management/00_intro)
[INFO] [stderr]     Checking intro_08 v0.1.0 (/opt/rustwide/workdir/exercises/08_futures/00_intro)
[INFO] [stderr]     Checking interior_mutability v0.1.0 (/opt/rustwide/workdir/exercises/07_threads/06_interior_mutability)
[INFO] [stderr]     Checking thiserror_ v0.1.0 (/opt/rustwide/workdir/exercises/05_ticket_v2/12_thiserror)
[INFO] [stdout] error[E0277]: the trait bound `description::TicketDescription: TryFrom<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let description = TicketDescription::try_from("A description".to_string()).unwrap();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `description::TicketDescription`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketDescription(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<description::TicketDescription>`
[INFO] [stdout]    = note: required for `description::TicketDescription` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `description::TicketDescription: From<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let description = TicketDescription::try_from("A description".to_string()).unwrap();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `description::TicketDescription`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketDescription(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<description::TicketDescription>`
[INFO] [stdout]    = note: required for `description::TicketDescription` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `description::TicketDescription: TryFrom<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let err = TicketDescription::try_from("".to_string()).unwrap_err();
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `description::TicketDescription`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketDescription(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<description::TicketDescription>`
[INFO] [stdout]    = note: required for `description::TicketDescription` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `description::TicketDescription` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:20:63
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let err = TicketDescription::try_from("".to_string()).unwrap_err();
[INFO] [stdout]    |                                                               ^^^^^^^^^^ the trait `Debug` is not implemented for `description::TicketDescription`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `description::TicketDescription` or manually `impl Debug for description::TicketDescription`
[INFO] [stdout] note: required by a bound in `Result::<T, E>::unwrap_err`
[INFO] [stdout]   --> /rustc/969026c535f4240ff7866ef11207dfda18a26af6/library/core/src/result.rs:1317:5
[INFO] [stdout] help: consider annotating `description::TicketDescription` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  5 + #[derive(Debug)]
[INFO] [stdout]  6 | pub struct TicketDescription(String);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `description::TicketDescription: From<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let err = TicketDescription::try_from("".to_string()).unwrap_err();
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `description::TicketDescription`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketDescription(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<description::TicketDescription>`
[INFO] [stdout]    = note: required for `description::TicketDescription` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `intro` is never used
[INFO] [stdout]  --> exercises/06_ticket_management/00_intro/src/lib.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn intro() -> &'static str {
[INFO] [stdout]   |    ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `description::TicketDescription: TryFrom<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:27:19
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let err = TicketDescription::try_from(description).unwrap_err();
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `description::TicketDescription`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketDescription(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<description::TicketDescription>`
[INFO] [stdout]    = note: required for `description::TicketDescription` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `description::TicketDescription` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:27:60
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let err = TicketDescription::try_from(description).unwrap_err();
[INFO] [stdout]    |                                                            ^^^^^^^^^^ the trait `Debug` is not implemented for `description::TicketDescription`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `description::TicketDescription` or manually `impl Debug for description::TicketDescription`
[INFO] [stdout] note: required by a bound in `Result::<T, E>::unwrap_err`
[INFO] [stdout]   --> /rustc/969026c535f4240ff7866ef11207dfda18a26af6/library/core/src/result.rs:1317:5
[INFO] [stdout] help: consider annotating `description::TicketDescription` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  5 + #[derive(Debug)]
[INFO] [stdout]  6 | pub struct TicketDescription(String);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `description::TicketDescription: From<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:27:19
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let err = TicketDescription::try_from(description).unwrap_err();
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `description::TicketDescription`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketDescription(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<description::TicketDescription>`
[INFO] [stdout]    = note: required for `description::TicketDescription` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `description::TicketDescription: TryFrom<&str>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:36:27
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let description = TicketDescription::try_from("A description").unwrap();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<&str>` is not implemented for `description::TicketDescription`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketDescription(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `&str` to implement `Into<description::TicketDescription>`
[INFO] [stdout]    = note: required for `description::TicketDescription` to implement `TryFrom<&str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `description::TicketDescription: From<&str>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:36:27
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let description = TicketDescription::try_from("A description").unwrap();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<&str>` is not implemented for `description::TicketDescription`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketDescription(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `&str` to implement `Into<description::TicketDescription>`
[INFO] [stdout]    = note: required for `description::TicketDescription` to implement `TryFrom<&str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `status::Status: TryFrom<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let status = Status::try_from("ToDO".to_string()).unwrap();
[INFO] [stdout]    |                      ^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<status::Status>`
[INFO] [stdout]    = note: required for `status::Status` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         assert_eq!(status, Status::ToDo);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         status::Status
[INFO] [stdout]    |         status::Status
[INFO] [stdout]    |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(PartialEq)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(PartialEq)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `status::Status` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         assert_eq!(status, Status::ToDo);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `status::Status`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `status::Status` or manually `impl Debug for status::Status`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Debug)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `status::Status` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         assert_eq!(status, Status::ToDo);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `status::Status`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `status::Status` or manually `impl Debug for status::Status`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Debug)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `status::Status: TryFrom<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:20:22
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let status = Status::try_from("inproGress".to_string()).unwrap();
[INFO] [stdout]    |                      ^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<status::Status>`
[INFO] [stdout]    = note: required for `status::Status` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         assert_eq!(status, Status::InProgress);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         status::Status
[INFO] [stdout]    |         status::Status
[INFO] [stdout]    |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(PartialEq)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(PartialEq)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `status::Status` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         assert_eq!(status, Status::InProgress);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `status::Status`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `status::Status` or manually `impl Debug for status::Status`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Debug)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `status::Status` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         assert_eq!(status, Status::InProgress);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `status::Status`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `status::Status` or manually `impl Debug for status::Status`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Debug)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `status::Status: TryFrom<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:23:22
[INFO] [stdout]    |
[INFO] [stdout] 23 |         let status = Status::try_from("Done".to_string()).unwrap();
[INFO] [stdout]    |                      ^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<status::Status>`
[INFO] [stdout]    = note: required for `status::Status` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         assert_eq!(status, Status::Done);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         status::Status
[INFO] [stdout]    |         status::Status
[INFO] [stdout]    |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(PartialEq)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(PartialEq)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `status::Status` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         assert_eq!(status, Status::Done);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `status::Status`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `status::Status` or manually `impl Debug for status::Status`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Debug)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `status::Status` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         assert_eq!(status, Status::Done);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `status::Status`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `status::Status` or manually `impl Debug for status::Status`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Debug)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `status::Status: From<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let status = Status::try_from("ToDO".to_string()).unwrap();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<status::Status>`
[INFO] [stdout]    = note: required for `status::Status` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `status::Status: TryFrom<&str>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:29:22
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let status = Status::try_from("ToDO").unwrap();
[INFO] [stdout]    |                      ^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<&str>` is not implemented for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `&str` to implement `Into<status::Status>`
[INFO] [stdout]    = note: required for `status::Status` to implement `TryFrom<&str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         assert_eq!(status, Status::ToDo);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         status::Status
[INFO] [stdout]    |         status::Status
[INFO] [stdout]    |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(PartialEq)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(PartialEq)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `status::Status` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         assert_eq!(status, Status::ToDo);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `status::Status`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `status::Status` or manually `impl Debug for status::Status`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Debug)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `status::Status` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         assert_eq!(status, Status::ToDo);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `status::Status`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `status::Status` or manually `impl Debug for status::Status`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Debug)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `status::Status: TryFrom<&str>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:32:22
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let status = Status::try_from("inproGress").unwrap();
[INFO] [stdout]    |                      ^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<&str>` is not implemented for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `&str` to implement `Into<status::Status>`
[INFO] [stdout]    = note: required for `status::Status` to implement `TryFrom<&str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |         assert_eq!(status, Status::InProgress);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         status::Status
[INFO] [stdout]    |         status::Status
[INFO] [stdout]    |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(PartialEq)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(PartialEq)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `status::Status` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |         assert_eq!(status, Status::InProgress);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `status::Status`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `status::Status` or manually `impl Debug for status::Status`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Debug)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `status::Status` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |         assert_eq!(status, Status::InProgress);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `status::Status`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `status::Status` or manually `impl Debug for status::Status`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Debug)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `status::Status: TryFrom<&str>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:35:22
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let status = Status::try_from("Done").unwrap();
[INFO] [stdout]    |                      ^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<&str>` is not implemented for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `&str` to implement `Into<status::Status>`
[INFO] [stdout]    = note: required for `status::Status` to implement `TryFrom<&str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         assert_eq!(status, Status::Done);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         status::Status
[INFO] [stdout]    |         status::Status
[INFO] [stdout]    |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(PartialEq)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(PartialEq)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `status::Status` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         assert_eq!(status, Status::Done);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `status::Status`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `status::Status` or manually `impl Debug for status::Status`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Debug)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `status::Status` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         assert_eq!(status, Status::Done);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `status::Status`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `status::Status` or manually `impl Debug for status::Status`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Debug)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `status::Status: From<&str>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:29:22
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let status = Status::try_from("ToDO").unwrap();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<&str>` is not implemented for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `&str` to implement `Into<status::Status>`
[INFO] [stdout]    = note: required for `status::Status` to implement `TryFrom<&str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `status::Status: From<&str>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:32:22
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let status = Status::try_from("inproGress").unwrap();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<&str>` is not implemented for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `&str` to implement `Into<status::Status>`
[INFO] [stdout]    = note: required for `status::Status` to implement `TryFrom<&str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `status::Status: From<&str>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:35:22
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let status = Status::try_from("Done").unwrap();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<&str>` is not implemented for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `&str` to implement `Into<status::Status>`
[INFO] [stdout]    = note: required for `status::Status` to implement `TryFrom<&str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `status::Status: TryFrom<&str>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:41:22
[INFO] [stdout]    |
[INFO] [stdout] 41 |         let status = Status::try_from("Invalid");
[INFO] [stdout]    |                      ^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<&str>` is not implemented for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `&str` to implement `Into<status::Status>`
[INFO] [stdout]    = note: required for `status::Status` to implement `TryFrom<&str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking error_trait v0.1.0 (/opt/rustwide/workdir/exercises/05_ticket_v2/09_error_trait)
[INFO] [stdout] error[E0277]: the trait bound `status::Status: From<&str>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:41:22
[INFO] [stdout]    |
[INFO] [stdout] 41 |         let status = Status::try_from("Invalid");
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<&str>` is not implemented for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `&str` to implement `Into<status::Status>`
[INFO] [stdout]    = note: required for `status::Status` to implement `TryFrom<&str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `title::TicketTitle: TryFrom<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let title = TicketTitle::try_from("A title".to_string()).unwrap();
[INFO] [stdout]    |                     ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `title::TicketTitle`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketTitle(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<title::TicketTitle>`
[INFO] [stdout]    = note: required for `title::TicketTitle` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `title::TicketTitle: From<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let title = TicketTitle::try_from("A title".to_string()).unwrap();
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `title::TicketTitle`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketTitle(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<title::TicketTitle>`
[INFO] [stdout]    = note: required for `title::TicketTitle` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `title::TicketTitle: TryFrom<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let err = TicketTitle::try_from("".to_string()).unwrap_err();
[INFO] [stdout]    |                   ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `title::TicketTitle`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketTitle(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<title::TicketTitle>`
[INFO] [stdout]    = note: required for `title::TicketTitle` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `title::TicketTitle` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:20:57
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let err = TicketTitle::try_from("".to_string()).unwrap_err();
[INFO] [stdout]    |                                                         ^^^^^^^^^^ the trait `Debug` is not implemented for `title::TicketTitle`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `title::TicketTitle` or manually `impl Debug for title::TicketTitle`
[INFO] [stdout] note: required by a bound in `Result::<T, E>::unwrap_err`
[INFO] [stdout]   --> /rustc/969026c535f4240ff7866ef11207dfda18a26af6/library/core/src/result.rs:1317:5
[INFO] [stdout] help: consider annotating `title::TicketTitle` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  5 + #[derive(Debug)]
[INFO] [stdout]  6 | pub struct TicketTitle(String);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> exercises/02_basic_calculator/01_integers/src/lib.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 |     a + b * 4u8
[INFO] [stdout]   |             ^^^ expected `u32`, found `u8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `title::TicketTitle: From<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let err = TicketTitle::try_from("".to_string()).unwrap_err();
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `title::TicketTitle`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketTitle(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<title::TicketTitle>`
[INFO] [stdout]    = note: required for `title::TicketTitle` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `title::TicketTitle: TryFrom<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:29:19
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let err = TicketTitle::try_from(title).unwrap_err();
[INFO] [stdout]    |                   ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `title::TicketTitle`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketTitle(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<title::TicketTitle>`
[INFO] [stdout]    = note: required for `title::TicketTitle` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `title::TicketTitle` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:29:48
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let err = TicketTitle::try_from(title).unwrap_err();
[INFO] [stdout]    |                                                ^^^^^^^^^^ the trait `Debug` is not implemented for `title::TicketTitle`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `title::TicketTitle` or manually `impl Debug for title::TicketTitle`
[INFO] [stdout] note: required by a bound in `Result::<T, E>::unwrap_err`
[INFO] [stdout]   --> /rustc/969026c535f4240ff7866ef11207dfda18a26af6/library/core/src/result.rs:1317:5
[INFO] [stdout] help: consider annotating `title::TicketTitle` with `#[derive(Debug)]`
[INFO] [stdout]    |
[INFO] [stdout]  5 + #[derive(Debug)]
[INFO] [stdout]  6 | pub struct TicketTitle(String);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `title::TicketTitle: From<String>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:29:19
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let err = TicketTitle::try_from(title).unwrap_err();
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<String>` is not implemented for `title::TicketTitle`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketTitle(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `String` to implement `Into<title::TicketTitle>`
[INFO] [stdout]    = note: required for `title::TicketTitle` to implement `TryFrom<String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `title::TicketTitle: TryFrom<&str>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 |         let title = TicketTitle::try_from("A title").unwrap();
[INFO] [stdout]    |                     ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<&str>` is not implemented for `title::TicketTitle`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketTitle(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `&str` to implement `Into<title::TicketTitle>`
[INFO] [stdout]    = note: required for `title::TicketTitle` to implement `TryFrom<&str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `title::TicketTitle: From<&str>` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 |         let title = TicketTitle::try_from("A title").unwrap();
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<&str>` is not implemented for `title::TicketTitle`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketTitle(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `&str` to implement `Into<title::TicketTitle>`
[INFO] [stdout]    = note: required for `title::TicketTitle` to implement `TryFrom<&str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `title::TicketTitle` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/lib.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Debug, PartialEq, Clone)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub title: TicketTitle,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `title::TicketTitle`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `title::TicketTitle` or manually `impl Debug for title::TicketTitle`
[INFO] [stdout] help: consider annotating `title::TicketTitle` with `#[derive(Debug)]`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 + #[derive(Debug)]
[INFO] [stdout]  6 | pub struct TicketTitle(String);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `description::TicketDescription` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/lib.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Debug, PartialEq, Clone)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub description: TicketDescription,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `description::TicketDescription`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `description::TicketDescription` or manually `impl Debug for description::TicketDescription`
[INFO] [stdout] help: consider annotating `description::TicketDescription` with `#[derive(Debug)]`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 + #[derive(Debug)]
[INFO] [stdout]  6 | pub struct TicketDescription(String);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `status::Status` doesn't implement `Debug`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Debug, PartialEq, Clone)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub status: Status,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `status::Status`
[INFO] [stdout]    |
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `status::Status` or manually `impl Debug for status::Status`
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(Debug)]`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Debug)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `title::TicketTitle`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/lib.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Debug, PartialEq, Clone)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub title: TicketTitle,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `title::TicketTitle`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketTitle(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout] help: consider annotating `title::TicketTitle` with `#[derive(PartialEq)]`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 + #[derive(PartialEq)]
[INFO] [stdout]  6 | pub struct TicketTitle(String);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `description::TicketDescription`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/lib.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Debug, PartialEq, Clone)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub description: TicketDescription,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `description::TicketDescription`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct TicketDescription(String);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout] help: consider annotating `description::TicketDescription` with `#[derive(PartialEq)]`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 + #[derive(PartialEq)]
[INFO] [stdout]  6 | pub struct TicketDescription(String);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot multiply `u32` by `u8`
[INFO] [stdout]  --> exercises/02_basic_calculator/01_integers/src/lib.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 |     a + b * 4u8
[INFO] [stdout]   |           ^ no implementation for `u32 * u8`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Mul<u8>` is not implemented for `u32`
[INFO] [stdout]   = help: the following other types implement trait `Mul<Rhs>`:
[INFO] [stdout]             `&u32` implements `Mul<u32>`
[INFO] [stdout]             `&u32` implements `Mul`
[INFO] [stdout]             `u32` implements `Mul<&u32>`
[INFO] [stdout]             `u32` implements `Mul<Duration>`
[INFO] [stdout]             `u32` implements `Mul`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Debug, PartialEq, Clone)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub status: Status,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `status::Status`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Status {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(PartialEq)]`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(PartialEq)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `title::TicketTitle: Clone` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/lib.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Debug, PartialEq, Clone)]
[INFO] [stdout]    |                            ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub title: TicketTitle,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `title::TicketTitle`
[INFO] [stdout]    |
[INFO] [stdout] help: consider annotating `title::TicketTitle` with `#[derive(Clone)]`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/title.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 + #[derive(Clone)]
[INFO] [stdout]  6 | pub struct TicketTitle(String);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `description::TicketDescription: Clone` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/lib.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Debug, PartialEq, Clone)]
[INFO] [stdout]    |                            ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub description: TicketDescription,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `description::TicketDescription`
[INFO] [stdout]    |
[INFO] [stdout] help: consider annotating `description::TicketDescription` with `#[derive(Clone)]`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/description.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 + #[derive(Clone)]
[INFO] [stdout]  6 | pub struct TicketDescription(String);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `status::Status: Clone` is not satisfied
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Debug, PartialEq, Clone)]
[INFO] [stdout]    |                            ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub status: Status,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `status::Status`
[INFO] [stdout]    |
[INFO] [stdout] help: consider annotating `status::Status` with `#[derive(Clone)]`
[INFO] [stdout]   --> exercises/05_ticket_v2/15_outro/src/status.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 + #[derive(Clone)]
[INFO] [stdout]  5 | pub enum Status {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `outro_04` (lib test) due to 59 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `integers` (lib) due to 2 previous errors
[INFO] [stdout] warning: function `intro` is never used
[INFO] [stdout]  --> exercises/08_futures/00_intro/src/lib.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn intro() -> &'static str {
[INFO] [stdout]   |    ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `TicketNewError` doesn't implement `std::fmt::Display`
[INFO] [stdout]    --> exercises/05_ticket_v2/09_error_trait/src/lib.rs:101:34
[INFO] [stdout]     |
[INFO] [stdout] 101 |         assert_eq!(format!("{}", ticket.unwrap_err()), "Title cannot be empty");
[INFO] [stdout]     |                             --   ^^^^^^^^^^^^^^^^^^^ `TicketNewError` cannot be formatted with the default formatter
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             required by this formatting parameter
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `std::fmt::Display` is not implemented for `TicketNewError`
[INFO] [stdout]    --> exercises/05_ticket_v2/09_error_trait/src/lib.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | enum TicketNewError {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout]     = note: this error originates in the macro `$crate::__export::format_args` which comes from the expansion of the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TicketNewError: AmbiguousIfMoreThanOne<Token>` is not satisfied
[INFO] [stdout]    --> exercises/05_ticket_v2/09_error_trait/src/lib.rs:104:22
[INFO] [stdout]     |
[INFO] [stdout] 104 |     assert_impl_one!(TicketNewError: std::error::Error);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `std::error::Error` is not implemented for `TicketNewError`
[INFO] [stdout]    --> exercises/05_ticket_v2/09_error_trait/src/lib.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | enum TicketNewError {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required for `TicketNewError` to implement `AmbiguousIfMoreThanOne<Token>`
[INFO] [stdout]    --> exercises/05_ticket_v2/09_error_trait/src/lib.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     assert_impl_one!(TicketNewError: std::error::Error);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `assert_impl_one` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `title`
[INFO] [stdout]   --> exercises/05_ticket_v2/09_error_trait/src/lib.rs:15:16
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn easy_ticket(title: String, description: String, status: Status) -> Ticket {
[INFO] [stdout]    |                ^^^^^ help: if this is intentional, prefix it with an underscore: `_title`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `description`
[INFO] [stdout]   --> exercises/05_ticket_v2/09_error_trait/src/lib.rs:15:31
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn easy_ticket(title: String, description: String, status: Status) -> Ticket {
[INFO] [stdout]    |                               ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_description`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `status`
[INFO] [stdout]   --> exercises/05_ticket_v2/09_error_trait/src/lib.rs:15:52
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn easy_ticket(title: String, description: String, status: Status) -> Ticket {
[INFO] [stdout]    |                                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `error_trait` (lib test) due to 2 previous errors; 3 warnings emitted
[INFO] [stdout] error: expected type, found `"not yet implemented"`
[INFO] [stdout]  --> exercises/07_threads/06_interior_mutability/src/lib.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 |     counter: todo!(),
[INFO] [stdout]   |              ^^^^^^^
[INFO] [stdout]   |              |
[INFO] [stdout]   |              expected type
[INFO] [stdout]   |              in this macro invocation
[INFO] [stdout]   |              this macro call doesn't expand to a type
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `todo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `"not yet implemented"`
[INFO] [stdout]   --> exercises/07_threads/06_interior_mutability/src/lib.rs:13:35
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn new(value: T, counter: todo!()) -> Self {
[INFO] [stdout]    |                                   ^^^^^^^
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   expected type
[INFO] [stdout]    |                                   in this macro invocation
[INFO] [stdout]    |                                   this macro call doesn't expand to a type
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `todo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `outro_02::Order`
[INFO] [stdout]  --> exercises/03_ticket_v1/12_outro/tests/integration.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use outro_02::Order;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ no `Order` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0382]: use of moved value: `ticket`
[INFO] [stdout]   --> exercises/03_ticket_v1/06_ownership/src/lib.rs:61:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let ticket = Ticket::new("A title".into(), "A description".into(), "To-Do".into());
[INFO] [stdout]    |             ------ move occurs because `ticket` has type `Ticket`, which does not implement the `Copy` trait
[INFO] [stdout] ...
[INFO] [stdout] 60 |         assert_eq!(ticket.title(), "A title");
[INFO] [stdout]    |                           ------- `ticket` moved due to this method call
[INFO] [stdout] 61 |         assert_eq!(ticket.description(), "A description");
[INFO] [stdout]    |                    ^^^^^^ value used here after move
[INFO] [stdout]    |
[INFO] [stdout] note: `Ticket::title` takes ownership of the receiver `self`, which moves `ticket`
[INFO] [stdout]   --> exercises/03_ticket_v1/06_ownership/src/lib.rs:37:18
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn title(self) -> String {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0382]: use of moved value: `ticket`
[INFO] [stdout]   --> exercises/03_ticket_v1/06_ownership/src/lib.rs:62:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let ticket = Ticket::new("A title".into(), "A description".into(), "To-Do".into());
[INFO] [stdout]    |             ------ move occurs because `ticket` has type `Ticket`, which does not implement the `Copy` trait
[INFO] [stdout] ...
[INFO] [stdout] 61 |         assert_eq!(ticket.description(), "A description");
[INFO] [stdout]    |                           ------------- `ticket` moved due to this method call
[INFO] [stdout] 62 |         assert_eq!(ticket.status(), "To-Do");
[INFO] [stdout]    |                    ^^^^^^ value used here after move
[INFO] [stdout]    |
[INFO] [stdout] note: `Ticket::description` takes ownership of the receiver `self`, which moves `ticket`
[INFO] [stdout]   --> exercises/03_ticket_v1/06_ownership/src/lib.rs:41:24
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn description(self) -> String {
[INFO] [stdout]    |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0382`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `outro_02` (test "integration") due to 1 previous error
[INFO] [stderr] error: could not compile `ownership` (lib test) due to 2 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> exercises/07_threads/06_interior_mutability/src/lib.rs:31:38
[INFO] [stdout]    |
[INFO] [stdout] 31 |         let _ = DropTracker::new((), Rc::clone(&counter));
[INFO] [stdout]    |                 ----------------     ^^^^^^^^^^^^^^^^^^^ expected `()`, found `Rc<RefCell<{integer}>>`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected unit type `()`
[INFO] [stdout]                  found struct `std::rc::Rc<std::cell::RefCell<{integer}>>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> exercises/07_threads/06_interior_mutability/src/lib.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn new(value: T, counter: todo!()) -> Self {
[INFO] [stdout]    |            ^^^           ----------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> exercises/07_threads/06_interior_mutability/src/lib.rs:40:41
[INFO] [stdout]    |
[INFO] [stdout] 40 |             let a = DropTracker::new(5, Rc::clone(&counter));
[INFO] [stdout]    |                     ----------------    ^^^^^^^^^^^^^^^^^^^ expected `()`, found `Rc<RefCell<{integer}>>`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected unit type `()`
[INFO] [stdout]                  found struct `std::rc::Rc<std::cell::RefCell<{integer}>>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> exercises/07_threads/06_interior_mutability/src/lib.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn new(value: T, counter: todo!()) -> Self {
[INFO] [stdout]    |            ^^^           ----------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> exercises/07_threads/06_interior_mutability/src/lib.rs:41:41
[INFO] [stdout]    |
[INFO] [stdout] 41 |             let b = DropTracker::new(6, Rc::clone(&counter));
[INFO] [stdout]    |                     ----------------    ^^^^^^^^^^^^^^^^^^^ expected `()`, found `Rc<RefCell<{integer}>>`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected unit type `()`
[INFO] [stdout]                  found struct `std::rc::Rc<std::cell::RefCell<{integer}>>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> exercises/07_threads/06_interior_mutability/src/lib.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn new(value: T, counter: todo!()) -> Self {
[INFO] [stdout]    |            ^^^           ----------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: `TicketNewError` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> exercises/05_ticket_v2/12_thiserror/src/lib.rs:62:24
[INFO] [stdout]    |
[INFO] [stdout]  6 | enum TicketNewError {
[INFO] [stdout]    | ------------------- method `to_string` not found for this enum because it doesn't satisfy `TicketNewError: ToString` or `TicketNewError: std::fmt::Display`
[INFO] [stdout] ...
[INFO] [stdout] 62 |         assert_eq!(err.to_string(), "Title cannot be empty");
[INFO] [stdout]    |                        ^^^^^^^^^ method cannot be called on `TicketNewError` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `TicketNewError: std::fmt::Display`
[INFO] [stdout]            which is required by `TicketNewError: ToString`
[INFO] [stdout] note: the trait `std::fmt::Display` must be implemented
[INFO] [stdout]   --> /rustc/969026c535f4240ff7866ef11207dfda18a26af6/library/core/src/fmt/mod.rs:1006:1
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `to_string`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `ToString`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `interior_mutability` (lib test) due to 5 previous errors
[INFO] [stdout] error[E0599]: `TicketNewError` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> exercises/05_ticket_v2/12_thiserror/src/lib.rs:68:24
[INFO] [stdout]    |
[INFO] [stdout]  6 | enum TicketNewError {
[INFO] [stdout]    | ------------------- method `to_string` not found for this enum because it doesn't satisfy `TicketNewError: ToString` or `TicketNewError: std::fmt::Display`
[INFO] [stdout] ...
[INFO] [stdout] 68 |         assert_eq!(err.to_string(), "Description cannot be empty");
[INFO] [stdout]    |                        ^^^^^^^^^ method cannot be called on `TicketNewError` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `TicketNewError: std::fmt::Display`
[INFO] [stdout]            which is required by `TicketNewError: ToString`
[INFO] [stdout] note: the trait `std::fmt::Display` must be implemented
[INFO] [stdout]   --> /rustc/969026c535f4240ff7866ef11207dfda18a26af6/library/core/src/fmt/mod.rs:1006:1
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `to_string`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `ToString`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: `TicketNewError` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> exercises/05_ticket_v2/12_thiserror/src/lib.rs:74:24
[INFO] [stdout]    |
[INFO] [stdout]  6 | enum TicketNewError {
[INFO] [stdout]    | ------------------- method `to_string` not found for this enum because it doesn't satisfy `TicketNewError: ToString` or `TicketNewError: std::fmt::Display`
[INFO] [stdout] ...
[INFO] [stdout] 74 |         assert_eq!(err.to_string(), "Title cannot be longer than 50 characters");
[INFO] [stdout]    |                        ^^^^^^^^^ method cannot be called on `TicketNewError` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `TicketNewError: std::fmt::Display`
[INFO] [stdout]            which is required by `TicketNewError: ToString`
[INFO] [stdout] note: the trait `std::fmt::Display` must be implemented
[INFO] [stdout]   --> /rustc/969026c535f4240ff7866ef11207dfda18a26af6/library/core/src/fmt/mod.rs:1006:1
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `to_string`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `ToString`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: `TicketNewError` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> exercises/05_ticket_v2/12_thiserror/src/lib.rs:81:17
[INFO] [stdout]    |
[INFO] [stdout]  6 | enum TicketNewError {
[INFO] [stdout]    | ------------------- method `to_string` not found for this enum because it doesn't satisfy `TicketNewError: ToString` or `TicketNewError: std::fmt::Display`
[INFO] [stdout] ...
[INFO] [stdout] 81 |             err.to_string(),
[INFO] [stdout]    |                 ^^^^^^^^^ method cannot be called on `TicketNewError` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `TicketNewError: std::fmt::Display`
[INFO] [stdout]            which is required by `TicketNewError: ToString`
[INFO] [stdout] note: the trait `std::fmt::Display` must be implemented
[INFO] [stdout]   --> /rustc/969026c535f4240ff7866ef11207dfda18a26af6/library/core/src/fmt/mod.rs:1006:1
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `to_string`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `ToString`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `thiserror_` (lib test) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "e1376389e4e7b083206cad35f382013c91a37a7c8081d07207bd338aca08ddfc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1376389e4e7b083206cad35f382013c91a37a7c8081d07207bd338aca08ddfc", kill_on_drop: false }`
[INFO] [stdout] e1376389e4e7b083206cad35f382013c91a37a7c8081d07207bd338aca08ddfc
