Advertisement
yumetodo

jump_kun_build_20190831_fail.log

Aug 31st, 2019
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.19 KB | None | 0 0
  1. Installing jump-kun v0.2.0 (C:\msys64\home\yumetodo\jump-kun)
  2. Updating crates.io index
  3. Compiling darling_core v0.9.0
  4. Compiling serde_derive v1.0.99
  5. Compiling tuikit v0.2.9
  6. Compiling crossbeam-deque v0.7.1
  7. Compiling timer v0.2.0
  8. error[E0433]: failed to resolve: could not find `unix` in `os`
  9. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\input.rs:21:14
  10. |
  11. 21 | use std::os::unix::io::AsRawFd;
  12. | ^^^^ could not find `unix` in `os`
  13.  
  14. error[E0433]: failed to resolve: could not find `unix` in `os`
  15. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\input.rs:22:14
  16. |
  17. 22 | use std::os::unix::io::FromRawFd;
  18. | ^^^^ could not find `unix` in `os`
  19.  
  20. error[E0433]: failed to resolve: could not find `unix` in `os`
  21. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\output.rs:18:14
  22. |
  23. 18 | use std::os::unix::io::AsRawFd;
  24. | ^^^^ could not find `unix` in `os`
  25.  
  26. error[E0433]: failed to resolve: could not find `sys` in `nix`
  27. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:26:10
  28. |
  29. 26 | use nix::sys::termios::{tcgetattr, tcsetattr, SetArg, Termios};
  30. | ^^^ could not find `sys` in `nix`
  31.  
  32. error[E0432]: unresolved import `nix::fcntl`
  33. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\input.rs:16:10
  34. |
  35. 16 | use nix::fcntl::{fcntl, FcntlArg, OFlag};
  36. | ^^^^^ could not find `fcntl` in `nix`
  37.  
  38. error[E0432]: unresolved import `nix::unistd`
  39. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:27:10
  40. |
  41. 27 | use nix::unistd::isatty;
  42. | ^^^^^^ could not find `unistd` in `nix`
  43.  
  44. error[E0433]: failed to resolve: could not find `unix` in `os`
  45. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:31:14
  46. |
  47. 31 | use std::os::unix::io::{AsRawFd, RawFd};
  48. | ^^^^ could not find `unix` in `os`
  49.  
  50. error[E0433]: failed to resolve: could not find `errno` in `nix`
  51. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:107:18
  52. |
  53. 107 | use nix::errno::Errno::ENOTTY;
  54. | ^^^^^ could not find `errno` in `nix`
  55.  
  56. error[E0433]: failed to resolve: could not find `sys` in `nix`
  57. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:108:18
  58. |
  59. 108 | use nix::sys::termios::{ControlFlags, InputFlags, LocalFlags, SpecialCharacterIndices};
  60. | ^^^ could not find `sys` in `nix`
  61.  
  62. error[E0432]: unresolved import `nix::Error`
  63. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:28:10
  64. |
  65. 28 | use nix::Error::Sys;
  66. | ^^^^^ could not find `Error` in `nix`
  67.  
  68. error[E0433]: failed to resolve: could not find `sys` in `nix`
  69. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\file.rs:2:10
  70. |
  71. 2 | use nix::sys::time::{TimeVal, TimeValLike};
  72. | ^^^ could not find `sys` in `nix`
  73.  
  74. error[E0433]: failed to resolve: could not find `unix` in `os`
  75. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\file.rs:4:14
  76. |
  77. 4 | use std::os::unix::io::RawFd;
  78. | ^^^^ could not find `unix` in `os`
  79.  
  80. error[E0433]: failed to resolve: could not find `sys` in `nix`
  81. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\signal.rs:2:10
  82. |
  83. 2 | use nix::sys::signal::{pthread_sigmask, sigaction};
  84. | ^^^ could not find `sys` in `nix`
  85.  
  86. error[E0433]: failed to resolve: could not find `sys` in `nix`
  87. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\signal.rs:3:10
  88. |
  89. 3 | use nix::sys::signal::{SaFlags, SigAction, SigHandler, SigSet, SigmaskHow, Signal};
  90. | ^^^ could not find `sys` in `nix`
  91.  
  92. error[E0432]: unresolved import `nix::sys`
  93. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\file.rs:1:10
  94. |
  95. 1 | use nix::sys::select;
  96. | ^^^ could not find `sys` in `nix`
  97.  
  98. error[E0432]: unresolved import `nix::libc`
  99. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\size.rs:4:10
  100. |
  101. 4 | use nix::libc::{c_int, c_ushort, ioctl, TIOCGWINSZ};
  102. | ^^^^ could not find `libc` in `nix`
  103.  
  104. error[E0433]: failed to resolve: could not find `unistd` in `nix`
  105. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\input.rs:45:29
  106. |
  107. 45 | let (rx, tx) = nix::unistd::pipe().expect("failed to set pipe");
  108. | ^^^^^^ could not find `unistd` in `nix`
  109.  
  110. error[E0433]: failed to resolve: use of undeclared type or module `SetArg`
  111. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:55:52
  112. |
  113. 55 | let _ = tcsetattr(self.output.as_raw_fd(), SetArg::TCSANOW, &self.prev_ios);
  114. | ^^^^^^ use of undeclared type or module `SetArg`
  115.  
  116. error[E0433]: failed to resolve: could not find `Error` in `nix`
  117. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:112:40
  118. |
  119. 112 | Err(nix_err_to_io_err(nix::Error::from_errno(ENOTTY)))?
  120. | ^^^^^ could not find `Error` in `nix`
  121.  
  122. error[E0433]: failed to resolve: use of undeclared type or module `InputFlags`
  123. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:120:30
  124. |
  125. 120 | ios.input_flags &= !(InputFlags::BRKINT
  126. | ^^^^^^^^^^ use of undeclared type or module `InputFlags`
  127.  
  128. error[E0433]: failed to resolve: use of undeclared type or module `InputFlags`
  129. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:121:15
  130. |
  131. 121 | | InputFlags::ICRNL
  132. | ^^^^^^^^^^ use of undeclared type or module `InputFlags`
  133.  
  134. error[E0433]: failed to resolve: use of undeclared type or module `InputFlags`
  135. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:122:15
  136. |
  137. 122 | | InputFlags::INPCK
  138. | ^^^^^^^^^^ use of undeclared type or module `InputFlags`
  139.  
  140. error[E0433]: failed to resolve: use of undeclared type or module `InputFlags`
  141. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:123:15
  142. |
  143. 123 | | InputFlags::ISTRIP
  144. | ^^^^^^^^^^ use of undeclared type or module `InputFlags`
  145.  
  146. error[E0433]: failed to resolve: use of undeclared type or module `InputFlags`
  147. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:124:15
  148. |
  149. 124 | | InputFlags::IXON);
  150. | ^^^^^^^^^^ use of undeclared type or module `InputFlags`
  151.  
  152. error[E0433]: failed to resolve: use of undeclared type or module `ControlFlags`
  153. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:131:30
  154. |
  155. 131 | ios.control_flags |= ControlFlags::CS8;
  156. | ^^^^^^^^^^^^ use of undeclared type or module `ControlFlags`
  157.  
  158. error[E0433]: failed to resolve: use of undeclared type or module `LocalFlags`
  159. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:134:15
  160. |
  161. 134 | !(LocalFlags::ECHO | LocalFlags::ICANON | LocalFlags::IEXTEN | LocalFlags::ISIG);
  162. | ^^^^^^^^^^ use of undeclared type or module `LocalFlags`
  163.  
  164. error[E0433]: failed to resolve: use of undeclared type or module `LocalFlags`
  165. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:134:34
  166. |
  167. 134 | !(LocalFlags::ECHO | LocalFlags::ICANON | LocalFlags::IEXTEN | LocalFlags::ISIG);
  168. | ^^^^^^^^^^ use of undeclared type or module `LocalFlags`
  169.  
  170. error[E0433]: failed to resolve: use of undeclared type or module `LocalFlags`
  171. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:134:55
  172. |
  173. 134 | !(LocalFlags::ECHO | LocalFlags::ICANON | LocalFlags::IEXTEN | LocalFlags::ISIG);
  174. | ^^^^^^^^^^ use of undeclared type or module `LocalFlags`
  175.  
  176. error[E0433]: failed to resolve: use of undeclared type or module `LocalFlags`
  177. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:134:76
  178. |
  179. 134 | !(LocalFlags::ECHO | LocalFlags::ICANON | LocalFlags::IEXTEN | LocalFlags::ISIG);
  180. | ^^^^^^^^^^ use of undeclared type or module `LocalFlags`
  181.  
  182. error[E0433]: failed to resolve: use of undeclared type or module `SpecialCharacterIndices`
  183. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:135:27
  184. |
  185. 135 | ios.control_chars[SpecialCharacterIndices::VMIN as usize] = 1; // One character-at-a-time input
  186. | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SpecialCharacterIndices`
  187.  
  188. error[E0433]: failed to resolve: use of undeclared type or module `SpecialCharacterIndices`
  189. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:136:27
  190. |
  191. 136 | ios.control_chars[SpecialCharacterIndices::VTIME as usize] = 0; // with blocking read
  192. | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SpecialCharacterIndices`
  193.  
  194. error[E0433]: failed to resolve: use of undeclared type or module `SetArg`
  195. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:138:37
  196. |
  197. 138 | tcsetattr(self.as_raw_fd(), SetArg::TCSANOW, &ios).map_err(nix_err_to_io_err)?;
  198. | ^^^^^^ use of undeclared type or module `SetArg`
  199.  
  200. Compiling env_logger v0.6.2
  201. error[E0433]: failed to resolve: use of undeclared type or module `TimeVal`
  202. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\file.rs:11:5
  203. |
  204. 11 | TimeVal::milliseconds(sec as i64)
  205. | ^^^^^^^ use of undeclared type or module `TimeVal`
  206.  
  207. error[E0433]: failed to resolve: use of undeclared type or module `SigSet`
  208. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\signal.rs:41:22
  209. |
  210. 41 | let mut sigset = SigSet::empty();
  211. | ^^^^^^ use of undeclared type or module `SigSet`
  212.  
  213. error[E0433]: failed to resolve: use of undeclared type or module `Signal`
  214. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\signal.rs:42:16
  215. |
  216. 42 | sigset.add(Signal::SIGWINCH);
  217. | ^^^^^^ use of undeclared type or module `Signal`
  218.  
  219. error[E0433]: failed to resolve: use of undeclared type or module `SigmaskHow`
  220. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\signal.rs:43:29
  221. |
  222. 43 | let _ = pthread_sigmask(SigmaskHow::SIG_BLOCK, Some(&sigset), None);
  223. | ^^^^^^^^^^ use of undeclared type or module `SigmaskHow`
  224.  
  225. error[E0433]: failed to resolve: use of undeclared type or module `SigAction`
  226. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\signal.rs:46:18
  227. |
  228. 46 | let action = SigAction::new(
  229. | ^^^^^^^^^ use of undeclared type or module `SigAction`
  230.  
  231. error[E0433]: failed to resolve: use of undeclared type or module `SigHandler`
  232. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\signal.rs:47:9
  233. |
  234. 47 | SigHandler::Handler(handle_sigwiwnch),
  235. | ^^^^^^^^^^ use of undeclared type or module `SigHandler`
  236.  
  237. error[E0433]: failed to resolve: use of undeclared type or module `SaFlags`
  238. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\signal.rs:48:9
  239. |
  240. 48 | SaFlags::empty(),
  241. | ^^^^^^^ use of undeclared type or module `SaFlags`
  242.  
  243. error[E0433]: failed to resolve: use of undeclared type or module `SigSet`
  244. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\signal.rs:49:9
  245. |
  246. 49 | SigSet::empty(),
  247. | ^^^^^^ use of undeclared type or module `SigSet`
  248.  
  249. error[E0433]: failed to resolve: use of undeclared type or module `Signal`
  250. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\signal.rs:53:27
  251. |
  252. 53 | let _ = sigaction(Signal::SIGWINCH, &action);
  253. | ^^^^^^ use of undeclared type or module `Signal`
  254.  
  255. error[E0405]: cannot find trait `AsRawFd` in this scope
  256. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\input.rs:26:34
  257. |
  258. 26 | pub trait ReadAndAsRawFd: Read + AsRawFd + Send {}
  259. | ^^^^^^^ not found in this scope
  260.  
  261. error[E0405]: cannot find trait `AsRawFd` in this scope
  262. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\input.rs:30:46
  263. |
  264. 30 | impl<T> ReadAndAsRawFd for T where T: Read + AsRawFd + Send {}
  265. | ^^^^^^^ not found in this scope
  266.  
  267. error[E0405]: cannot find trait `AsRawFd` in this scope
  268. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\output.rs:40:43
  269. |
  270. 40 | pub trait WriteAndAsRawFdAndSend: Write + AsRawFd + Send {}
  271. | ^^^^^^^ not found in this scope
  272.  
  273. error[E0405]: cannot find trait `AsRawFd` in this scope
  274. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\output.rs:42:55
  275. |
  276. 42 | impl<T> WriteAndAsRawFdAndSend for T where T: Write + AsRawFd + Send {}
  277. | ^^^^^^^ not found in this scope
  278.  
  279. error[E0405]: cannot find trait `AsRawFd` in this scope
  280. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:48:35
  281. |
  282. 48 | pub struct RawTerminal<W: Write + AsRawFd> {
  283. | ^^^^^^^ not found in this scope
  284.  
  285. error[E0412]: cannot find type `Termios` in this scope
  286. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:49:15
  287. |
  288. 49 | prev_ios: Termios,
  289. | ^^^^^^^ not found in this scope
  290.  
  291. error[E0405]: cannot find trait `AsRawFd` in this scope
  292. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:53:17
  293. |
  294. 53 | impl<W: Write + AsRawFd> Drop for RawTerminal<W> {
  295. | ^^^^^^^ not found in this scope
  296.  
  297. error[E0425]: cannot find function `tcsetattr` in this scope
  298. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:55:17
  299. |
  300. 55 | let _ = tcsetattr(self.output.as_raw_fd(), SetArg::TCSANOW, &self.prev_ios);
  301. | ^^^^^^^^^ not found in this scope
  302.  
  303. error[E0405]: cannot find trait `AsRawFd` in this scope
  304. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:59:17
  305. |
  306. 59 | impl<W: Write + AsRawFd> ops::Deref for RawTerminal<W> {
  307. | ^^^^^^^ not found in this scope
  308.  
  309. error[E0405]: cannot find trait `AsRawFd` in this scope
  310. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:67:17
  311. |
  312. 67 | impl<W: Write + AsRawFd> ops::DerefMut for RawTerminal<W> {
  313. | ^^^^^^^ not found in this scope
  314.  
  315. error[E0405]: cannot find trait `AsRawFd` in this scope
  316. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:73:17
  317. |
  318. 73 | impl<W: Write + AsRawFd> Write for RawTerminal<W> {
  319. | ^^^^^^^ not found in this scope
  320.  
  321. error[E0405]: cannot find trait `AsRawFd` in this scope
  322. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:83:26
  323. |
  324. 83 | impl<W: Write + AsRawFd> AsRawFd for RawTerminal<W> {
  325. | ^^^^^^^ not found in this scope
  326.  
  327. error[E0405]: cannot find trait `AsRawFd` in this scope
  328. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:83:17
  329. |
  330. 83 | impl<W: Write + AsRawFd> AsRawFd for RawTerminal<W> {
  331. | ^^^^^^^ not found in this scope
  332.  
  333. error[E0412]: cannot find type `RawFd` in this scope
  334. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:84:28
  335. |
  336. 84 | fn as_raw_fd(&self) -> RawFd {
  337. | ^^^^^ not found in this scope
  338.  
  339. error[E0405]: cannot find trait `AsRawFd` in this scope
  340. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:95:32
  341. |
  342. 95 | pub trait IntoRawMode: Write + AsRawFd + Sized {
  343. | ^^^^^^^ not found in this scope
  344.  
  345. error[E0405]: cannot find trait `AsRawFd` in this scope
  346. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:104:17
  347. |
  348. 104 | impl<W: Write + AsRawFd> IntoRawMode for W {
  349. | ^^^^^^^ not found in this scope
  350.  
  351. error[E0425]: cannot find value `ENOTTY` in this scope
  352. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:112:58
  353. |
  354. 112 | Err(nix_err_to_io_err(nix::Error::from_errno(ENOTTY)))?
  355. | ^^^^^^ not found in this scope
  356.  
  357. error[E0425]: cannot find function `tcgetattr` in this scope
  358. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:115:24
  359. |
  360. 115 | let prev_ios = tcgetattr(self.as_raw_fd()).map_err(nix_err_to_io_err)?;
  361. | ^^^^^^^^^ not found in this scope
  362.  
  363. error[E0425]: cannot find function `tcsetattr` in this scope
  364. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:138:9
  365. |
  366. 138 | tcsetattr(self.as_raw_fd(), SetArg::TCSANOW, &ios).map_err(nix_err_to_io_err)?;
  367. | ^^^^^^^^^ not found in this scope
  368.  
  369. error[E0412]: cannot find type `Error` in module `nix`
  370. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\raw.rs:147:32
  371. |
  372. 147 | fn nix_err_to_io_err(err: nix::Error) -> io::Error {
  373. | ^^^^^ not found in `nix`
  374. help: possible candidates are found in other modules, you can import them into scope
  375. |
  376. 23 | use core::fmt::Error;
  377. |
  378. 23 | use std::error::Error;
  379. |
  380. 23 | use std::fmt::Error;
  381. |
  382. 23 | use std::io::Error;
  383. |
  384. and 3 other candidates
  385.  
  386. error[E0412]: cannot find type `TimeVal` in this scope
  387. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\file.rs:9:47
  388. |
  389. 9 | fn duration_to_timeval(duration: Duration) -> TimeVal {
  390. | ^^^^^^^ not found in this scope
  391.  
  392. error[E0412]: cannot find type `RawFd` in this scope
  393. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\file.rs:14:29
  394. |
  395. 14 | pub fn wait_until_ready(fd: RawFd, signal_fd: Option<RawFd>, timeout: Duration) -> Result<()> {
  396. | ^^^^^ not found in this scope
  397.  
  398. error[E0412]: cannot find type `RawFd` in this scope
  399. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\file.rs:14:54
  400. |
  401. 14 | pub fn wait_until_ready(fd: RawFd, signal_fd: Option<RawFd>, timeout: Duration) -> Result<()> {
  402. | ^^^^^ not found in this scope
  403.  
  404. error[E0425]: cannot find function `pthread_sigmask` in this scope
  405. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\signal.rs:43:13
  406. |
  407. 43 | let _ = pthread_sigmask(SigmaskHow::SIG_BLOCK, Some(&sigset), None);
  408. | ^^^^^^^^^^^^^^^ not found in this scope
  409.  
  410. error[E0425]: cannot find function `sigaction` in this scope
  411. --> C:\Users\yumetodo\.cargo\registry\src\github.com-1ecc6299db9ec823\tuikit-0.2.9\src\sys\signal.rs:53:17
  412. |
  413. 53 | let _ = sigaction(Signal::SIGWINCH, &action);
  414. | ^^^^^^^^^ help: a local variable with a similar name exists: `action`
  415.  
  416. error: aborting due to 66 previous errors
  417.  
  418. Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433.
  419. For more information about an error, try `rustc --explain E0405`.
  420. error: Could not compile `tuikit`.
  421. warning: build failed, waiting for other jobs to finish...
  422. error: failed to compile `jump-kun v0.2.0 (C:\msys64\home\yumetodo\jump-kun)`, intermediate artifacts can be found at `C:\msys64\home\yumetodo\jump-kun\target`
  423.  
  424. Caused by:
  425. build failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement