Build results for nightly-2023-10-09 target powerpc64-ibm-aix miri-std

error
Preparing a sysroot for Miri (target: powerpc64-ibm-aix)...
   Compiling compiler_builtins v0.1.101
    Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
   Compiling cc v1.0.79
   Compiling libc v0.2.148
   Compiling memchr v2.5.0
   Compiling unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
   Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
    Checking rustc-std-workspace-core v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
    Checking alloc v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
    Checking cfg-if v1.0.0
    Checking adler v1.0.2
    Checking rustc-demangle v0.1.23
    Checking rustc-std-workspace-alloc v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
    Checking panic_unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind)
    Checking panic_abort v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
    Checking gimli v0.28.0
    Checking std_detect v0.1.5 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect)
    Checking miniz_oxide v0.7.1
    Checking hashbrown v0.14.0
    Checking object v0.32.0
    Checking addr2line v0.21.0
error[E0432]: unresolved import `super::platform::fs`
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:7:22
  |
7 | use super::platform::fs::MetadataExt as _;
  |                      ^^ could not find `fs` in `platform`

error[E0432]: unresolved import `super::platform::raw`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/raw.rs:27:26
   |
27 | pub use super::platform::raw::pthread_t;
   |                          ^^^ could not find `raw` in `platform`

error[E0432]: unresolved import `super::platform::raw`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/raw.rs:30:26
   |
30 | pub use super::platform::raw::{blkcnt_t, time_t};
   |                          ^^^ could not find `raw` in `platform`

error[E0432]: unresolved import `super::platform::raw`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/raw.rs:33:26
   |
33 | pub use super::platform::raw::{blksize_t, dev_t, ino_t, mode_t, nlink_t, off_t};
   |                          ^^^ could not find `raw` in `platform`

error[E0432]: unresolved import `crate::sys::env::os`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/env.rs:884:9
    |
884 |     use crate::sys::env::os;
    |         ^^^^^^^^^^^^^^^^^^^ no `os` in `sys::unix::env`
    |
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:2:9
    |
