[INFO] fetching crate libscu 2.2.0-1...
[INFO] checking libscu-2.2.0-1 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate libscu 2.2.0-1 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate libscu 2.2.0-1 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate libscu 2.2.0-1
[INFO] finished tweaking crates.io crate libscu 2.2.0-1
[INFO] tweaked toml for crates.io crate libscu 2.2.0-1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate crates.io crate libscu 2.2.0-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" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 427fd67b72127a2e5b4a196b0020d413fd3cf1c4429899b1302c57ecf9165d30
[INFO] running `Command { std: "docker" "start" "-a" "427fd67b72127a2e5b4a196b0020d413fd3cf1c4429899b1302c57ecf9165d30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "427fd67b72127a2e5b4a196b0020d413fd3cf1c4429899b1302c57ecf9165d30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "427fd67b72127a2e5b4a196b0020d413fd3cf1c4429899b1302c57ecf9165d30", kill_on_drop: false }`
[INFO] [stdout] 427fd67b72127a2e5b4a196b0020d413fd3cf1c4429899b1302c57ecf9165d30
[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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 821ae501035c1236c68508c94e0dfaa1f6960a3e498c9536d0fab1bdf306023b
[INFO] running `Command { std: "docker" "start" "-a" "821ae501035c1236c68508c94e0dfaa1f6960a3e498c9536d0fab1bdf306023b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libscu v2.2.0-1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `libscu::software::kernel`
[INFO] [stdout]  --> examples/kernel.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libscu::software::kernel;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `kernel` in `software`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/software.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub mod kernel;
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] note: the item is gated behind the `kernel` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/software.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "kernel")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libscu::software::init`
[INFO] [stdout]  --> examples/init.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libscu::software::init;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ no `init` in `software`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/software.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub mod init;
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] note: the item is gated behind the `init` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/software.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(feature = "init")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libscu::hardware::ram`
[INFO] [stdout]   --> examples/ram.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout] 3  | use libscu::hardware::ram;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ no `ram` in `hardware`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/hardware.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub mod ram;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] note: the item is gated behind the `ram` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/hardware.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "ram")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libscu::hardware::drives`
[INFO] [stdout]   --> examples/drives.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout] 3  | use libscu::hardware::drives;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `drives` in `hardware`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/hardware.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub mod drives;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] note: the item is gated behind the `drives` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/hardware.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "drives")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libscu::software::proc`
[INFO] [stdout]   --> examples/proc.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout] 3  | use libscu::software::proc;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ no `proc` in `software`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/software.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub mod proc;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] note: the item is gated behind the `proc` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/software.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature = "proc")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libscu::software::shell`
[INFO] [stdout]   --> examples/shell.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout] 3  | use libscu::software::shell;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^ no `shell` in `software`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/software.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub mod shell;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] note: the item is gated behind the `shell` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/software.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "shell")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libscu::software::graphics`
[INFO] [stdout]  --> examples/graphics.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libscu::software::graphics;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `graphics` in `software`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/software.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod graphics;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `graphics` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/software.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature = "graphics")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libscu::software::packages`
[INFO] [stdout]   --> examples/packages.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout] 3  | use libscu::software::packages;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `packages` in `software`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/software.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub mod packages;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `packages` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/software.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "packages")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libscu::hardware::battery`
[INFO] [stdout]  --> examples/battery.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libscu::hardware::battery;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^ no `battery` in `hardware`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/hardware.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod battery;
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout] note: the item is gated behind the `battery` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/hardware.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature = "battery")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libscu::hardware::device`
[INFO] [stdout]  --> examples/device.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libscu::hardware::device;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `device` in `hardware`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/hardware.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub mod device;
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] note: the item is gated behind the `device` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/hardware.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "device")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libscu` (example "init") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `libscu` (example "kernel") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `libscu::hardware::bootmode`
[INFO] [stdout]  --> examples/bootmode.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libscu::hardware::bootmode;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `bootmode` in `hardware`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/hardware.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub mod bootmode;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `bootmode` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/hardware.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "bootmode")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libscu` (example "ram") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libscu` (example "shell") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libscu` (example "drives") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `libscu::hardware::display`
[INFO] [stdout]   --> examples/display.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout] 3  | use libscu::hardware::display;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ no `display` in `hardware`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/hardware.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub mod display;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] note: the item is gated behind the `display` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/hardware.rs:9:7
[INFO] [stdout]    |
[INFO] [stdout] 9  | #[cfg(feature = "display")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libscu::hardware::gpu`
[INFO] [stdout]   --> examples/gpu.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout] 3  | use libscu::hardware::gpu;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ no `gpu` in `hardware`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/hardware.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub mod gpu;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] note: the item is gated behind the `gpu` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/hardware.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature = "gpu")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libscu` (example "proc") due to 1 previous error
[INFO] [stderr] error: could not compile `libscu` (example "packages") due to 1 previous error
[INFO] [stderr] error: could not compile `libscu` (example "graphics") due to 1 previous error
[INFO] [stderr] error: could not compile `libscu` (example "device") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libscu` (example "bootmode") due to 1 previous error
[INFO] [stderr] error: could not compile `libscu` (example "battery") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `libscu::hardware::cpu`
[INFO] [stdout]  --> examples/cpu.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libscu::hardware::cpu;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^ no `cpu` in `hardware`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/hardware.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub mod cpu;
[INFO] [stdout]   |         ^^^
[INFO] [stdout] note: the item is gated behind the `cpu` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/hardware.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(feature = "cpu")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libscu` (example "gpu") due to 1 previous error
[INFO] [stderr] error: could not compile `libscu` (example "display") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `libscu::software::hostname`
[INFO] [stdout]  --> examples/hostname.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libscu::software::hostname;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `hostname` in `software`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/software.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub mod hostname;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `hostname` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/software.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "hostname")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libscu::software::os`
[INFO] [stdout]   --> examples/os.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout] 3  | use libscu::software::os;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ no `os` in `software`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/software.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub mod os;
[INFO] [stdout]    |         ^^
[INFO] [stdout] note: the item is gated behind the `os` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/software.rs:9:7
[INFO] [stdout]    |
[INFO] [stdout] 9  | #[cfg(feature = "os")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]    |
[INFO] [stdout] 3  | use std::os;
[INFO] [stdout]    |     ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libscu` (example "cpu") due to 1 previous error
[INFO] [stderr] error: could not compile `libscu` (example "hostname") due to 1 previous error
[INFO] [stderr] error: could not compile `libscu` (example "os") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "821ae501035c1236c68508c94e0dfaa1f6960a3e498c9536d0fab1bdf306023b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "821ae501035c1236c68508c94e0dfaa1f6960a3e498c9536d0fab1bdf306023b", kill_on_drop: false }`
[INFO] [stdout] 821ae501035c1236c68508c94e0dfaa1f6960a3e498c9536d0fab1bdf306023b
