Build date: 2025-07-06T06:52:28.873Z
Build duration: 21.198s
Builder does-it-build commit: 5a6180f8
Blocking waiting for file lock on package cache Compiling compiler_builtins v0.1.151 Compiling core v0.0.0 (/root/.rustup/toolchains/nightly-2025-03-12-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core) Compiling rustc-std-workspace-core v1.99.0 (/root/.rustup/toolchains/nightly-2025-03-12-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core) Compiling alloc v0.0.0 (/root/.rustup/toolchains/nightly-2025-03-12-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc) Compiling rustc-std-workspace-alloc v1.99.0 (/root/.rustup/toolchains/nightly-2025-03-12-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc) Compiling libc v0.2.170 error[E0412]: cannot find type `wchar_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:666:31 | 666 | pub fn wcslen(buf: *const wchar_t) -> size_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `wchar_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:667:52 | 667 | pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> size_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `wchar_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:670:31 | 670 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `wchar_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:670:43 | 670 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `wchar_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:670:71 | 670 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scope error[E0573]: expected type, found function `stat` --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:815:43 | 815 | pub fn fstat(fildes: c_int, buf: *mut stat) -> c_int; | ^^^^ not a type error[E0573]: expected type, found function `stat` --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:828:48 | 828 | pub fn stat(path: *const c_char, buf: *mut stat) -> c_int; | ^^^^ not a type error[E0573]: expected type, found function `stat` --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:912:69 | 912 | pub fn fstatat(dirfd: c_int, pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int; | ^^^^ not a type error[E0573]: expected type, found function `stat` --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1105:49 | 1105 | pub fn lstat(path: *const c_char, buf: *mut stat) -> c_int; | ^^^^ not a type error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1158:48 | 1158 | pub fn pthread_attr_init(attr: *mut crate::pthread_attr_t) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1159:51 | 1159 | pub fn pthread_attr_destroy(attr: *mut crate::pthread_attr_t) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1161:29 | 1161 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1164:56 | 1164 | pub fn pthread_attr_setstacksize(attr: *mut crate::pthread_attr_t, stack_size: size_t) | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1166:58 | 1166 | pub fn pthread_attr_setdetachstate(attr: *mut crate::pthread_attr_t, state: c_int) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `sem_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1425:31 | 1425 | pub fn sem_wait(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1426:34 | 1426 | pub fn sem_trywait(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1427:31 | 1427 | pub fn sem_post(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1432:34 | 1432 | pub fn sigemptyset(set: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1434:32 | 1434 | pub fn sigaddset(set: *mut sigset_t, signum: c_int) -> c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1436:33 | 1436 | pub fn sigfillset(set: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1438:32 | 1438 | pub fn sigdelset(set: *mut sigset_t, signum: c_int) -> c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1440:36 | 1440 | pub fn sigismember(set: *const sigset_t, signum: c_int) -> c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1443:48 | 1443 | pub fn sigprocmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1443:71 | 1443 | pub fn sigprocmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1445:33 | 1445 | pub fn sigpending(set: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `wchar_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1576:51 | 1576 | pub fn open_wmemstream(ptr: *mut *mut wchar_t, sizeloc: *mut size_t) -> *mut FILE; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/mod.rs:1680:33 | 1680 | sigmask: *const sigset_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `msghdr` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:205:29 | 205 | pub msg_hdr: crate::msghdr, | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `msghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:1633:39 | 1633 | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:1633:55 | 1633 | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:1634:62 | 1634 | if (*mhdr).msg_controllen as usize >= mem::size_of::<cmsghdr>() { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:1635:41 | 1635 | (*mhdr).msg_control as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:1637:23 | 1637 | 0 as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:1641:35 | 1641 | pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut c_uchar { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:1646:66 | 1646 | (CMSG_ALIGN(length as usize) + CMSG_ALIGN(mem::size_of::<cmsghdr>())) as c_uint | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:1650:35 | 1650 | CMSG_ALIGN(mem::size_of::<cmsghdr>()) as c_uint + length | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `sem_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:1765:34 | 1765 | pub fn sem_destroy(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:1766:31 | 1766 | pub fn sem_init(sem: *mut sem_t, pshared: c_int, value: c_uint) -> c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:1777:75 | 1777 | pub fn pthread_getattr_np(native: crate::pthread_t, attr: *mut crate::pthread_attr_t) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:1779:29 | 1779 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `msghdr` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:1873:50 | 1873 | pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `msghdr` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/mod.rs:1874:48 | 1874 | pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:254:28 | 254 | pub tp_all: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:255:29 | 255 | pub tp_huge: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:256:31 | 256 | pub tp_failed: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:294:29 | 294 | pub seq_num: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:377:31 | 377 | pub codes_ptr: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:641:22 | 641 | __sd: crate::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:642:22 | 642 | __ss: crate::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `regoff_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:704:20 | 704 | pub rm_so: regoff_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `regoff_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:705:20 | 705 | pub rm_eo: regoff_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `regoff_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:704:20 | 704 | pub rm_so: regoff_t, | ^^^^^^^^ not found in this scope | help: you might be missing a type parameter --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:26 | 118 | pub struct $i<regoff_t> { $($field)* } | ++++++++++ error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:762:41 | 762 | pub instruction_pointer: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:763:27 | 763 | pub args: [crate::__u64; 6], | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:773:24 | 773 | pub id: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:780:24 | 780 | pub id: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__s64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:781:25 | 781 | pub val: crate::__s64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:787:24 | 787 | pub id: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__s64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:813:28 | 813 | pub src_fd: crate::__s64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:814:32 | 814 | pub src_offset: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:815:32 | 815 | pub src_length: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:816:33 | 816 | pub dest_offset: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:844:27 | 844 | pub flags: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:845:26 | 845 | pub mode: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:846:29 | 846 | pub resolve: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__s64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:851:25 | 851 | pub sec: crate::__s64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1192:19 | 1192 | pub mask: __u64, | ^^^^^ not found in this scope error[E0412]: cannot find type `__u64` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1192:19 | 1192 | pub mask: __u64, | ^^^^^ not found in this scope | help: you might be missing a type parameter --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:26 | 118 | pub struct $i<__u64> { $($field)* } | +++++++ error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1229:34 | 1229 | pub tx_timestamp: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1240:30 | 1240 | pub attr_set: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1241:30 | 1241 | pub attr_clr: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1242:33 | 1242 | pub propagation: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1243:31 | 1243 | pub userns_fd: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1414:33 | 1414 | pub sched_flags: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1417:35 | 1417 | pub sched_runtime: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1418:36 | 1418 | pub sched_deadline: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1419:34 | 1419 | pub sched_period: crate::__u64, | ^^^^^ not found in the crate root error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1511:27 | 1511 | size: [u8; crate::__SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_MUTEXATTR_T` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:805:1 | 805 | pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4; | -------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_MUTEXATTR_T` defined here error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1550:27 | 1550 | size: [u8; crate::__SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_RWLOCKATTR_T` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:806:1 | 806 | pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8; | --------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_RWLOCKATTR_T` defined here error[E0425]: cannot find value `__SIZEOF_PTHREAD_BARRIER_T` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1590:27 | 1590 | size: [u8; crate::__SIZEOF_PTHREAD_BARRIER_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_BARRIERATTR_T` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:807:1 | 807 | pub const __SIZEOF_PTHREAD_BARRIERATTR_T: usize = 4; | ---------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_BARRIERATTR_T` defined here error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:1708:27 | 1708 | pub flags: crate::__u64, | ^^^^^ not found in the crate root error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:2883:15 | 2883 | size: [0; __SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_MUTEXATTR_T` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:805:1 | 805 | pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4; | -------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_MUTEXATTR_T` defined here error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:2889:15 | 2889 | size: [0; __SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_RWLOCKATTR_T` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:806:1 | 806 | pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8; | --------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_RWLOCKATTR_T` defined here error[E0412]: cannot find type `sem_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:2965:35 | 2965 | pub const SEM_FAILED: *mut crate::sem_t = 0 as *mut sem_t; | ^^^^^ not found in the crate root error[E0412]: cannot find type `sem_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:2965:53 | 2965 | pub const SEM_FAILED: *mut crate::sem_t = 0 as *mut sem_t; | ^^^^^ not found in this scope error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:3211:33 | 3211 | pub const TFD_NONBLOCK: c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK` ... 4783 | pub const IN_NONBLOCK: c_int = O_NONBLOCK; | ------------------------------------------ similarly named constant `IN_NONBLOCK` defined here error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:3348:35 | 3348 | pub const RESOLVE_NO_XDEV: crate::__u64 = 0x01; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:3349:41 | 3349 | pub const RESOLVE_NO_MAGICLINKS: crate::__u64 = 0x02; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:3350:39 | 3350 | pub const RESOLVE_NO_SYMLINKS: crate::__u64 = 0x04; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:3351:35 | 3351 | pub const RESOLVE_BENEATH: crate::__u64 = 0x08; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:3352:35 | 3352 | pub const RESOLVE_IN_ROOT: crate::__u64 = 0x10; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:3353:34 | 3353 | pub const RESOLVE_CACHED: crate::__u64 = 0x20; | ^^^^^ not found in the crate root error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:4783:32 | 4783 | pub const IN_NONBLOCK: c_int = O_NONBLOCK; | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5683:37 | 5683 | pub const MOUNT_ATTR_RDONLY: crate::__u64 = 0x00000001; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5684:37 | 5684 | pub const MOUNT_ATTR_NOSUID: crate::__u64 = 0x00000002; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5685:36 | 5685 | pub const MOUNT_ATTR_NODEV: crate::__u64 = 0x00000004; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5686:37 | 5686 | pub const MOUNT_ATTR_NOEXEC: crate::__u64 = 0x00000008; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5687:37 | 5687 | pub const MOUNT_ATTR__ATIME: crate::__u64 = 0x00000070; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5688:39 | 5688 | pub const MOUNT_ATTR_RELATIME: crate::__u64 = 0x00000000; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5689:38 | 5689 | pub const MOUNT_ATTR_NOATIME: crate::__u64 = 0x00000010; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5690:42 | 5690 | pub const MOUNT_ATTR_STRICTATIME: crate::__u64 = 0x00000020; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5691:41 | 5691 | pub const MOUNT_ATTR_NODIRATIME: crate::__u64 = 0x00000080; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5692:36 | 5692 | pub const MOUNT_ATTR_IDMAP: crate::__u64 = 0x00100000; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5693:42 | 5693 | pub const MOUNT_ATTR_NOSYMFOLLOW: crate::__u64 = 0x00200000; | ^^^^^ not found in the crate root error[E0412]: cannot find type `msghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5819:37 | 5819 | pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { | ^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5819:58 | 5819 | pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5819:75 | 5819 | pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5820:52 | 5820 | if ((*cmsg).cmsg_len as usize) < size_of::<cmsghdr>() { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5821:30 | 5821 | return 0 as *mut cmsghdr; | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5823:91 | 5823 | let next = (cmsg as usize + super::CMSG_ALIGN((*cmsg).cmsg_len as usize)) as *mut cmsghdr; | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5828:23 | 5828 | 0 as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:5830:26 | 5830 | next as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `shmid_ds` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6205:62 | 6205 | pub fn shmctl(shmid: c_int, cmd: c_int, buf: *mut crate::shmid_ds) -> c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `msqid_ds` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6210:55 | 6210 | pub fn msgctl(msqid: c_int, cmd: c_int, buf: *mut msqid_ds) -> c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6272:52 | 6272 | pub fn signalfd(fd: c_int, mask: *const crate::sigset_t, flags: c_int) -> c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6287:32 | 6287 | sigmask: *const crate::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6291:21 | 6291 | set: *const sigset_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6295:36 | 6295 | pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6412:36 | 6412 | pub fn sem_timedwait(sem: *mut sem_t, abstime: *const crate::timespec) -> c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6413:35 | 6413 | pub fn sem_getvalue(sem: *mut sem_t, sval: *mut c_int) -> c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6433:25 | 6433 | sigmask: *const sigset_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6482:29 | 6482 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6485:56 | 6485 | pub fn pthread_attr_setguardsize(attr: *mut crate::pthread_attr_t, guardsize: size_t) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6487:29 | 6487 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6491:27 | 6491 | attr: *mut crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6495:29 | 6495 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6498:58 | 6498 | pub fn pthread_attr_setschedpolicy(attr: *mut crate::pthread_attr_t, policy: c_int) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6500:29 | 6500 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6504:27 | 6504 | attr: *mut crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `sigset_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6527:43 | 6527 | pub fn sigsuspend(mask: *const crate::sigset_t) -> c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `stack_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6535:35 | 6535 | pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> c_int; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `stack_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6535:54 | 6535 | pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> c_int; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6536:32 | 6536 | pub fn sem_close(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6546:52 | 6546 | pub fn pthread_sigmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6546:75 | 6546 | pub fn pthread_sigmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6547:69 | 6547 | pub fn sem_open(name: *const c_char, oflag: c_int, ...) -> *mut sem_t; | ^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6566:32 | 6566 | pub fn sigwait(set: *const sigset_t, sig: *mut c_int) -> c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6587:29 | 6587 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:176:13 | 176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `sigset_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6628:30 | 6628 | default: *mut crate::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6632:32 | 6632 | default: *const crate::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6636:30 | 6636 | default: *mut crate::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:6640:32 | 6640 | default: *const crate::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:147:29 | 147 | pub sa_mask: crate::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:328:30 | 328 | pub producer: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:329:30 | 329 | pub consumer: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:330:26 | 330 | pub desc: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:331:27 | 331 | pub flags: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:342:30 | 342 | pub producer: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:343:30 | 343 | pub consumer: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:344:26 | 344 | pub desc: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:355:26 | 355 | pub addr: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:356:25 | 356 | pub len: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:364:26 | 364 | pub addr: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:365:25 | 365 | pub len: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:371:32 | 371 | pub rx_dropped: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:372:38 | 372 | pub rx_invalid_descs: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:373:38 | 373 | pub tx_invalid_descs: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:374:34 | 374 | pub rx_ring_full: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:375:46 | 375 | pub rx_fill_ring_empty_descs: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:376:41 | 376 | pub tx_ring_empty_descs: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:380:32 | 380 | pub rx_dropped: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:381:38 | 381 | pub rx_invalid_descs: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:382:38 | 382 | pub tx_invalid_descs: crate::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:390:26 | 390 | pub addr: crate::__u64, | ^^^^^ not found in the crate root error[E0425]: cannot find value `O_DIRECTORY` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:744:43 | 744 | pub const O_TMPFILE: c_int = 0o20000000 | O_DIRECTORY; | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:786:29 | 786 | pub const O_NDELAY: c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `EFD_NONBLOCK` ... 863 | pub const EFD_NONBLOCK: c_int = crate::O_NONBLOCK; | -------------------------------------------------- similarly named constant `EFD_NONBLOCK` defined here error[E0425]: cannot find value `MAP_ANON` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:792:34 | 792 | pub const MAP_ANONYMOUS: c_int = MAP_ANON; | ^^^^^^^^ not found in this scope error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:796:34 | 796 | pub const SOCK_NONBLOCK: c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `EFD_NONBLOCK` ... 863 | pub const EFD_NONBLOCK: c_int = crate::O_NONBLOCK; | -------------------------------------------------- similarly named constant `EFD_NONBLOCK` defined here error[E0425]: cannot find value `SIGSYS` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:802:37 | 802 | pub const SIGUNUSED: c_int = crate::SIGSYS; | ^^^^^^ not found in the crate root error[E0425]: cannot find value `O_NONBLOCK` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:863:40 | 863 | pub const EFD_NONBLOCK: c_int = crate::O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:4783:1 | 4783 | pub const IN_NONBLOCK: c_int = O_NONBLOCK; | ------------------------------------------ similarly named constant `IN_NONBLOCK` defined here error[E0425]: cannot find value `O_NONBLOCK` in the crate root --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:865:40 | 865 | pub const SFD_NONBLOCK: c_int = crate::O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/mod.rs:4783:1 | 4783 | pub const IN_NONBLOCK: c_int = O_NONBLOCK; | ------------------------------------------ similarly named constant `IN_NONBLOCK` defined here error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/mod.rs:867:36 | 863 | pub const EFD_NONBLOCK: c_int = crate::O_NONBLOCK; | -------------------------------------------------- similarly named constant `EFD_NONBLOCK` defined here ... 867 | pub const PIDFD_NONBLOCK: c_uint = O_NONBLOCK as c_uint; | ^^^^^^^^^^ help: a constant with a similar name exists: `EFD_NONBLOCK` error[E0573]: expected type, found function `crate::stat64` --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/lfs64.rs:53:59 | 53 | pub unsafe extern "C" fn fstat64(fildes: c_int, buf: *mut crate::stat64) -> c_int { | ^^^^^^^------ | | | help: a struct with a similar name exists: `statfs` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `statfs` defined here error[E0573]: expected type, found function `crate::stat64` --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/lfs64.rs:61:15 | 61 | buf: *mut crate::stat64, | ^^^^^^^------ | | | help: a struct with a similar name exists: `statfs` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `statfs` defined here error[E0573]: expected type, found function `crate::stat64` --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/lfs64.rs:98:65 | 98 | pub unsafe extern "C" fn lstat64(path: *const c_char, buf: *mut crate::stat64) -> c_int { | ^^^^^^^------ | | | help: a struct with a similar name exists: `statfs` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `statfs` defined here error[E0573]: expected type, found function `crate::stat64` --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/unix/linux_like/linux/musl/lfs64.rs:217:72 | 217 | pub unsafe extern "C" fn stat64(pathname: *const c_char, statbuf: *mut crate::stat64) -> c_int { | ^^^^^^^------ | | | help: a struct with a similar name exists: `statfs` | ::: /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/macros.rs:118:13 | 118 | pub struct $i { $($field)* } | ------------- similarly named struct `statfs` defined here Some errors have detailed explanations: E0412, E0425, E0573. For more information about an error, try `rustc --explain E0412`. error: could not compile `libc` (lib) due to 176 previous errors