Build results for nightly-2025-06-27 target x86_64-lynx-lynxos178 std
Home
error
Preparing a sysroot for Miri (target: x86_64-lynx-lynxos178)...
Compiling compiler_builtins v0.1.160 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-06-27-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-06-27-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling libc v0.2.174
Compiling object v0.37.1
Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-06-27-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
Checking rustc-std-workspace-core v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-06-27-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
Checking alloc v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-06-27-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
Checking panic_abort v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2025-06-27-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
Checking cfg-if v1.0.1
Checking memchr v2.7.5
Checking adler2 v2.0.1
Checking rustc-demangle v0.1.25
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:55:21
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
55 | pub actime: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `size_t`
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:56:22
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
56 | pub modtime: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `size_t`
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:55:21
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
55 | pub actime: time_t,
| ^^^^^^
|
help: a type alias with a similar name exists
|
55 - pub actime: time_t,
55 + pub actime: size_t,
|
help: you might be missing a type parameter
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:26
|
118| pub struct $i<time_t> { $($field)* }
| ++++++++
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:60:21
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
60 | pub tv_sec: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `size_t`
error[E0412]: cannot find type `suseconds_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:62:22
|
62 | pub tv_usec: suseconds_t,
| ^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:60:21
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
60 | pub tv_sec: time_t,
| ^^^^^^
|
help: a type alias with a similar name exists
|
60 - pub tv_sec: time_t,
60 + pub tv_sec: size_t,
|
help: you might be missing a type parameter
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:26
|
118| pub struct $i<time_t> { $($field)* }
| ++++++++
error[E0412]: cannot find type `suseconds_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:62:22
|
62 | pub tv_usec: suseconds_t,
| ^^^^^^^^^^^ not found in this scope
|
help: you might be missing a type parameter
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:26
|
118| pub struct $i<suseconds_t> { $($field)* }
| +++++++++++++
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:73:21
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
73 | pub tv_sec: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `size_t`
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:73:21
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
73 | pub tv_sec: time_t,
| ^^^^^^
|
help: a type alias with a similar name exists
|
73 - pub tv_sec: time_t,
73 + pub tv_sec: size_t,
|
help: you might be missing a type parameter
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:26
|
118| pub struct $i<time_t> { $($field)* }
| ++++++++
error[E0412]: cannot find type `rlim_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:81:23
|
81 | pub rlim_cur: rlim_t,
| ^^^^^^ help: a struct with a similar name exists: `rlimit`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `rlimit` defined here
error[E0412]: cannot find type `rlim_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:82:23
|
82 | pub rlim_max: rlim_t,
| ^^^^^^ help: a struct with a similar name exists: `rlimit`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `rlimit` defined here
error[E0412]: cannot find type `rlim_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:81:23
|
81 | pub rlim_cur: rlim_t,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `rlimit` defined here
|
help: a struct with a similar name exists
|
81 - pub rlim_cur: rlim_t,
81 + pub rlim_cur: rlimit,
|
help: you might be missing a type parameter
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:26
|
118 | pub struct $i<rlim_t> { $($field)* }
| ++++++++
error[E0412]: cannot find type `clock_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:190:31
|
190 | pub tms_utime: crate::clock_t,
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `clock_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:191:31
|
191 | pub tms_stime: crate::clock_t,
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `clock_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:192:32
|
192 | pub tms_cutime: crate::clock_t,
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `clock_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:193:32
|
193 | pub tms_cstime: crate::clock_t,
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `clock_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:190:31
|
190 | pub tms_utime: crate::clock_t,
| ^^^^^^^ not found in the crate root
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
error[E0412]: cannot find type `clock_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:191:31
|
191 | pub tms_stime: crate::clock_t,
| ^^^^^^^ not found in the crate root
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
error[E0412]: cannot find type `clock_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:192:32
|
192 | pub tms_cutime: crate::clock_t,
| ^^^^^^^ not found in the crate root
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
error[E0412]: cannot find type `clock_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:193:32
|
193 | pub tms_cstime: crate::clock_t,
| ^^^^^^^ not found in the crate root
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
error[E0412]: cannot find type `mode_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:254:20
|
254 | pub const S_ISUID: mode_t = 0o4000;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `mode_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:255:20
|
255 | pub const S_ISGID: mode_t = 0o2000;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `mode_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:256:20
|
256 | pub const S_ISVTX: mode_t = 0o1000;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `wchar_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:722:31
|
722 | pub fn wcslen(buf: *const wchar_t) -> size_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `wchar_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:723:52
|
723 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:726:31
|
726 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:726:43
|
726 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:726:71
|
726 | 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 `passwd` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:736:50
|
736 | pub fn getpwnam(name: *const c_char) -> *mut passwd;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `passwd` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:738:48
|
738 | pub fn getpwuid(uid: crate::uid_t) -> *mut passwd;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `sockaddr` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:778:51
|
778 | pub fn connect(socket: c_int, address: *const sockaddr, len: socklen_t) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `socklen_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:778:66
|
44 | pub type locale_t = *mut c_void;
| -------------------------------- similarly named type alias `locale_t` defined here
...
778 | pub fn connect(socket: c_int, address: *const sockaddr, len: socklen_t) -> c_int;
| ^^^^^^^^^ help: a type alias with a similar name exists: `locale_t`
error[E0412]: cannot find type `sockaddr` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:792:48
|
792 | pub fn accept(socket: c_int, address: *mut sockaddr, address_len: *mut socklen_t) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `socklen_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:792:76
|
44 | pub type locale_t = *mut c_void;
| -------------------------------- similarly named type alias `locale_t` defined here
...
792 | pub fn accept(socket: c_int, address: *mut sockaddr, address_len: *mut socklen_t) -> c_int;
| ^^^^^^^^^ help: a type alias with a similar name exists: `locale_t`
error[E0412]: cannot find type `sockaddr` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:800:53
|
800 | pub fn getpeername(socket: c_int, address: *mut sockaddr, address_len: *mut socklen_t)
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `socklen_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:800:81
|
44 | pub type locale_t = *mut c_void;
| -------------------------------- similarly named type alias `locale_t` defined here
...
800 | pub fn getpeername(socket: c_int, address: *mut sockaddr, address_len: *mut socklen_t)
| ^^^^^^^^^ help: a type alias with a similar name exists: `locale_t`
error[E0412]: cannot find type `sockaddr` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:809:53
|
809 | pub fn getsockname(socket: c_int, address: *mut sockaddr, address_len: *mut socklen_t)
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `socklen_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:809:81
|
44 | pub type locale_t = *mut c_void;
| -------------------------------- similarly named type alias `locale_t` defined here
...
809 | pub fn getsockname(socket: c_int, address: *mut sockaddr, address_len: *mut socklen_t)
| ^^^^^^^^^ help: a type alias with a similar name exists: `locale_t`
error[E0412]: cannot find type `socklen_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:818:21
|
44 | pub type locale_t = *mut c_void;
| -------------------------------- similarly named type alias `locale_t` defined here
...
818 | option_len: socklen_t,
| ^^^^^^^^^ help: a type alias with a similar name exists: `locale_t`
error[E0412]: cannot find type `sockaddr` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:849:22
|
849 | addr: *const sockaddr,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `socklen_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:850:18
|
44 | pub type locale_t = *mut c_void;
| -------------------------------- similarly named type alias `locale_t` defined here
...
850 | addrlen: socklen_t,
| ^^^^^^^^^ help: a type alias with a similar name exists: `locale_t`
error[E0412]: cannot find type `mode_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:859:45
|
859 | pub fn chmod(path: *const c_char, mode: mode_t) -> c_int;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `mode_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:864:36
|
864 | pub fn fchmod(fd: c_int, mode: mode_t) -> c_int;
| ^^^^^^ not found in this scope
error[E0573]: expected type, found function `stat`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:880:43
|
880 | pub fn fstat(fildes: c_int, buf: *mut stat) -> c_int;
| ^^^^ not a type
error[E0412]: cannot find type `mode_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:882:45
|
882 | pub fn mkdir(path: *const c_char, mode: mode_t) -> c_int;
| ^^^^^^ not found in this scope
error[E0573]: expected type, found function `stat`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:898:48
|
898 | pub fn stat(path: *const c_char, buf: *mut stat) -> c_int;
| ^^^^ not a type
error[E0412]: cannot find type `mode_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:919:45
|
919 | pub fn creat(path: *const c_char, mode: mode_t) -> c_int;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `dirent` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:952:58
|
952 | pub fn readdir(dirp: *mut crate::DIR) -> *mut crate::dirent;
| ^^^^^^ not found in the crate root
error[E0412]: cannot find type `mode_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:968:66
|
968 | pub fn fchmodat(dirfd: c_int, pathname: *const c_char, mode: mode_t, flags: c_int) -> c_int;
| ^^^^^^ not found in this scope
error[E0573]: expected type, found function `stat`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:990:69
|
990 | pub fn fstatat(dirfd: c_int, pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int;
| ^^^^ not a type
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1065:37
|
1065 | pub fn lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1065:62
|
1065 | pub fn lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1129:70
|
1129 | pub fn pread(fd: c_int, buf: *mut c_void, count: size_t, offset: off_t) -> ssize_t;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1135:73
|
1135 | pub fn pwrite(fd: c_int, buf: *const c_void, count: size_t, offset: off_t) -> ssize_t;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `mode_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1136:24
|
1136 | pub fn umask(mask: mode_t) -> mode_t;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `mode_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1136:35
|
1136 | pub fn umask(mask: mode_t) -> mode_t;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1169:17
|
1169 | offset: off_t,
| ^^^^^ not found in this scope
error[E0573]: expected type, found function `stat`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1194:49
|
1194 | pub fn lstat(path: *const c_char, buf: *mut stat) -> c_int;
| ^^^^ not a type
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1217:50
|
1217 | pub fn truncate(path: *const c_char, length: off_t) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1219:41
|
1219 | pub fn ftruncate(fd: c_int, length: off_t) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `clock_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1240:50
|
1240 | pub fn times(buf: *mut crate::tms) -> crate::clock_t;
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1242:37
|
1242 | pub fn pthread_self() -> crate::pthread_t;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1243:37
|
1243 | pub fn pthread_equal(t1: crate::pthread_t, t2: crate::pthread_t) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1243:59
|
1243 | pub fn pthread_equal(t1: crate::pthread_t, t2: crate::pthread_t) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1248:40
|
1248 | pub fn pthread_join(native: crate::pthread_t, value: *mut *mut c_void) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1250:48
|
1250 | pub fn pthread_attr_init(attr: *mut crate::pthread_attr_t) -> c_int;
| ^^^^^^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1251:51
|
1251 | pub fn pthread_attr_destroy(attr: *mut crate::pthread_attr_t) -> c_int;
| ^^^^^^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1253:29
|
1253 | attr: *const crate::pthread_attr_t,
| ^^^^^^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1256:56
|
1256 | pub fn pthread_attr_setstacksize(attr: *mut crate::pthread_attr_t, stack_size: size_t)
| ^^^^^^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1258:58
|
1258 | pub fn pthread_attr_setdetachstate(attr: *mut crate::pthread_attr_t, state: c_int) -> c_int;
| ^^^^^^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1259:42
|
1259 | pub fn pthread_detach(thread: crate::pthread_t) -> c_int;
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `pthread_key_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1263:19
|
1263 | key: *mut pthread_key_t,
| ^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_key_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1266:36
|
1266 | pub fn pthread_key_delete(key: pthread_key_t) -> c_int;
| ^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_key_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1267:37
|
1267 | pub fn pthread_getspecific(key: pthread_key_t) -> *mut c_void;
| ^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_key_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1268:37
|
1268 | pub fn pthread_setspecific(key: pthread_key_t, value: *const c_void) -> c_int;
| ^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_mutex_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1270:20
|
1270 | lock: *mut pthread_mutex_t,
| ^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_mutexattr_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1271:22
|
1271 | attr: *const pthread_mutexattr_t,
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_mutex_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1273:45
|
1273 | pub fn pthread_mutex_destroy(lock: *mut pthread_mutex_t) -> c_int;
| ^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_mutex_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1274:42
|
1274 | pub fn pthread_mutex_lock(lock: *mut pthread_mutex_t) -> c_int;
| ^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_mutex_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1275:45
|
1275 | pub fn pthread_mutex_trylock(lock: *mut pthread_mutex_t) -> c_int;
| ^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_mutex_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1276:44
|
1276 | pub fn pthread_mutex_unlock(lock: *mut pthread_mutex_t) -> c_int;
| ^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_mutexattr_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1278:46
|
1278 | pub fn pthread_mutexattr_init(attr: *mut pthread_mutexattr_t) -> c_int;
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_mutexattr_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1283:49
|
1283 | pub fn pthread_mutexattr_destroy(attr: *mut pthread_mutexattr_t) -> c_int;
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_mutexattr_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1284:49
|
1284 | pub fn pthread_mutexattr_settype(attr: *mut pthread_mutexattr_t, _type: c_int) -> c_int;
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_cond_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1290:41
|
1290 | pub fn pthread_cond_init(cond: *mut pthread_cond_t, attr: *const pthread_condattr_t) -> c_int;
| ^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_condattr_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1290:70
|
1290 | pub fn pthread_cond_init(cond: *mut pthread_cond_t, attr: *const pthread_condattr_t) -> c_int;
| ^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_cond_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1295:41
|
1295 | pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> c_int;
| ^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_mutex_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1295:68
|
1295 | pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> c_int;
| ^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_cond_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1302:20
|
1302 | cond: *mut pthread_cond_t,
| ^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_mutex_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1303:20
|
1303 | lock: *mut pthread_mutex_t,
| ^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_cond_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1306:43
|
1306 | pub fn pthread_cond_signal(cond: *mut pthread_cond_t) -> c_int;
| ^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_cond_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1307:46
|
1307 | pub fn pthread_cond_broadcast(cond: *mut pthread_cond_t) -> c_int;
| ^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_cond_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1308:44
|
1308 | pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> c_int;
| ^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_condattr_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1309:45
|
1309 | pub fn pthread_condattr_init(attr: *mut pthread_condattr_t) -> c_int;
| ^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_condattr_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1310:48
|
1310 | pub fn pthread_condattr_destroy(attr: *mut pthread_condattr_t) -> c_int;
| ^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_rwlock_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1316:20
|
1316 | lock: *mut pthread_rwlock_t,
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_rwlockattr_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1317:22
|
1317 | attr: *const pthread_rwlockattr_t,
| ^^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_rwlock_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1323:46
|
1323 | pub fn pthread_rwlock_destroy(lock: *mut pthread_rwlock_t) -> c_int;
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_rwlock_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1328:45
|
1328 | pub fn pthread_rwlock_rdlock(lock: *mut pthread_rwlock_t) -> c_int;
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_rwlock_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1333:48
|
1333 | pub fn pthread_rwlock_tryrdlock(lock: *mut pthread_rwlock_t) -> c_int;
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_rwlock_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1338:45
|
1338 | pub fn pthread_rwlock_wrlock(lock: *mut pthread_rwlock_t) -> c_int;
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_rwlock_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1343:48
|
1343 | pub fn pthread_rwlock_trywrlock(lock: *mut pthread_rwlock_t) -> c_int;
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_rwlock_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1348:45
|
1348 | pub fn pthread_rwlock_unlock(lock: *mut pthread_rwlock_t) -> c_int;
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_rwlockattr_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1349:47
|
1349 | pub fn pthread_rwlockattr_init(attr: *mut pthread_rwlockattr_t) -> c_int;
| ^^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_rwlockattr_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1350:50
|
1350 | pub fn pthread_rwlockattr_destroy(attr: *mut pthread_rwlockattr_t) -> c_int;
| ^^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `socklen_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1363:29
|
44 | pub type locale_t = *mut c_void;
| -------------------------------- similarly named type alias `locale_t` defined here
...
1363 | optlen: *mut crate::socklen_t,
| ^^^^^^^^^ help: a type alias with a similar name exists: `locale_t`
error[E0412]: cannot find type `addrinfo` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1384:23
|
1384 | hints: *const addrinfo,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `addrinfo` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1385:24
|
1385 | res: *mut *mut addrinfo,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `addrinfo` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1389:35
|
1389 | pub fn freeaddrinfo(res: *mut addrinfo);
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1422:36
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
1422 | pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
| ^^^^^^ help: a type alias with a similar name exists: `size_t`
error[E0412]: cannot find type `tm` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1422:57
|
1422 | pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
| ^^ help: a struct with a similar name exists: `tms`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `tms` defined here
error[E0412]: cannot find type `tm` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1422:69
|
1422 | pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
| ^^ help: a struct with a similar name exists: `tms`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `tms` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1427:39
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
1427 | pub fn localtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
| ^^^^^^ help: a type alias with a similar name exists: `size_t`
error[E0412]: cannot find type `tm` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1427:60
|
1427 | pub fn localtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
| ^^ help: a struct with a similar name exists: `tms`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `tms` defined here
error[E0412]: cannot find type `tm` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1427:72
|
1427 | pub fn localtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
| ^^ help: a struct with a similar name exists: `tms`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `tms` defined here
error[E0412]: cannot find type `tm` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1436:28
|
1436 | pub fn mktime(tm: *mut tm) -> time_t;
| ^^ help: a struct with a similar name exists: `tms`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `tms` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1436:35
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
1436 | pub fn mktime(tm: *mut tm) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `size_t`
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1441:28
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
1441 | pub fn time(time: *mut time_t) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `size_t`
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1441:39
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
1441 | pub fn time(time: *mut time_t) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `size_t`
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1446:34
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
1446 | pub fn gmtime(time_p: *const time_t) -> *mut tm;
| ^^^^^^ help: a type alias with a similar name exists: `size_t`
error[E0412]: cannot find type `tm` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1446:50
|
1446 | pub fn gmtime(time_p: *const time_t) -> *mut tm;
| ^^ help: a struct with a similar name exists: `tms`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `tms` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1451:37
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
1451 | pub fn localtime(time_p: *const time_t) -> *mut tm;
| ^^^^^^ help: a type alias with a similar name exists: `size_t`
error[E0412]: cannot find type `tm` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1451:53
|
1451 | pub fn localtime(time_p: *const time_t) -> *mut tm;
| ^^ help: a struct with a similar name exists: `tms`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `tms` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1456:28
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
1456 | pub fn difftime(time1: time_t, time0: time_t) -> c_double;
| ^^^^^^ help: a type alias with a similar name exists: `size_t`
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1456:43
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
1456 | pub fn difftime(time1: time_t, time0: time_t) -> c_double;
| ^^^^^^ help: a type alias with a similar name exists: `size_t`
error[E0412]: cannot find type `tm` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1462:35
|
1462 | pub fn timegm(tm: *mut crate::tm) -> time_t;
| ^^ help: a struct with a similar name exists: `tms`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/macros.rs:118:13
|
118 | pub struct $i { $($field)* }
| ------------- similarly named struct `tms` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1462:42
|
11 | pub type size_t = usize;
| ------------------------ similarly named type alias `size_t` defined here
...
1462 | pub fn timegm(tm: *mut crate::tm) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `size_t`
error[E0412]: cannot find type `mode_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1469:49
|
1469 | pub fn mknod(pathname: *const c_char, mode: mode_t, dev: crate::dev_t) -> c_int;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `dev_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1469:69
|
1469 | pub fn mknod(pathname: *const c_char, mode: mode_t, dev: crate::dev_t) -> c_int;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `nfds_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1509:41
|
1509 | pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: c_int) -> c_int;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `fd_set` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1523:23
|
1523 | readfds: *mut fd_set,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `fd_set` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1524:24
|
1524 | writefds: *mut fd_set,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `fd_set` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1525:24
|
1525 | errorfds: *mut fd_set,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `lconv` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1530:33
|
1530 | pub fn localeconv() -> *mut lconv;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `sem_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1536:31
|
1536 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1537:34
|
1537 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1538:31
|
1538 | pub fn sem_post(sem: *mut sem_t) -> c_int;
| ^^^^^ not found in this scope
error[E0573]: expected type, found function `statvfs`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1540:51
|
1540 | pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> c_int;
| ^^^^^^^ not a type
error[E0573]: expected type, found function `statvfs`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1542:42
|
1542 | pub fn fstatvfs(fd: c_int, buf: *mut statvfs) -> c_int;
| ^^^^^^^ not a type
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1545:34
|
1545 | pub fn sigemptyset(set: *mut sigset_t) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1547:32
|
1547 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1549:33
|
1549 | pub fn sigfillset(set: *mut sigset_t) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1551:32
|
1551 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1553:36
|
1553 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1556:48
|
1556 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1556:71
|
1556 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1558:33
|
1558 | pub fn sigpending(set: *mut sigset_t) -> c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `mode_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1563:46
|
1563 | pub fn mkfifo(path: *const c_char, mode: mode_t) -> c_int;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1566:53
|
1566 | pub fn fseeko(stream: *mut crate::FILE, offset: off_t, whence: c_int) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1568:48
|
1568 | pub fn ftello(stream: *mut crate::FILE) -> off_t;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `termios` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1574:47
|
1574 | pub fn cfgetispeed(termios: *const crate::termios) -> crate::speed_t;
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `speed_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1574:66
|
1574 | pub fn cfgetispeed(termios: *const crate::termios) -> crate::speed_t;
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `termios` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1575:47
|
1575 | pub fn cfgetospeed(termios: *const crate::termios) -> crate::speed_t;
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `speed_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1575:66
|
1575 | pub fn cfgetospeed(termios: *const crate::termios) -> crate::speed_t;
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `termios` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1576:45
|
1576 | pub fn cfsetispeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int;
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `speed_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1576:68
|
1576 | pub fn cfsetispeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int;
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `termios` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1577:45
|
1577 | pub fn cfsetospeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int;
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `speed_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1577:68
|
1577 | pub fn cfsetospeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int;
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `termios` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1578:54
|
1578 | pub fn tcgetattr(fd: c_int, termios: *mut crate::termios) -> c_int;
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `termios` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1579:81
|
1579 | pub fn tcsetattr(fd: c_int, optional_actions: c_int, termios: *const crate::termios) -> c_int;
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1611:46
|
1611 | pub fn lockf(fd: c_int, cmd: c_int, len: off_t) -> c_int;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Dl_info` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1681:59
|
1681 | pub fn dladdr(addr: *const c_void, info: *mut Dl_info) -> c_int;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `wchar_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1697:51
|
1697 | 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 `mode_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1712:73
|
1712 | pub fn mkdirat(dirfd: c_int, pathname: *const c_char, mode: mode_t) -> c_int;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `dirent` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1745:36
|
1745 | entry: *mut crate::dirent,
| ^^^^^^ not found in the crate root
error[E0412]: cannot find type `dirent` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1746:42
|
1746 | result: *mut *mut crate::dirent,
| ^^^^^^ not found in the crate root
error[E0573]: expected type, found function `sigaction`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1785:57
|
1785 | pub fn sigaction(signum: c_int, act: *const sigaction, oldact: *mut sigaction)
| ^^^^^^^^^ not a type
error[E0573]: expected type, found function `sigaction`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1785:81
|
1785 | pub fn sigaction(signum: c_int, act: *const sigaction, oldact: *mut sigaction)
| ^^^^^^^^^ not a type
error[E0412]: cannot find type `fd_set` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1800:31
|
1800 | readfds: *mut fd_set,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `fd_set` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1801:32
|
1801 | writefds: *mut fd_set,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `fd_set` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1802:32
|
1802 | errorfds: *mut fd_set,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1804:33
|
1804 | sigmask: *const sigset_t,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `termios` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1822:51
|
1822 | pub fn cfmakeraw(termios: *mut crate::termios);
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `termios` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1823:52
|
1823 | pub fn cfsetspeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int;
| ^^^^^^^ not found in the crate root
error[E0412]: cannot find type `speed_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/mod.rs:1823:75
|
1823 | pub fn cfsetspeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int;
| ^^^^^^^ not found in the crate root
Some errors have detailed explanations: E0412, E0573.
For more information about an error, try `rustc --explain E0412`.
error: could not compile `libc` (lib) due to 175 previous errors
warning: build failed, waiting for other jobs to finish...
fatal error: failed to build sysroot: sysroot build failed
Build history for target x86_64-lynx-lynxos178
Build state for nightly 2025-06-27