Build results for nightly-2025-02-11 target x86_64-unknown-l4re-uclibc std
Home
error
Preparing a sysroot for Miri (target: x86_64-unknown-l4re-uclibc)...
Compiling compiler_builtins v0.1.146
Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling libc v0.2.169
Compiling object v0.36.7
Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-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-2025-02-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-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
Checking cfg-if v1.0.0
Checking adler2 v2.0.0
Checking memchr v2.7.4
Checking rustc-demangle v0.1.24
Checking unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
Checking rustc-std-workspace-alloc v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-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-2025-02-11-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-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
Checking gimli v0.31.1
Checking hashbrown v0.15.2
Checking miniz_oxide v0.8.3
Checking std_detect v0.1.5 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect)
Checking addr2line v0.24.2
warning: dropping unsupported crate type `dylib` for target `x86_64-unknown-l4re-uclibc`
error[E0432]: unresolved import `crate::sys::unsupported`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/net/connection/unsupported.rs:4:5
|
4 | use crate::sys::unsupported;
| ^^^^^^^^^^^^^^^^^^^^^^^ no `unsupported` in `sys`
|
help: consider importing this module instead
|
4 | use crate::sys::net::connection::unsupported;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error[E0432]: unresolved import `crate::sys::net::Socket`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/datagram.rs:25:5
|
25 | use crate::sys::net::Socket;
| ^^^^^^^^^^^^^^^^^^^^^^^ no `Socket` in `sys::net`
error[E0432]: unresolved import `crate::sys::net::Socket`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/listener.rs:5:5
|
5 | use crate::sys::net::Socket;
| ^^^^^^^^^^^^^^^^^^^^^^^ no `Socket` in `sys::net`
error[E0432]: unresolved import `crate::sys::net::Socket`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/stream.rs:22:5
|
22 | use crate::sys::net::Socket;
| ^^^^^^^^^^^^^^^^^^^^^^^ no `Socket` in `sys::net`
error[E0433]: failed to resolve: could not find `Socket` in `net`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:26:44
|
26 | let socket = sys::net::Socket::from_inner(FromInner::from_inner(OwnedFd::from_raw_fd(fd)));
| ^^^^^^ could not find `Socket` in `net`
...
33 | impl_from_raw_fd! { TcpStream TcpListener UdpSocket }
| ----------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_from_raw_fd` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: could not find `Socket` in `net`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:26:44
|
26 | let socket = sys::net::Socket::from_inner(FromInner::from_inner(OwnedFd::from_raw_fd(fd)));
| ^^^^^^ could not find `Socket` in `net`
...
33 | impl_from_raw_fd! { TcpStream TcpListener UdpSocket }
| ----------------------------------------------------- in this macro invocation
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
= note: this error originates in the macro `impl_from_raw_fd` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find unit struct, unit variant or constant `EINPROGRESS` in crate `libc`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/mod.rs:277:15
|
277 | libc::EINPROGRESS => InProgress,
| ^^^^^^^^^^^ not found in `libc`
error[E0599]: no method named `socket` found for reference `&sys::net::connection::unsupported::TcpStream` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:317:25
|
317 | self.as_inner().socket().as_fd()
| ^^^^^^
|
help: there is a method `socket_addr` with a similar name
|
317 | self.as_inner().socket_addr().as_fd()
| ~~~~~~~~~~~
error[E0599]: no method named `into_socket` found for struct `sys::net::connection::unsupported::TcpStream` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:326:33
|
326 | tcp_stream.into_inner().into_socket().into_inner().into_inner().into()
| ^^^^^^^^^^^ method not found in `TcpStream`
|
::: /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/net/connection/unsupported.rs:7:1
|
7 | pub struct TcpStream(!);
| -------------------- method `into_socket` not found for this struct
error[E0277]: the trait bound `sys::net::connection::unsupported::TcpStream: sys_common::FromInner<_>` is not satisfied
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:334:48
|
334 | Self::from_inner(FromInner::from_inner(FromInner::from_inner(FromInner::from_inner(
| __________________________---------------------_^
| | |
| | required by a bound introduced by this call
335 | | owned_fd,
336 | | ))))
| |__________^ the trait `sys_common::FromInner<_>` is not implemented for `sys::net::connection::unsupported::TcpStream`
|
= help: the following other types implement trait `sys_common::FromInner<Inner>`:
`core::net::Ipv4Addr` implements `sys_common::FromInner<sys::net::connection::unsupported::netc::in_addr>`
`core::net::Ipv6Addr` implements `sys_common::FromInner<sys::net::connection::unsupported::netc::in6_addr>`
`core::net::SocketAddrV4` implements `sys_common::FromInner<sys::net::connection::unsupported::netc::sockaddr_in>`
`core::net::SocketAddrV6` implements `sys_common::FromInner<sys::net::connection::unsupported::netc::sockaddr_in6>`
`ffi::os_str::OsString` implements `sys_common::FromInner<sys::os_str::bytes::Buf>`
`fs::File` implements `sys_common::FromInner<sys::pal::unix::fs::File>`
`fs::Metadata` implements `sys_common::FromInner<sys::pal::unix::fs::FileAttr>`
`fs::Permissions` implements `sys_common::FromInner<sys::pal::unix::fs::FilePermissions>`
and 15 others
error[E0599]: no method named `socket` found for reference `&sys::net::connection::unsupported::TcpListener` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:344:25
|
344 | self.as_inner().socket().as_fd()
| ^^^^^^
|
help: there is a method `socket_addr` with a similar name
|
344 | self.as_inner().socket_addr().as_fd()
| ~~~~~~~~~~~
error[E0599]: no method named `into_socket` found for struct `sys::net::connection::unsupported::TcpListener` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:353:35
|
353 | tcp_listener.into_inner().into_socket().into_inner().into_inner().into()
| ^^^^^^^^^^^ method not found in `TcpListener`
|
::: /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/net/connection/unsupported.rs:121:1
|
121 | pub struct TcpListener(!);
| ---------------------- method `into_socket` not found for this struct
error[E0277]: the trait bound `sys::net::connection::unsupported::TcpListener: sys_common::FromInner<_>` is not satisfied
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:361:48
|
361 | Self::from_inner(FromInner::from_inner(FromInner::from_inner(FromInner::from_inner(
| __________________________---------------------_^
| | |
| | required by a bound introduced by this call
362 | | owned_fd,
363 | | ))))
| |__________^ the trait `sys_common::FromInner<_>` is not implemented for `sys::net::connection::unsupported::TcpListener`
|
= help: the following other types implement trait `sys_common::FromInner<Inner>`:
`core::net::Ipv4Addr` implements `sys_common::FromInner<sys::net::connection::unsupported::netc::in_addr>`
`core::net::Ipv6Addr` implements `sys_common::FromInner<sys::net::connection::unsupported::netc::in6_addr>`
`core::net::SocketAddrV4` implements `sys_common::FromInner<sys::net::connection::unsupported::netc::sockaddr_in>`
`core::net::SocketAddrV6` implements `sys_common::FromInner<sys::net::connection::unsupported::netc::sockaddr_in6>`
`ffi::os_str::OsString` implements `sys_common::FromInner<sys::os_str::bytes::Buf>`
`fs::File` implements `sys_common::FromInner<sys::pal::unix::fs::File>`
`fs::Metadata` implements `sys_common::FromInner<sys::pal::unix::fs::FileAttr>`
`fs::Permissions` implements `sys_common::FromInner<sys::pal::unix::fs::FilePermissions>`
and 15 others
error[E0599]: no method named `socket` found for reference `&sys::net::connection::unsupported::UdpSocket` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:371:25
|
371 | self.as_inner().socket().as_fd()
| ^^^^^^
|
help: there is a method `socket_addr` with a similar name
|
371 | self.as_inner().socket_addr().as_fd()
| ~~~~~~~~~~~
error[E0599]: no method named `into_socket` found for struct `sys::net::connection::unsupported::UdpSocket` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:380:33
|
380 | udp_socket.into_inner().into_socket().into_inner().into_inner().into()
| ^^^^^^^^^^^ method not found in `UdpSocket`
|
::: /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/net/connection/unsupported.rs:171:1
|
171 | pub struct UdpSocket(!);
| -------------------- method `into_socket` not found for this struct
error[E0277]: the trait bound `sys::net::connection::unsupported::UdpSocket: sys_common::FromInner<_>` is not satisfied
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/owned.rs:388:48
|
388 | Self::from_inner(FromInner::from_inner(FromInner::from_inner(FromInner::from_inner(
| __________________________---------------------_^
| | |
| | required by a bound introduced by this call
389 | | owned_fd,
390 | | ))))
| |__________^ the trait `sys_common::FromInner<_>` is not implemented for `sys::net::connection::unsupported::UdpSocket`
|
= help: the following other types implement trait `sys_common::FromInner<Inner>`:
`core::net::Ipv4Addr` implements `sys_common::FromInner<sys::net::connection::unsupported::netc::in_addr>`
`core::net::Ipv6Addr` implements `sys_common::FromInner<sys::net::connection::unsupported::netc::in6_addr>`
`core::net::SocketAddrV4` implements `sys_common::FromInner<sys::net::connection::unsupported::netc::sockaddr_in>`
`core::net::SocketAddrV6` implements `sys_common::FromInner<sys::net::connection::unsupported::netc::sockaddr_in6>`
`ffi::os_str::OsString` implements `sys_common::FromInner<sys::os_str::bytes::Buf>`
`fs::File` implements `sys_common::FromInner<sys::pal::unix::fs::File>`
`fs::Metadata` implements `sys_common::FromInner<sys::pal::unix::fs::FileAttr>`
`fs::Permissions` implements `sys_common::FromInner<sys::pal::unix::fs::FilePermissions>`
and 15 others
error[E0599]: no method named `socket` found for reference `&sys::net::connection::unsupported::TcpStream` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:12:33
|
12 | self.as_inner().socket().as_raw_fd()
| ^^^^^^
...
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)
help: there is a method `socket_addr` with a similar name
|
12 | self.as_inner().socket_addr().as_raw_fd()
| ~~~~~~~~~~~
error[E0599]: no method named `socket` found for reference `&sys::net::connection::unsupported::TcpListener` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:12:33
|
12 | self.as_inner().socket().as_raw_fd()
| ^^^^^^
...
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)
help: there is a method `socket_addr` with a similar name
|
12 | self.as_inner().socket_addr().as_raw_fd()
| ~~~~~~~~~~~
error[E0599]: no method named `socket` found for reference `&sys::net::connection::unsupported::UdpSocket` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:12:33
|
12 | self.as_inner().socket().as_raw_fd()
| ^^^^^^
...
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)
help: there is a method `socket_addr` with a similar name
|
12 | self.as_inner().socket_addr().as_raw_fd()
| ~~~~~~~~~~~
error[E0599]: no function or associated item named `from_inner` found for struct `sys::net::connection::unsupported::TcpStream` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:27:55
|
27 | net::$t::from_inner(sys::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-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/net/connection/unsupported.rs:7:1
|
7 | pub struct TcpStream(!);
| -------------------- function or associated item `from_inner` not found for this struct
|
note: if you're trying to build a new `sys::net::connection::unsupported::TcpStream` consider using one of the following associated functions:
sys::net::connection::unsupported::TcpStream::connect
sys::net::connection::unsupported::TcpStream::connect_timeout
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/net/connection/unsupported.rs:10:5
|
10 | pub fn connect(_: io::Result<&SocketAddr>) -> io::Result<TcpStream> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
14 | pub fn connect_timeout(_: &SocketAddr, _: Duration) -> io::Result<TcpStream> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: items from traits can only be used if the trait is implemented and in scope
note: `sys_common::FromInner` defines an item `from_inner`, perhaps you need to implement it
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys_common/mod.rs:52:1
|
52 | pub trait FromInner<Inner> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
= 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 `sys::net::connection::unsupported::TcpListener` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:27:55
|
27 | net::$t::from_inner(sys::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-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/net/connection/unsupported.rs:121:1
|
121 | pub struct TcpListener(!);
| ---------------------- function or associated item `from_inner` not found for this struct
|
note: if you're trying to build a new `sys::net::connection::unsupported::TcpListener`, consider using `sys::net::connection::unsupported::TcpListener::bind` which returns `core::result::Result<sys::net::connection::unsupported::TcpListener, io::error::Error>`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/net/connection/unsupported.rs:124:5
|
124 | pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<TcpListener> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: items from traits can only be used if the trait is implemented and in scope
note: `sys_common::FromInner` defines an item `from_inner`, perhaps you need to implement it
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys_common/mod.rs:52:1
|
52 | pub trait FromInner<Inner> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
= 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 `sys::net::connection::unsupported::UdpSocket` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:27:55
|
27 | net::$t::from_inner(sys::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-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/net/connection/unsupported.rs:171:1
|
171 | pub struct UdpSocket(!);
| -------------------- function or associated item `from_inner` not found for this struct
|
note: if you're trying to build a new `sys::net::connection::unsupported::UdpSocket`, consider using `sys::net::connection::unsupported::UdpSocket::bind` which returns `core::result::Result<sys::net::connection::unsupported::UdpSocket, io::error::Error>`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/net/connection/unsupported.rs:174:5
|
174 | pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<UdpSocket> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: items from traits can only be used if the trait is implemented and in scope
note: `sys_common::FromInner` defines an item `from_inner`, perhaps you need to implement it
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys_common/mod.rs:52:1
|
52 | pub trait FromInner<Inner> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
= 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_socket` found for struct `sys::net::connection::unsupported::TcpStream` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:41:35
|
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-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/net/connection/unsupported.rs:7:1
|
7 | pub struct TcpStream(!);
| -------------------- method `into_socket` 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_socket` found for struct `sys::net::connection::unsupported::TcpListener` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:41:35
|
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-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/net/connection/unsupported.rs:121:1
|
121 | pub struct TcpListener(!);
| ---------------------- method `into_socket` 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_socket` found for struct `sys::net::connection::unsupported::UdpSocket` in the current scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/fd/net.rs:41:35
|
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-2025-02-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/net/connection/unsupported.rs:171:1
|
171 | pub struct UdpSocket(!);
| -------------------- method `into_socket` 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)
Some errors have detailed explanations: E0277, E0432, E0433, E0531, E0599.
For more information about an error, try `rustc --explain E0277`.
warning: `std` (lib) generated 1 warning
error: could not compile `std` (lib) due to 26 previous errors; 1 warning emitted
fatal error: failed to build sysroot: sysroot build failed
Build history for target x86_64-unknown-l4re-uclibc
Build state for nightly 2025-02-11