Build results for nightly-2024-06-01 target i586-pc-nto-qnx700 miri-std

error
Preparing a sysroot for Miri (target: i586-pc-nto-qnx700)...
     Locking 1 package to latest compatible version
      Adding custom-local-sysroot v0.0.0 (/tmp/.tmply1fSW)
   Compiling compiler_builtins v0.1.109
    Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-06-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
   Compiling libc v0.2.155
   Compiling memchr v2.5.0
   Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-06-01-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-2024-06-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
error: cannot find macro `panic` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3503:9
     |
3503 |         panic!("Unsupported arch");
     |         ^^^^^
     |
help: consider importing this macro
     |
3508 + use core::panic;
     |

    Checking alloc v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-06-01-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
    Checking cfg-if v1.0.0
    Checking adler v1.0.2
    Checking rustc-demangle v0.1.24
error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:52:29
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
...
52 |         pub gr_name: *mut ::c_char,
   |                             ^^^^^^
   |
help: a type alias with a similar name exists
   |
52 |         pub gr_name: *mut ::c_schar,
   |                             ~~~~~~~
help: consider importing this type alias
   |
158+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
52 -         pub gr_name: *mut ::c_char,
52 +         pub gr_name: *mut c_char,
   |

error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:53:31
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
...
53 |         pub gr_passwd: *mut ::c_char,
   |                               ^^^^^^
   |
help: a type alias with a similar name exists
   |
53 |         pub gr_passwd: *mut ::c_schar,
   |                               ~~~~~~~
help: consider importing this type alias
   |
158+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
53 -         pub gr_passwd: *mut ::c_char,
53 +         pub gr_passwd: *mut c_char,
   |

error[E0412]: cannot find type `c_char` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:55:33
   |
6  | pub type c_schar = i8;
   | ---------------------- similarly named type alias `c_schar` defined here
...
55 |         pub gr_mem: *mut *mut ::c_char,
   |                                 ^^^^^^
   |
help: a type alias with a similar name exists
   |
55 |         pub gr_mem: *mut *mut ::c_schar,
   |                                 ~~~~~~~
help: consider importing this type alias
   |
158+         use ffi::c_char;
   |
help: if you import `c_char`, refer to it directly
   |
55 -         pub gr_mem: *mut *mut ::c_char,
55 +         pub gr_mem: *mut *mut c_char,
   |

error[E0412]: cannot find type `time_t` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:59:21
   |
59 |         pub actime: time_t,
   |                     ^^^^^^ help: a type alias with a similar name exists: `timer_t`
   |
  ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:7:1
   |
7  | pub type timer_t = ::c_int;
   | --------------------------- similarly named type alias `timer_t` defined here

error[E0412]: cannot find type `time_t` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:60:22
   |
60 |         pub modtime: time_t,
   |                      ^^^^^^ help: a type alias with a similar name exists: `timer_t`
   |
  ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:7:1
   |
7  | pub type timer_t = ::c_int;
   | --------------------------- similarly named type alias `timer_t` defined here

error[E0412]: cannot find type `time_t` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:64:21
   |
64 |         pub tv_sec: time_t,
   |                     ^^^^^^ help: a type alias with a similar name exists: `timer_t`
   |
  ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:7:1
   |
7  | pub type timer_t = ::c_int;
   | --------------------------- similarly named type alias `timer_t` defined here

error[E0412]: cannot find type `time_t` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:71:21
   |
71 |         pub tv_sec: time_t,
   |                     ^^^^^^ help: a type alias with a similar name exists: `timer_t`
   |
  ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:7:1
   |
7  | pub type timer_t = ::c_int;
   | --------------------------- similarly named type alias `timer_t` defined here

error[E0412]: cannot find type `c_long` in the crate root
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:75:24
   |
75 |         pub tv_nsec: ::c_long,
   |                        ^^^^^^ not found in the crate root
   |
help: consider importing this type alias
   |
158+         use ffi::c_long;
   |
help: if you import `c_long`, refer to it directly
   |
75 -         pub tv_nsec: ::c_long,
75 +         pub tv_nsec: c_long,
   |

error[E0412]: cannot find type `c_long` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:86:24
   |
86 |         pub ru_maxrss: c_long,
   |                        ^^^^^^ not found in this scope
   |
help: consider importing this type alias
   |
158+         use ffi::c_long;
   |

error[E0412]: cannot find type `c_long` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:89:23
   |
89 |         pub ru_ixrss: c_long,
   |                       ^^^^^^ not found in this scope
   |
help: consider importing this type alias
   |
158+         use ffi::c_long;
   |

error[E0412]: cannot find type `c_long` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:92:23
   |
92 |         pub ru_idrss: c_long,
   |                       ^^^^^^ not found in this scope
   |
help: consider importing this type alias
   |
158+         use ffi::c_long;
   |

error[E0412]: cannot find type `c_long` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:95:23
   |
95 |         pub ru_isrss: c_long,
   |                       ^^^^^^ not found in this scope
   |
help: consider importing this type alias
   |
158+         use ffi::c_long;
   |

error[E0412]: cannot find type `c_long` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:98:24
   |
98 |         pub ru_minflt: c_long,
   |                        ^^^^^^ not found in this scope
   |
help: consider importing this type alias
   |
158+         use ffi::c_long;
   |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:101:24
    |
101 |         pub ru_majflt: c_long,
    |                        ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:104:23
    |
104 |         pub ru_nswap: c_long,
    |                       ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:107:25
    |
107 |         pub ru_inblock: c_long,
    |                         ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:110:25
    |
110 |         pub ru_oublock: c_long,
    |                         ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:113:24
    |
113 |         pub ru_msgsnd: c_long,
    |                        ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:116:24
    |
116 |         pub ru_msgrcv: c_long,
    |                        ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:119:26
    |
119 |         pub ru_nsignals: c_long,
    |                          ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:122:23
    |
122 |         pub ru_nvcsw: c_long,
    |                       ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:125:24
    |
125 |         pub ru_nivcsw: c_long,
    |                        ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:142:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
142 |         pub h_name: *mut ::c_char,
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
142 |         pub h_name: *mut ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
142 -         pub h_name: *mut ::c_char,
142 +         pub h_name: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:143:36
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
143 |         pub h_aliases: *mut *mut ::c_char,
    |                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
143 |         pub h_aliases: *mut *mut ::c_schar,
    |                                    ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
143 -         pub h_aliases: *mut *mut ::c_char,
143 +         pub h_aliases: *mut *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:146:38
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
146 |         pub h_addr_list: *mut *mut ::c_char,
    |                                      ^^^^^^
    |
help: a type alias with a similar name exists
    |
146 |         pub h_addr_list: *mut *mut ::c_schar,
    |                                      ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
146 -         pub h_addr_list: *mut *mut ::c_char,
146 +         pub h_addr_list: *mut *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:192:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
192 |         pub s_name: *mut ::c_char,
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
192 |         pub s_name: *mut ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
192 -         pub s_name: *mut ::c_char,
192 +         pub s_name: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:193:36
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
193 |         pub s_aliases: *mut *mut ::c_char,
    |                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
193 |         pub s_aliases: *mut *mut ::c_schar,
    |                                    ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
193 -         pub s_aliases: *mut *mut ::c_char,
193 +         pub s_aliases: *mut *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:195:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
195 |         pub s_proto: *mut ::c_char,
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
195 |         pub s_proto: *mut ::c_schar,
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
195 -         pub s_proto: *mut ::c_char,
195 +         pub s_proto: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:199:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
199 |         pub p_name: *mut ::c_char,
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
199 |         pub p_name: *mut ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
199 -         pub p_name: *mut ::c_char,
199 +         pub p_name: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:200:36
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
200 |         pub p_aliases: *mut *mut ::c_char,
    |                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
200 |         pub p_aliases: *mut *mut ::c_schar,
    |                                    ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
200 -         pub p_aliases: *mut *mut ::c_char,
200 +         pub p_aliases: *mut *mut c_char,
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:453:35
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
453 |     pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;
    |                                   ^^^^^^
    |
help: a type alias with a similar name exists
    |
453 |     pub fn fopen(filename: *const c_schar, mode: *const c_char) -> *mut FILE;
    |                                   ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:453:56
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
453 |     pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;
    |                                                        ^^^^^^
    |
help: a type alias with a similar name exists
    |
453 |     pub fn fopen(filename: *const c_char, mode: *const c_schar) -> *mut FILE;
    |                                                        ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:458:37
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
458 |     pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE;
    |                                     ^^^^^^
    |
help: a type alias with a similar name exists
    |
458 |     pub fn freopen(filename: *const c_schar, mode: *const c_char, file: *mut FILE) -> *mut FILE;
    |                                     ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:458:58
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
458 |     pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE;
    |                                                          ^^^^^^
    |
help: a type alias with a similar name exists
    |
458 |     pub fn freopen(filename: *const c_char, mode: *const c_schar, file: *mut FILE) -> *mut FILE;
    |                                                          ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:462:36
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
462 |     pub fn remove(filename: *const c_char) -> c_int;
    |                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
462 |     pub fn remove(filename: *const c_schar) -> c_int;
    |                                    ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:463:35
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
463 |     pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int;
    |                                   ^^^^^^
    |
help: a type alias with a similar name exists
    |
463 |     pub fn rename(oldname: *const c_schar, newname: *const c_char) -> c_int;
    |                                   ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:463:59
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
463 |     pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int;
    |                                                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
463 |     pub fn rename(oldname: *const c_char, newname: *const c_schar) -> c_int;
    |                                                           ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:465:52
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
465 |     pub fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int;
    |                                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
465 |     pub fn setvbuf(stream: *mut FILE, buffer: *mut c_schar, mode: c_int, size: size_t) -> c_int;
    |                                                    ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:466:48
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
466 |     pub fn setbuf(stream: *mut FILE, buf: *mut c_char);
    |                                                ^^^^^^
    |
help: a type alias with a similar name exists
    |
466 |     pub fn setbuf(stream: *mut FILE, buf: *mut c_schar);
    |                                                ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:470:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
470 |     pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char;
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
470 |     pub fn fgets(buf: *mut c_schar, n: c_int, stream: *mut FILE) -> *mut c_char;
    |                            ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:470:73
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
470 |     pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char;
    |                                                                         ^^^^^^
    |
help: a type alias with a similar name exists
    |
470 |     pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_schar;
    |                                                                         ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:476:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
476 |     pub fn fputs(s: *const c_char, stream: *mut FILE) -> c_int;
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
476 |     pub fn fputs(s: *const c_schar, stream: *mut FILE) -> c_int;
    |                            ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:477:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
477 |     pub fn puts(s: *const c_char) -> c_int;
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
477 |     pub fn puts(s: *const c_schar) -> c_int;
    |                           ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:485:45
    |
485 |     pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int;
    |                                             ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:486:40
    |
486 |     pub fn ftell(stream: *mut FILE) -> c_long;
    |                                        ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:495:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
495 |     pub fn perror(s: *const c_char);
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
495 |     pub fn perror(s: *const c_schar);
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:496:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
496 |     pub fn atof(s: *const c_char) -> c_double;
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
496 |     pub fn atof(s: *const c_schar) -> c_double;
    |                           ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:497:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
497 |     pub fn atoi(s: *const c_char) -> c_int;
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
497 |     pub fn atoi(s: *const c_schar) -> c_int;
    |                           ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:498:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
498 |     pub fn atol(s: *const c_char) -> c_long;
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
498 |     pub fn atol(s: *const c_schar) -> c_long;
    |                           ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:498:38
    |
498 |     pub fn atol(s: *const c_char) -> c_long;
    |                                      ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:499:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
499 |     pub fn atoll(s: *const c_char) -> c_longlong;
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
499 |     pub fn atoll(s: *const c_schar) -> c_longlong;
    |                            ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:504:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
504 |     pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
504 |     pub fn strtod(s: *const c_schar, endp: *mut *mut c_char) -> c_double;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:504:53
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
504 |     pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
    |                                                     ^^^^^^
    |
help: a type alias with a similar name exists
    |
504 |     pub fn strtod(s: *const c_char, endp: *mut *mut c_schar) -> c_double;
    |                                                     ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:505:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
505 |     pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
505 |     pub fn strtof(s: *const c_schar, endp: *mut *mut c_char) -> c_float;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:505:53
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
505 |     pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
    |                                                     ^^^^^^
    |
help: a type alias with a similar name exists
    |
505 |     pub fn strtof(s: *const c_char, endp: *mut *mut c_schar) -> c_float;
    |                                                     ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:506:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
