[INFO] fetching crate rsubox 0.2.1... [INFO] checking rsubox-0.2.1 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] extracting crate rsubox 0.2.1 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate rsubox 0.2.1 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rsubox 0.2.1 [INFO] finished tweaking crates.io crate rsubox 0.2.1 [INFO] tweaked toml for crates.io crate rsubox 0.2.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate crates.io crate rsubox 0.2.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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded getopt v1.1.3 [INFO] [stderr] Downloaded fnmatch-sys v1.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4fd4a6a6466b809f8f89ac75f7b10350d0e867b7debfb6f3a1e64ad66f80b0d5 [INFO] running `Command { std: "docker" "start" "-a" "4fd4a6a6466b809f8f89ac75f7b10350d0e867b7debfb6f3a1e64ad66f80b0d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4fd4a6a6466b809f8f89ac75f7b10350d0e867b7debfb6f3a1e64ad66f80b0d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fd4a6a6466b809f8f89ac75f7b10350d0e867b7debfb6f3a1e64ad66f80b0d5", kill_on_drop: false }` [INFO] [stdout] 4fd4a6a6466b809f8f89ac75f7b10350d0e867b7debfb6f3a1e64ad66f80b0d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 409c94b522d50682f7317dc44466f77787995749c92b61e064b7ad4836bd073c [INFO] running `Command { std: "docker" "start" "-a" "409c94b522d50682f7317dc44466f77787995749c92b61e064b7ad4836bd073c", kill_on_drop: false }` [INFO] [stderr] Compiling fnmatch-sys v1.0.0 [INFO] [stderr] Checking crc-catalog v1.1.1 [INFO] [stderr] Checking getopt v1.1.3 [INFO] [stderr] Checking users v0.11.0 [INFO] [stderr] Checking crc v2.1.0 [INFO] [stderr] Checking rsubox v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0659]: `from_raw_parts` is ambiguous [INFO] [stdout] --> src/utils.rs:1252:65 [INFO] [stdout] | [INFO] [stdout] 1252 | ... sysname: OsString::from(&OsStr::from_bytes(unsafe { from_raw_parts(libc_name.assume_init_ref().sysname.as_ptr() as *const u8, sysna... [INFO] [stdout] | ^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `from_raw_parts` could refer to the function imported here [INFO] [stdout] --> src/utils.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | use std::slice::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] note: `from_raw_parts` could also refer to the function imported here [INFO] [stdout] --> src/utils.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | use std::str::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `from_raw_parts` is ambiguous [INFO] [stdout] --> src/utils.rs:1253:66 [INFO] [stdout] | [INFO] [stdout] 1253 | ... nodename: OsString::from(&OsStr::from_bytes(unsafe { from_raw_parts(libc_name.assume_init_ref().nodename.as_ptr() as *const u8, nod... [INFO] [stdout] | ^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `from_raw_parts` could refer to the function imported here [INFO] [stdout] --> src/utils.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | use std::slice::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] note: `from_raw_parts` could also refer to the function imported here [INFO] [stdout] --> src/utils.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | use std::str::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `from_raw_parts` is ambiguous [INFO] [stdout] --> src/utils.rs:1254:65 [INFO] [stdout] | [INFO] [stdout] 1254 | ... release: OsString::from(&OsStr::from_bytes(unsafe { from_raw_parts(libc_name.assume_init_ref().release.as_ptr() as *const u8, relea... [INFO] [stdout] | ^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `from_raw_parts` could refer to the function imported here [INFO] [stdout] --> src/utils.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | use std::slice::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] note: `from_raw_parts` could also refer to the function imported here [INFO] [stdout] --> src/utils.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | use std::str::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `from_raw_parts` is ambiguous [INFO] [stdout] --> src/utils.rs:1255:65 [INFO] [stdout] | [INFO] [stdout] 1255 | ... version: OsString::from(&OsStr::from_bytes(unsafe { from_raw_parts(libc_name.assume_init_ref().version.as_ptr() as *const u8, versi... [INFO] [stdout] | ^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `from_raw_parts` could refer to the function imported here [INFO] [stdout] --> src/utils.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | use std::slice::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] note: `from_raw_parts` could also refer to the function imported here [INFO] [stdout] --> src/utils.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | use std::str::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `from_raw_parts` is ambiguous [INFO] [stdout] --> src/utils.rs:1256:65 [INFO] [stdout] | [INFO] [stdout] 1256 | ... machine: OsString::from(&OsStr::from_bytes(unsafe { from_raw_parts(libc_name.assume_init_ref().machine.as_ptr() as *const u8, machi... [INFO] [stdout] | ^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `from_raw_parts` could refer to the function imported here [INFO] [stdout] --> src/utils.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | use std::slice::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] note: `from_raw_parts` could also refer to the function imported here [INFO] [stdout] --> src/utils.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | use std::str::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `from_raw_parts` is ambiguous [INFO] [stdout] --> src/utils.rs:1252:65 [INFO] [stdout] | [INFO] [stdout] 1252 | ... sysname: OsString::from(&OsStr::from_bytes(unsafe { from_raw_parts(libc_name.assume_init_ref().sysname.as_ptr() as *const u8, sysna... [INFO] [stdout] | ^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `from_raw_parts` could refer to the function imported here [INFO] [stdout] --> src/utils.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | use std::slice::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] note: `from_raw_parts` could also refer to the function imported here [INFO] [stdout] --> src/utils.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | use std::str::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `from_raw_parts` is ambiguous [INFO] [stdout] --> src/utils.rs:1253:66 [INFO] [stdout] | [INFO] [stdout] 1253 | ... nodename: OsString::from(&OsStr::from_bytes(unsafe { from_raw_parts(libc_name.assume_init_ref().nodename.as_ptr() as *const u8, nod... [INFO] [stdout] | ^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `from_raw_parts` could refer to the function imported here [INFO] [stdout] --> src/utils.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | use std::slice::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] note: `from_raw_parts` could also refer to the function imported here [INFO] [stdout] --> src/utils.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | use std::str::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `from_raw_parts` is ambiguous [INFO] [stdout] --> src/utils.rs:1254:65 [INFO] [stdout] | [INFO] [stdout] 1254 | ... release: OsString::from(&OsStr::from_bytes(unsafe { from_raw_parts(libc_name.assume_init_ref().release.as_ptr() as *const u8, relea... [INFO] [stdout] | ^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `from_raw_parts` could refer to the function imported here [INFO] [stdout] --> src/utils.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | use std::slice::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] note: `from_raw_parts` could also refer to the function imported here [INFO] [stdout] --> src/utils.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | use std::str::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `from_raw_parts` is ambiguous [INFO] [stdout] --> src/utils.rs:1255:65 [INFO] [stdout] | [INFO] [stdout] 1255 | ... version: OsString::from(&OsStr::from_bytes(unsafe { from_raw_parts(libc_name.assume_init_ref().version.as_ptr() as *const u8, versi... [INFO] [stdout] | ^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `from_raw_parts` could refer to the function imported here [INFO] [stdout] --> src/utils.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | use std::slice::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] note: `from_raw_parts` could also refer to the function imported here [INFO] [stdout] --> src/utils.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | use std::str::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `from_raw_parts` is ambiguous [INFO] [stdout] --> src/utils.rs:1256:65 [INFO] [stdout] | [INFO] [stdout] 1256 | ... machine: OsString::from(&OsStr::from_bytes(unsafe { from_raw_parts(libc_name.assume_init_ref().machine.as_ptr() as *const u8, machi... [INFO] [stdout] | ^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `from_raw_parts` could refer to the function imported here [INFO] [stdout] --> src/utils.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | use std::slice::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] note: `from_raw_parts` could also refer to the function imported here [INFO] [stdout] --> src/utils.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | use std::str::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `from_raw_parts` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/date.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/dd.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/date.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/dd.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/grep.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/kill.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/ls.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/grep.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/nohup.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/kill.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/ls.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/nohup.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/tee.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/tty.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/tee.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/nonstd/mknod.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/tty.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/utils.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use std::iter::Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:134:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `fnmatch_sys` is imported redundantly [INFO] [stdout] --> src/utils.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | use fnmatch_sys; [INFO] [stdout] | ^^^^^^^^^^^ the item `fnmatch_sys` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/utils.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/applets/nonstd/mknod.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Iterator` is imported redundantly [INFO] [stdout] --> src/utils.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use std::iter::Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:134:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Iterator` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `fnmatch_sys` is imported redundantly [INFO] [stdout] --> src/utils.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | use fnmatch_sys; [INFO] [stdout] | ^^^^^^^^^^^ the item `fnmatch_sys` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/utils.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | use libc; [INFO] [stdout] | ^^^^ the item `libc` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0659`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0659`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rsubox` (bin "rsubox" test) due to 6 previous errors; 12 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rsubox` (bin "rsubox") due to 6 previous errors; 12 warnings emitted [INFO] running `Command { std: "docker" "inspect" "409c94b522d50682f7317dc44466f77787995749c92b61e064b7ad4836bd073c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "409c94b522d50682f7317dc44466f77787995749c92b61e064b7ad4836bd073c", kill_on_drop: false }` [INFO] [stdout] 409c94b522d50682f7317dc44466f77787995749c92b61e064b7ad4836bd073c