Build results for nightly-2023-01-11 target aarch64-apple-tvos miri-std

error
Preparing a sysroot for Miri (target: aarch64-apple-tvos)...
   Compiling compiler_builtins v0.1.85
    Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
   Compiling libc v0.2.138
   Compiling cc v1.0.76
   Compiling memchr v2.5.0
   Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
   Compiling unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
    Checking rustc-std-workspace-core v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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-01-11-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.21
    Checking rustc-std-workspace-alloc v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
    Checking panic_abort v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
    Checking panic_unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind)
    Checking gimli v0.26.1
    Checking object v0.29.0
    Checking miniz_oxide v0.5.3
    Checking std_detect v0.1.5 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect)
    Checking hashbrown v0.12.3
    Checking addr2line v0.17.0
error[E0432]: unresolved import `super::platform::fs`
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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-01-11-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-01-11-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-01-11-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-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/env.rs:887:9
    |
887 |     use crate::sys::env::os;
    |         ^^^^^^^^^^^^^^^^^^^ no `os` in `sys::unix::env`
    |
help: consider importing one of these items instead
    |
887 |     use crate::os;
    |         ~~~~~~~~~~
887 |     use crate::sys::os;
    |         ~~~~~~~~~~~~~~~

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

error[E0432]: unresolved imports `crate::sys_common::net::getsockopt`, `crate::sys_common::net::setsockopt`, `crate::sys_common::net::sockaddr_to_addr`, `crate::os::unix::raw::pthread_t`
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/thread.rs:8:5
  |
8 | use crate::os::unix::raw::pthread_t;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
 ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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[E0433]: failed to resolve: could not find `TcpStream` in `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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`

error[E0433]: failed to resolve: could not find `TcpListener` in `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:752:41
    |
752 |         super::each_addr(addr, net_imp::TcpListener::bind).map(TcpListener)
    |                                         ^^^^^^^^^^^ could not find `TcpListener` in `net_imp`

error[E0433]: failed to resolve: could not find `UdpSocket` in `net_imp`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:95:41
   |
95 |         super::each_addr(addr, net_imp::UdpSocket::bind).map(UdpSocket)
   |                                         ^^^^^^^^^ could not find `UdpSocket` in `net_imp`

error[E0425]: cannot find function `current_exe` in module `os_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/env.rs:693:13
    |
693 |     os_imp::current_exe()
    |             ^^^^^^^^^^^ not found in `os_imp`

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

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

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

error[E0412]: cannot find type `TcpStream` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:692:35
    |