506 |     pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
506 |     pub fn strtol(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_long;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:506:53
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
506 |     pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long;
    |                                                     ^^^^^^
    |
help: a type alias with a similar name exists
    |
506 |     pub fn strtol(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_long;
    |                                                     ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:506:77
    |
506 |     pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long;
    |                                                                             ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:507:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
507 |     pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
507 |     pub fn strtoll(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_longlong;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:507:54
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
507 |     pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong;
    |                                                      ^^^^^^
    |
help: a type alias with a similar name exists
    |
507 |     pub fn strtoll(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_longlong;
    |                                                      ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:508:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
508 |     pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
508 |     pub fn strtoul(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_ulong;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:508:54
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
508 |     pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong;
    |                                                      ^^^^^^
    |
help: a type alias with a similar name exists
    |
508 |     pub fn strtoul(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_ulong;
    |                                                      ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_ulong` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:508:78
    |
508 |     pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong;
    |                                                                              ^^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_ulong;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:509:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
509 |     pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
509 |     pub fn strtoull(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_ulonglong;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:509:55
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
509 |     pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong;
    |                                                       ^^^^^^
    |
help: a type alias with a similar name exists
    |
509 |     pub fn strtoull(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_ulonglong;
    |                                                       ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:521:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
521 |     pub fn system(s: *const c_char) -> c_int;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
521 |     pub fn system(s: *const c_schar) -> c_int;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:522:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
522 |     pub fn getenv(s: *const c_char) -> *mut c_char;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
522 |     pub fn getenv(s: *const c_schar) -> *mut c_char;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:522:45
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
522 |     pub fn getenv(s: *const c_char) -> *mut c_char;
    |                                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
522 |     pub fn getenv(s: *const c_char) -> *mut c_schar;
    |                                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:524:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
524 |     pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
524 |     pub fn strcpy(dst: *mut c_schar, src: *const c_char) -> *mut c_char;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:524:49
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
524 |     pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    |                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
524 |     pub fn strcpy(dst: *mut c_char, src: *const c_schar) -> *mut c_char;
    |                                                 ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:524:65
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
524 |     pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    |                                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
524 |     pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_schar;
    |                                                                 ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:525:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
525 |     pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
525 |     pub fn strncpy(dst: *mut c_schar, src: *const c_char, n: size_t) -> *mut c_char;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:525:50
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
525 |     pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
    |                                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
525 |     pub fn strncpy(dst: *mut c_char, src: *const c_schar, n: size_t) -> *mut c_char;
    |                                                  ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:525:77
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
525 |     pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
    |                                                                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
525 |     pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_schar;
    |                                                                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:526:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
526 |     pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
526 |     pub fn stpcpy(dst: *mut c_schar, src: *const c_char) -> *mut c_char;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:526:49
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
526 |     pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    |                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
526 |     pub fn stpcpy(dst: *mut c_char, src: *const c_schar) -> *mut c_char;
    |                                                 ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:526:65
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
526 |     pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
    |                                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
526 |     pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_schar;
    |                                                                 ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:527:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
527 |     pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
527 |     pub fn strcat(s: *mut c_schar, ct: *const c_char) -> *mut c_char;
    |                           ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:527:46
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
527 |     pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
    |                                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
527 |     pub fn strcat(s: *mut c_char, ct: *const c_schar) -> *mut c_char;
    |                                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:527:62
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
527 |     pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
    |                                                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
527 |     pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_schar;
    |                                                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:528:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
528 |     pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char;
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
528 |     pub fn strncat(s: *mut c_schar, ct: *const c_char, n: size_t) -> *mut c_char;
    |                            ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:528:47
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
528 |     pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char;
    |                                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
528 |     pub fn strncat(s: *mut c_char, ct: *const c_schar, n: size_t) -> *mut c_char;
    |                                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:528:74
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
528 |     pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char;
    |                                                                          ^^^^^^
    |
help: a type alias with a similar name exists
    |
528 |     pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_schar;
    |                                                                          ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:529:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
529 |     pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
529 |     pub fn strcmp(cs: *const c_schar, ct: *const c_char) -> c_int;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:529:49
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
529 |     pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
    |                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
529 |     pub fn strcmp(cs: *const c_char, ct: *const c_schar) -> c_int;
    |                                                 ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:530:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
530 |     pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
530 |     pub fn strncmp(cs: *const c_schar, ct: *const c_char, n: size_t) -> c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:530:50
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
530 |     pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int;
    |                                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
530 |     pub fn strncmp(cs: *const c_char, ct: *const c_schar, n: size_t) -> c_int;
    |                                                  ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:531:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
531 |     pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
531 |     pub fn strcoll(cs: *const c_schar, ct: *const c_char) -> c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:531:50
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
531 |     pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
    |                                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
531 |     pub fn strcoll(cs: *const c_char, ct: *const c_schar) -> c_int;
    |                                                  ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:532:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
532 |     pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
532 |     pub fn strchr(cs: *const c_schar, c: c_int) -> *mut c_char;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:532:56
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
532 |     pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
    |                                                        ^^^^^^
    |
help: a type alias with a similar name exists
    |
532 |     pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_schar;
    |                                                        ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:533:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
533 |     pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
533 |     pub fn strrchr(cs: *const c_schar, c: c_int) -> *mut c_char;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:533:57
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
533 |     pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
    |                                                         ^^^^^^
    |
help: a type alias with a similar name exists
    |
533 |     pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_schar;
    |                                                         ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:534:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
534 |     pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
534 |     pub fn strspn(cs: *const c_schar, ct: *const c_char) -> size_t;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:534:49
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
534 |     pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
    |                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
534 |     pub fn strspn(cs: *const c_char, ct: *const c_schar) -> size_t;
    |                                                 ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:535:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
535 |     pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
535 |     pub fn strcspn(cs: *const c_schar, ct: *const c_char) -> size_t;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:535:50
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
535 |     pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
    |                                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
535 |     pub fn strcspn(cs: *const c_char, ct: *const c_schar) -> size_t;
    |                                                  ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:536:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
536 |     pub fn strdup(cs: *const c_char) -> *mut c_char;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
536 |     pub fn strdup(cs: *const c_schar) -> *mut c_char;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:536:46
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
536 |     pub fn strdup(cs: *const c_char) -> *mut c_char;
    |                                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
536 |     pub fn strdup(cs: *const c_char) -> *mut c_schar;
    |                                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:537:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
537 |     pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
537 |     pub fn strndup(cs: *const c_schar, n: size_t) -> *mut c_char;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:537:58
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
537 |     pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char;
    |                                                          ^^^^^^
    |
help: a type alias with a similar name exists
    |
537 |     pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_schar;
    |                                                          ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:538:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
538 |     pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
538 |     pub fn strpbrk(cs: *const c_schar, ct: *const c_char) -> *mut c_char;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:538:50
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
538 |     pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    |                                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
538 |     pub fn strpbrk(cs: *const c_char, ct: *const c_schar) -> *mut c_char;
    |                                                  ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:538:66
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
538 |     pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    |                                                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
538 |     pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_schar;
    |                                                                  ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:539:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
539 |     pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
539 |     pub fn strstr(cs: *const c_schar, ct: *const c_char) -> *mut c_char;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:539:49
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
539 |     pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    |                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
539 |     pub fn strstr(cs: *const c_char, ct: *const c_schar) -> *mut c_char;
    |                                                 ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:539:65
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
539 |     pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
    |                                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
539 |     pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_schar;
    |                                                                 ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:540:34
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
540 |     pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int;
    |                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
540 |     pub fn strcasecmp(s1: *const c_schar, s2: *const c_char) -> c_int;
    |                                  ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:540:53
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
540 |     pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int;
    |                                                     ^^^^^^
    |
help: a type alias with a similar name exists
    |
540 |     pub fn strcasecmp(s1: *const c_char, s2: *const c_schar) -> c_int;
    |                                                     ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:541:35
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
541 |     pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int;
    |                                   ^^^^^^
    |
help: a type alias with a similar name exists
    |
541 |     pub fn strncasecmp(s1: *const c_schar, s2: *const c_char, n: size_t) -> c_int;
    |                                   ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:541:54
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
541 |     pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int;
    |                                                      ^^^^^^
    |
help: a type alias with a similar name exists
    |
541 |     pub fn strncasecmp(s1: *const c_char, s2: *const c_schar, n: size_t) -> c_int;
    |                                                      ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:542:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
542 |     pub fn strlen(cs: *const c_char) -> size_t;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
542 |     pub fn strlen(cs: *const c_schar) -> size_t;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:543:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
543 |     pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
543 |     pub fn strnlen(cs: *const c_schar, maxlen: size_t) -> size_t;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:548:39
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
548 |     pub fn strerror(n: c_int) -> *mut c_char;
    |                                       ^^^^^^
    |
help: a type alias with a similar name exists
    |
548 |     pub fn strerror(n: c_int) -> *mut c_schar;
    |                                       ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:549:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
549 |     pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
549 |     pub fn strtok(s: *mut c_schar, t: *const c_char) -> *mut c_char;
    |                           ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:549:45
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
549 |     pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
    |                                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
549 |     pub fn strtok(s: *mut c_char, t: *const c_schar) -> *mut c_char;
    |                                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:549:61
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
549 |     pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
    |                                                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
549 |     pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_schar;
    |                                                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:550:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
550 |     pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
550 |     pub fn strtok_r(s: *mut c_schar, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:550:47
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
550 |     pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
    |                                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
550 |     pub fn strtok_r(s: *mut c_char, t: *const c_schar, p: *mut *mut c_char) -> *mut c_char;
    |                                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:550:68
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
550 |     pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
    |                                                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
550 |     pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_schar) -> *mut c_char;
    |                                                                    ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:550:84
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
550 |     pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
    |                                                                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
550 |     pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_schar;
    |                                                                                    ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:551:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
551 |     pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t;
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
551 |     pub fn strxfrm(s: *mut c_schar, ct: *const c_char, n: size_t) -> size_t;
    |                            ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:551:47
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
551 |     pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t;
    |                                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
551 |     pub fn strxfrm(s: *mut c_char, ct: *const c_schar, n: size_t) -> size_t;
    |                                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:552:42
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
552 |     pub fn strsignal(sig: c_int) -> *mut c_char;
    |                                          ^^^^^^
    |
help: a type alias with a similar name exists
    |
552 |     pub fn strsignal(sig: c_int) -> *mut c_schar;
    |                                          ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `wchar_t` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:553:31
    |
553 |     pub fn wcslen(buf: *const wchar_t) -> size_t;
    |                               ^^^^^^^ not found in this scope

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:554:32
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
554 |     pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t;
    |                                ^^^^^^
    |
help: a type alias with a similar name exists
    |
554 |     pub fn wcstombs(dest: *mut c_schar, src: *const wchar_t, n: size_t) -> ::size_t;
    |                                ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `wchar_t` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:554:52
    |
554 |     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-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:557:31
    |
557 |     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-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:557:43
    |
557 |     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-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:557:71
    |
557 |     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 `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:566:36
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
566 |     pub fn getpwnam(name: *const ::c_char) -> *mut passwd;
    |                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
566 |     pub fn getpwnam(name: *const ::c_schar) -> *mut passwd;
    |                                    ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
566 -     pub fn getpwnam(name: *const ::c_char) -> *mut passwd;
566 +     pub fn getpwnam(name: *const c_char) -> *mut passwd;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:570:58
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
570 |     pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
    |                                                          ^^^^^^
    |
help: a type alias with a similar name exists
    |
570 |     pub fn fprintf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int;
    |                                                          ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
570 -     pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
570 +     pub fn fprintf(stream: *mut ::FILE, format: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:571:36
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
571 |     pub fn printf(format: *const ::c_char, ...) -> ::c_int;
    |                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
571 |     pub fn printf(format: *const ::c_schar, ...) -> ::c_int;
    |                                    ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
571 -     pub fn printf(format: *const ::c_char, ...) -> ::c_int;
571 +     pub fn printf(format: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:572:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
572 |     pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
572 |     pub fn snprintf(s: *mut ::c_schar, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
572 -     pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
572 +     pub fn snprintf(s: *mut c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:572:69
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
572 |     pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
    |                                                                     ^^^^^^
    |
help: a type alias with a similar name exists
    |
572 |     pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_schar, ...) -> ::c_int;
    |                                                                     ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
572 -     pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
572 +     pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:573:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
573 |     pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
573 |     pub fn sprintf(s: *mut ::c_schar, format: *const ::c_char, ...) -> ::c_int;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
573 -     pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
573 +     pub fn sprintf(s: *mut c_char, format: *const ::c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:573:55
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
573 |     pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
    |                                                       ^^^^^^
    |
help: a type alias with a similar name exists
    |
573 |     pub fn sprintf(s: *mut ::c_char, format: *const ::c_schar, ...) -> ::c_int;
    |                                                       ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
573 -     pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
573 +     pub fn sprintf(s: *mut ::c_char, format: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:578:57
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
578 |     pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
    |                                                         ^^^^^^
    |
help: a type alias with a similar name exists
    |
578 |     pub fn fscanf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int;
    |                                                         ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
578 -     pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
578 +     pub fn fscanf(stream: *mut ::FILE, format: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:583:35
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
583 |     pub fn scanf(format: *const ::c_char, ...) -> ::c_int;
    |                                   ^^^^^^
    |
help: a type alias with a similar name exists
    |
583 |     pub fn scanf(format: *const ::c_schar, ...) -> ::c_int;
    |                                   ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
583 -     pub fn scanf(format: *const ::c_char, ...) -> ::c_int;
583 +     pub fn scanf(format: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:588:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
588 |     pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
588 |     pub fn sscanf(s: *const ::c_schar, format: *const ::c_char, ...) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
588 -     pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
588 +     pub fn sscanf(s: *const c_char, format: *const ::c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:588:56
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
588 |     pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
    |                                                        ^^^^^^
    |
help: a type alias with a similar name exists
    |
588 |     pub fn sscanf(s: *const ::c_char, format: *const ::c_schar, ...) -> ::c_int;
    |                                                        ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
588 -     pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
588 +     pub fn sscanf(s: *const ::c_char, format: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:705:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
705 |     pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
705 |     pub fn chmod(path: *const c_schar, mode: mode_t) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:723:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
723 |     pub fn mkdir(path: *const c_char, mode: mode_t) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
723 |     pub fn mkdir(path: *const c_schar, mode: mode_t) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:734:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
734 |     pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
734 |     pub fn stat(path: *const c_schar, buf: *mut stat) -> ::c_int;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:741:45
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
741 |     pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE;
    |                                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
741 |     pub fn fdopen(fd: ::c_int, mode: *const c_schar) -> *mut ::FILE;
    |                                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:748:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
748 |     pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
748 |     pub fn open(path: *const c_schar, oflag: ::c_int, ...) -> ::c_int;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:753:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
753 |     pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
753 |     pub fn creat(path: *const c_schar, mode: mode_t) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:769:36
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
769 |     pub fn opendir(dirname: *const c_char) -> *mut ::DIR;
    |                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
769 |     pub fn opendir(dirname: *const c_schar) -> *mut ::DIR;
    |                                    ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:798:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
798 |         pathname: *const ::c_char,
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
798 |         pathname: *const ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
798 -         pathname: *const ::c_char,
798 +         pathname: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:805:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
805 |         pathname: *const ::c_char,
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
805 |         pathname: *const ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
805 -         pathname: *const ::c_char,
805 +         pathname: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:820:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
820 |         pathname: *const ::c_char,
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
820 |         pathname: *const ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
820 -         pathname: *const ::c_char,
820 +         pathname: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:826:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
826 |         oldpath: *const ::c_char,
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
826 |         oldpath: *const ::c_schar,
    |                           ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
826 -         oldpath: *const ::c_char,
826 +         oldpath: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:828:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
828 |         newpath: *const ::c_char,
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
828 |         newpath: *const ::c_schar,
    |                           ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
828 -         newpath: *const ::c_char,
828 +         newpath: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:833:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
833 |         oldpath: *const ::c_char,
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
833 |         oldpath: *const ::c_schar,
    |                           ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
833 -         oldpath: *const ::c_char,
833 +         oldpath: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:835:27
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
835 |         newpath: *const ::c_char,
    |                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
835 |         newpath: *const ::c_schar,
    |                           ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
835 -         newpath: *const ::c_char,
835 +         newpath: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:838:26
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
838 |         target: *const ::c_char,
    |                          ^^^^^^
    |
help: a type alias with a similar name exists
    |
838 |         target: *const ::c_schar,
    |                          ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
838 -         target: *const ::c_char,
838 +         target: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:840:28
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
840 |         linkpath: *const ::c_char,
    |                            ^^^^^^
    |
help: a type alias with a similar name exists
    |
840 |         linkpath: *const ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
840 -         linkpath: *const ::c_char,
840 +         linkpath: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:842:56
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
842 |     pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int;
    |                                                        ^^^^^^
    |
help: a type alias with a similar name exists
    |
842 |     pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_schar, flags: ::c_int) -> ::c_int;
    |                                                        ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
842 -     pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int;
842 +     pub fn unlinkat(dirfd: ::c_int, pathname: *const c_char, flags: ::c_int) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:844:32
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
844 |     pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int;
    |                                ^^^^^^
    |
help: a type alias with a similar name exists
    |
844 |     pub fn access(path: *const c_schar, amode: ::c_int) -> ::c_int;
    |                                ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:846:30
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
846 |     pub fn chdir(dir: *const c_char) -> ::c_int;
    |                              ^^^^^^
    |
help: a type alias with a similar name exists
    |
846 |     pub fn chdir(dir: *const c_schar) -> ::c_int;
    |                              ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:848:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
848 |     pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
848 |     pub fn chown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:853:32
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
853 |     pub fn lchown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int;
    |                                ^^^^^^
    |
help: a type alias with a similar name exists
    |
853 |     pub fn lchown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int;
    |                                ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:865:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
865 |     pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
865 |     pub fn execl(path: *const c_schar, arg0: *const c_char, ...) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:865:52
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
865 |     pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int;
    |                                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
865 |     pub fn execl(path: *const c_char, arg0: *const c_schar, ...) -> ::c_int;
    |                                                    ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:866:34
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
866 |     pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
    |                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
866 |     pub fn execle(path: *const ::c_schar, arg0: *const ::c_char, ...) -> ::c_int;
    |                                  ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
866 -     pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
866 +     pub fn execle(path: *const c_char, arg0: *const ::c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:866:57
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
866 |     pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
    |                                                         ^^^^^^
    |
help: a type alias with a similar name exists
    |
866 |     pub fn execle(path: *const ::c_char, arg0: *const ::c_schar, ...) -> ::c_int;
    |                                                         ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
866 -     pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
866 +     pub fn execle(path: *const ::c_char, arg0: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:867:34
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
867 |     pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
    |                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
867 |     pub fn execlp(file: *const ::c_schar, arg0: *const ::c_char, ...) -> ::c_int;
    |                                  ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
867 -     pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
867 +     pub fn execlp(file: *const c_char, arg0: *const ::c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:867:57
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
867 |     pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
    |                                                         ^^^^^^
    |
help: a type alias with a similar name exists
    |
867 |     pub fn execlp(file: *const ::c_char, arg0: *const ::c_schar, ...) -> ::c_int;
    |                                                         ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
867 -     pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
867 +     pub fn execlp(file: *const ::c_char, arg0: *const c_char, ...) -> ::c_int;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:868:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
868 |     pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
868 |     pub fn execv(prog: *const c_schar, argv: *const *const c_char) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:868:59
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
868 |     pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int;
    |                                                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
868 |     pub fn execv(prog: *const c_char, argv: *const *const c_schar) -> ::c_int;
    |                                                           ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:870:22
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
870 |         prog: *const c_char,
    |                      ^^^^^^
    |
help: a type alias with a similar name exists
    |
870 |         prog: *const c_schar,
    |                      ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:871:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
871 |         argv: *const *const c_char,
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
871 |         argv: *const *const c_schar,
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:872:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
872 |         envp: *const *const c_char,
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
872 |         envp: *const *const c_schar,
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:874:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
874 |     pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
874 |     pub fn execvp(c: *const c_schar, argv: *const *const c_char) -> ::c_int;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:874:57
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
874 |     pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int;
    |                                                         ^^^^^^
    |
help: a type alias with a similar name exists
    |
874 |     pub fn execvp(c: *const c_char, argv: *const *const c_schar) -> ::c_int;
    |                                                         ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:876:58
    |
876 |     pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long;
    |                                                          ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:877:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
877 |     pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
877 |     pub fn getcwd(buf: *mut c_schar, size: ::size_t) -> *mut c_char;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:877:61
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
877 |     pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char;
    |                                                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
877 |     pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_schar;
    |                                                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:883:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
883 |     pub fn getlogin() -> *mut c_char;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
883 |     pub fn getlogin() -> *mut c_schar;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:888:52
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
888 |     pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int;
    |                                                    ^^^^^^
    |
help: a type alias with a similar name exists
    |
888 |     pub fn getopt(argc: ::c_int, argv: *const *mut c_schar, optstr: *const c_char) -> ::c_int;
    |                                                    ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:888:75
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
888 |     pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int;
    |                                                                           ^^^^^^
    |
help: a type alias with a similar name exists
    |
888 |     pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_schar) -> ::c_int;
    |                                                                           ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:895:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
895 |     pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
895 |     pub fn link(src: *const c_schar, dst: *const c_char) -> ::c_int;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:895:49
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
895 |     pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int;
    |                                                 ^^^^^^
    |
help: a type alias with a similar name exists
    |
895 |     pub fn link(src: *const c_char, dst: *const c_schar) -> ::c_int;
    |                                                 ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:897:34
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
897 |     pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long;
    |                                  ^^^^^^
    |
help: a type alias with a similar name exists
    |
897 |     pub fn pathconf(path: *const c_schar, name: ::c_int) -> c_long;
    |                                  ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_long` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:897:60
    |
897 |     pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long;
    |                                                            ^^^^^^ not found in this scope
    |
help: consider importing this type alias
    |
1589+         use ffi::c_long;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:905:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
905 |     pub fn rmdir(path: *const c_char) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
905 |     pub fn rmdir(path: *const c_schar) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:927:41
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
927 |     pub fn ttyname(fd: ::c_int) -> *mut c_char;
    |                                         ^^^^^^
    |
help: a type alias with a similar name exists
    |
927 |     pub fn ttyname(fd: ::c_int) -> *mut c_schar;
    |                                         ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:933:45
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
933 |     pub fn ttyname_r(fd: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
    |                                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
933 |     pub fn ttyname_r(fd: ::c_int, buf: *mut c_schar, buflen: ::size_t) -> ::c_int;
    |                                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:934:29
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
934 |     pub fn unlink(c: *const c_char) -> ::c_int;
    |                             ^^^^^^
    |
help: a type alias with a similar name exists
    |
934 |     pub fn unlink(c: *const c_schar) -> ::c_int;
    |                             ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:963:31
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
963 |     pub fn utime(file: *const c_char, buf: *const utimbuf) -> ::c_int;
    |                               ^^^^^^
    |
help: a type alias with a similar name exists
    |
963 |     pub fn utime(file: *const c_schar, buf: *const utimbuf) -> ::c_int;
    |                               ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:999:42
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
...
999 |     pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint;
    |                                          ^^^^^^
    |
help: a type alias with a similar name exists
    |
999 |     pub fn if_nametoindex(ifname: *const c_schar) -> ::c_uint;
    |                                          ~~~~~~~
help: consider importing this type alias
    |
1589+         use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1000:61
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1000 |     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char;
     |                                                             ^^^^^^
     |
help: a type alias with a similar name exists
     |
1000 |     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_schar) -> *mut ::c_char;
     |                                                             ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1000 -     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char;
1000 +     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut c_char) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1000:79
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1000 |     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char;
     |                                                                               ^^^^^^
     |
help: a type alias with a similar name exists
     |
1000 |     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_schar;
     |                                                                               ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1000 -     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char;
1000 +     pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1011:31
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1011 |     pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int;
     |                               ^^^^^^
     |
help: a type alias with a similar name exists
     |
1011 |     pub fn lstat(path: *const c_schar, buf: *mut stat) -> ::c_int;
     |                               ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1023:32
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1023 |     pub fn setenv(name: *const c_char, val: *const c_char, overwrite: ::c_int) -> ::c_int;
     |                                ^^^^^^
     |
help: a type alias with a similar name exists
     |
1023 |     pub fn setenv(name: *const c_schar, val: *const c_char, overwrite: ::c_int) -> ::c_int;
     |                                ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1023:52
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1023 |     pub fn setenv(name: *const c_char, val: *const c_char, overwrite: ::c_int) -> ::c_int;
     |                                                    ^^^^^^
     |
help: a type alias with a similar name exists
     |
1023 |     pub fn setenv(name: *const c_char, val: *const c_schar, overwrite: ::c_int) -> ::c_int;
     |                                                    ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1029:34
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1029 |     pub fn unsetenv(name: *const c_char) -> ::c_int;
     |                                  ^^^^^^
     |
help: a type alias with a similar name exists
     |
1029 |     pub fn unsetenv(name: *const c_schar) -> ::c_int;
     |                                  ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1031:34
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1031 |     pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int;
     |                                  ^^^^^^
     |
help: a type alias with a similar name exists
     |
1031 |     pub fn symlink(path1: *const c_schar, path2: *const c_char) -> ::c_int;
     |                                  ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1031:56
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1031 |     pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int;
     |                                                        ^^^^^^
     |
help: a type alias with a similar name exists
     |
1031 |     pub fn symlink(path1: *const c_char, path2: *const c_schar) -> ::c_int;
     |                                                        ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1033:34
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1033 |     pub fn truncate(path: *const c_char, length: off_t) -> ::c_int;
     |                                  ^^^^^^
     |
help: a type alias with a similar name exists
     |
1033 |     pub fn truncate(path: *const c_schar, length: off_t) -> ::c_int;
     |                                  ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1051:40
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1051 |     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
     |                                        ^^^^^^
     |
help: a type alias with a similar name exists
     |
1051 |     pub fn realpath(pathname: *const ::c_schar, resolved: *mut ::c_char) -> *mut ::c_char;
     |                                        ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1051 -     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
1051 +     pub fn realpath(pathname: *const c_char, resolved: *mut ::c_char) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1051:65
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1051 |     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
     |                                                                 ^^^^^^
     |
help: a type alias with a similar name exists
     |
1051 |     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_schar) -> *mut ::c_char;
     |                                                                 ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1051 -     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
1051 +     pub fn realpath(pathname: *const ::c_char, resolved: *mut c_char) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1051:83
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1051 |     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
     |                                                                                   ^^^^^^
     |
help: a type alias with a similar name exists
     |
1051 |     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_schar;
     |                                                                                   ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1051 -     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
1051 +     pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1178:38
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1178 |     pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int;
     |                                      ^^^^^^
     |
help: a type alias with a similar name exists
     |
1178 |     pub fn utimes(filename: *const ::c_schar, times: *const ::timeval) -> ::c_int;
     |                                      ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1178 -     pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int;
1178 +     pub fn utimes(filename: *const c_char, times: *const ::timeval) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1179:38
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1179 |     pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
     |                                      ^^^^^^
     |
help: a type alias with a similar name exists
     |
1179 |     pub fn dlopen(filename: *const ::c_schar, flag: ::c_int) -> *mut ::c_void;
     |                                      ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1179 -     pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
1179 +     pub fn dlopen(filename: *const c_char, flag: ::c_int) -> *mut ::c_void;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1180:32
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1180 |     pub fn dlerror() -> *mut ::c_char;
     |                                ^^^^^^
     |
help: a type alias with a similar name exists
     |
1180 |     pub fn dlerror() -> *mut ::c_schar;
     |                                ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1180 -     pub fn dlerror() -> *mut ::c_char;
1180 +     pub fn dlerror() -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1181:58
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1181 |     pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void;
     |                                                          ^^^^^^
     |
help: a type alias with a similar name exists
     |
1181 |     pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_schar) -> *mut ::c_void;
     |                                                          ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1181 -     pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void;
1181 +     pub fn dlsym(handle: *mut ::c_void, symbol: *const c_char) -> *mut ::c_void;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1192:22
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1192 |         node: *const c_char,
     |                      ^^^^^^
     |
help: a type alias with a similar name exists
     |
1192 |         node: *const c_schar,
     |                      ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1193:25
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1193 |         service: *const c_char,
     |                         ^^^^^^
     |
help: a type alias with a similar name exists
     |
1193 |         service: *const c_schar,
     |                         ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1204:52
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1204 |     pub fn hstrerror(errcode: ::c_int) -> *const ::c_char;
     |                                                    ^^^^^^
     |
help: a type alias with a similar name exists
     |
1204 |     pub fn hstrerror(errcode: ::c_int) -> *const ::c_schar;
     |                                                    ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1204 -     pub fn hstrerror(errcode: ::c_int) -> *const ::c_char;
1204 +     pub fn hstrerror(errcode: ::c_int) -> *const c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1205:55
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1205 |     pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char;
     |                                                       ^^^^^^
     |
help: a type alias with a similar name exists
     |
1205 |     pub fn gai_strerror(errcode: ::c_int) -> *const ::c_schar;
     |                                                       ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1205 -     pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char;
1205 +     pub fn gai_strerror(errcode: ::c_int) -> *const c_char;
     |

error[E0412]: cannot find type `time_t` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1233:36
     |
1233 |     pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
     |                                    ^^^^^^ help: a type alias with a similar name exists: `timer_t`
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:7:1
     |
7    | pub type timer_t = ::c_int;
     | --------------------------- similarly named type alias `timer_t` defined here

error[E0412]: cannot find type `time_t` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1237:39
     |
1237 |     pub fn localtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
     |                                       ^^^^^^ help: a type alias with a similar name exists: `timer_t`
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:7:1
     |
7    | pub type timer_t = ::c_int;
     | --------------------------- similarly named type alias `timer_t` defined here

error[E0412]: cannot find type `time_t` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1245:35
     |
1245 |     pub fn mktime(tm: *mut tm) -> time_t;
     |                                   ^^^^^^ help: a type alias with a similar name exists: `timer_t`
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:7:1
     |
7    | pub type timer_t = ::c_int;
     | --------------------------- similarly named type alias `timer_t` defined here

error[E0412]: cannot find type `time_t` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1249:28
     |
1249 |     pub fn time(time: *mut time_t) -> time_t;
     |                            ^^^^^^ help: a type alias with a similar name exists: `timer_t`
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:7:1
     |
7    | pub type timer_t = ::c_int;
     | --------------------------- similarly named type alias `timer_t` defined here

error[E0412]: cannot find type `time_t` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1249:39
     |
1249 |     pub fn time(time: *mut time_t) -> time_t;
     |                                       ^^^^^^ help: a type alias with a similar name exists: `timer_t`
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:7:1
     |
7    | pub type timer_t = ::c_int;
     | --------------------------- similarly named type alias `timer_t` defined here

error[E0412]: cannot find type `time_t` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1253:34
     |
1253 |     pub fn gmtime(time_p: *const time_t) -> *mut tm;
     |                                  ^^^^^^ help: a type alias with a similar name exists: `timer_t`
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:7:1
     |
7    | pub type timer_t = ::c_int;
     | --------------------------- similarly named type alias `timer_t` defined here

error[E0412]: cannot find type `time_t` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1257:37
     |
1257 |     pub fn localtime(time_p: *const time_t) -> *mut tm;
     |                                     ^^^^^^ help: a type alias with a similar name exists: `timer_t`
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:7:1
     |
7    | pub type timer_t = ::c_int;
     | --------------------------- similarly named type alias `timer_t` defined here

error[E0412]: cannot find type `time_t` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1261:28
     |
1261 |     pub fn difftime(time1: time_t, time0: time_t) -> ::c_double;
     |                            ^^^^^^ help: a type alias with a similar name exists: `timer_t`
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:7:1
     |
7    | pub type timer_t = ::c_int;
     | --------------------------- similarly named type alias `timer_t` defined here

error[E0412]: cannot find type `time_t` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1261:43
     |
1261 |     pub fn difftime(time1: time_t, time0: time_t) -> ::c_double;
     |                                           ^^^^^^ help: a type alias with a similar name exists: `timer_t`
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:7:1
     |
7    | pub type timer_t = ::c_int;
     | --------------------------- similarly named type alias `timer_t` defined here

error[E0412]: cannot find type `time_t` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1265:37
     |
1265 |     pub fn timegm(tm: *mut ::tm) -> time_t;
     |                                     ^^^^^^ help: a type alias with a similar name exists: `timer_t`
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:7:1
     |
7    | pub type timer_t = ::c_int;
     | --------------------------- similarly named type alias `timer_t` defined here

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1272:37
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1272 |     pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int;
     |                                     ^^^^^^
     |
help: a type alias with a similar name exists
     |
1272 |     pub fn mknod(pathname: *const ::c_schar, mode: ::mode_t, dev: ::dev_t) -> ::c_int;
     |                                     ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1272 -     pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int;
1272 +     pub fn mknod(pathname: *const c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1273:37
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1273 |     pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
     |                                     ^^^^^^
     |
help: a type alias with a similar name exists
     |
1273 |     pub fn gethostname(name: *mut ::c_schar, len: ::size_t) -> ::c_int;
     |                                     ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1273 -     pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
1273 +     pub fn gethostname(name: *mut c_char, len: ::size_t) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1275:41
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1275 |     pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent;
     |                                         ^^^^^^
     |
help: a type alias with a similar name exists
     |
1275 |     pub fn getservbyname(name: *const ::c_schar, proto: *const ::c_char) -> *mut servent;
     |                                         ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1275 -     pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent;
1275 +     pub fn getservbyname(name: *const c_char, proto: *const ::c_char) -> *mut servent;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1275:65
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1275 |     pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent;
     |                                                                 ^^^^^^
     |
help: a type alias with a similar name exists
     |
1275 |     pub fn getservbyname(name: *const ::c_char, proto: *const ::c_schar) -> *mut servent;
     |                                                                 ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1275 -     pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent;
1275 +     pub fn getservbyname(name: *const ::c_char, proto: *const c_char) -> *mut servent;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1276:57
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1276 |     pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent;
     |                                                         ^^^^^^
     |
help: a type alias with a similar name exists
     |
1276 |     pub fn getservbyport(port: ::c_int, proto: *const ::c_schar) -> *mut servent;
     |                                                         ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1276 -     pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent;
1276 +     pub fn getservbyport(port: ::c_int, proto: *const c_char) -> *mut servent;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1279:42
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1279 |     pub fn getprotobyname(name: *const ::c_char) -> *mut protoent;
     |                                          ^^^^^^
     |
help: a type alias with a similar name exists
     |
1279 |     pub fn getprotobyname(name: *const ::c_schar) -> *mut protoent;
     |                                          ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1279 -     pub fn getprotobyname(name: *const ::c_char) -> *mut protoent;
1279 +     pub fn getprotobyname(name: *const c_char) -> *mut protoent;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1281:34
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1281 |     pub fn chroot(name: *const ::c_char) -> ::c_int;
     |                                  ^^^^^^
     |
help: a type alias with a similar name exists
     |
1281 |     pub fn chroot(name: *const ::c_schar) -> ::c_int;
     |                                  ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1281 -     pub fn chroot(name: *const ::c_char) -> ::c_int;
1281 +     pub fn chroot(name: *const c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1304:32
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1304 |     pub fn putenv(string: *mut c_char) -> ::c_int;
     |                                ^^^^^^
     |
help: a type alias with a similar name exists
     |
1304 |     pub fn putenv(string: *mut c_schar) -> ::c_int;
     |                                ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1327:58
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1327 |     pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
     |                                                          ^^^^^^
     |
help: a type alias with a similar name exists
     |
1327 |     pub fn setlocale(category: ::c_int, locale: *const ::c_schar) -> *mut ::c_char;
     |                                                          ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1327 -     pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
1327 +     pub fn setlocale(category: ::c_int, locale: *const c_char) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1327:76
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1327 |     pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
     |                                                                            ^^^^^^
     |
help: a type alias with a similar name exists
     |
1327 |     pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_schar;
     |                                                                            ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1327 -     pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
1327 +     pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1337:33
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1337 |     pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int;
     |                                 ^^^^^^
     |
help: a type alias with a similar name exists
     |
1337 |     pub fn statvfs(path: *const c_schar, buf: *mut statvfs) -> ::c_int;
     |                                 ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_long` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1356:40
     |
1356 |     pub fn sysconf(name: ::c_int) -> ::c_long;
     |                                        ^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
1589 +         use ffi::c_long;
     |
help: if you import `c_long`, refer to it directly
     |
1356 -     pub fn sysconf(name: ::c_int) -> ::c_long;
1356 +     pub fn sysconf(name: ::c_int) -> c_long;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1358:32
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1358 |     pub fn mkfifo(path: *const c_char, mode: mode_t) -> ::c_int;
     |                                ^^^^^^
     |
help: a type alias with a similar name exists
     |
1358 |     pub fn mkfifo(path: *const c_schar, mode: mode_t) -> ::c_int;
     |                                ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1377:37
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1377 |     pub fn mkstemp(template: *mut ::c_char) -> ::c_int;
     |                                     ^^^^^^
     |
help: a type alias with a similar name exists
     |
1377 |     pub fn mkstemp(template: *mut ::c_schar) -> ::c_int;
     |                                     ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1377 -     pub fn mkstemp(template: *mut ::c_char) -> ::c_int;
1377 +     pub fn mkstemp(template: *mut c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1378:37
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1378 |     pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
     |                                     ^^^^^^
     |
help: a type alias with a similar name exists
     |
1378 |     pub fn mkdtemp(template: *mut ::c_schar) -> *mut ::c_char;
     |                                     ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1378 -     pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
1378 +     pub fn mkdtemp(template: *mut c_char) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1378:55
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1378 |     pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
     |                                                       ^^^^^^
     |
help: a type alias with a similar name exists
     |
1378 |     pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_schar;
     |                                                       ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1378 -     pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
1378 +     pub fn mkdtemp(template: *mut ::c_char) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1380:31
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1380 |     pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
     |                               ^^^^^^
     |
help: a type alias with a similar name exists
     |
1380 |     pub fn tmpnam(ptr: *mut ::c_schar) -> *mut ::c_char;
     |                               ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1380 -     pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
1380 +     pub fn tmpnam(ptr: *mut c_char) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1380:49
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1380 |     pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
     |                                                 ^^^^^^
     |
help: a type alias with a similar name exists
     |
1380 |     pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_schar;
     |                                                 ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1380 -     pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
1380 +     pub fn tmpnam(ptr: *mut ::c_char) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1382:36
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1382 |     pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int);
     |                                    ^^^^^^
     |
help: a type alias with a similar name exists
     |
1382 |     pub fn openlog(ident: *const ::c_schar, logopt: ::c_int, facility: ::c_int);
     |                                    ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1382 -     pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int);
1382 +     pub fn openlog(ident: *const c_char, logopt: ::c_int, facility: ::c_int);
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1386:56
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1386 |     pub fn syslog(priority: ::c_int, message: *const ::c_char, ...);
     |                                                        ^^^^^^
     |
help: a type alias with a similar name exists
     |
1386 |     pub fn syslog(priority: ::c_int, message: *const ::c_schar, ...);
     |                                                        ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1386 -     pub fn syslog(priority: ::c_int, message: *const ::c_char, ...);
1386 +     pub fn syslog(priority: ::c_int, message: *const c_char, ...);
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1395:43
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1395 |     pub fn ptsname(fd: ::c_int) -> *mut ::c_char;
     |                                           ^^^^^^
     |
help: a type alias with a similar name exists
     |
1395 |     pub fn ptsname(fd: ::c_int) -> *mut ::c_schar;
     |                                           ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1395 -     pub fn ptsname(fd: ::c_int) -> *mut ::c_char;
1395 +     pub fn ptsname(fd: ::c_int) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1398:34
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1398 |     pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
     |                                  ^^^^^^
     |
help: a type alias with a similar name exists
     |
1398 |     pub fn strcasestr(cs: *const c_schar, ct: *const c_char) -> *mut c_char;
     |                                  ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1398:53
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1398 |     pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
     |                                                     ^^^^^^
     |
help: a type alias with a similar name exists
     |
1398 |     pub fn strcasestr(cs: *const c_char, ct: *const c_schar) -> *mut c_char;
     |                                                     ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1398:69
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1398 |     pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
     |                                                                     ^^^^^^
     |
help: a type alias with a similar name exists
     |
1398 |     pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_schar;
     |                                                                     ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1399:39
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1399 |     pub fn getline(lineptr: *mut *mut c_char, n: *mut size_t, stream: *mut FILE) -> ssize_t;
     |                                       ^^^^^^
     |
help: a type alias with a similar name exists
     |
1399 |     pub fn getline(lineptr: *mut *mut c_schar, n: *mut size_t, stream: *mut FILE) -> ssize_t;
     |                                       ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1453:63
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1453 |             pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char,
     |                                                               ^^^^^^
     |
help: a type alias with a similar name exists
     |
1453 |             pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_schar,
     |                                                               ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1453 -             pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char,
1453 +             pub fn mkdirat(dirfd: ::c_int, pathname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1455:62
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1455 |             pub fn openat(dirfd: ::c_int, pathname: *const ::c_char,
     |                                                              ^^^^^^
     |
help: a type alias with a similar name exists
     |
1455 |             pub fn openat(dirfd: ::c_int, pathname: *const ::c_schar,
     |                                                              ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1455 -             pub fn openat(dirfd: ::c_int, pathname: *const ::c_char,
1455 +             pub fn openat(dirfd: ::c_int, pathname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1488:36
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1488 |                 pathname: *const ::c_char,
     |                                    ^^^^^^
     |
help: a type alias with a similar name exists
     |
1488 |                 pathname: *const ::c_schar,
     |                                    ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1488 -                 pathname: *const ::c_char,
1488 +                 pathname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1489:29
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1489 |                 buf: *mut ::c_char,
     |                             ^^^^^^
     |
help: a type alias with a similar name exists
     |
1489 |                 buf: *mut ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
1489 -                 buf: *mut ::c_char,
1489 +                 buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1491:42
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1491 |             pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::c_int;
     |                                          ^^^^^^
     |
help: a type alias with a similar name exists
     |
1491 |             pub fn readlink(path: *const c_schar, buf: *mut c_char, bufsz: ::size_t) -> ::c_int;
     |                                          ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:1491:60
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
...
1491 |             pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::c_int;
     |                                                            ^^^^^^
     |
help: a type alias with a similar name exists
     |
1491 |             pub fn readlink(path: *const c_char, buf: *mut c_schar, bufsz: ::size_t) -> ::c_int;
     |                                                            ~~~~~~~
help: consider importing this type alias
     |
1589 +         use ffi::c_char;
     |

error[E0412]: cannot find type `c_ulong` in this scope
  --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:20:20
   |
20 | pub type rsize_t = c_ulong;
   |                    ^^^^^^^ not found in this scope
   |
help: consider importing this type alias
   |
350+ use ffi::c_ulong;
   |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:123:25
    |
123 |         pub sa_data: [::c_char; 14],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
123 |         pub sa_data: [::c_schar; 14],
    |                         ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
123 -         pub sa_data: [::c_char; 14],
123 +         pub sa_data: [c_char; 14],
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:151:32
    |
151 |         pub ai_canonname: *mut c_char,
    |                                ^^^^^^
    |
help: a builtin type with a similar name exists
    |
151 |         pub ai_canonname: *mut char,
    |                                ~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:170:26
    |
170 |         pub tm_gmtoff: ::c_long,
    |                          ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
170 -         pub tm_gmtoff: ::c_long,
170 +         pub tm_gmtoff: c_long,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:171:31
    |
171 |         pub tm_zone: *const ::c_char,
    |                               ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
171 |         pub tm_zone: *const ::c_schar,
    |                               ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
171 -         pub tm_zone: *const ::c_char,
171 +         pub tm_zone: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:189:33
    |
189 |         pub dli_fname: *const ::c_char,
    |                                 ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
189 |         pub dli_fname: *const ::c_schar,
    |                                 ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
189 -         pub dli_fname: *const ::c_char,
189 +         pub dli_fname: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:191:33
    |
191 |         pub dli_sname: *const ::c_char,
    |                                 ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
191 |         pub dli_sname: *const ::c_schar,
    |                                 ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
191 -         pub dli_sname: *const ::c_char,
191 +         pub dli_sname: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:196:37
    |
196 |         pub currency_symbol: *mut ::c_char,
    |                                     ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
196 |         pub currency_symbol: *mut ::c_schar,
    |                                     ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
196 -         pub currency_symbol: *mut ::c_char,
196 +         pub currency_symbol: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:197:37
    |
197 |         pub int_curr_symbol: *mut ::c_char,
    |                                     ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
197 |         pub int_curr_symbol: *mut ::c_schar,
    |                                     ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
197 -         pub int_curr_symbol: *mut ::c_char,
197 +         pub int_curr_symbol: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:198:39
    |
198 |         pub mon_decimal_point: *mut ::c_char,
    |                                       ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
198 |         pub mon_decimal_point: *mut ::c_schar,
    |                                       ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
198 -         pub mon_decimal_point: *mut ::c_char,
198 +         pub mon_decimal_point: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:199:34
    |
199 |         pub mon_grouping: *mut ::c_char,
    |                                  ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
199 |         pub mon_grouping: *mut ::c_schar,
    |                                  ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
199 -         pub mon_grouping: *mut ::c_char,
199 +         pub mon_grouping: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:200:39
    |
200 |         pub mon_thousands_sep: *mut ::c_char,
    |                                       ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
200 |         pub mon_thousands_sep: *mut ::c_schar,
    |                                       ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
200 -         pub mon_thousands_sep: *mut ::c_char,
200 +         pub mon_thousands_sep: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:201:35
    |
201 |         pub negative_sign: *mut ::c_char,
    |                                   ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
201 |         pub negative_sign: *mut ::c_schar,
    |                                   ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
201 -         pub negative_sign: *mut ::c_char,
201 +         pub negative_sign: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:202:35
    |
202 |         pub positive_sign: *mut ::c_char,
    |                                   ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
202 |         pub positive_sign: *mut ::c_schar,
    |                                   ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
202 -         pub positive_sign: *mut ::c_char,
202 +         pub positive_sign: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:203:28
    |
203 |         pub frac_digits: ::c_char,
    |                            ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
203 |         pub frac_digits: ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
203 -         pub frac_digits: ::c_char,
203 +         pub frac_digits: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:204:32
    |
204 |         pub int_frac_digits: ::c_char,
    |                                ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
204 |         pub int_frac_digits: ::c_schar,
    |                                ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
204 -         pub int_frac_digits: ::c_char,
204 +         pub int_frac_digits: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:205:30
    |
205 |         pub n_cs_precedes: ::c_char,
    |                              ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
205 |         pub n_cs_precedes: ::c_schar,
    |                              ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
205 -         pub n_cs_precedes: ::c_char,
205 +         pub n_cs_precedes: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:206:31
    |
206 |         pub n_sep_by_space: ::c_char,
    |                               ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
206 |         pub n_sep_by_space: ::c_schar,
    |                               ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
206 -         pub n_sep_by_space: ::c_char,
206 +         pub n_sep_by_space: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:207:28
    |
207 |         pub n_sign_posn: ::c_char,
    |                            ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
207 |         pub n_sign_posn: ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
207 -         pub n_sign_posn: ::c_char,
207 +         pub n_sign_posn: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:208:30
    |
208 |         pub p_cs_precedes: ::c_char,
    |                              ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
208 |         pub p_cs_precedes: ::c_schar,
    |                              ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
208 -         pub p_cs_precedes: ::c_char,
208 +         pub p_cs_precedes: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:209:31
    |
209 |         pub p_sep_by_space: ::c_char,
    |                               ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
209 |         pub p_sep_by_space: ::c_schar,
    |                               ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
209 -         pub p_sep_by_space: ::c_char,
209 +         pub p_sep_by_space: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:210:28
    |
210 |         pub p_sign_posn: ::c_char,
    |                            ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
210 |         pub p_sign_posn: ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
210 -         pub p_sign_posn: ::c_char,
210 +         pub p_sign_posn: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:212:34
    |
212 |         pub int_n_cs_precedes: ::c_char,
    |                                  ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
212 |         pub int_n_cs_precedes: ::c_schar,
    |                                  ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
212 -         pub int_n_cs_precedes: ::c_char,
212 +         pub int_n_cs_precedes: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:213:35
    |
213 |         pub int_n_sep_by_space: ::c_char,
    |                                   ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
213 |         pub int_n_sep_by_space: ::c_schar,
    |                                   ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
213 -         pub int_n_sep_by_space: ::c_char,
213 +         pub int_n_sep_by_space: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:214:32
    |
214 |         pub int_n_sign_posn: ::c_char,
    |                                ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
214 |         pub int_n_sign_posn: ::c_schar,
    |                                ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
214 -         pub int_n_sign_posn: ::c_char,
214 +         pub int_n_sign_posn: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:215:34
    |
215 |         pub int_p_cs_precedes: ::c_char,
    |                                  ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
215 |         pub int_p_cs_precedes: ::c_schar,
    |                                  ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
215 -         pub int_p_cs_precedes: ::c_char,
215 +         pub int_p_cs_precedes: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:216:35
    |
216 |         pub int_p_sep_by_space: ::c_char,
    |                                   ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
216 |         pub int_p_sep_by_space: ::c_schar,
    |                                   ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
216 -         pub int_p_sep_by_space: ::c_char,
216 +         pub int_p_sep_by_space: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:217:32
    |
217 |         pub int_p_sign_posn: ::c_char,
    |                                ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
217 |         pub int_p_sign_posn: ::c_schar,
    |                                ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
217 -         pub int_p_sign_posn: ::c_char,
217 +         pub int_p_sign_posn: c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:219:35
    |
219 |         pub decimal_point: *mut ::c_char,
    |                                   ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
219 |         pub decimal_point: *mut ::c_schar,
    |                                   ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
219 -         pub decimal_point: *mut ::c_char,
219 +         pub decimal_point: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:220:30
    |
220 |         pub grouping: *mut ::c_char,
    |                              ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
220 |         pub grouping: *mut ::c_schar,
    |                              ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
220 -         pub grouping: *mut ::c_char,
220 +         pub grouping: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:221:35
    |
221 |         pub thousands_sep: *mut ::c_char,
    |                                   ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
221 |         pub thousands_sep: *mut ::c_schar,
    |                                   ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
221 -         pub thousands_sep: *mut ::c_char,
221 +         pub thousands_sep: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:223:36
    |
223 |         pub _Frac_grouping: *mut ::c_char,
    |                                    ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
223 |         pub _Frac_grouping: *mut ::c_schar,
    |                                    ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
223 -         pub _Frac_grouping: *mut ::c_char,
223 +         pub _Frac_grouping: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:224:31
    |
224 |         pub _Frac_sep: *mut ::c_char,
    |                               ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
224 |         pub _Frac_sep: *mut ::c_schar,
    |                               ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
224 -         pub _Frac_sep: *mut ::c_char,
224 +         pub _Frac_sep: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:225:28
    |
225 |         pub _False: *mut ::c_char,
    |                            ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
225 |         pub _False: *mut ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
225 -         pub _False: *mut ::c_char,
225 +         pub _False: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:226:27
    |
226 |         pub _True: *mut ::c_char,
    |                           ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
226 |         pub _True: *mut ::c_schar,
    |                           ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
226 -         pub _True: *mut ::c_char,
226 +         pub _True: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:228:25
    |
228 |         pub _No: *mut ::c_char,
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
228 |         pub _No: *mut ::c_schar,
    |                         ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
228 -         pub _No: *mut ::c_char,
228 +         pub _No: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:229:26
    |
229 |         pub _Yes: *mut ::c_char,
    |                          ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
229 |         pub _Yes: *mut ::c_schar,
    |                          ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
229 -         pub _Yes: *mut ::c_char,
229 +         pub _Yes: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:230:28
    |
230 |         pub _Nostr: *mut ::c_char,
    |                            ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
230 |         pub _Nostr: *mut ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
230 -         pub _Nostr: *mut ::c_char,
230 +         pub _Nostr: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:231:29
    |
231 |         pub _Yesstr: *mut ::c_char,
    |                             ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
231 |         pub _Yesstr: *mut ::c_schar,
    |                             ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
231 -         pub _Yesstr: *mut ::c_char,
231 +         pub _Yesstr: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:232:32
    |
232 |         pub _Reserved: [*mut ::c_char; 8],
    |                                ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
232 |         pub _Reserved: [*mut ::c_schar; 8],
    |                                ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
232 -         pub _Reserved: [*mut ::c_char; 8],
232 +         pub _Reserved: [*mut c_char; 8],
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:242:28
    |
242 |         pub ifa_name: *mut c_char,
    |                            ^^^^^^
    |
help: a builtin type with a similar name exists
    |
242 |         pub ifa_name: *mut char,
    |                            ~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:296:33
    |
296 |         pub gl_pathv: *mut *mut c_char,
    |                                 ^^^^^^
    |
help: a builtin type with a similar name exists
    |
296 |         pub gl_pathv: *mut *mut char,
    |                                 ~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:299:48
    |
299 |         pub gl_errfunc: extern "C" fn(*const ::c_char, ::c_int) -> ::c_int,
    |                                                ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
299 |         pub gl_errfunc: extern "C" fn(*const ::c_schar, ::c_int) -> ::c_int,
    |                                                ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
299 -         pub gl_errfunc: extern "C" fn(*const ::c_char, ::c_int) -> ::c_int,
299 +         pub gl_errfunc: extern "C" fn(*const c_char, ::c_int) -> ::c_int,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:309:29
    |
309 |         pub pw_name: *mut ::c_char,
    |                             ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
309 |         pub pw_name: *mut ::c_schar,
    |                             ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
309 -         pub pw_name: *mut ::c_char,
309 +         pub pw_name: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:310:31
    |
310 |         pub pw_passwd: *mut ::c_char,
    |                               ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
310 |         pub pw_passwd: *mut ::c_schar,
    |                               ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
310 -         pub pw_passwd: *mut ::c_char,
310 +         pub pw_passwd: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:313:28
    |
313 |         pub pw_age: *mut ::c_char,
    |                            ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
313 |         pub pw_age: *mut ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
313 -         pub pw_age: *mut ::c_char,
313 +         pub pw_age: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:314:32
    |
314 |         pub pw_comment: *mut ::c_char,
    |                                ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
314 |         pub pw_comment: *mut ::c_schar,
    |                                ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
314 -         pub pw_comment: *mut ::c_char,
314 +         pub pw_comment: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:315:30
    |
315 |         pub pw_gecos: *mut ::c_char,
    |                              ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
315 |         pub pw_gecos: *mut ::c_schar,
    |                              ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
315 -         pub pw_gecos: *mut ::c_char,
315 +         pub pw_gecos: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:316:28
    |
316 |         pub pw_dir: *mut ::c_char,
    |                            ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
316 |         pub pw_dir: *mut ::c_schar,
    |                            ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
316 -         pub pw_dir: *mut ::c_char,
316 +         pub pw_dir: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:317:30
    |
317 |         pub pw_shell: *mut ::c_char,
    |                              ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
317 |         pub pw_shell: *mut ::c_schar,
    |                              ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
317 -         pub pw_shell: *mut ::c_char,
317 +         pub pw_shell: *mut c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:322:29
    |
322 |         pub if_name: *mut ::c_char,
    |                             ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
322 |         pub if_name: *mut ::c_schar,
    |                             ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
322 -         pub if_name: *mut ::c_char,
322 +         pub if_name: *mut c_char,
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:499:24
    |
499 |         pub f_bsize: ::c_ulong,
    |                        ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
499 -         pub f_bsize: ::c_ulong,
499 +         pub f_bsize: c_ulong,
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:500:25
    |
500 |         pub f_frsize: ::c_ulong,
    |                         ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
500 -         pub f_frsize: ::c_ulong,
500 +         pub f_frsize: c_ulong,
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:507:23
    |
507 |         pub f_fsid: ::c_ulong,
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
507 -         pub f_fsid: ::c_ulong,
507 +         pub f_fsid: c_ulong,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:508:28
    |
508 |         pub f_basetype: [::c_char; 16],
    |                            ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
508 |         pub f_basetype: [::c_schar; 16],
    |                            ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
508 -         pub f_basetype: [::c_char; 16],
508 +         pub f_basetype: [c_char; 16],
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:509:23
    |
509 |         pub f_flag: ::c_ulong,
    |                       ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
509 -         pub f_flag: ::c_ulong,
509 +         pub f_flag: c_ulong,
    |

error[E0412]: cannot find type `c_ulong` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:510:26
    |
510 |         pub f_namemax: ::c_ulong,
    |                          ^^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_ulong;
    |
help: if you import `c_ulong`, refer to it directly
    |
510 -         pub f_namemax: ::c_ulong,
510 +         pub f_namemax: c_ulong,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:536:20
    |
536 |         __data1: ::c_long,
    |                    ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
536 -         __data1: ::c_long,
536 +         __data1: c_long,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:554:27
    |
554 |         re_endp: *const ::c_char,
    |                           ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
554 |         re_endp: *const ::c_schar,
    |                           ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
554 -         re_endp: *const ::c_char,
554 +         re_endp: *const c_char,
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:632:33
    |
632 |         pub dlpi_name: *const ::c_char,
    |                                 ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
632 |         pub dlpi_name: *const ::c_schar,
    |                                 ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
632 -         pub dlpi_name: *const ::c_char,
632 +         pub dlpi_name: *const c_char,
    |

error[E0412]: cannot find type `stack_t` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:641:23
    |
641 |         pub uc_stack: stack_t,
    |                       ^^^^^^^ not found in this scope

error[E0412]: cannot find type `mcontext_t` in this scope
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:642:26
    |
642 |         pub uc_mcontext: mcontext_t,
    |                          ^^^^^^^^^^ help: a struct with a similar name exists: `ucontext_t`
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/macros.rs:77:13
    |
77  |             pub struct $i { $($field)* }
    |             ------------- similarly named struct `ucontext_t` defined here

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:650:26
    |
650 |         pub sun_path: [::c_char; 104]
    |                          ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
650 |         pub sun_path: [::c_schar; 104]
    |                          ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
650 -         pub sun_path: [::c_char; 104]
650 +         pub sun_path: [c_char; 104]
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:656:23
    |
656 |         __ss_pad1: [::c_char; 6],
    |                       ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
656 |         __ss_pad1: [::c_schar; 6],
    |                       ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
656 -         __ss_pad1: [::c_char; 6],
656 +         __ss_pad1: [c_char; 6],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:658:23
    |
658 |         __ss_pad2: [::c_char; 112],
    |                       ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
658 |         __ss_pad2: [::c_schar; 112],
    |                       ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
658 -         __ss_pad2: [::c_char; 112],
658 +         __ss_pad2: [c_char; 112],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:662:25
    |
662 |         pub sysname: [::c_char; _SYSNAME_SIZE],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
662 |         pub sysname: [::c_schar; _SYSNAME_SIZE],
    |                         ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
662 -         pub sysname: [::c_char; _SYSNAME_SIZE],
662 +         pub sysname: [c_char; _SYSNAME_SIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:663:26
    |
663 |         pub nodename: [::c_char; _SYSNAME_SIZE],
    |                          ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
663 |         pub nodename: [::c_schar; _SYSNAME_SIZE],
    |                          ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
663 -         pub nodename: [::c_char; _SYSNAME_SIZE],
663 +         pub nodename: [c_char; _SYSNAME_SIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:664:25
    |
664 |         pub release: [::c_char; _SYSNAME_SIZE],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
664 |         pub release: [::c_schar; _SYSNAME_SIZE],
    |                         ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
664 -         pub release: [::c_char; _SYSNAME_SIZE],
664 +         pub release: [c_char; _SYSNAME_SIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:665:25
    |
665 |         pub version: [::c_char; _SYSNAME_SIZE],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
665 |         pub version: [::c_schar; _SYSNAME_SIZE],
    |                         ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
665 -         pub version: [::c_char; _SYSNAME_SIZE],
665 +         pub version: [c_char; _SYSNAME_SIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:666:25
    |
666 |         pub machine: [::c_char; _SYSNAME_SIZE],
    |                         ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
666 |         pub machine: [::c_schar; _SYSNAME_SIZE],
    |                         ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
666 -         pub machine: [::c_char; _SYSNAME_SIZE],
666 +         pub machine: [c_char; _SYSNAME_SIZE],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:683:24
    |
683 |         pub d_name: [::c_char; 1], // flex array
    |                        ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
683 |         pub d_name: [::c_schar; 1], // flex array
    |                        ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
683 -         pub d_name: [::c_char; 1], // flex array
683 +         pub d_name: [c_char; 1], // flex array
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:691:26
    |
691 |         pub mq_maxmsg: ::c_long,
    |                          ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
691 -         pub mq_maxmsg: ::c_long,
691 +         pub mq_maxmsg: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:692:27
    |
692 |         pub mq_msgsize: ::c_long,
    |                           ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
692 -         pub mq_msgsize: ::c_long,
692 +         pub mq_msgsize: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:693:25
    |
693 |         pub mq_flags: ::c_long,
    |                         ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
693 -         pub mq_flags: ::c_long,
693 +         pub mq_flags: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:694:27
    |
694 |         pub mq_curmsgs: ::c_long,
    |                           ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
694 -         pub mq_curmsgs: ::c_long,
694 +         pub mq_curmsgs: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:695:28
    |
695 |         pub mq_sendwait: ::c_long,
    |                            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
695 -         pub mq_sendwait: ::c_long,
695 +         pub mq_sendwait: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:696:28
    |
696 |         pub mq_recvwait: ::c_long,
    |                            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
696 -         pub mq_recvwait: ::c_long,
696 +         pub mq_recvwait: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:701:25
    |
701 |         pub msg_type: ::c_long,
    |                         ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
701 -         pub msg_type: ::c_long,
701 +         pub msg_type: c_long,
    |

error[E0412]: cannot find type `time_t` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:716:26
    |
7   | pub type timer_t = ::c_int;
    | --------------------------- similarly named type alias `timer_t` defined here
...
716 |         pub msg_stime: ::time_t,
    |                          ^^^^^^ help: a type alias with a similar name exists: `timer_t`

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:717:21
    |
717 |         msg_pad1: ::c_long,
    |                     ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
717 -         msg_pad1: ::c_long,
717 +         msg_pad1: c_long,
    |

error[E0412]: cannot find type `time_t` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:718:26
    |
7   | pub type timer_t = ::c_int;
    | --------------------------- similarly named type alias `timer_t` defined here
...
718 |         pub msg_rtime: ::time_t,
    |                          ^^^^^^ help: a type alias with a similar name exists: `timer_t`

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:719:21
    |
719 |         msg_pad2: ::c_long,
    |                     ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
719 -         msg_pad2: ::c_long,
719 +         msg_pad2: c_long,
    |

error[E0412]: cannot find type `time_t` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:720:26
    |
7   | pub type timer_t = ::c_int;
    | --------------------------- similarly named type alias `timer_t` defined here
...
720 |         pub msg_ctime: ::time_t,
    |                          ^^^^^^ help: a type alias with a similar name exists: `timer_t`

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:721:21
    |
721 |         msg_pad3: ::c_long,
    |                     ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
721 -         msg_pad3: ::c_long,
721 +         msg_pad3: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:722:22
    |
722 |         msg_pad4: [::c_long; 4],
    |                      ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
3508+ use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
722 -         msg_pad4: [::c_long; 4],
722 +         msg_pad4: [c_long; 4],
    |

error[E0412]: cannot find type `c_char` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:733:26
    |
733 |         pub sdl_data: [::c_char; 12],
    |                          ^^^^^^
    |
   ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
    |
6   | pub type c_schar = i8;
    | ---------------------- similarly named type alias `c_schar` defined here
    |
help: a type alias with a similar name exists
    |
733 |         pub sdl_data: [::c_schar; 12],
    |                          ~~~~~~~
help: consider importing this type alias
    |
3508+ use ffi::c_char;
    |
help: if you import `c_char`, refer to it directly
    |
733 -         pub sdl_data: [::c_char; 12],
733 +         pub sdl_data: [c_char; 12],
    |

error[E0412]: cannot find type `c_long` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:1463:23
     |
1463 | pub const UTIME_OMIT: c_long = 0x40000002;
     |                       ^^^^^^ not found in this scope
     |
help: consider importing this type alias
     |
3508 + use ffi::c_long;
     |

error[E0412]: cannot find type `c_long` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:1464:22
     |
1464 | pub const UTIME_NOW: c_long = 0x40000001;
     |                      ^^^^^^ not found in this scope
     |
help: consider importing this type alias
     |
3508 + use ffi::c_long;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2067:24
     |
2067 | pub const ST_RDONLY: ::c_ulong = 0x01;
     |                        ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
3508 + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2067 - pub const ST_RDONLY: ::c_ulong = 0x01;
2067 + pub const ST_RDONLY: c_ulong = 0x01;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2068:24
     |
2068 | pub const ST_NOSUID: ::c_ulong = 0x04;
     |                        ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
3508 + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2068 - pub const ST_NOSUID: ::c_ulong = 0x04;
2068 + pub const ST_NOSUID: c_ulong = 0x04;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2069:24
     |
2069 | pub const ST_NOEXEC: ::c_ulong = 0x02;
     |                        ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
3508 + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2069 - pub const ST_NOEXEC: ::c_ulong = 0x02;
2069 + pub const ST_NOEXEC: c_ulong = 0x02;
     |

error[E0412]: cannot find type `c_ulong` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2070:25
     |
2070 | pub const ST_NOATIME: ::c_ulong = 0x20;
     |                         ^^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
3508 + use ffi::c_ulong;
     |
help: if you import `c_ulong`, refer to it directly
     |
2070 - pub const ST_NOATIME: ::c_ulong = 0x20;
2070 + pub const ST_NOATIME: c_ulong = 0x20;
     |

error[E0412]: cannot find type `c_long` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2382:53
     |
2382 | pub const BPF_ALIGNMENT: usize = ::mem::size_of::<::c_long>();
     |                                                     ^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
3508 + use ffi::c_long;
     |
help: if you import `c_long`, refer to it directly
     |
2382 - pub const BPF_ALIGNMENT: usize = ::mem::size_of::<::c_long>();
2382 + pub const BPF_ALIGNMENT: usize = ::mem::size_of::();
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2569:28
     |
2569 | pub const SHM_ANON: *mut ::c_char = -1isize as *mut ::c_char;
     |                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2569 | pub const SHM_ANON: *mut ::c_schar = -1isize as *mut ::c_char;
     |                            ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2569 - pub const SHM_ANON: *mut ::c_char = -1isize as *mut ::c_char;
2569 + pub const SHM_ANON: *mut c_char = -1isize as *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2569:55
     |
2569 | pub const SHM_ANON: *mut ::c_char = -1isize as *mut ::c_char;
     |                                                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2569 | pub const SHM_ANON: *mut ::c_char = -1isize as *mut ::c_schar;
     |                                                       ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2569 - pub const SHM_ANON: *mut ::c_char = -1isize as *mut ::c_char;
2569 + pub const SHM_ANON: *mut ::c_char = -1isize as *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2876:56
     |
2876 |     pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
     |                                                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2876 |     pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_schar, mode: ::mode_t) -> ::c_int;
     |                                                        ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2876 -     pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
2876 +     pub fn mkfifoat(dirfd: ::c_int, pathname: *const c_char, mode: ::mode_t) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2879:28
     |
2879 |         pathname: *const ::c_char,
     |                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2879 |         pathname: *const ::c_schar,
     |                            ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2879 -         pathname: *const ::c_char,
2879 +         pathname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2899:51
     |
2899 |     pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
     |                                                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2899 |     pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_schar;
     |                                                   ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2899 -     pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
2899 +     pub fn nl_langinfo(item: ::nl_item) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2903:24
     |
2903 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2903 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2903 -         path: *const ::c_char,
2903 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2926:47
     |
2926 |     pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> *mut ::c_char;
     |                                               ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2926 |     pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_schar, buflen: ::size_t) -> *mut ::c_char;
     |                                               ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2926 -     pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> *mut ::c_char;
2926 +     pub fn ptsname_r(fd: ::c_int, buf: *mut c_char, buflen: ::size_t) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2926:83
     |
2926 |     pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> *mut ::c_char;
     |                                                                                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2926 |     pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> *mut ::c_schar;
     |                                                                                   ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2926 -     pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> *mut ::c_char;
2926 +     pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2937:24
     |
2937 |         file: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2937 |         file: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2937 -         file: *const ::c_char,
2937 +         file: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2938:31
     |
2938 |         argv: *const *const ::c_char,
     |                               ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2938 |         argv: *const *const ::c_schar,
     |                               ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2938 -         argv: *const *const ::c_char,
2938 +         argv: *const *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2939:31
     |
2939 |         envp: *const *const ::c_char,
     |                               ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2939 |         envp: *const *const ::c_schar,
     |                               ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2939 -         envp: *const *const ::c_char,
2939 +         envp: *const *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2954:22
     |
2954 |         name: *mut ::c_char,
     |                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2954 |         name: *mut ::c_schar,
     |                      ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2954 -         name: *mut ::c_char,
2954 +         name: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2960:22
     |
2960 |         name: *mut ::c_char,
     |                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2960 |         name: *mut ::c_schar,
     |                      ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2960 -         name: *mut ::c_char,
2960 +         name: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2970:50
     |
2970 |     pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
     |                                                  ^^^^^^
     |
help: a builtin type with a similar name exists
     |
2970 |     pub fn strerror_r(errnum: ::c_int, buf: *mut char, buflen: ::size_t) -> ::c_int;
     |                                                  ~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |

error[E0412]: cannot find type `c_long` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2973:22
     |
2973 |     pub fn labs(i: ::c_long) -> ::c_long;
     |                      ^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
3508 + use ffi::c_long;
     |
help: if you import `c_long`, refer to it directly
     |
2973 -     pub fn labs(i: ::c_long) -> ::c_long;
2973 +     pub fn labs(i: c_long) -> ::c_long;
     |

error[E0412]: cannot find type `c_long` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2973:35
     |
2973 |     pub fn labs(i: ::c_long) -> ::c_long;
     |                                   ^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
3508 + use ffi::c_long;
     |
help: if you import `c_long`, refer to it directly
     |
2973 -     pub fn labs(i: ::c_long) -> ::c_long;
2973 +     pub fn labs(i: ::c_long) -> c_long;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2986:34
     |
2986 |     pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: mode_t) -> ::c_int;
     |                                  ^^^^^^
     |
help: a builtin type with a similar name exists
     |
2986 |     pub fn shm_open(name: *const char, oflag: ::c_int, mode: mode_t) -> ::c_int;
     |                                  ~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2988:36
     |
2988 |     pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t;
     |                                    ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2988 |     pub fn ftok(pathname: *const ::c_schar, proj_id: ::c_int) -> ::key_t;
     |                                    ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2988 -     pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t;
2988 +     pub fn ftok(pathname: *const c_char, proj_id: ::c_int) -> ::key_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2992:38
     |
2992 |     pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int;
     |                                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2992 |     pub fn mkostemp(template: *mut ::c_schar, flags: ::c_int) -> ::c_int;
     |                                      ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2992 -     pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int;
2992 +     pub fn mkostemp(template: *mut c_char, flags: ::c_int) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:2993:39
     |
2993 |     pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
     |                                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
2993 |     pub fn mkostemps(template: *mut ::c_schar, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
     |                                       ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
2993 -     pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
2993 +     pub fn mkostemps(template: *mut c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3006:25
     |
3006 |         pattern: *const c_char,
     |                         ^^^^^^
     |
help: a builtin type with a similar name exists
     |
3006 |         pattern: *const char,
     |                         ~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3008:55
     |
3008 |         errfunc: ::Option ::c_int>,
     |                                                       ^^^^^^
     |
help: a builtin type with a similar name exists
     |
3008 |         errfunc: ::Option ::c_int>,
     |                                                       ~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3015:38
     |
3015 |     pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
     |                                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3015 |     pub fn shm_unlink(name: *const ::c_schar) -> ::c_int;
     |                                      ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3015 -     pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
3015 +     pub fn shm_unlink(name: *const c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_long` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3017:45
     |
3017 |     pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long);
     |                                             ^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
3508 + use ffi::c_long;
     |
help: if you import `c_long`, refer to it directly
     |
3017 -     pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long);
3017 +     pub fn seekdir(dirp: *mut ::DIR, loc: c_long);
     |

error[E0412]: cannot find type `c_long` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3019:43
     |
3019 |     pub fn telldir(dirp: *mut ::DIR) -> ::c_long;
     |                                           ^^^^^^ not found in the crate root
     |
help: consider importing this type alias
     |
3508 + use ffi::c_long;
     |
help: if you import `c_long`, refer to it directly
     |
3019 -     pub fn telldir(dirp: *mut ::DIR) -> ::c_long;
3019 +     pub fn telldir(dirp: *mut ::DIR) -> c_long;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3031:38
     |
3031 |     pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int;
     |                                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3031 |     pub fn mkstemps(template: *mut ::c_schar, suffixlen: ::c_int) -> ::c_int;
     |                                      ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3031 -     pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int;
3031 +     pub fn mkstemps(template: *mut c_char, suffixlen: ::c_int) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3033:39
     |
3033 |     pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
     |                                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3033 |     pub fn getdomainname(name: *mut ::c_schar, len: ::size_t) -> ::c_int;
     |                                       ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3033 -     pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
3033 +     pub fn getdomainname(name: *mut c_char, len: ::size_t) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3034:41
     |
3034 |     pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int;
     |                                         ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3034 |     pub fn setdomainname(name: *const ::c_schar, len: ::size_t) -> ::c_int;
     |                                         ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3034 -     pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int;
3034 +     pub fn setdomainname(name: *const c_char, len: ::size_t) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3041:36
     |
3041 |     pub fn umount(target: *const ::c_char, flags: ::c_int) -> ::c_int;
     |                                    ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3041 |     pub fn umount(target: *const ::c_schar, flags: ::c_int) -> ::c_int;
     |                                    ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3041 -     pub fn umount(target: *const ::c_char, flags: ::c_int) -> ::c_int;
3041 +     pub fn umount(target: *const c_char, flags: ::c_int) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3049:34
     |
3049 |         special_device: *const ::c_char,
     |                                  ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3049 |         special_device: *const ::c_schar,
     |                                  ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3049 -         special_device: *const ::c_char,
3049 +         special_device: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3050:35
     |
3050 |         mount_directory: *const ::c_char,
     |                                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3050 |         mount_directory: *const ::c_schar,
     |                                   ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3050 -         mount_directory: *const ::c_char,
3050 +         mount_directory: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3052:30
     |
3052 |         mount_type: *const ::c_char,
     |                              ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3052 |         mount_type: *const ::c_schar,
     |                              ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3052 -         mount_type: *const ::c_char,
3052 +         mount_type: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3097:39
     |
3097 |     pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int;
     |                                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3097 |     pub fn sethostname(name: *const ::c_schar, len: ::size_t) -> ::c_int;
     |                                       ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3097 -     pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int;
3097 +     pub fn sethostname(name: *const c_char, len: ::size_t) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3117:21
     |
3117 |         buf: *mut ::c_char,
     |                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3117 |         buf: *mut ::c_schar,
     |                     ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3117 -         buf: *mut ::c_char,
3117 +         buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3124:24
     |
3124 |         name: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3124 |         name: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3124 -         name: *const ::c_char,
3124 +         name: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3126:21
     |
3126 |         buf: *mut ::c_char,
     |                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3126 |         buf: *mut ::c_schar,
     |                     ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3126 -         buf: *mut ::c_char,
3126 +         buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3130:38
     |
3130 |     pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int;
     |                                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3130 |     pub fn initgroups(user: *const ::c_schar, group: ::gid_t) -> ::c_int;
     |                                      ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3130 -     pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int;
3130 +     pub fn initgroups(user: *const c_char, group: ::gid_t) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3132:36
     |
3132 |     pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t;
     |                                    ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3132 |     pub fn sem_open(name: *const ::c_schar, oflag: ::c_int, ...) -> *mut sem_t;
     |                                    ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3132 -     pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t;
3132 +     pub fn sem_open(name: *const c_char, oflag: ::c_int, ...) -> *mut sem_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3133:36
     |
3133 |     pub fn getgrnam(name: *const ::c_char) -> *mut ::group;
     |                                    ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3133 |     pub fn getgrnam(name: *const ::c_schar) -> *mut ::group;
     |                                    ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3133 -     pub fn getgrnam(name: *const ::c_char) -> *mut ::group;
3133 +     pub fn getgrnam(name: *const c_char) -> *mut ::group;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3136:38
     |
3136 |     pub fn sem_unlink(name: *const ::c_char) -> ::c_int;
     |                                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3136 |     pub fn sem_unlink(name: *const ::c_schar) -> ::c_int;
     |                                      ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3136 -     pub fn sem_unlink(name: *const ::c_char) -> ::c_int;
3136 +     pub fn sem_unlink(name: *const c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3139:24
     |
3139 |         name: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3139 |         name: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3139 -         name: *const ::c_char,
3139 +         name: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3141:21
     |
3141 |         buf: *mut ::c_char,
     |                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3141 |         buf: *mut ::c_schar,
     |                     ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3141 -         buf: *mut ::c_char,
3141 +         buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3148:21
     |
3148 |         buf: *mut ::c_char,
     |                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3148 |         buf: *mut ::c_schar,
     |                     ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3148 -         buf: *mut ::c_char,
3148 +         buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3160:24
     |
3160 |         user: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3160 |         user: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3160 -         user: *const ::c_char,
3160 +         user: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3191:24
     |
3191 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3191 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3191 -         path: *const ::c_char,
3191 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3194:29
     |
3194 |         argv: *const *mut ::c_char,
     |                             ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3194 |         argv: *const *mut ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3194 -         argv: *const *mut ::c_char,
3194 +         argv: *const *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3195:29
     |
3195 |         envp: *const *mut ::c_char,
     |                             ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3195 |         envp: *const *mut ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3195 -         envp: *const *mut ::c_char,
3195 +         envp: *const *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3199:24
     |
3199 |         file: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3199 |         file: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3199 -         file: *const ::c_char,
3199 +         file: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3202:29
     |
3202 |         argv: *const *mut ::c_char,
     |                             ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3202 |         argv: *const *mut ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3202 -         argv: *const *mut ::c_char,
3202 +         argv: *const *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3203:29
     |
3203 |         envp: *const *mut ::c_char,
     |                             ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3203 |         envp: *const *mut ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3203 -         envp: *const *mut ::c_char,
3203 +         envp: *const *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3252:24
     |
3252 |         path: *const ::c_char,
     |                        ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3252 |         path: *const ::c_schar,
     |                        ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3252 -         path: *const ::c_char,
3252 +         path: *const c_char,
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3265:34
     |
3265 |     pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE;
     |                                  ^^^^^^
     |
help: a builtin type with a similar name exists
     |
3265 |     pub fn popen(command: *const char, mode: *const c_char) -> *mut ::FILE;
     |                                  ~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in this scope
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3265:55
     |
3265 |     pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE;
     |                                                       ^^^^^^
     |
help: a builtin type with a similar name exists
     |
3265 |     pub fn popen(command: *const c_char, mode: *const char) -> *mut ::FILE;
     |                                                       ~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3268:28
     |
3268 |         pathname: *const ::c_char,
     |                            ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3268 |         pathname: *const ::c_schar,
     |                            ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3268 -         pathname: *const ::c_char,
3268 +         pathname: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3274:58
     |
3274 |     pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int;
     |                                                          ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3274 |     pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_schar, mask: u32) -> ::c_int;
     |                                                          ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3274 -     pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int;
3274 +     pub fn inotify_add_watch(fd: ::c_int, path: *const c_char, mask: u32) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3283:22
     |
3283 |         host: *mut ::c_char,
     |                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3283 |         host: *mut ::c_schar,
     |                      ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3283 -         host: *mut ::c_char,
3283 +         host: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3285:22
     |
3285 |         serv: *mut ::c_char,
     |                      ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3285 |         serv: *mut ::c_schar,
     |                      ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3285 -         serv: *mut ::c_char,
3285 +         serv: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3307:30
     |
3307 |     pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char;
     |                              ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3307 |     pub fn ctermid(s: *mut ::c_schar) -> *mut ::c_char;
     |                              ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3307 -     pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char;
3307 +     pub fn ctermid(s: *mut c_char) -> *mut ::c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3307:48
     |
3307 |     pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char;
     |                                                ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3307 |     pub fn ctermid(s: *mut ::c_char) -> *mut ::c_schar;
     |                                                ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3307 -     pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char;
3307 +     pub fn ctermid(s: *mut ::c_char) -> *mut c_char;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3313:21
     |
3313 |         buf: *mut ::c_char,
     |                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3313 |         buf: *mut ::c_schar,
     |                     ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3313 -         buf: *mut ::c_char,
3313 +         buf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3317:65
     |
3317 |     pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::c_int) -> ::c_int;
     |                                                                 ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3317 |     pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_schar, len: ::c_int) -> ::c_int;
     |                                                                 ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3317 -     pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::c_int) -> ::c_int;
3317 +     pub fn pthread_getname_np(thread: ::pthread_t, name: *mut c_char, len: ::c_int) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3318:67
     |
3318 |     pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int;
     |                                                                   ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3318 |     pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_schar) -> ::c_int;
     |                                                                   ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3318 -     pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int;
3318 +     pub fn pthread_setname_np(thread: ::pthread_t, name: *const c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3354:29
     |
3354 |         __pattern: *const ::c_char,
     |                             ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3354 |         __pattern: *const ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3354 -         __pattern: *const ::c_char,
3354 +         __pattern: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3359:25
     |
3359 |         __str: *const ::c_char,
     |                         ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3359 |         __str: *const ::c_schar,
     |                         ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3359 -         __str: *const ::c_char,
3359 +         __str: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3367:26
     |
3367 |         __errbuf: *mut ::c_char,
     |                          ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3367 |         __errbuf: *mut ::c_schar,
     |                          ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3367 -         __errbuf: *mut ::c_char,
3367 +         __errbuf: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3389:37
     |
3389 |     pub fn mq_open(__name: *const ::c_char, __oflag: ::c_int, ...) -> ::mqd_t;
     |                                     ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3389 |     pub fn mq_open(__name: *const ::c_schar, __oflag: ::c_int, ...) -> ::mqd_t;
     |                                     ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3389 -     pub fn mq_open(__name: *const ::c_char, __oflag: ::c_int, ...) -> ::mqd_t;
3389 +     pub fn mq_open(__name: *const c_char, __oflag: ::c_int, ...) -> ::mqd_t;
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3392:27
     |
3392 |         __msg_ptr: *mut ::c_char,
     |                           ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3392 |         __msg_ptr: *mut ::c_schar,
     |                           ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3392 -         __msg_ptr: *mut ::c_char,
3392 +         __msg_ptr: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3398:29
     |
3398 |         __msg_ptr: *const ::c_char,
     |                             ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3398 |         __msg_ptr: *const ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3398 -         __msg_ptr: *const ::c_char,
3398 +         __msg_ptr: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3409:27
     |
3409 |         __msg_ptr: *mut ::c_char,
     |                           ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3409 |         __msg_ptr: *mut ::c_schar,
     |                           ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3409 -         __msg_ptr: *mut ::c_char,
3409 +         __msg_ptr: *mut c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3416:29
     |
3416 |         __msg_ptr: *const ::c_char,
     |                             ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3416 |         __msg_ptr: *const ::c_schar,
     |                             ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3416 -         __msg_ptr: *const ::c_char,
3416 +         __msg_ptr: *const c_char,
     |

error[E0412]: cannot find type `c_char` in the crate root
    --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/mod.rs:3421:39
     |
3421 |     pub fn mq_unlink(__name: *const ::c_char) -> ::c_int;
     |                                       ^^^^^^
     |
    ::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/mod.rs:6:1
     |
6    | pub type c_schar = i8;
     | ---------------------- similarly named type alias `c_schar` defined here
     |
help: a type alias with a similar name exists
     |
3421 |     pub fn mq_unlink(__name: *const ::c_schar) -> ::c_int;
     |                                       ~~~~~~~
help: consider importing this type alias
     |
3508 + use ffi::c_char;
     |
help: if you import `c_char`, refer to it directly
     |
3421 -     pub fn mq_unlink(__name: *const ::c_char) -> ::c_int;
3421 +     pub fn mq_unlink(__name: *const c_char) -> ::c_int;
     |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:624:12
    |
624 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
624 -     ) -> ::c_long;
624 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:631:12
    |
631 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
631 -     ) -> ::c_long;
631 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:638:12
    |
638 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
638 -     ) -> ::c_long;
638 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:645:12
    |
645 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
645 -     ) -> ::c_long;
645 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:652:12
    |
652 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
652 -     ) -> ::c_long;
652 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:659:12
    |
659 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
659 -     ) -> ::c_long;
659 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:666:12
    |
666 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
666 -     ) -> ::c_long;
666 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:673:12
    |
673 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
673 -     ) -> ::c_long;
673 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:680:12
    |
680 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
680 -     ) -> ::c_long;
680 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:687:12
    |
687 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
687 -     ) -> ::c_long;
687 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:694:12
    |
694 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
694 -     ) -> ::c_long;
694 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:701:12
    |
701 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
701 -     ) -> ::c_long;
701 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:708:12
    |
708 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
708 -     ) -> ::c_long;
708 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:715:12
    |
715 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
715 -     ) -> ::c_long;
715 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:722:12
    |
722 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
722 -     ) -> ::c_long;
722 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:729:12
    |
729 |     ) -> ::c_long;
    |            ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
729 -     ) -> ::c_long;
729 +     ) -> c_long;
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:780:21
    |
780 |         __status: ::c_long,
    |                     ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
780 -         __status: ::c_long,
780 +         __status: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:786:21
    |
786 |         __status: ::c_long,
    |                     ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
786 -         __status: ::c_long,
786 +         __status: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:792:21
    |
792 |         __status: ::c_long,
    |                     ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
792 -         __status: ::c_long,
792 +         __status: c_long,
    |

error[E0412]: cannot find type `c_long` in the crate root
   --> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/unix/nto/neutrino.rs:798:21
    |
798 |         __status: ::c_long,
    |                     ^^^^^^ not found in the crate root
    |
help: consider importing this type alias
    |
1   + use ffi::c_long;
    |
help: if you import `c_long`, refer to it directly
    |
798 -         __status: ::c_long,
798 +         __status: c_long,
    |

For more information about this error, try `rustc --explain E0412`.
error: could not compile `libc` (lib) due to 437 previous errors
warning: build failed, waiting for other jobs to finish...
fatal error: failed to build sysroot: sysroot build failed