[INFO] fetching crate chainbuf 0.1.0...
[INFO] checking chainbuf-0.1.0 against master#80399064afa4a2cd153f30d02c25f7ea0383ed65 for opaque-soundness-fix
[INFO] extracting crate chainbuf 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate chainbuf 0.1.0 on toolchain 80399064afa4a2cd153f30d02c25f7ea0383ed65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate chainbuf 0.1.0
[INFO] finished tweaking crates.io crate chainbuf 0.1.0
[INFO] tweaked toml for crates.io crate chainbuf 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nix v0.28.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 314b8c7abccd4836f4414538fb7483015e0cb069aa3acb4575d23de343622584
[INFO] running `Command { std: "docker" "start" "-a" "314b8c7abccd4836f4414538fb7483015e0cb069aa3acb4575d23de343622584", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "314b8c7abccd4836f4414538fb7483015e0cb069aa3acb4575d23de343622584", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "314b8c7abccd4836f4414538fb7483015e0cb069aa3acb4575d23de343622584", kill_on_drop: false }`
[INFO] [stdout] 314b8c7abccd4836f4414538fb7483015e0cb069aa3acb4575d23de343622584
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fab0fd4dea4704d4eeabd2dcb260381176fc4ceb945076a5144b6e9a2c98eace
[INFO] running `Command { std: "docker" "start" "-a" "fab0fd4dea4704d4eeabd2dcb260381176fc4ceb945076a5144b6e9a2c98eace", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]     Checking rand v0.3.23
[INFO] [stderr]     Checking chainbuf v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `nix::sys::mman`
[INFO] [stdout]   --> src/chainbuf.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use nix::sys::mman;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ no `mman` in `sys`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/sys/mod.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub mod mman;
[INFO] [stdout]    |             ^^^^
[INFO] [stdout]    = note: the item is gated behind the `mman` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nix::sys::stat`
[INFO] [stdout]    --> src/chainbuf.rs:19:5
[INFO] [stdout]     |
[INFO] [stdout] 19  | use nix::sys::stat;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ no `stat` in `sys`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/sys/mod.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub mod stat;
[INFO] [stdout]     |             ^^^^
[INFO] [stdout]     = note: the item is gated behind the `fs` feature
[INFO] [stdout] help: consider importing one of these items instead
[INFO] [stdout]     |
[INFO] [stdout] 19  | use libc::stat;
[INFO] [stdout]     |     ~~~~~~~~~~
[INFO] [stdout] 19  | use std::os::linux::raw::stat;
[INFO] [stdout]     |     ~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nix::sys::uio`
[INFO] [stdout]   --> src/chainbuf.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 | use nix::sys::uio::{writev, IoVec};
[INFO] [stdout]    |               ^^^ could not find `uio` in `sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nix::sys::mman`
[INFO] [stdout]   --> src/chainbuf.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use nix::sys::mman;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ no `mman` in `sys`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/sys/mod.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub mod mman;
[INFO] [stdout]    |             ^^^^
[INFO] [stdout]    = note: the item is gated behind the `mman` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nix::sys::stat`
[INFO] [stdout]    --> src/chainbuf.rs:19:5
[INFO] [stdout]     |
[INFO] [stdout] 19  | use nix::sys::stat;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ no `stat` in `sys`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/sys/mod.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub mod stat;
[INFO] [stdout]     |             ^^^^
[INFO] [stdout]     = note: the item is gated behind the `fs` feature
[INFO] [stdout] help: consider importing one of these items instead
[INFO] [stdout]     |
[INFO] [stdout] 19  | use libc::stat;
[INFO] [stdout]     |     ~~~~~~~~~~
[INFO] [stdout] 19  | use std::os::linux::raw::stat;
[INFO] [stdout]     |     ~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nix::sys::uio`
[INFO] [stdout]   --> src/chainbuf.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 | use nix::sys::uio::{writev, IoVec};
[INFO] [stdout]    |               ^^^ could not find `uio` in `sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `OFlag` in `nf`
[INFO] [stdout]    --> src/chainbuf.rs:808:37
[INFO] [stdout]     |
[INFO] [stdout] 808 |         let fd = nf::open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout]     |                                     ^^^^^ could not find `OFlag` in `nf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `open` in module `nf`
[INFO] [stdout]    --> src/chainbuf.rs:808:22
[INFO] [stdout]     |
[INFO] [stdout] 808 |         let fd = nf::open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout]     |                      ^^^^ not found in `nf`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/fcntl.rs:210:8
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub fn open<P: ?Sized + NixPath>(
[INFO] [stdout]     |        ^^^^
[INFO] [stdout]     = note: the item is gated behind the `fs` feature
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 1   + use libc::open;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `open`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 808 -         let fd = nf::open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout] 808 +         let fd = open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `OFlag` in `nf`
[INFO] [stdout]    --> src/chainbuf.rs:808:37
[INFO] [stdout]     |
[INFO] [stdout] 808 |         let fd = nf::open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout]     |                                     ^^^^^ could not find `OFlag` in `nf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `nix` is imported redundantly
[INFO] [stdout]   --> src/chainbuf.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use nix;
[INFO] [stdout]    |     ^^^ the item `nix` is already defined here
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:3:9
[INFO] [stdout]    |
[INFO] [stdout] 3  | #![deny(warnings)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `open` in module `nf`
[INFO] [stdout]    --> src/chainbuf.rs:808:22
[INFO] [stdout]     |
[INFO] [stdout] 808 |         let fd = nf::open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout]     |                      ^^^^ not found in `nf`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/fcntl.rs:210:8
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub fn open<P: ?Sized + NixPath>(
[INFO] [stdout]     |        ^^^^
[INFO] [stdout]     = note: the item is gated behind the `fs` feature
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 1   + use libc::open;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `open`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 808 -         let fd = nf::open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout] 808 +         let fd = open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `nix` is imported redundantly
[INFO] [stdout]   --> src/chainbuf.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use nix;
[INFO] [stdout]    |     ^^^ the item `nix` is already defined here
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:3:9
[INFO] [stdout]    |
[INFO] [stdout] 3  | #![deny(warnings)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chainbuf` (lib test) due to 7 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `chainbuf` (lib) due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "fab0fd4dea4704d4eeabd2dcb260381176fc4ceb945076a5144b6e9a2c98eace", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fab0fd4dea4704d4eeabd2dcb260381176fc4ceb945076a5144b6e9a2c98eace", kill_on_drop: false }`
[INFO] [stdout] fab0fd4dea4704d4eeabd2dcb260381176fc4ceb945076a5144b6e9a2c98eace
[INFO] checking chainbuf-0.1.0 against master#09bc67b9158392361780e779d32997f14cc75c39 for opaque-soundness-fix
[INFO] extracting crate chainbuf 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate chainbuf 0.1.0 on toolchain 09bc67b9158392361780e779d32997f14cc75c39
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate chainbuf 0.1.0
[INFO] finished tweaking crates.io crate chainbuf 0.1.0
[INFO] tweaked toml for crates.io crate chainbuf 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0100ec60af472b7fe67580f4bb743e984d899add8a20af20f08c8d06417bc319
[INFO] running `Command { std: "docker" "start" "-a" "0100ec60af472b7fe67580f4bb743e984d899add8a20af20f08c8d06417bc319", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0100ec60af472b7fe67580f4bb743e984d899add8a20af20f08c8d06417bc319", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0100ec60af472b7fe67580f4bb743e984d899add8a20af20f08c8d06417bc319", kill_on_drop: false }`
[INFO] [stdout] 0100ec60af472b7fe67580f4bb743e984d899add8a20af20f08c8d06417bc319
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+09bc67b9158392361780e779d32997f14cc75c39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 21e353c75a0040e0b4d630df1bc741d7848be2a060e8a287d36dbe996e9ce49a
[INFO] running `Command { std: "docker" "start" "-a" "21e353c75a0040e0b4d630df1bc741d7848be2a060e8a287d36dbe996e9ce49a", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]     Checking rand v0.3.23
[INFO] [stderr]     Checking chainbuf v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `nix::sys::mman`
[INFO] [stdout]   --> src/chainbuf.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use nix::sys::mman;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ no `mman` in `sys`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/sys/mod.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub mod mman;
[INFO] [stdout]    |             ^^^^
[INFO] [stdout]    = note: the item is gated behind the `mman` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nix::sys::stat`
[INFO] [stdout]    --> src/chainbuf.rs:19:5
[INFO] [stdout]     |
[INFO] [stdout] 19  | use nix::sys::stat;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ no `stat` in `sys`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/sys/mod.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub mod stat;
[INFO] [stdout]     |             ^^^^
[INFO] [stdout]     = note: the item is gated behind the `fs` feature
[INFO] [stdout] help: consider importing one of these items instead
[INFO] [stdout]     |
[INFO] [stdout] 19  | use libc::stat;
[INFO] [stdout]     |     ~~~~~~~~~~
[INFO] [stdout] 19  | use std::os::linux::raw::stat;
[INFO] [stdout]     |     ~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nix::sys::uio`
[INFO] [stdout]   --> src/chainbuf.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 | use nix::sys::uio::{writev, IoVec};
[INFO] [stdout]    |               ^^^ could not find `uio` in `sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nix::sys::mman`
[INFO] [stdout]   --> src/chainbuf.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use nix::sys::mman;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ no `mman` in `sys`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/sys/mod.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub mod mman;
[INFO] [stdout]    |             ^^^^
[INFO] [stdout]    = note: the item is gated behind the `mman` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `OFlag` in `nf`
[INFO] [stdout]    --> src/chainbuf.rs:808:37
[INFO] [stdout]     |
[INFO] [stdout] 808 |         let fd = nf::open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout]     |                                     ^^^^^ could not find `OFlag` in `nf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nix::sys::stat`
[INFO] [stdout]    --> src/chainbuf.rs:19:5
[INFO] [stdout]     |
[INFO] [stdout] 19  | use nix::sys::stat;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ no `stat` in `sys`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/sys/mod.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub mod stat;
[INFO] [stdout]     |             ^^^^
[INFO] [stdout]     = note: the item is gated behind the `fs` feature
[INFO] [stdout] help: consider importing one of these items instead
[INFO] [stdout]     |
[INFO] [stdout] 19  | use libc::stat;
[INFO] [stdout]     |     ~~~~~~~~~~
[INFO] [stdout] 19  | use std::os::linux::raw::stat;
[INFO] [stdout]     |     ~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nix::sys::uio`
[INFO] [stdout]   --> src/chainbuf.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 | use nix::sys::uio::{writev, IoVec};
[INFO] [stdout]    |               ^^^ could not find `uio` in `sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `open` in module `nf`
[INFO] [stdout]    --> src/chainbuf.rs:808:22
[INFO] [stdout]     |
[INFO] [stdout] 808 |         let fd = nf::open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout]     |                      ^^^^ not found in `nf`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/fcntl.rs:210:8
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub fn open<P: ?Sized + NixPath>(
[INFO] [stdout]     |        ^^^^
[INFO] [stdout]     = note: the item is gated behind the `fs` feature
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 1   + use libc::open;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `open`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 808 -         let fd = nf::open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout] 808 +         let fd = open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `nix` is imported redundantly
[INFO] [stdout]   --> src/chainbuf.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use nix;
[INFO] [stdout]    |     ^^^ the item `nix` is already defined here
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:3:9
[INFO] [stdout]    |
[INFO] [stdout] 3  | #![deny(warnings)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `OFlag` in `nf`
[INFO] [stdout]    --> src/chainbuf.rs:808:37
[INFO] [stdout]     |
[INFO] [stdout] 808 |         let fd = nf::open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout]     |                                     ^^^^^ could not find `OFlag` in `nf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `open` in module `nf`
[INFO] [stdout]    --> src/chainbuf.rs:808:22
[INFO] [stdout]     |
[INFO] [stdout] 808 |         let fd = nf::open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout]     |                      ^^^^ not found in `nf`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/fcntl.rs:210:8
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub fn open<P: ?Sized + NixPath>(
[INFO] [stdout]     |        ^^^^
[INFO] [stdout]     = note: the item is gated behind the `fs` feature
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 1   + use libc::open;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `open`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 808 -         let fd = nf::open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout] 808 +         let fd = open(path, nf::OFlag::O_RDONLY, stat::Mode::empty())?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `nix` is imported redundantly
[INFO] [stdout]   --> src/chainbuf.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use nix;
[INFO] [stdout]    |     ^^^ the item `nix` is already defined here
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:3:9
[INFO] [stdout]    |
[INFO] [stdout] 3  | #![deny(warnings)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chainbuf` (lib test) due to 7 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `chainbuf` (lib) due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "21e353c75a0040e0b4d630df1bc741d7848be2a060e8a287d36dbe996e9ce49a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21e353c75a0040e0b4d630df1bc741d7848be2a060e8a287d36dbe996e9ce49a", kill_on_drop: false }`
[INFO] [stdout] 21e353c75a0040e0b4d630df1bc741d7848be2a060e8a287d36dbe996e9ce49a
