[INFO] fetching crate nc 0.8.18...
[INFO] checking nc-0.8.18 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate nc 0.8.18 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate nc 0.8.18 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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-5-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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6f5e95b77044731ecb237f213ae051df4d701e3cb7526da9903ad883c9315de1
[INFO] running `Command { std: "docker" "start" "-a" "6f5e95b77044731ecb237f213ae051df4d701e3cb7526da9903ad883c9315de1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f5e95b77044731ecb237f213ae051df4d701e3cb7526da9903ad883c9315de1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f5e95b77044731ecb237f213ae051df4d701e3cb7526da9903ad883c9315de1", kill_on_drop: false }`
[INFO] [stdout] 6f5e95b77044731ecb237f213ae051df4d701e3cb7526da9903ad883c9315de1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e374667cb52957040a1d71995fbb06f492dc34ea6a98d06961d5a3735756b896
[INFO] running `Command { std: "docker" "start" "-a" "e374667cb52957040a1d71995fbb06f492dc34ea6a98d06961d5a3735756b896", 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) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `nc` (lib test) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "e374667cb52957040a1d71995fbb06f492dc34ea6a98d06961d5a3735756b896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e374667cb52957040a1d71995fbb06f492dc34ea6a98d06961d5a3735756b896", kill_on_drop: false }`
[INFO] [stdout] e374667cb52957040a1d71995fbb06f492dc34ea6a98d06961d5a3735756b896
[INFO] checking nc-0.8.18 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate nc 0.8.18 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate nc 0.8.18 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "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-5-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" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9b2c5006b57a86c9b945c33966adb9e0bbabfb0dd5d6236f800fe5e93d97be1b
[INFO] running `Command { std: "docker" "start" "-a" "9b2c5006b57a86c9b945c33966adb9e0bbabfb0dd5d6236f800fe5e93d97be1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9b2c5006b57a86c9b945c33966adb9e0bbabfb0dd5d6236f800fe5e93d97be1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b2c5006b57a86c9b945c33966adb9e0bbabfb0dd5d6236f800fe5e93d97be1b", kill_on_drop: false }`
[INFO] [stdout] 9b2c5006b57a86c9b945c33966adb9e0bbabfb0dd5d6236f800fe5e93d97be1b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2d41b896d7a2036e6377e731713b48fdbc3ecf39505d91e7c3e8317bb0c9861a
[INFO] running `Command { std: "docker" "start" "-a" "2d41b896d7a2036e6377e731713b48fdbc3ecf39505d91e7c3e8317bb0c9861a", 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" "2d41b896d7a2036e6377e731713b48fdbc3ecf39505d91e7c3e8317bb0c9861a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d41b896d7a2036e6377e731713b48fdbc3ecf39505d91e7c3e8317bb0c9861a", kill_on_drop: false }`
[INFO] [stdout] 2d41b896d7a2036e6377e731713b48fdbc3ecf39505d91e7c3e8317bb0c9861a
