[INFO] fetching crate makeit 0.1.1...
[INFO] checking makeit-0.1.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate makeit 0.1.1 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate makeit 0.1.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate makeit 0.1.1
[INFO] finished tweaking crates.io crate makeit 0.1.1
[INFO] tweaked toml for crates.io crate makeit 0.1.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate makeit 0.1.1 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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded makeit-derive v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f35eeec1c470f3bb04a98dda60c1073632d5b631efc8ab02319719000d5ea9bb
[INFO] running `Command { std: "docker" "start" "-a" "f35eeec1c470f3bb04a98dda60c1073632d5b631efc8ab02319719000d5ea9bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f35eeec1c470f3bb04a98dda60c1073632d5b631efc8ab02319719000d5ea9bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f35eeec1c470f3bb04a98dda60c1073632d5b631efc8ab02319719000d5ea9bb", kill_on_drop: false }`
[INFO] [stdout] f35eeec1c470f3bb04a98dda60c1073632d5b631efc8ab02319719000d5ea9bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e8002a898bddf489ee323c524cabaef119b2e1cbacd4982993a6a5ecab7840ea
[INFO] running `Command { std: "docker" "start" "-a" "e8002a898bddf489ee323c524cabaef119b2e1cbacd4982993a6a5ecab7840ea", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling makeit-derive v0.1.1
[INFO] [stderr]     Checking makeit v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `S: Default` is not satisfied
[INFO] [stdout]   --> examples/invalid1.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 |     baz: S,
[INFO] [stdout]    |          ^ the trait `Default` is not implemented for `S`
[INFO] [stdout]    |
[INFO] [stdout]    = help: see issue #48214
[INFO] [stdout]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stdout] help: consider annotating `S` with `#[derive(Default)]`
[INFO] [stdout]    |
[INFO] [stdout] 5  + #[derive(Default)]
[INFO] [stdout] 6  | struct S;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the function or associated item `builder` exists for struct `Foo<'_, _>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> examples/invalid1.rs:15:26
[INFO] [stdout]    |
[INFO] [stdout] 5  | struct S;
[INFO] [stdout]    | -------- doesn't satisfy `S: Default`
[INFO] [stdout] ...
[INFO] [stdout] 8  | struct Foo<'a, T: std::fmt::Debug> {
[INFO] [stdout]    | ---------------------------------- function or associated item `builder` not found for this struct because it doesn't satisfy `Foo<'_, _>: Buildable`
[INFO] [stdout] ...
[INFO] [stdout] 15 |     let x: Foo<_> = Foo::builder().set_bar(&()).set_baz(S).build();
[INFO] [stdout]    |                          ^^^^^^^ function or associated item cannot be called on `Foo<'_, _>` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout] note: trait bound `S: Default` was not satisfied
[INFO] [stdout]   --> examples/invalid1.rs:7:10
[INFO] [stdout]    |
[INFO] [stdout] 7  | #[derive(Builder)]
[INFO] [stdout]    |          ^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stdout] help: consider annotating `S` with `#[derive(Default)]`
[INFO] [stdout]    |
[INFO] [stdout] 5  + #[derive(Default)]
[INFO] [stdout] 6  | struct S;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the function or associated item `builder` exists for struct `Foo<'_, _>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> examples/invalid1.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 5  | struct S;
[INFO] [stdout]    | -------- doesn't satisfy `S: Default`
[INFO] [stdout] ...
[INFO] [stdout] 8  | struct Foo<'a, T: std::fmt::Debug> {
[INFO] [stdout]    | ---------------------------------- function or associated item `builder` not found for this struct because it doesn't satisfy `Foo<'_, _>: Buildable`
[INFO] [stdout] ...
[INFO] [stdout] 17 |     let x: Foo<_> = Foo::builder().set_bar(&()).build();
[INFO] [stdout]    |                          ^^^^^^^ function or associated item cannot be called on `Foo<'_, _>` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout] note: trait bound `S: Default` was not satisfied
[INFO] [stdout]   --> examples/invalid1.rs:7:10
[INFO] [stdout]    |
[INFO] [stdout] 7  | #[derive(Builder)]
[INFO] [stdout]    |          ^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stdout] help: consider annotating `S` with `#[derive(Default)]`
[INFO] [stdout]    |
[INFO] [stdout] 5  + #[derive(Default)]
[INFO] [stdout] 6  | struct S;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Buildable`
[INFO] [stdout]  --> examples/invalid1.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use makeit::{Buildable, Builder};
[INFO] [stdout]   |              ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> examples/invalid2.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[default(32)]
[INFO] [stdout]   |              ^^^^ expected `Option<i32>`, found integer
[INFO] [stdout] 8 |     baz: Option<i32>,
[INFO] [stdout]   |     --- arguments to this method are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected enum `Option<i32>`
[INFO] [stdout]              found type `{integer}`
[INFO] [stdout] note: method defined here
[INFO] [stdout]  --> examples/invalid2.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(Builder)]
[INFO] [stdout]   |          -------
[INFO] [stdout] ...
[INFO] [stdout] 8 |     baz: Option<i32>,
[INFO] [stdout]   |     ^^^
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[defaultSome((32))]
[INFO] [stdout]   |              +++++    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `makeit` (example "invalid1") due to 4 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `makeit` (example "invalid2") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "e8002a898bddf489ee323c524cabaef119b2e1cbacd4982993a6a5ecab7840ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8002a898bddf489ee323c524cabaef119b2e1cbacd4982993a6a5ecab7840ea", kill_on_drop: false }`
[INFO] [stdout] e8002a898bddf489ee323c524cabaef119b2e1cbacd4982993a6a5ecab7840ea
[INFO] checking makeit-0.1.1 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate makeit 0.1.1 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate makeit 0.1.1 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate makeit 0.1.1
[INFO] finished tweaking crates.io crate makeit 0.1.1
[INFO] tweaked toml for crates.io crate makeit 0.1.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate crates.io crate makeit 0.1.1 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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5d1ce28879e3564b983ff1466d57c58c56af97ead420232d82c1d154f9c3b857
[INFO] running `Command { std: "docker" "start" "-a" "5d1ce28879e3564b983ff1466d57c58c56af97ead420232d82c1d154f9c3b857", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d1ce28879e3564b983ff1466d57c58c56af97ead420232d82c1d154f9c3b857", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d1ce28879e3564b983ff1466d57c58c56af97ead420232d82c1d154f9c3b857", kill_on_drop: false }`
[INFO] [stdout] 5d1ce28879e3564b983ff1466d57c58c56af97ead420232d82c1d154f9c3b857
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9cf26f78b47da975c555378145d728d3f35bce54448d17b11491347e35f5d88f
[INFO] running `Command { std: "docker" "start" "-a" "9cf26f78b47da975c555378145d728d3f35bce54448d17b11491347e35f5d88f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling makeit-derive v0.1.1
[INFO] [stderr]     Checking makeit v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `S: Default` is not satisfied
[INFO] [stdout]   --> examples/invalid1.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 |     baz: S,
[INFO] [stdout]    |          ^ the trait `Default` is not implemented for `S`
[INFO] [stdout]    |
[INFO] [stdout]    = help: see issue #48214
[INFO] [stdout]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stdout] help: consider annotating `S` with `#[derive(Default)]`
[INFO] [stdout]    |
[INFO] [stdout] 5  + #[derive(Default)]
[INFO] [stdout] 6  | struct S;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the function or associated item `builder` exists for struct `Foo<'_, _>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> examples/invalid1.rs:15:26
[INFO] [stdout]    |
[INFO] [stdout] 5  | struct S;
[INFO] [stdout]    | -------- doesn't satisfy `S: Default`
[INFO] [stdout] ...
[INFO] [stdout] 8  | struct Foo<'a, T: std::fmt::Debug> {
[INFO] [stdout]    | ---------------------------------- function or associated item `builder` not found for this struct because it doesn't satisfy `Foo<'_, _>: Buildable`
[INFO] [stdout] ...
[INFO] [stdout] 15 |     let x: Foo<_> = Foo::builder().set_bar(&()).set_baz(S).build();
[INFO] [stdout]    |                          ^^^^^^^ function or associated item cannot be called on `Foo<'_, _>` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout] note: trait bound `S: Default` was not satisfied
[INFO] [stdout]   --> examples/invalid1.rs:7:10
[INFO] [stdout]    |
[INFO] [stdout] 7  | #[derive(Builder)]
[INFO] [stdout]    |          ^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stdout] help: consider annotating `S` with `#[derive(Default)]`
[INFO] [stdout]    |
[INFO] [stdout] 5  + #[derive(Default)]
[INFO] [stdout] 6  | struct S;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the function or associated item `builder` exists for struct `Foo<'_, _>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> examples/invalid1.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 5  | struct S;
[INFO] [stdout]    | -------- doesn't satisfy `S: Default`
[INFO] [stdout] ...
[INFO] [stdout] 8  | struct Foo<'a, T: std::fmt::Debug> {
[INFO] [stdout]    | ---------------------------------- function or associated item `builder` not found for this struct because it doesn't satisfy `Foo<'_, _>: Buildable`
[INFO] [stdout] ...
[INFO] [stdout] 17 |     let x: Foo<_> = Foo::builder().set_bar(&()).build();
[INFO] [stdout]    |                          ^^^^^^^ function or associated item cannot be called on `Foo<'_, _>` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout] note: trait bound `S: Default` was not satisfied
[INFO] [stdout]   --> examples/invalid1.rs:7:10
[INFO] [stdout]    |
[INFO] [stdout] 7  | #[derive(Builder)]
[INFO] [stdout]    |          ^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stdout] help: consider annotating `S` with `#[derive(Default)]`
[INFO] [stdout]    |
[INFO] [stdout] 5  + #[derive(Default)]
[INFO] [stdout] 6  | struct S;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Buildable`
[INFO] [stdout]  --> examples/invalid1.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use makeit::{Buildable, Builder};
[INFO] [stdout]   |              ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> examples/invalid2.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[default(32)]
[INFO] [stdout]   |              ^^^^ expected `Option<i32>`, found integer
[INFO] [stdout] 8 |     baz: Option<i32>,
[INFO] [stdout]   |     --- arguments to this method are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected enum `Option<i32>`
[INFO] [stdout]              found type `{integer}`
[INFO] [stdout] note: method defined here
[INFO] [stdout]  --> examples/invalid2.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(Builder)]
[INFO] [stdout]   |          -------
[INFO] [stdout] ...
[INFO] [stdout] 8 |     baz: Option<i32>,
[INFO] [stdout]   |     ^^^
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[defaultSome((32))]
[INFO] [stdout]   |              +++++    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `makeit` (example "invalid1") due to 4 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `makeit` (example "invalid2") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "9cf26f78b47da975c555378145d728d3f35bce54448d17b11491347e35f5d88f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cf26f78b47da975c555378145d728d3f35bce54448d17b11491347e35f5d88f", kill_on_drop: false }`
[INFO] [stdout] 9cf26f78b47da975c555378145d728d3f35bce54448d17b11491347e35f5d88f
