[INFO] fetching crate nc 0.8.18...
[INFO] checking nc-0.8.18 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate nc 0.8.18 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate nc 0.8.18 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate nc 0.8.18
[INFO] finished tweaking crates.io crate nc 0.8.18
[INFO] tweaked toml for crates.io crate nc 0.8.18 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate nc 0.8.18 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0792eaeac40623e120e188556d4628403b1a30ce25f2e2b557f91022b62ef941
[INFO] running `Command { std: "docker" "start" "-a" "0792eaeac40623e120e188556d4628403b1a30ce25f2e2b557f91022b62ef941", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0792eaeac40623e120e188556d4628403b1a30ce25f2e2b557f91022b62ef941", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0792eaeac40623e120e188556d4628403b1a30ce25f2e2b557f91022b62ef941", kill_on_drop: false }`
[INFO] [stdout] 0792eaeac40623e120e188556d4628403b1a30ce25f2e2b557f91022b62ef941
[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" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 83ba257ddf9603d3637f05cde747119c1b59dfc472b9e57d67974e2e182336b0
[INFO] running `Command { std: "docker" "start" "-a" "83ba257ddf9603d3637f05cde747119c1b59dfc472b9e57d67974e2e182336b0", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling nc v0.8.18 (/opt/rustwide/workdir)
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]    --> src/platform/linux-types/mod.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout] 19  | pub use arch::*;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:126:5
[INFO] [stdout]     |
[INFO] [stdout] 126 |     warnings,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]    --> src/platform/linux-types/mod.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout] 19  | pub use arch::*;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:126:5
[INFO] [stdout]     |
[INFO] [stdout] 126 |     warnings,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nc` (lib test) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nc` (lib) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "83ba257ddf9603d3637f05cde747119c1b59dfc472b9e57d67974e2e182336b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83ba257ddf9603d3637f05cde747119c1b59dfc472b9e57d67974e2e182336b0", kill_on_drop: false }`
[INFO] [stdout] 83ba257ddf9603d3637f05cde747119c1b59dfc472b9e57d67974e2e182336b0
[INFO] checking nc-0.8.18 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate nc 0.8.18 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate nc 0.8.18 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate nc 0.8.18
[INFO] finished tweaking crates.io crate nc 0.8.18
[INFO] tweaked toml for crates.io crate nc 0.8.18 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate crates.io crate nc 0.8.18 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" "+7622c0f807a4e13c4db886a1681bf343795692df" "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" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e6d7c20ec9ad2535b55e069dc039a07a4ba5f2c9418249c907f243d9fb012f07
[INFO] running `Command { std: "docker" "start" "-a" "e6d7c20ec9ad2535b55e069dc039a07a4ba5f2c9418249c907f243d9fb012f07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6d7c20ec9ad2535b55e069dc039a07a4ba5f2c9418249c907f243d9fb012f07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6d7c20ec9ad2535b55e069dc039a07a4ba5f2c9418249c907f243d9fb012f07", kill_on_drop: false }`
[INFO] [stdout] e6d7c20ec9ad2535b55e069dc039a07a4ba5f2c9418249c907f243d9fb012f07
[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 -Dnon_local_definitions" "-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9d1acb8176ed120e932004201f2e8d93b0c145796085169f7e0c7056879f4ddf
[INFO] running `Command { std: "docker" "start" "-a" "9d1acb8176ed120e932004201f2e8d93b0c145796085169f7e0c7056879f4ddf", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling nc v0.8.18 (/opt/rustwide/workdir)
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]    --> src/platform/linux-types/mod.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout] 19  | pub use arch::*;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:126:5
[INFO] [stdout]     |
[INFO] [stdout] 126 |     warnings,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]    --> src/platform/linux-types/mod.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout] 19  | pub use arch::*;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:126:5
[INFO] [stdout]     |
[INFO] [stdout] 126 |     warnings,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `arch::*`
[INFO] [stdout]   --> src/platform/linux-types/mod.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub use arch::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nc` (lib test) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `nc` (lib) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "9d1acb8176ed120e932004201f2e8d93b0c145796085169f7e0c7056879f4ddf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d1acb8176ed120e932004201f2e8d93b0c145796085169f7e0c7056879f4ddf", kill_on_drop: false }`
[INFO] [stdout] 9d1acb8176ed120e932004201f2e8d93b0c145796085169f7e0c7056879f4ddf
