Build results for nightly-2024-09-07 target armv7-rtems-eabihf miri-std
Home
error
Preparing a sysroot for Miri (target: armv7-rtems-eabihf)...
warning: no edition set: defaulting to the 2015 edition while the latest is 2021
Compiling compiler_builtins v0.1.123
Checking core v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling libc v0.2.158
Compiling memchr v2.5.0
Compiling std v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
Checking rustc-std-workspace-core v1.99.0 (/home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
Checking alloc v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-09-07-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.24
Checking unwind v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
Checking rustc-std-workspace-alloc v1.99.0 (/home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
Checking panic_abort v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
Checking panic_unwind v0.0.0 (/home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind)
Checking gimli v0.29.0
Checking hashbrown v0.14.5
Checking std_detect v0.1.5 (/home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect)
Checking object v0.36.2
Checking miniz_oxide v0.7.4
Checking addr2line v0.22.0
warning: dropping unsupported crate type `dylib` for target `armv7-rtems-eabihf`
error[E0412]: cannot find type `sockaddr_un` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/addr.rs:21:33
|
21 | fn sun_path_offset(addr: &libc::sockaddr_un) -> usize {
| ^^^^^^^^^^^ help: a struct with a similar name exists: `sockaddr_in`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/newlib/arm/mod.rs:8:1
|
8 | / s! {
9 | | pub struct sockaddr {
10 | | pub sa_family: ::sa_family_t,
11 | | pub sa_data: [::c_char; 14],
... |
32 | | }
33 | | }
| |_- similarly named struct `sockaddr_in` defined here
error[E0412]: cannot find type `sockaddr_un` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/addr.rs:23:38
|
23 | let base = (addr as *const libc::sockaddr_un).addr();
| ^^^^^^^^^^^ help: a struct with a similar name exists: `sockaddr_in`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/newlib/arm/mod.rs:8:1
|
8 | / s! {
9 | | pub struct sockaddr {
10 | | pub sa_family: ::sa_family_t,
11 | | pub sa_data: [::c_char; 14],
... |
32 | | }
33 | | }
| |_- similarly named struct `sockaddr_in` defined here
error[E0412]: cannot find type `sockaddr_un` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/addr.rs:28:61
|
28 | pub(super) fn sockaddr_un(path: &Path) -> io::Result<(libc::sockaddr_un, libc::socklen_t)> {
| ^^^^^^^^^^^ help: a struct with a similar name exists: `sockaddr_in`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/newlib/arm/mod.rs:8:1
|
8 | / s! {
9 | | pub struct sockaddr {
10 | | pub sa_family: ::sa_family_t,
11 | | pub sa_data: [::c_char; 14],
... |
32 | | }
33 | | }
| |_- similarly named struct `sockaddr_in` defined here
error[E0412]: cannot find type `sockaddr_un` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/addr.rs:30:25
|
30 | let mut addr: libc::sockaddr_un = unsafe { mem::zeroed() };
| ^^^^^^^^^^^ help: a struct with a similar name exists: `sockaddr_in`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/newlib/arm/mod.rs:8:1
|
8 | / s! {
9 | | pub struct sockaddr {
10 | | pub sa_family: ::sa_family_t,
11 | | pub sa_data: [::c_char; 14],
... |
32 | | }
33 | | }
| |_- similarly named struct `sockaddr_in` defined here
error[E0425]: cannot find value `AF_UNIX` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/addr.rs:31:29
|
31 | addr.sun_family = libc::AF_UNIX as libc::sa_family_t;
| ^^^^^^^ not found in `libc`
error[E0412]: cannot find type `sockaddr_un` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/addr.rs:89:28
|
89 | pub(super) addr: libc::sockaddr_un,
| ^^^^^^^^^^^ help: a struct with a similar name exists: `sockaddr_in`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/newlib/arm/mod.rs:8:1
|
8 | / s! {
9 | | pub struct sockaddr {
10 | | pub sa_family: ::sa_family_t,
11 | | pub sa_data: [::c_char; 14],
... |
32 | | }
33 | | }
| |_- similarly named struct `sockaddr_in` defined here
error[E0412]: cannot find type `sockaddr_un` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/addr.rs:99:33
|
99 | let mut addr: libc::sockaddr_un = mem::zeroed();
| ^^^^^^^^^^^ help: a struct with a similar name exists: `sockaddr_in`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/newlib/arm/mod.rs:8:1
|
8 | / s! {
9 | | pub struct sockaddr {
10 | | pub sa_family: ::sa_family_t,
11 | | pub sa_data: [::c_char; 14],
... |
32 | | }
33 | | }
| |_- similarly named struct `sockaddr_in` defined here
error[E0412]: cannot find type `sockaddr_un` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/addr.rs:100:48
|
100 | let mut len = mem::size_of::<libc::sockaddr_un>() as libc::socklen_t;
| ^^^^^^^^^^^ help: a struct with a similar name exists: `sockaddr_in`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/newlib/arm/mod.rs:8:1
|
8 | / s! {
9 | | pub struct sockaddr {
10 | | pub sa_family: ::sa_family_t,
11 | | pub sa_data: [::c_char; 14],
... |
32 | | }
33 | | }
| |_- similarly named struct `sockaddr_in` defined here
error[E0412]: cannot find type `sockaddr_un` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/addr.rs:107:21
|
107 | addr: libc::sockaddr_un,
| ^^^^^^^^^^^ help: a struct with a similar name exists: `sockaddr_in`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/newlib/arm/mod.rs:8:1
|
8 | / s! {
9 | | pub struct sockaddr {
10 | | pub sa_family: ::sa_family_t,
11 | | pub sa_data: [::c_char; 14],
... |
32 | | }
33 | | }
| |_- similarly named struct `sockaddr_in` defined here
error[E0425]: cannot find value `AF_UNIX` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/addr.rs:124:44
|
124 | } else if addr.sun_family != libc::AF_UNIX as libc::sa_family_t {
| ^^^^^^^ not found in `libc`
error[E0425]: cannot find value `AF_UNIX` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/datagram.rs:160:43
|
160 | let inner = Socket::new_raw(libc::AF_UNIX, libc::SOCK_DGRAM)?;
| ^^^^^^^ not found in `libc`
error[E0425]: cannot find value `AF_UNIX` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/datagram.rs:183:47
|
183 | let (i1, i2) = Socket::new_pair(libc::AF_UNIX, libc::SOCK_DGRAM)?;
| ^^^^^^^ not found in `libc`
error[E0425]: cannot find value `AF_UNIX` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/listener.rs:74:47
|
74 | let inner = Socket::new_raw(libc::AF_UNIX, libc::SOCK_STREAM)?;
| ^^^^^^^ not found in `libc`
error[E0425]: cannot find value `SOMAXCONN` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/listener.rs:104:48
|
104 | const backlog: libc::c_int = libc::SOMAXCONN;
| ^^^^^^^^^ not found in `libc`
error[E0425]: cannot find value `AF_UNIX` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/listener.rs:143:47
|
143 | let inner = Socket::new_raw(libc::AF_UNIX, libc::SOCK_STREAM)?;
| ^^^^^^^ not found in `libc`
error[E0412]: cannot find type `sockaddr_un` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/listener.rs:183:32
|
183 | let mut storage: libc::sockaddr_un = unsafe { mem::zeroed() };
| ^^^^^^^^^^^ help: a struct with a similar name exists: `sockaddr_in`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/newlib/arm/mod.rs:8:1
|
8 | / s! {
9 | | pub struct sockaddr {
10 | | pub sa_family: ::sa_family_t,
11 | | pub sa_data: [::c_char; 14],
... |
32 | | }
33 | | }
| |_- similarly named struct `sockaddr_in` defined here
error[E0425]: cannot find value `AF_UNIX` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/stream.rs:84:47
|
84 | let inner = Socket::new_raw(libc::AF_UNIX, libc::SOCK_STREAM)?;
| ^^^^^^^ not found in `libc`
error[E0425]: cannot find value `AF_UNIX` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/stream.rs:118:47
|
118 | let inner = Socket::new_raw(libc::AF_UNIX, libc::SOCK_STREAM)?;
| ^^^^^^^ not found in `libc`
error[E0425]: cannot find value `AF_UNIX` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/unix/net/stream.rs:147:47
|
147 | let (i1, i2) = Socket::new_pair(libc::AF_UNIX, libc::SOCK_STREAM)?;
| ^^^^^^^ not found in `libc`
error[E0425]: cannot find value `RTLD_DEFAULT` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/weak.rs:141:23
|
141 | libc::dlsym(libc::RTLD_DEFAULT, name.as_ptr())
| ^^^^^^^^^^^^ not found in `libc`
error[E0425]: cannot find function `readv` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/fd.rs:104:19
|
104 | libc::readv(
| ^^^^^ help: a function with a similar name exists: `read`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/mod.rs:916:5
|
916 | pub fn read(fd: ::c_int, buf: *mut ::c_void, count: ::size_t) -> ::ssize_t;
| --------------------------------------------------------------------------- similarly named function `read` defined here
error[E0425]: cannot find function `writev` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/fd.rs:303:19
|
303 | libc::writev(
| ^^^^^^ help: a function with a similar name exists: `write`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/mod.rs:961:5
|
961 | pub fn write(fd: ::c_int, buf: *const ::c_void, count: ::size_t) -> ::ssize_t;
| ------------------------------------------------------------------------------ similarly named function `write` defined here
error[E0425]: cannot find value `UTIME_OMIT` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/fs.rs:1342:67
|
1342 | None => Ok(libc::timespec { tv_sec: 0, tv_nsec: libc::UTIME_OMIT as _ }),
| ^^^^^^^^^^ not found in `libc`
error[E0425]: cannot find function `futimens` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/fs.rs:1414:36
|
1414 | cvt(unsafe { libc::futimens(self.as_raw_fd(), times.as_ptr()) })?;
| ^^^^^^^^ help: a function with a similar name exists: `utimes`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/mod.rs:1194:5
|
1194 | pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int;
| ----------------------------------------------------------------------------- similarly named function `utimes` defined here
error[E0425]: cannot find value `AT_FDCWD` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/fs.rs:1744:53
|
1744 | cvt(unsafe { libc::linkat(libc::AT_FDCWD, original.as_ptr(), libc::AT_FDCWD, link.as_ptr(), 0) })?;
| ^^^^^^^^ not found in `libc`
error[E0425]: cannot find value `AT_FDCWD` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/fs.rs:1744:88
|
1744 | cvt(unsafe { libc::linkat(libc::AT_FDCWD, original.as_ptr(), libc::AT_FDCWD, link.as_ptr(), 0) })?;
| ^^^^^^^^ not found in `libc`
error[E0425]: cannot find value `EAI_SYSTEM` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/net.rs:42:21
|
42 | if err == libc::EAI_SYSTEM {
| ^^^^^^^^^^ not found in `libc`
error[E0425]: cannot find value `_SC_PAGESIZE` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/os.rs:696:34
|
696 | unsafe { libc::sysconf(libc::_SC_PAGESIZE) as usize }
| ^^^^^^^^^^^^ not found in `libc`
error[E0425]: cannot find value `_SC_GETPW_R_SIZE_MAX` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/os.rs:736:45
|
736 | let amt = match libc::sysconf(libc::_SC_GETPW_R_SIZE_MAX) {
| ^^^^^^^^^^^^^^^^^^^^ not found in `libc`
error[E0425]: cannot find function `setgroups` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:310:27
|
310 | cvt(libc::setgroups(_g.len().try_into().unwrap(), _g.as_ptr()))?;
| ^^^^^^^^^ help: a function with a similar name exists: `getgroups`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/mod.rs:893:5
|
893 | pub fn getgroups(ngroups_max: ::c_int, groups: *mut gid_t) -> ::c_int;
| ---------------------------------------------------------------------- similarly named function `getgroups` defined here
error[E0425]: cannot find function `setgroups` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:325:41
|
325 | let res = cvt(libc::setgroups(0, crate::ptr::null()));
| ^^^^^^^^^ help: a function with a similar name exists: `getgroups`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/mod.rs:893:5
|
893 | pub fn getgroups(ngroups_max: ::c_int, groups: *mut gid_t) -> ::c_int;
| ---------------------------------------------------------------------- similarly named function `getgroups` defined here
error[E0425]: cannot find value `SIGPIPE` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:365:49
|
365 | let ret = sys::signal(libc::SIGPIPE, libc::SIG_DFL);
| ^^^^^^^ not found in `libc`
error[E0425]: cannot find value `SIGKILL` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:927:49
|
927 | cvt(unsafe { libc::kill(self.pid, libc::SIGKILL) }).map(drop)
| ^^^^^^^ not found in `libc`
error[E0425]: cannot find value `WNOHANG` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:960:75
|
960 | let pid = cvt(unsafe { libc::waitpid(self.pid, &mut status, libc::WNOHANG) })?;
| ^^^^^^^ not found in `libc`
error[E0425]: cannot find function, tuple struct or tuple variant `WIFEXITED` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1003:15
|
1003 | libc::WIFEXITED(self.0)
| ^^^^^^^^^ not found in `libc`
error[E0425]: cannot find function, tuple struct or tuple variant `WEXITSTATUS` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1019:37
|
1019 | self.exited().then(|| libc::WEXITSTATUS(self.0))
| ^^^^^^^^^^^ not found in `libc`
error[E0425]: cannot find function, tuple struct or tuple variant `WIFSIGNALED` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1023:15
|
1023 | libc::WIFSIGNALED(self.0).then(|| libc::WTERMSIG(self.0))
| ^^^^^^^^^^^ not found in `libc`
error[E0425]: cannot find function, tuple struct or tuple variant `WTERMSIG` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1023:49
|
1023 | libc::WIFSIGNALED(self.0).then(|| libc::WTERMSIG(self.0))
| ^^^^^^^^ not found in `libc`
error[E0425]: cannot find function, tuple struct or tuple variant `WIFSIGNALED` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1027:15
|
1027 | libc::WIFSIGNALED(self.0) && libc::WCOREDUMP(self.0)
| ^^^^^^^^^^^ not found in `libc`
error[E0425]: cannot find function, tuple struct or tuple variant `WCOREDUMP` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1027:44
|
1027 | libc::WIFSIGNALED(self.0) && libc::WCOREDUMP(self.0)
| ^^^^^^^^^ not found in `libc`
error[E0425]: cannot find function, tuple struct or tuple variant `WIFSTOPPED` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1031:15
|
1031 | libc::WIFSTOPPED(self.0).then(|| libc::WSTOPSIG(self.0))
| ^^^^^^^^^^ not found in `libc`
error[E0425]: cannot find function, tuple struct or tuple variant `WSTOPSIG` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1031:48
|
1031 | libc::WIFSTOPPED(self.0).then(|| libc::WSTOPSIG(self.0))
| ^^^^^^^^ not found in `libc`
error[E0425]: cannot find function, tuple struct or tuple variant `WIFCONTINUED` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1035:15
|
1035 | libc::WIFCONTINUED(self.0)
| ^^^^^^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGHUP` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1058:15
|
1058 | libc::SIGHUP => " (SIGHUP)",
| ^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGINT` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1059:15
|
1059 | libc::SIGINT => " (SIGINT)",
| ^^^^^^ help: a constant with a similar name exists: `SIGIOT`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/mod.rs:236:1
|
236 | pub const SIGIOT: ::c_int = 6;
| ------------------------- similarly named constant `SIGIOT` defined here
error[E0531]: cannot find unit struct, unit variant or constant `SIGQUIT` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1060:15
|
1060 | libc::SIGQUIT => " (SIGQUIT)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGILL` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1061:15
|
1061 | libc::SIGILL => " (SIGILL)",
| ^^^^^^ help: a constant with a similar name exists: `SIGIOT`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/mod.rs:236:1
|
236 | pub const SIGIOT: ::c_int = 6;
| ------------------------- similarly named constant `SIGIOT` defined here
error[E0531]: cannot find unit struct, unit variant or constant `SIGTRAP` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1062:15
|
1062 | libc::SIGTRAP => " (SIGTRAP)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGABRT` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1063:15
|
1063 | libc::SIGABRT => " (SIGABRT)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGBUS` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1065:15
|
1065 | libc::SIGBUS => " (SIGBUS)",
| ^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGFPE` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1066:15
|
1066 | libc::SIGFPE => " (SIGFPE)",
| ^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGKILL` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1067:15
|
1067 | libc::SIGKILL => " (SIGKILL)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGUSR1` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1069:15
|
1069 | libc::SIGUSR1 => " (SIGUSR1)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGSEGV` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1070:15
|
1070 | libc::SIGSEGV => " (SIGSEGV)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGUSR2` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1072:15
|
1072 | libc::SIGUSR2 => " (SIGUSR2)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGPIPE` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1073:15
|
1073 | libc::SIGPIPE => " (SIGPIPE)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGALRM` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1074:15
|
1074 | libc::SIGALRM => " (SIGALRM)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGTERM` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1075:15
|
1075 | libc::SIGTERM => " (SIGTERM)",
| ^^^^^^^ help: a constant with a similar name exists: `SIG_ERR`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/mod.rs:210:1
|
210 | pub const SIG_ERR: sighandler_t = !0 as sighandler_t;
| ------------------------------- similarly named constant `SIG_ERR` defined here
error[E0531]: cannot find unit struct, unit variant or constant `SIGCHLD` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1077:15
|
1077 | libc::SIGCHLD => " (SIGCHLD)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGCONT` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1079:15
|
1079 | libc::SIGCONT => " (SIGCONT)",
| ^^^^^^^ help: a constant with a similar name exists: `SIGIOT`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/mod.rs:236:1
|
236 | pub const SIGIOT: ::c_int = 6;
| ------------------------- similarly named constant `SIGIOT` defined here
error[E0531]: cannot find unit struct, unit variant or constant `SIGSTOP` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1081:15
|
1081 | libc::SIGSTOP => " (SIGSTOP)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGTSTP` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1083:15
|
1083 | libc::SIGTSTP => " (SIGTSTP)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGTTIN` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1085:15
|
1085 | libc::SIGTTIN => " (SIGTTIN)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGTTOU` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1087:15
|
1087 | libc::SIGTTOU => " (SIGTTOU)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGURG` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1089:15
|
1089 | libc::SIGURG => " (SIGURG)",
| ^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGXCPU` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1091:15
|
1091 | libc::SIGXCPU => " (SIGXCPU)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGPROF` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1097:15
|
1097 | libc::SIGPROF => " (SIGPROF)",
| ^^^^^^^ not found in `libc`
error[E0531]: cannot find unit struct, unit variant or constant `SIGIO` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1101:15
|
1101 | libc::SIGIO => " (SIGIO)",
| ^^^^^ help: a constant with a similar name exists: `SIGIOT`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/mod.rs:236:1
|
236 | pub const SIGIOT: ::c_int = 6;
| ------------------------- similarly named constant `SIGIOT` defined here
error[E0531]: cannot find unit struct, unit variant or constant `SIGSYS` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/process_unix.rs:1105:15
|
1105 | libc::SIGSYS => " (SIGSYS)",
| ^^^^^^ not found in `libc`
error[E0425]: cannot find function `pthread_create` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread.rs:84:25
|
84 | let ret = libc::pthread_create(&mut native, &attr, thread_start, p as *mut _);
| ^^^^^^^^^^^^^^ help: a function with a similar name exists: `pthread_key_create`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/mod.rs:1089:5
|
1089 | / pub fn pthread_key_create(
1090 | | key: *mut pthread_key_t,
1091 | | dtor: ::Option<unsafe extern "C" fn(*mut ::c_void)>,
1092 | | ) -> ::c_int;
| |_________________- similarly named function `pthread_key_create` defined here
error[E0425]: cannot find value `PTHREAD_STACK_MIN` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread.rs:752:11
|
752 | libc::PTHREAD_STACK_MIN
| ^^^^^^^^^^^^^^^^^ not found in `libc`
error[E0425]: cannot find value `SIGPIPE` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/mod.rs:198:40
|
198 | rtassert!(signal(libc::SIGPIPE, handler) != libc::SIG_ERR);
| ^^^^^^^ not found in `libc`
error[E0425]: cannot find function `pthread_condattr_setclock` in crate `libc`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/pthread.rs:54:40
|
54 | 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`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/mod.rs:1137:5
|
1137 | 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`
--> /home/nora/.rustup/toolchains/nightly-2024-09-07-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/pthread.rs:124:31
|
124 | let r = libc::pthread_condattr_setclock(attr.as_mut_ptr(), libc::CLOCK_MONOTONIC);
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `pthread_condattr_destroy`
|
::: /home/nora/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/unix/mod.rs:1137:5
|
1137 | pub fn pthread_condattr_destroy(attr: *mut pthread_condattr_t) -> ::c_int;
| -------------------------------------------------------------------------- similarly named function `pthread_condattr_destroy` defined here
Some errors have detailed explanations: E0412, E0425, E0531.
For more information about an error, try `rustc --explain E0412`.
warning: `std` (lib) generated 1 warning
error: could not compile `std` (lib) due to 74 previous errors; 1 warning emitted
fatal error: failed to build sysroot: sysroot build failed
Build history for target armv7-rtems-eabihf
Build state for nightly 2024-09-07