2   | pub mod os {
    |         ^^
    = note: the item is gated behind the `linux` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:13:9
    |
13  | pub mod os {
    |         ^^
    = note: the item is gated behind the `macos` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:24:9
    |
24  | pub mod os {
    |         ^^
    = note: the item is gated behind the `ios` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:35:9
    |
35  | pub mod os {
    |         ^^
    = note: the item is gated behind the `tvos` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:46:9
    |
46  | pub mod os {
    |         ^^
    = note: the item is gated behind the `watchos` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:57:9
    |
57  | pub mod os {
    |         ^^
    = note: the item is gated behind the `freebsd` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:68:9
    |
68  | pub mod os {
    |         ^^
    = note: the item is gated behind the `dragonfly` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:79:9
    |
79  | pub mod os {
    |         ^^
    = note: the item is gated behind the `netbsd` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:90:9
    |
90  | pub mod os {
    |         ^^
    = note: the item is gated behind the `openbsd` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:101:9
    |
101 | pub mod os {
    |         ^^
    = note: the item is gated behind the `android` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:112:9
    |
112 | pub mod os {
    |         ^^
    = note: the item is gated behind the `solaris` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:123:9
    |
123 | pub mod os {
    |         ^^
    = note: the item is gated behind the `illumos` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:134:9
    |
134 | pub mod os {
    |         ^^
    = note: the item is gated behind the `haiku` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:145:9
    |
145 | pub mod os {
    |         ^^
    = note: the item is gated behind the `horizon` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:156:9
    |
156 | pub mod os {
    |         ^^
    = note: the item is gated behind the `hurd` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:167:9
    |
167 | pub mod os {
    |         ^^
    = note: the item is gated behind the `vita` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:178:9
    |
178 | pub mod os {
    |         ^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:189:9
    |
189 | pub mod os {
    |         ^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:200:9
    |
200 | pub mod os {
    |         ^^
    = note: the item is gated behind the `fuchsia` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:211:9
    |
211 | pub mod os {
    |         ^^
    = note: the item is gated behind the `l4re` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:222:9
    |
222 | pub mod os {
    |         ^^
    = note: the item is gated behind the `nto` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:233:9
    |
233 | pub mod os {
    |         ^^
    = note: the item is gated behind the `redox` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:244:9
    |
244 | pub mod os {
    |         ^^
    = note: the item is gated behind the `vxworks` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/env.rs:255:9
    |
255 | pub mod os {
    |         ^^
    = note: the item is gated behind the `espidf` feature
help: consider importing one of these items instead
    |
884 |     use crate::os;
    |         ~~~~~~~~~
884 |     use crate::sys::os;
    |         ~~~~~~~~~~~~~~

error[E0432]: unresolved import `crate::sys_common::net::LookupHost`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/socket_addr.rs:12:5
   |
12 | use crate::sys_common::net::LookupHost;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LookupHost` in `sys::unix::net`

error[E0432]: unresolved import `crate::sys::thread_local_dtor::register_dtor`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/common/thread_local/fast_local.rs:3:5
    |
3   | use crate::sys::thread_local_dtor::register_dtor;
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `register_dtor` in `sys::unix::thread_local_dtor`
    |
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/thread_local_dtor.rs:19:15
    |
19  | pub unsafe fn register_dtor(t: *mut u8, dtor: unsafe extern "C" fn(*mut u8)) {
    |               ^^^^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/thread_local_dtor.rs:71:15
    |
71  | pub unsafe fn register_dtor(t: *mut u8, dtor: unsafe extern "C" fn(*mut u8)) {
    |               ^^^^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/thread_local_dtor.rs:107:15
    |
107 | pub unsafe fn register_dtor(t: *mut u8, dtor: unsafe extern "C" fn(*mut u8)) {
    |               ^^^^^^^^^^^^^

error[E0432]: unresolved imports `crate::sys_common::net::getsockopt`, `crate::sys_common::net::setsockopt`, `crate::sys_common::net::sockaddr_to_addr`
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/net.rs:9:30
  |
9 | use crate::sys_common::net::{getsockopt, setsockopt, sockaddr_to_addr};
  |                              ^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^^^^^ no `sockaddr_to_addr` in `sys::unix::net`
  |                              |           |
  |                              |           no `setsockopt` in `sys::unix::net`
  |                              no `getsockopt` in `sys::unix::net`

error[E0425]: cannot find function `current_exe` in module `os_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/env.rs:688:13
    |
688 |     os_imp::current_exe()
    |             ^^^^^^^^^^^ not found in `os_imp`
    |
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/os.rs:258:8
    |
258 | pub fn current_exe() -> io::Result {
    |        ^^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/os.rs:296:8
    |
296 | pub fn current_exe() -> io::Result {
    |        ^^^^^^^^^^^
    = note: the item is gated behind the `netbsd` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/os.rs:342:8
    |
342 | pub fn current_exe() -> io::Result {
    |        ^^^^^^^^^^^
    = note: the item is gated behind the `openbsd` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/os.rs:372:8
    |
372 | pub fn current_exe() -> io::Result {
    |        ^^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/os.rs:383:8
    |
383 | pub fn current_exe() -> io::Result {
    |        ^^^^^^^^^^^
    = note: the item is gated behind the `nto` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/os.rs:394:8
    |
394 | pub fn current_exe() -> io::Result {
    |        ^^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/os.rs:412:8
    |
412 | pub fn current_exe() -> io::Result {
    |        ^^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/os.rs:433:8
    |
433 | pub fn current_exe() -> io::Result {
    |        ^^^^^^^^^^^
    = note: the item is gated behind the `haiku` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/os.rs:455:8
    |
455 | pub fn current_exe() -> io::Result {
    |        ^^^^^^^^^^^
    = note: the item is gated behind the `redox` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/os.rs:460:8
    |
460 | pub fn current_exe() -> io::Result {
    |        ^^^^^^^^^^^
    = note: the item is gated behind the `l4re` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/os.rs:466:8
    |
466 | pub fn current_exe() -> io::Result {
    |        ^^^^^^^^^^^
    = note: the item is gated behind the `vxworks` feature
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/os.rs:479:8
    |
479 | pub fn current_exe() -> io::Result {
    |        ^^^^^^^^^^^
note: found an item that was configured out
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/os.rs:484:8
    |
484 | pub fn current_exe() -> io::Result {
    |        ^^^^^^^^^^^
    = note: the item is gated behind the `fuchsia` feature

error[E0412]: cannot find type `TcpStream` in module `net_imp`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:50:31
   |
50 | pub struct TcpStream(net_imp::TcpStream);
   |                               ^^^^^^^^^ not found in `net_imp`
   |
help: consider importing this struct through its public re-export
   |
6  + use crate::net::TcpStream;
   |
help: if you import `TcpStream`, refer to it directly
   |
50 - pub struct TcpStream(net_imp::TcpStream);
50 + pub struct TcpStream(TcpStream);
   |

error[E0412]: cannot find type `TcpListener` in module `net_imp`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:86:33
   |
86 | pub struct TcpListener(net_imp::TcpListener);
   |                                 ^^^^^^^^^^^ not found in `net_imp`
   |
help: consider importing this struct through its public re-export
   |
6  + use crate::net::TcpListener;
   |
help: if you import `TcpListener`, refer to it directly
   |
86 - pub struct TcpListener(net_imp::TcpListener);
86 + pub struct TcpListener(TcpListener);
   |

error[E0433]: failed to resolve: could not find `TcpStream` in `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:157:41
    |
157 |         super::each_addr(addr, net_imp::TcpStream::connect).map(TcpStream)
    |                                         ^^^^^^^^^ could not find `TcpStream` in `net_imp`
    |
help: consider importing this struct through its public re-export
    |
6   + use crate::net::TcpStream;
    |
help: if you import `TcpStream`, refer to it directly
    |
157 -         super::each_addr(addr, net_imp::TcpStream::connect).map(TcpStream)
157 +         super::each_addr(addr, TcpStream::connect).map(TcpStream)
    |

error[E0433]: failed to resolve: could not find `TcpStream` in `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:173:18
    |
173 |         net_imp::TcpStream::connect_timeout(addr, timeout).map(TcpStream)
    |                  ^^^^^^^^^ could not find `TcpStream` in `net_imp`
    |
help: consider importing this struct through its public re-export
    |
6   + use crate::net::TcpStream;
    |
help: if you import `TcpStream`, refer to it directly
    |
173 -         net_imp::TcpStream::connect_timeout(addr, timeout).map(TcpStream)
173 +         TcpStream::connect_timeout(addr, timeout).map(TcpStream)
    |

error[E0412]: cannot find type `TcpStream` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:695:23
    |
695 | impl AsInner for TcpStream {
    |                       ^^^^^^^^^ not found in `net_imp`
    |
help: consider importing this struct through its public re-export
    |
6   + use crate::net::TcpStream;
    |
help: if you import `TcpStream`, refer to it directly
    |
695 - impl AsInner for TcpStream {
695 + impl AsInner for TcpStream {
    |

error[E0412]: cannot find type `TcpStream` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:697:37
    |
697 |     fn as_inner(&self) -> &net_imp::TcpStream {
    |                                     ^^^^^^^^^ not found in `net_imp`
    |
help: consider importing this struct through its public re-export
    |
6   + use crate::net::TcpStream;
    |
help: if you import `TcpStream`, refer to it directly
    |
697 -     fn as_inner(&self) -> &net_imp::TcpStream {
697 +     fn as_inner(&self) -> &TcpStream {
    |

error[E0412]: cannot find type `TcpStream` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:702:25
    |
702 | impl FromInner for TcpStream {
    |                         ^^^^^^^^^ not found in `net_imp`
    |
help: consider importing this struct through its public re-export
    |
6   + use crate::net::TcpStream;
    |
help: if you import `TcpStream`, refer to it directly
    |
702 - impl FromInner for TcpStream {
702 + impl FromInner for TcpStream {
    |

error[E0412]: cannot find type `TcpStream` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:703:35
    |
703 |     fn from_inner(inner: net_imp::TcpStream) -> TcpStream {
    |                                   ^^^^^^^^^ not found in `net_imp`
    |
help: consider importing this struct through its public re-export
    |
6   + use crate::net::TcpStream;
    |
help: if you import `TcpStream`, refer to it directly
    |
703 -     fn from_inner(inner: net_imp::TcpStream) -> TcpStream {
703 +     fn from_inner(inner: TcpStream) -> TcpStream {
    |

error[E0412]: cannot find type `TcpStream` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:708:25
    |
708 | impl IntoInner for TcpStream {
    |                         ^^^^^^^^^ not found in `net_imp`
    |
help: consider importing this struct through its public re-export
    |
6   + use crate::net::TcpStream;
    |
help: if you import `TcpStream`, refer to it directly
    |
708 - impl IntoInner for TcpStream {
708 + impl IntoInner for TcpStream {
    |

error[E0412]: cannot find type `TcpStream` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:709:37
    |
709 |     fn into_inner(self) -> net_imp::TcpStream {
    |                                     ^^^^^^^^^ not found in `net_imp`
    |
help: consider importing this struct through its public re-export
    |
6   + use crate::net::TcpStream;
    |
help: if you import `TcpStream`, refer to it directly
    |
709 -     fn into_inner(self) -> net_imp::TcpStream {
709 +     fn into_inner(self) -> TcpStream {
    |

error[E0433]: failed to resolve: could not find `TcpListener` in `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:772:41
    |
772 |         super::each_addr(addr, net_imp::TcpListener::bind).map(TcpListener)
    |                                         ^^^^^^^^^^^ could not find `TcpListener` in `net_imp`
    |
help: consider importing this struct through its public re-export
    |
6   + use crate::net::TcpListener;
    |
help: if you import `TcpListener`, refer to it directly
    |
772 -         super::each_addr(addr, net_imp::TcpListener::bind).map(TcpListener)
772 +         super::each_addr(addr, TcpListener::bind).map(TcpListener)
    |

error[E0412]: cannot find type `TcpListener` in module `net_imp`
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:1047:23
     |
1047 | impl AsInner for TcpListener {
     |                       ^^^^^^^^^^^ not found in `net_imp`
     |
help: consider importing this struct through its public re-export
     |
6    + use crate::net::TcpListener;
     |
help: if you import `TcpListener`, refer to it directly
     |
1047 - impl AsInner for TcpListener {
1047 + impl AsInner for TcpListener {
     |

error[E0412]: cannot find type `TcpListener` in module `net_imp`
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:1049:37
     |
1049 |     fn as_inner(&self) -> &net_imp::TcpListener {
     |                                     ^^^^^^^^^^^ not found in `net_imp`
     |
help: consider importing this struct through its public re-export
     |
6    + use crate::net::TcpListener;
     |
help: if you import `TcpListener`, refer to it directly
     |
1049 -     fn as_inner(&self) -> &net_imp::TcpListener {
1049 +     fn as_inner(&self) -> &TcpListener {
     |

error[E0412]: cannot find type `TcpListener` in module `net_imp`
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:1054:25
     |
1054 | impl FromInner for TcpListener {
     |                         ^^^^^^^^^^^ not found in `net_imp`
     |
help: consider importing this struct through its public re-export
     |
6    + use crate::net::TcpListener;
     |
help: if you import `TcpListener`, refer to it directly
     |
1054 - impl FromInner for TcpListener {
1054 + impl FromInner for TcpListener {
     |

error[E0412]: cannot find type `TcpListener` in module `net_imp`
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:1055:35
     |
1055 |     fn from_inner(inner: net_imp::TcpListener) -> TcpListener {
     |                                   ^^^^^^^^^^^ not found in `net_imp`
     |
help: consider importing this struct through its public re-export
     |
6    + use crate::net::TcpListener;
     |
help: if you import `TcpListener`, refer to it directly
     |
1055 -     fn from_inner(inner: net_imp::TcpListener) -> TcpListener {
1055 +     fn from_inner(inner: TcpListener) -> TcpListener {
     |

error[E0412]: cannot find type `TcpListener` in module `net_imp`
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:1060:25
     |
1060 | impl IntoInner for TcpListener {
     |                         ^^^^^^^^^^^ not found in `net_imp`
     |
help: consider importing this struct through its public re-export
     |
6    + use crate::net::TcpListener;
     |
help: if you import `TcpListener`, refer to it directly
     |
1060 - impl IntoInner for TcpListener {
1060 + impl IntoInner for TcpListener {
     |

error[E0412]: cannot find type `TcpListener` in module `net_imp`
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:1061:37
     |
1061 |     fn into_inner(self) -> net_imp::TcpListener {
     |                                     ^^^^^^^^^^^ not found in `net_imp`
     |
help: consider importing this struct through its public re-export
     |
6    + use crate::net::TcpListener;
     |
help: if you import `TcpListener`, refer to it directly
     |
1061 -     fn into_inner(self) -> net_imp::TcpListener {
1061 +     fn into_inner(self) -> TcpListener {
     |

error[E0412]: cannot find type `UdpSocket` in module `net_imp`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:58:31
   |
58 | pub struct UdpSocket(net_imp::UdpSocket);
   |                               ^^^^^^^^^
   |
  ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/net.rs:30:1
   |
30 | pub struct Socket(FileDesc);
   | ---------------------------- similarly named struct `Socket` defined here
   |
help: a struct with a similar name exists
   |
58 | pub struct UdpSocket(net_imp::Socket);
   |                               ~~~~~~
help: consider importing this struct through its public re-export
   |
4  + use crate::net::UdpSocket;
   |
help: if you import `UdpSocket`, refer to it directly
   |
58 - pub struct UdpSocket(net_imp::UdpSocket);
58 + pub struct UdpSocket(UdpSocket);
   |

error[E0433]: failed to resolve: could not find `UdpSocket` in `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:114:41
    |
114 |         super::each_addr(addr, net_imp::UdpSocket::bind).map(UdpSocket)
    |                                         ^^^^^^^^^ could not find `UdpSocket` in `net_imp`
    |
help: a struct with a similar name exists
    |
114 |         super::each_addr(addr, net_imp::Socket::bind).map(UdpSocket)
    |                                         ~~~~~~
help: consider importing this struct through its public re-export
    |
4   + use crate::net::UdpSocket;
    |
help: if you import `UdpSocket`, refer to it directly
    |
114 -         super::each_addr(addr, net_imp::UdpSocket::bind).map(UdpSocket)
114 +         super::each_addr(addr, UdpSocket::bind).map(UdpSocket)
    |

error[E0412]: cannot find type `UdpSocket` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:818:23
    |
818 | impl AsInner for UdpSocket {
    |                       ^^^^^^^^^
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/net.rs:30:1
    |
30  | pub struct Socket(FileDesc);
    | ---------------------------- similarly named struct `Socket` defined here
    |
help: a struct with a similar name exists
    |
818 | impl AsInner for UdpSocket {
    |                       ~~~~~~
help: consider importing this struct through its public re-export
    |
4   + use crate::net::UdpSocket;
    |
help: if you import `UdpSocket`, refer to it directly
    |
818 - impl AsInner for UdpSocket {
818 + impl AsInner for UdpSocket {
    |

error[E0412]: cannot find type `UdpSocket` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:820:37
    |
820 |     fn as_inner(&self) -> &net_imp::UdpSocket {
    |                                     ^^^^^^^^^
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/net.rs:30:1
    |
30  | pub struct Socket(FileDesc);
    | ---------------------------- similarly named struct `Socket` defined here
    |
help: a struct with a similar name exists
    |
820 |     fn as_inner(&self) -> &net_imp::Socket {
    |                                     ~~~~~~
help: consider importing this struct through its public re-export
    |
4   + use crate::net::UdpSocket;
    |
help: if you import `UdpSocket`, refer to it directly
    |
820 -     fn as_inner(&self) -> &net_imp::UdpSocket {
820 +     fn as_inner(&self) -> &UdpSocket {
    |

error[E0412]: cannot find type `UdpSocket` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:825:25
    |
825 | impl FromInner for UdpSocket {
    |                         ^^^^^^^^^
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/net.rs:30:1
    |
30  | pub struct Socket(FileDesc);
    | ---------------------------- similarly named struct `Socket` defined here
    |
help: a struct with a similar name exists
    |
825 | impl FromInner for UdpSocket {
    |                         ~~~~~~
help: consider importing this struct through its public re-export
    |
4   + use crate::net::UdpSocket;
    |
help: if you import `UdpSocket`, refer to it directly
    |
825 - impl FromInner for UdpSocket {
825 + impl FromInner for UdpSocket {
    |

error[E0412]: cannot find type `UdpSocket` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:826:35
    |
826 |     fn from_inner(inner: net_imp::UdpSocket) -> UdpSocket {
    |                                   ^^^^^^^^^
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/net.rs:30:1
    |
30  | pub struct Socket(FileDesc);
    | ---------------------------- similarly named struct `Socket` defined here
    |
help: a struct with a similar name exists
    |
826 |     fn from_inner(inner: net_imp::Socket) -> UdpSocket {
    |                                   ~~~~~~
help: consider importing this struct through its public re-export
    |
4   + use crate::net::UdpSocket;
    |
help: if you import `UdpSocket`, refer to it directly
    |
826 -     fn from_inner(inner: net_imp::UdpSocket) -> UdpSocket {
826 +     fn from_inner(inner: UdpSocket) -> UdpSocket {
    |

error[E0412]: cannot find type `UdpSocket` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:831:25
    |
831 | impl IntoInner for UdpSocket {
    |                         ^^^^^^^^^
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/net.rs:30:1
    |
30  | pub struct Socket(FileDesc);
    | ---------------------------- similarly named struct `Socket` defined here
    |
help: a struct with a similar name exists
    |
831 | impl IntoInner for UdpSocket {
    |                         ~~~~~~
help: consider importing this struct through its public re-export
    |
4   + use crate::net::UdpSocket;
    |
help: if you import `UdpSocket`, refer to it directly
    |
831 - impl IntoInner for UdpSocket {
831 + impl IntoInner for UdpSocket {
    |

error[E0412]: cannot find type `UdpSocket` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:832:37
    |
832 |     fn into_inner(self) -> net_imp::UdpSocket {
    |                                     ^^^^^^^^^
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/net.rs:30:1
    |
30  | pub struct Socket(FileDesc);
    | ---------------------------- similarly named struct `Socket` defined here
    |
help: a struct with a similar name exists
    |
832 |     fn into_inner(self) -> net_imp::Socket {
    |                                     ~~~~~~
help: consider importing this struct through its public re-export
    |
4   + use crate::net::UdpSocket;
    |
help: if you import `UdpSocket`, refer to it directly
    |
832 -     fn into_inner(self) -> net_imp::UdpSocket {
832 +     fn into_inner(self) -> UdpSocket {
    |

error[E0433]: failed to resolve: could not find `TcpStream` in `net`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:33:21
   |
33 | impl_from_raw_fd! { TcpStream TcpListener UdpSocket }
   |                     ^^^^^^^^^ could not find `TcpStream` in `net`
   |
help: consider importing this struct through its public re-export
   |
1  + use crate::net::TcpStream;
   |

error[E0433]: failed to resolve: could not find `TcpListener` in `net`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:33:31
   |
33 | impl_from_raw_fd! { TcpStream TcpListener UdpSocket }
   |                               ^^^^^^^^^^^ could not find `TcpListener` in `net`
   |
help: consider importing this struct through its public re-export
   |
1  + use crate::net::TcpListener;
   |

error[E0433]: failed to resolve: could not find `UdpSocket` in `net`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:33:43
   |
33 | impl_from_raw_fd! { TcpStream TcpListener UdpSocket }
   |                                           ^^^^^^^^^ could not find `UdpSocket` in `net`
   |
help: a struct with a similar name exists
   |
33 | impl_from_raw_fd! { TcpStream TcpListener Socket }
   |                                           ~~~~~~
help: consider importing this struct through its public re-export
   |
1  + use crate::net::UdpSocket;
   |

error[E0433]: failed to resolve: use of undeclared crate or module `imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/args.rs:14:5
    |
14  |     imp::init(argc, argv)
    |     ^^^ use of undeclared crate or module `imp`
    |
note: module `crate::sys::stack_overflow::imp` exists but is inaccessible
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/stack_overflow.rs:203:1
    |
203 | mod imp {
    | ^^^^^^^ not accessible

warning: unused import: `crate::ffi::CStr`
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/thread.rs:2:5
  |
2 | use crate::ffi::CStr;
  |     ^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

error[E0599]: no function or associated item named `set_name` found for struct `sys::unix::thread::Thread` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/mod.rs:517:30
    |
517 |                 imp::Thread::set_name(name);
    |                              ^^^^^^^^ function or associated item not found in `Thread`
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/thread.rs:40:1
    |
40  | pub struct Thread {
    | ----------------- function or associated item `set_name` not found for this struct

error[E0599]: no method named `st_dev` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:725:14
    |
725 |         self.st_dev()
    |              ^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_ino` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:728:14
    |
728 |         self.st_ino()
    |              ^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_mode` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:731:14
    |
731 |         self.st_mode()
    |              ^^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_nlink` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:734:14
    |
734 |         self.st_nlink()
    |              ^^^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_uid` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:737:14
    |
737 |         self.st_uid()
    |              ^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_gid` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:740:14
    |
740 |         self.st_gid()
    |              ^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_rdev` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:743:14
    |
743 |         self.st_rdev()
    |              ^^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_size` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:746:14
    |
746 |         self.st_size()
    |              ^^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_atime` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:749:14
    |
749 |         self.st_atime()
    |              ^^^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_atime_nsec` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:752:14
    |
752 |         self.st_atime_nsec()
    |              ^^^^^^^^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_mtime` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:755:14
    |
755 |         self.st_mtime()
    |              ^^^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_mtime_nsec` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:758:14
    |
758 |         self.st_mtime_nsec()
    |              ^^^^^^^^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_ctime` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:761:14
    |
761 |         self.st_ctime()
    |              ^^^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_ctime_nsec` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:764:14
    |
764 |         self.st_ctime_nsec()
    |              ^^^^^^^^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_blksize` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:767:14
    |
767 |         self.st_blksize()
    |              ^^^^^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `st_blocks` found for reference `&fs::Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:770:14
    |
770 |         self.st_blocks()
    |              ^^^^^^^^^ method not found in `&Metadata`

error[E0599]: no method named `ino` found for reference `&sys::unix::fs::DirEntry` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:902:25
    |
902 |         self.as_inner().ino()
    |                         ^^^ method not found in `&DirEntry`
    |
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following traits define an item `ino`, perhaps you need to implement one of them:
            candidate #1: `os::unix::fs::MetadataExt`
            candidate #2: `os::unix::fs::DirEntryExt`

error[E0599]: no method named `as_inner` found for reference `&net::tcp::TcpStream` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:309:14
    |
309 |         self.as_inner().socket().as_fd()
    |              ^^^^^^^^ method not found in `&TcpStream`

error[E0599]: no method named `into_inner` found for struct `net::tcp::TcpStream` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:317:20
    |
317 |         tcp_stream.into_inner().into_socket().into_inner().into_inner().into()
    |                    ^^^^^^^^^^ method not found in `TcpStream`
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:50:1
    |
50  | pub struct TcpStream(net_imp::TcpStream);
    | -------------------- method `into_inner` not found for this struct

error[E0599]: no function or associated item named `from_inner` found for struct `net::tcp::TcpStream` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:325:15
    |
325 |         Self::from_inner(FromInner::from_inner(FromInner::from_inner(FromInner::from_inner(
    |               ^^^^^^^^^^ function or associated item not found in `TcpStream`
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:50:1
    |
50  | pub struct TcpStream(net_imp::TcpStream);
    | -------------------- function or associated item `from_inner` not found for this struct

error[E0599]: no method named `as_inner` found for reference `&net::tcp::TcpListener` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:335:14
    |
335 |         self.as_inner().socket().as_fd()
    |              ^^^^^^^^ method not found in `&TcpListener`

error[E0599]: no method named `into_inner` found for struct `net::tcp::TcpListener` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:343:22
    |
343 |         tcp_listener.into_inner().into_socket().into_inner().into_inner().into()
    |                      ^^^^^^^^^^ method not found in `TcpListener`
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:86:1
    |
86  | pub struct TcpListener(net_imp::TcpListener);
    | ---------------------- method `into_inner` not found for this struct

error[E0599]: no function or associated item named `from_inner` found for struct `net::tcp::TcpListener` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:351:15
    |
351 |         Self::from_inner(FromInner::from_inner(FromInner::from_inner(FromInner::from_inner(
    |               ^^^^^^^^^^ function or associated item not found in `TcpListener`
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:86:1
    |
86  | pub struct TcpListener(net_imp::TcpListener);
    | ---------------------- function or associated item `from_inner` not found for this struct

error[E0599]: no method named `as_inner` found for reference `&net::udp::UdpSocket` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:361:14
    |
361 |         self.as_inner().socket().as_fd()
    |              ^^^^^^^^ method not found in `&UdpSocket`

error[E0599]: no method named `into_inner` found for struct `net::udp::UdpSocket` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:369:20
    |
369 |         udp_socket.into_inner().into_socket().into_inner().into_inner().into()
    |                    ^^^^^^^^^^ method not found in `UdpSocket`
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:58:1
    |
58  | pub struct UdpSocket(net_imp::UdpSocket);
    | -------------------- method `into_inner` not found for this struct

error[E0599]: no function or associated item named `from_inner` found for struct `net::udp::UdpSocket` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:377:15
    |
377 |         Self::from_inner(FromInner::from_inner(FromInner::from_inner(FromInner::from_inner(
    |               ^^^^^^^^^^ function or associated item not found in `UdpSocket`
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:58:1
    |
58  | pub struct UdpSocket(net_imp::UdpSocket);
    | -------------------- function or associated item `from_inner` not found for this struct

error[E0599]: no method named `as_inner` found for reference `&net::tcp::TcpStream` in the current scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:12:22
   |
12 |                 self.as_inner().socket().as_raw_fd()
   |                      ^^^^^^^^ method not found in `&TcpStream`
...
17 | impl_as_raw_fd! { TcpStream TcpListener UdpSocket }
   | --------------------------------------------------- in this macro invocation
   |
   = note: this error originates in the macro `impl_as_raw_fd` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0599]: no method named `as_inner` found for reference `&net::tcp::TcpListener` in the current scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:12:22
   |
12 |                 self.as_inner().socket().as_raw_fd()
   |                      ^^^^^^^^ method not found in `&TcpListener`
...
17 | impl_as_raw_fd! { TcpStream TcpListener UdpSocket }
   | --------------------------------------------------- in this macro invocation
   |
   = note: this error originates in the macro `impl_as_raw_fd` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0599]: no method named `as_inner` found for reference `&net::udp::UdpSocket` in the current scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:12:22
   |
12 |                 self.as_inner().socket().as_raw_fd()
   |                      ^^^^^^^^ method not found in `&UdpSocket`
...
17 | impl_as_raw_fd! { TcpStream TcpListener UdpSocket }
   | --------------------------------------------------- in this macro invocation
   |
   = note: this error originates in the macro `impl_as_raw_fd` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0599]: no function or associated item named `from_inner` found for struct `net::tcp::TcpStream` in the current scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:27:30
   |
27 |                     net::$t::from_inner(sys_common::net::$t::from_inner(socket))
   |                              ^^^^^^^^^^ function or associated item not found in `TcpStream`
...
33 | impl_from_raw_fd! { TcpStream TcpListener UdpSocket }
   | ----------------------------------------------------- in this macro invocation
   |
  ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:50:1
   |
50 | pub struct TcpStream(net_imp::TcpStream);
   | -------------------- function or associated item `from_inner` not found for this struct
   |
   = note: this error originates in the macro `impl_from_raw_fd` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0599]: no function or associated item named `from_inner` found for struct `net::tcp::TcpListener` in the current scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:27:30
   |
27 |                     net::$t::from_inner(sys_common::net::$t::from_inner(socket))
   |                              ^^^^^^^^^^ function or associated item not found in `TcpListener`
...
33 | impl_from_raw_fd! { TcpStream TcpListener UdpSocket }
   | ----------------------------------------------------- in this macro invocation
   |
  ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:86:1
   |
86 | pub struct TcpListener(net_imp::TcpListener);
   | ---------------------- function or associated item `from_inner` not found for this struct
   |
   = note: this error originates in the macro `impl_from_raw_fd` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0599]: no function or associated item named `from_inner` found for struct `net::udp::UdpSocket` in the current scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:27:30
   |
27 |                     net::$t::from_inner(sys_common::net::$t::from_inner(socket))
   |                              ^^^^^^^^^^ function or associated item not found in `UdpSocket`
...
33 | impl_from_raw_fd! { TcpStream TcpListener UdpSocket }
   | ----------------------------------------------------- in this macro invocation
   |
  ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:58:1
   |
58 | pub struct UdpSocket(net_imp::UdpSocket);
   | -------------------- function or associated item `from_inner` not found for this struct
   |
   = note: this error originates in the macro `impl_from_raw_fd` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0599]: no method named `into_inner` found for struct `net::tcp::TcpStream` in the current scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:41:22
   |
41 |                 self.into_inner().into_socket().into_inner().into_inner().into_raw_fd()
   |                      ^^^^^^^^^^ method not found in `TcpStream`
...
46 | impl_into_raw_fd! { TcpStream TcpListener UdpSocket }
   | ----------------------------------------------------- in this macro invocation
   |
  ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:50:1
   |
50 | pub struct TcpStream(net_imp::TcpStream);
   | -------------------- method `into_inner` not found for this struct
   |
   = note: this error originates in the macro `impl_into_raw_fd` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0599]: no method named `into_inner` found for struct `net::tcp::TcpListener` in the current scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:41:22
   |
41 |                 self.into_inner().into_socket().into_inner().into_inner().into_raw_fd()
   |                      ^^^^^^^^^^ method not found in `TcpListener`
...
46 | impl_into_raw_fd! { TcpStream TcpListener UdpSocket }
   | ----------------------------------------------------- in this macro invocation
   |
  ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:86:1
   |
86 | pub struct TcpListener(net_imp::TcpListener);
   | ---------------------- method `into_inner` not found for this struct
   |
   = note: this error originates in the macro `impl_into_raw_fd` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0599]: no method named `into_inner` found for struct `net::udp::UdpSocket` in the current scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:41:22
   |
41 |                 self.into_inner().into_socket().into_inner().into_inner().into_raw_fd()
   |                      ^^^^^^^^^^ method not found in `UdpSocket`
...
46 | impl_into_raw_fd! { TcpStream TcpListener UdpSocket }
   | ----------------------------------------------------- in this macro invocation
   |
  ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:58:1
   |
58 | pub struct UdpSocket(net_imp::UdpSocket);
   | -------------------- method `into_inner` not found for this struct
   |
   = note: this error originates in the macro `impl_into_raw_fd` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0433]: failed to resolve: use of undeclared crate or module `imp`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/args.rs:19:5
   |
19 |     imp::args()
   |     ^^^ use of undeclared crate or module `imp`

error[E0609]: no field `st_mtime_nsec` on type `libc::stat`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/fs.rs:484:65
    |
484 |         Ok(SystemTime::new(self.stat.st_mtime as i64, self.stat.st_mtime_nsec as i64))
    |                                                                 ^^^^^^^^^^^^^ unknown field
    |
    = note: available fields are: `st_dev`, `st_ino`, `st_mode`, `st_nlink`, `st_flag` ... and 16 others

error[E0605]: non-primitive cast: `libc::st_timespec` as `i64`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/fs.rs:484:28
    |
484 |         Ok(SystemTime::new(self.stat.st_mtime as i64, self.stat.st_mtime_nsec as i64))
    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^ an `as` expression can only be used to convert between primitive types or to coerce to a specific trait object

error[E0609]: no field `st_atime_nsec` on type `libc::stat`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/fs.rs:512:65
    |
512 |         Ok(SystemTime::new(self.stat.st_atime as i64, self.stat.st_atime_nsec as i64))
    |                                                                 ^^^^^^^^^^^^^ unknown field
    |
    = note: available fields are: `st_dev`, `st_ino`, `st_mode`, `st_nlink`, `st_flag` ... and 16 others

error[E0605]: non-primitive cast: `libc::st_timespec` as `i64`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/fs.rs:512:28
    |
512 |         Ok(SystemTime::new(self.stat.st_atime as i64, self.stat.st_atime_nsec as i64))
    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^ an `as` expression can only be used to convert between primitive types or to coerce to a specific trait object

error[E0609]: no field `d_type` on type `libc::dirent`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/fs.rs:893:26
    |
893 |         match self.entry.d_type {
    |                          ^^^^^^ unknown field
    |
    = note: available fields are: `d_offset`, `d_ino`, `d_reclen`, `d_namlen`, `d_name`

error[E0599]: no method named `into_inner` found for reference `&core::net::SocketAddr` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/net.rs:146:36
    |
146 |             let (addr, len) = addr.into_inner();
    |                                    ^^^^^^^^^^ method not found in `&SocketAddr`

error[E0599]: no function or associated item named `set_name` found for struct `sys::unix::thread::Thread` in the current scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/mod.rs:78:25
   |
78 |         thread::Thread::set_name(&CStr::from_bytes_with_nul_unchecked(b"main\0"));
   |                         ^^^^^^^^ function or associated item not found in `Thread`
   |
  ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/thread.rs:40:1
   |
40 | pub struct Thread {
   | ----------------- function or associated item `set_name` not found for this struct

warning: unused import: `IntoInner`
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:3:51
  |
3 | use crate::sys_common::{self, AsInner, FromInner, IntoInner};
  |                                                   ^^^^^^^^^

warning: unused import: `AsInner`
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-10-09-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:3:31
  |
3 | use crate::sys_common::{self, AsInner, FromInner, IntoInner};
  |                               ^^^^^^^

Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599, E0605, E0609.
For more information about an error, try `rustc --explain E0412`.
warning: `std` (lib) generated 3 warnings
error: could not compile `std` (lib) due to 82 previous errors; 3 warnings emitted
fatal error: failed to build sysroot: sysroot build failed