[INFO] cloning repository https://github.com/rogithub/zero2prod
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rogithub/zero2prod" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frogithub%2Fzero2prod", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frogithub%2Fzero2prod'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] efeb9e5777037d7474d2cc1b9d4692226066989b
[INFO] checking rogithub/zero2prod/efeb9e5777037d7474d2cc1b9d4692226066989b against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-150727
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frogithub%2Fzero2prod" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rogithub/zero2prod
[INFO] finished tweaking git repo https://github.com/rogithub/zero2prod
[INFO] tweaked toml for git repo https://github.com/rogithub/zero2prod written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rogithub/zero2prod on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rogithub/zero2prod 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quickcheck_macros v0.9.1
[INFO] [stderr]   Downloaded mutually_exclusive_features v0.1.0
[INFO] [stderr]   Downloaded validator v0.16.1
[INFO] [stderr]   Downloaded serde-aux v4.5.0
[INFO] [stderr]   Downloaded pathdiff v0.2.2
[INFO] [stderr]   Downloaded tracing-actix-web v0.7.14
[INFO] [stderr]   Downloaded fake v2.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 40581d8fb18ca565451b312c09e19e9bebbe767f402bcb3adac3dcc7db8f3886
[INFO] running `Command { std: "docker" "start" "-a" "40581d8fb18ca565451b312c09e19e9bebbe767f402bcb3adac3dcc7db8f3886", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "40581d8fb18ca565451b312c09e19e9bebbe767f402bcb3adac3dcc7db8f3886", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40581d8fb18ca565451b312c09e19e9bebbe767f402bcb3adac3dcc7db8f3886", kill_on_drop: false }`
[INFO] [stdout] 40581d8fb18ca565451b312c09e19e9bebbe767f402bcb3adac3dcc7db8f3886
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] afee6330be7c383f69f731e3f968de35a7a37aa3547aad5a51decbd24007f424
[INFO] running `Command { std: "docker" "start" "-a" "afee6330be7c383f69f731e3f968de35a7a37aa3547aad5a51decbd24007f424", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling serde v1.0.213
[INFO] [stderr]    Compiling syn v2.0.85
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling thiserror v1.0.65
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking hashbrown v0.15.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]    Compiling cc v1.1.31
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling tokio v1.41.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling bytestring v1.3.1
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]     Checking flate2 v1.0.34
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.213
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.65
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling webpki v0.22.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling pest v2.7.14
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling pest_meta v2.7.14
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]     Checking actix-rt v2.10.0
[INFO] [stderr]    Compiling sqlx-rt v0.6.3
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling pest_generator v2.7.14
[INFO] [stderr]    Compiling webpki-roots v0.22.6
[INFO] [stderr]    Compiling tokio-stream v0.1.16
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]     Checking dlv-list v0.3.0
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling whoami v1.5.2
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking ordered-multimap v0.4.3
[INFO] [stderr]    Compiling sqlx-core v0.6.3
[INFO] [stderr]    Compiling pest_derive v2.7.14
[INFO] [stderr]     Checking actix-server v2.5.0
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]     Checking hyper v0.14.31
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking cookie v0.16.2
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rust-ini v0.18.0
[INFO] [stderr]     Checking ron v0.7.1
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking pin-project v1.1.7
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]     Checking zstd v0.13.2
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking mutually_exclusive_features v0.1.0
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking actix-http v3.9.0
[INFO] [stderr]     Checking pathdiff v0.2.2
[INFO] [stderr]     Checking validator v0.16.1
[INFO] [stderr]     Checking tracing-bunyan-formatter v0.3.9
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking secrecy v0.8.0
[INFO] [stderr]     Checking serde-aux v4.5.0
[INFO] [stderr]    Compiling claims v0.7.1
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]    Compiling quickcheck_macros v0.9.1
[INFO] [stderr]     Checking config v0.13.4
[INFO] [stderr]     Checking fake v2.3.0
[INFO] [stderr]     Checking quickcheck v0.9.2
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking actix-web v4.9.0
[INFO] [stderr]    Compiling sqlx-macros v0.6.3
[INFO] [stderr]     Checking tracing-actix-web v0.7.14
[INFO] [stderr]     Checking sqlx v0.6.3
[INFO] [stderr]     Checking zero2prod v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/routes/subscriptions.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 90 | /     sqlx::query!(r#"
[INFO] [stdout] 91 | |         INSERT INTO subscriptions (id, email, name, subscribed_at)
[INFO] [stdout] 92 | |         VALUES ($1, $2, $3, $4)
[INFO] [stdout] 93 | |         "#,
[INFO] [stdout] ...  |
[INFO] [stdout] 96 | |             new_subscriber.name.as_ref(),
[INFO] [stdout] 97 | |             Utc::now())
[INFO] [stdout]    | |_______________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/routes/subscriptions.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 90 | /     sqlx::query!(r#"
[INFO] [stdout] 91 | |         INSERT INTO subscriptions (id, email, name, subscribed_at)
[INFO] [stdout] 92 | |         VALUES ($1, $2, $3, $4)
[INFO] [stdout] 93 | |         "#,
[INFO] [stdout] ...  |
[INFO] [stdout] 96 | |             new_subscriber.name.as_ref(),
[INFO] [stdout] 97 | |             Utc::now())
[INFO] [stdout]    | |_______________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `uuid::Uuid`
[INFO] [stdout]  --> src/routes/subscriptions.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use uuid::Uuid;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::Utc`
[INFO] [stdout]  --> src/routes/subscriptions.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use chrono::Utc; 
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/routes/subscriptions.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 90 | /     sqlx::query!(r#"
[INFO] [stdout] 91 | |         INSERT INTO subscriptions (id, email, name, subscribed_at)
[INFO] [stdout] 92 | |         VALUES ($1, $2, $3, $4)
[INFO] [stdout] 93 | |         "#,
[INFO] [stdout] ...  |
[INFO] [stdout] 98 | |     .execute(pool)
[INFO] [stdout] 99 | |     .await
[INFO] [stdout]    | |__________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `uuid::Uuid`
[INFO] [stdout]  --> src/routes/subscriptions.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use uuid::Uuid;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::Utc`
[INFO] [stdout]  --> src/routes/subscriptions.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use chrono::Utc; 
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `recipient`
[INFO] [stdout]   --> src/email_client.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         recipient: SubscriberEmail, 
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_recipient`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `subject`
[INFO] [stdout]   --> src/email_client.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         subject: &str, 
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `html_content`
[INFO] [stdout]   --> src/email_client.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         html_content: &str, 
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_html_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `text_content`
[INFO] [stdout]   --> src/email_client.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         text_content: &str
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_text_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/routes/subscriptions.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 90 | /     sqlx::query!(r#"
[INFO] [stdout] 91 | |         INSERT INTO subscriptions (id, email, name, subscribed_at)
[INFO] [stdout] 92 | |         VALUES ($1, $2, $3, $4)
[INFO] [stdout] 93 | |         "#,
[INFO] [stdout] ...  |
[INFO] [stdout] 98 | |     .execute(pool)
[INFO] [stdout] 99 | |     .await
[INFO] [stdout]    | |__________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zero2prod` (lib) due to 2 previous errors; 6 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `recipient`
[INFO] [stdout]   --> src/email_client.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         recipient: SubscriberEmail, 
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_recipient`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `subject`
[INFO] [stdout]   --> src/email_client.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         subject: &str, 
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `html_content`
[INFO] [stdout]   --> src/email_client.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         html_content: &str, 
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_html_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `text_content`
[INFO] [stdout]   --> src/email_client.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         text_content: &str
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_text_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zero2prod` (lib test) due to 2 previous errors; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "afee6330be7c383f69f731e3f968de35a7a37aa3547aad5a51decbd24007f424", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afee6330be7c383f69f731e3f968de35a7a37aa3547aad5a51decbd24007f424", kill_on_drop: false }`
[INFO] [stdout] afee6330be7c383f69f731e3f968de35a7a37aa3547aad5a51decbd24007f424