692 |     fn from_inner(inner: net_imp::TcpStream) -> TcpStream {
    |                                   ^^^^^^^^^ not found in `net_imp`
    |
help: consider importing this struct
    |
6   | use crate::net::TcpStream;
    |
help: if you import `TcpStream`, refer to it directly
    |
692 -     fn from_inner(inner: net_imp::TcpStream) -> TcpStream {
692 +     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-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:697:25
    |
697 | impl IntoInner for TcpStream {
    |                         ^^^^^^^^^ not found in `net_imp`
    |
help: consider importing this struct
    |
6   | use crate::net::TcpStream;
    |
help: if you import `TcpStream`, refer to it directly
    |
697 - impl IntoInner for TcpStream {
697 + impl IntoInner for TcpStream {
    |

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

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

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

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

error[E0412]: cannot find type `TcpListener` in module `net_imp`
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:1034:35
     |
1034 |     fn from_inner(inner: net_imp::TcpListener) -> TcpListener {
     |                                   ^^^^^^^^^^^ not found in `net_imp`
     |
help: consider importing this struct
     |
6    | use crate::net::TcpListener;
     |
help: if you import `TcpListener`, refer to it directly
     |
1034 -     fn from_inner(inner: net_imp::TcpListener) -> TcpListener {
1034 +     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-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:1039:25
     |
1039 | impl IntoInner for TcpListener {
     |                         ^^^^^^^^^^^ not found in `net_imp`
     |
help: consider importing this struct
     |
6    | use crate::net::TcpListener;
     |
help: if you import `TcpListener`, refer to it directly
     |
1039 - impl IntoInner for TcpListener {
1039 + impl IntoInner for TcpListener {
     |

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

error[E0412]: cannot find type `UdpSocket` in module `net_imp`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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-01-11-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
   |
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[E0412]: cannot find type `UdpSocket` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:790:23
    |
790 | impl AsInner for UdpSocket {
    |                       ^^^^^^^^^
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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
    |
790 | impl AsInner for UdpSocket {
    |                       ~~~~~~
help: consider importing this struct
    |
4   | use crate::net::UdpSocket;
    |
help: if you import `UdpSocket`, refer to it directly
    |
790 - impl AsInner for UdpSocket {
790 + impl AsInner for UdpSocket {
    |

error[E0412]: cannot find type `UdpSocket` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:791:37
    |
791 |     fn as_inner(&self) -> &net_imp::UdpSocket {
    |                                     ^^^^^^^^^
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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
    |
791 |     fn as_inner(&self) -> &net_imp::Socket {
    |                                     ~~~~~~
help: consider importing this struct
    |
4   | use crate::net::UdpSocket;
    |
help: if you import `UdpSocket`, refer to it directly
    |
791 -     fn as_inner(&self) -> &net_imp::UdpSocket {
791 +     fn as_inner(&self) -> &UdpSocket {
    |

error[E0412]: cannot find type `UdpSocket` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:796:25
    |
796 | impl FromInner for UdpSocket {
    |                         ^^^^^^^^^
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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
    |
796 | impl FromInner for UdpSocket {
    |                         ~~~~~~
help: consider importing this struct
    |
4   | use crate::net::UdpSocket;
    |
help: if you import `UdpSocket`, refer to it directly
    |
796 - impl FromInner for UdpSocket {
796 + impl FromInner for UdpSocket {
    |

error[E0412]: cannot find type `UdpSocket` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:797:35
    |
797 |     fn from_inner(inner: net_imp::UdpSocket) -> UdpSocket {
    |                                   ^^^^^^^^^
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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
    |
797 |     fn from_inner(inner: net_imp::Socket) -> UdpSocket {
    |                                   ~~~~~~
help: consider importing this struct
    |
4   | use crate::net::UdpSocket;
    |
help: if you import `UdpSocket`, refer to it directly
    |
797 -     fn from_inner(inner: net_imp::UdpSocket) -> UdpSocket {
797 +     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-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:802:25
    |
802 | impl IntoInner for UdpSocket {
    |                         ^^^^^^^^^
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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
    |
802 | impl IntoInner for UdpSocket {
    |                         ~~~~~~
help: consider importing this struct
    |
4   | use crate::net::UdpSocket;
    |
help: if you import `UdpSocket`, refer to it directly
    |
802 - impl IntoInner for UdpSocket {
802 + impl IntoInner for UdpSocket {
    |

error[E0412]: cannot find type `UdpSocket` in module `net_imp`
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:803:37
    |
803 |     fn into_inner(self) -> net_imp::UdpSocket {
    |                                     ^^^^^^^^^
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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
    |
803 |     fn into_inner(self) -> net_imp::Socket {
    |                                     ~~~~~~
help: consider importing this struct
    |
4   | use crate::net::UdpSocket;
    |
help: if you import `UdpSocket`, refer to it directly
    |
803 -     fn into_inner(self) -> net_imp::UdpSocket {
803 +     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-01-11-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
   |
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-01-11-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
   |
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-01-11-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
   |
1  | use crate::net::UdpSocket;
   |

error[E0425]: cannot find function `pthread_condattr_setclock` in crate `libc`
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/locks/pthread_condvar.rs:52:40
     |
52   |                 let r = unsafe { libc::pthread_condattr_setclock(attr.as_mut_ptr(), libc::CLOCK_MONOTONIC) };
     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `pthread_condattr_destroy`
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.138/src/unix/mod.rs:1113:5
     |
1113 |     pub fn pthread_condattr_destroy(attr: *mut pthread_condattr_t) -> ::c_int;
     |     ------------------------------------------------------------------------- similarly named function `pthread_condattr_destroy` defined here

error[E0425]: cannot find function `pthread_condattr_setclock` in crate `libc`
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/thread_parking/pthread.rs:128:31
     |
128  |                 let r = libc::pthread_condattr_setclock(attr.as_mut_ptr(), libc::CLOCK_MONOTONIC);
     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `pthread_condattr_destroy`
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.138/src/unix/mod.rs:1113:5
     |
1113 |     pub fn pthread_condattr_destroy(attr: *mut pthread_condattr_t) -> ::c_int;
     |     ------------------------------------------------------------------------- similarly named function `pthread_condattr_destroy` defined here

warning: unused import: `crate::ffi::CStr`
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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 `Thread` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/mod.rs:538:30
    |
538 |                 imp::Thread::set_name(name);
    |                              ^^^^^^^^ function or associated item not found in `Thread`
    |
   ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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 `&Metadata` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:666:14
    |
666 |         self.st_dev()
    |              ^^^^^^ method not found in `&Metadata`

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

error[E0599]: no method named `ino` found for reference `&DirEntry` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/fs.rs:843:25
    |
843 |         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[E0282]: type annotations needed
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:318:26
    |
318 |         Self::from_inner(FromInner::from_inner(FromInner::from_inner(FromInner::from_inner(
    |                          ^^^^^^^^^^^^^^^^^^^^^ cannot infer type of the type parameter `Self` declared on the trait `FromInner`
    |
help: consider specifying the generic argument
    |
318 |         Self::from_inner(FromInner::::from_inner(FromInner::from_inner(FromInner::from_inner(
    |                                   +++++++++

error[E0283]: type annotations needed
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:318:48
     |
318  |         Self::from_inner(FromInner::from_inner(FromInner::from_inner(FromInner::from_inner(
     |                                                ^^^^^^^^^^^^^^^^^^^^^ --------------------- type must be known at this point
     |                                                |
     |                                                cannot infer type of the type parameter `Self` declared on the trait `FromInner`
     |
note: multiple `impl`s satisfying `_: sys_common::FromInner` found
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:691:1
     |
691  | impl FromInner for TcpStream {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
1033 | impl FromInner for TcpListener {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
    ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:796:1
     |
796  | impl FromInner for UdpSocket {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
    ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/fd.rs:301:1
     |
301  | impl FromInner for FileDesc {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: consider specifying the generic argument
     |
318  |         Self::from_inner(FromInner::from_inner(FromInner::::from_inner(FromInner::from_inner(
     |                                                         +++++++++

error[E0282]: type annotations needed
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:344:26
    |
344 |         Self::from_inner(FromInner::from_inner(FromInner::from_inner(FromInner::from_inner(
    |                          ^^^^^^^^^^^^^^^^^^^^^ cannot infer type of the type parameter `Self` declared on the trait `FromInner`
    |
help: consider specifying the generic argument
    |
344 |         Self::from_inner(FromInner::::from_inner(FromInner::from_inner(FromInner::from_inner(
    |                                   +++++++++

error[E0283]: type annotations needed
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:344:48
     |
344  |         Self::from_inner(FromInner::from_inner(FromInner::from_inner(FromInner::from_inner(
     |                                                ^^^^^^^^^^^^^^^^^^^^^ --------------------- type must be known at this point
     |                                                |
     |                                                cannot infer type of the type parameter `Self` declared on the trait `FromInner`
     |
note: multiple `impl`s satisfying `_: sys_common::FromInner` found
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:691:1
     |
691  | impl FromInner for TcpStream {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
1033 | impl FromInner for TcpListener {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
    ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:796:1
     |
796  | impl FromInner for UdpSocket {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
    ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/fd.rs:301:1
     |
301  | impl FromInner for FileDesc {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: consider specifying the generic argument
     |
344  |         Self::from_inner(FromInner::from_inner(FromInner::::from_inner(FromInner::from_inner(
     |                                                         +++++++++

error[E0282]: type annotations needed
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:370:26
    |
370 |         Self::from_inner(FromInner::from_inner(FromInner::from_inner(FromInner::from_inner(
    |                          ^^^^^^^^^^^^^^^^^^^^^ cannot infer type of the type parameter `Self` declared on the trait `FromInner`
    |
help: consider specifying the generic argument
    |
370 |         Self::from_inner(FromInner::::from_inner(FromInner::from_inner(FromInner::from_inner(
    |                                   +++++++++

error[E0283]: type annotations needed
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:370:48
     |
370  |         Self::from_inner(FromInner::from_inner(FromInner::from_inner(FromInner::from_inner(
     |                                                ^^^^^^^^^^^^^^^^^^^^^ --------------------- type must be known at this point
     |                                                |
     |                                                cannot infer type of the type parameter `Self` declared on the trait `FromInner`
     |
note: multiple `impl`s satisfying `_: sys_common::FromInner` found
    --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/tcp.rs:691:1
     |
691  | impl FromInner for TcpStream {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
1033 | impl FromInner for TcpListener {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
    ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/net/udp.rs:796:1
     |
796  | impl FromInner for UdpSocket {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
    ::: /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/fd.rs:301:1
     |
301  | impl FromInner for FileDesc {
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: consider specifying the generic argument
     |
370  |         Self::from_inner(FromInner::from_inner(FromInner::::from_inner(FromInner::from_inner(
     |                                                         +++++++++

error[E0433]: failed to resolve: use of undeclared crate or module `imp`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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`

error[E0433]: failed to resolve: use of undeclared crate or module `imp`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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[E0599]: no method named `into_inner` found for reference `&SocketAddr` in the current scope
   --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/net.rs:142:36
    |
142 |             let (addr, len) = addr.into_inner();
    |                                    ^^^^^^^^^^ method not found in `&SocketAddr`

error[E0599]: no function or associated item named `set_name` found for struct `Thread` in the current scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2023-01-11-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-01-11-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

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