Dec 02 04:07:27.745 INFO documenting read-0.1.1 against try#f86f76f89ea2b1ccbfb3741962ec2029d878a389 for pr-55318-1 Dec 02 04:07:27.746 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318-1/worker-7/try#f86f76f89ea2b1ccbfb3741962ec2029d878a389:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55318-1/try#f86f76f89ea2b1ccbfb3741962ec2029d878a389:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +f86f76f89ea2b1ccbfb3741962ec2029d878a389-alt doc --frozen --no-deps --document-private-items" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 02 04:07:28.211 INFO [stdout] aba6a56abc607fe33c36f3bb6170ac623fa6216a5fe9b4f736b7620381b89457 Dec 02 04:07:28.218 INFO running `"docker" "start" "-a" "aba6a56abc607fe33c36f3bb6170ac623fa6216a5fe9b4f736b7620381b89457"` Dec 02 04:07:29.684 INFO [stderr] usermod: no changes Dec 02 04:07:29.752 INFO [stderr] Compiling winapi v0.3.6 Dec 02 04:07:31.948 INFO [stderr] Documenting read v0.1.1 (/source) Dec 02 04:07:32.237 INFO [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` Dec 02 04:07:32.237 INFO [stderr] --> src/main.rs:35:13 Dec 02 04:07:32.237 INFO [stderr] | Dec 02 04:07:32.237 INFO [stderr] 35 | use winapi::um::{minwinbase::LMEM_MOVEABLE, winnt::{LPCWSTR, LONG, HANDLE}}; Dec 02 04:07:32.237 INFO [stderr] | ^^ could not find `um` in `winapi` Dec 02 04:07:32.237 INFO [stderr] Dec 02 04:07:32.237 INFO [stderr] error[E0432]: unresolved import `winapi::shared` Dec 02 04:07:32.237 INFO [stderr] --> src/main.rs:34:13 Dec 02 04:07:32.237 INFO [stderr] | Dec 02 04:07:32.237 INFO [stderr] 34 | use winapi::shared::windowsx as winx; Dec 02 04:07:32.237 INFO [stderr] | ^^^^^^ could not find `shared` in `winapi` Dec 02 04:07:32.237 INFO [stderr] Dec 02 04:07:32.237 INFO [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` Dec 02 04:07:32.237 INFO [stderr] --> src/main.rs:37:13 Dec 02 04:07:32.237 INFO [stderr] | Dec 02 04:07:32.237 INFO [stderr] 37 | use winapi::shared::windef::{HWND, HMENU, HBRUSH, HICON, HFONT, HGDIOBJ, HBITMAP, HDC, RECT, POINT}; Dec 02 04:07:32.237 INFO [stderr] | ^^^^^^ could not find `shared` in `winapi` Dec 02 04:07:32.237 INFO [stderr] Dec 02 04:07:32.237 INFO [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` Dec 02 04:07:32.237 INFO [stderr] --> src/main.rs:38:13 Dec 02 04:07:32.237 INFO [stderr] | Dec 02 04:07:32.237 INFO [stderr] 38 | use winapi::shared::minwindef::{INT, UINT, DWORD, MAX_PATH, HINSTANCE, HGLOBAL, LRESULT, LPVOID, WPARAM, LPARAM, HIWORD, LOWORD}; Dec 02 04:07:32.237 INFO [stderr] | ^^^^^^ could not find `shared` in `winapi` Dec 02 04:07:32.237 INFO [stderr] Dec 02 04:07:32.237 INFO [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` Dec 02 04:07:32.237 INFO [stderr] --> src/main.rs:40:95 Dec 02 04:07:32.237 INFO [stderr] | Dec 02 04:07:32.237 INFO [stderr] 40 | use std::{ptr, mem, io::{Read, Write}, fs::File, ffi::OsStr, sync::Mutex, string::String, os::windows::ffi::OsStrExt}; Dec 02 04:07:32.237 INFO [stderr] | ^^^^^^^ could not find `windows` in `os` Dec 02 04:07:32.237 INFO [stderr] Dec 02 04:07:32.237 INFO [stderr] error[E0432]: unresolved import `winapi::um` Dec 02 04:07:32.237 INFO [stderr] --> src/main.rs:36:13 Dec 02 04:07:32.237 INFO [stderr] | Dec 02 04:07:32.237 INFO [stderr] 36 | use winapi::um::{shellapi as shell, winuser as user, wingdi as gdi, winbase as win}; Dec 02 04:07:32.237 INFO [stderr] | ^^ could not find `um` in `winapi` Dec 02 04:07:32.237 INFO [stderr] Dec 02 04:07:32.607 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Dec 02 04:07:32.607 INFO [stderr] --> src/main.rs:49:15 Dec 02 04:07:32.607 INFO [stderr] | Dec 02 04:07:32.607 INFO [stderr] 49 | struct CH {x :LONG, y :LONG, c :char} Dec 02 04:07:32.607 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.607 INFO [stderr] Dec 02 04:07:32.607 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Dec 02 04:07:32.607 INFO [stderr] --> src/main.rs:49:24 Dec 02 04:07:32.607 INFO [stderr] | Dec 02 04:07:32.607 INFO [stderr] 49 | struct CH {x :LONG, y :LONG, c :char} Dec 02 04:07:32.607 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.607 INFO [stderr] Dec 02 04:07:32.607 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.607 INFO [stderr] --> src/main.rs:50:18 Dec 02 04:07:32.607 INFO [stderr] | Dec 02 04:07:32.607 INFO [stderr] 50 | struct MV {font :HFONT, save: HICON, edit :HICON, visual :HICON, sw :HWND} Dec 02 04:07:32.607 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.607 INFO [stderr] Dec 02 04:07:32.607 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Dec 02 04:07:32.607 INFO [stderr] --> src/main.rs:50:31 Dec 02 04:07:32.607 INFO [stderr] | Dec 02 04:07:32.607 INFO [stderr] 50 | struct MV {font :HFONT, save: HICON, edit :HICON, visual :HICON, sw :HWND} Dec 02 04:07:32.607 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.607 INFO [stderr] Dec 02 04:07:32.607 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Dec 02 04:07:32.607 INFO [stderr] --> src/main.rs:50:44 Dec 02 04:07:32.607 INFO [stderr] | Dec 02 04:07:32.607 INFO [stderr] 50 | struct MV {font :HFONT, save: HICON, edit :HICON, visual :HICON, sw :HWND} Dec 02 04:07:32.607 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.607 INFO [stderr] Dec 02 04:07:32.607 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Dec 02 04:07:32.607 INFO [stderr] --> src/main.rs:50:59 Dec 02 04:07:32.607 INFO [stderr] | Dec 02 04:07:32.607 INFO [stderr] 50 | struct MV {font :HFONT, save: HICON, edit :HICON, visual :HICON, sw :HWND} Dec 02 04:07:32.607 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.607 INFO [stderr] Dec 02 04:07:32.607 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.607 INFO [stderr] --> src/main.rs:50:70 Dec 02 04:07:32.607 INFO [stderr] | Dec 02 04:07:32.607 INFO [stderr] 50 | struct MV {font :HFONT, save: HICON, edit :HICON, visual :HICON, sw :HWND} Dec 02 04:07:32.607 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.607 INFO [stderr] Dec 02 04:07:32.607 INFO [stderr] error[E0412]: cannot find type `POINT` in this scope Dec 02 04:07:32.607 INFO [stderr] --> src/main.rs:57:25 Dec 02 04:07:32.607 INFO [stderr] | Dec 02 04:07:32.607 INFO [stderr] 57 | static ref POS: Mutex = Mutex::new(POINT{x:0, y:0}); Dec 02 04:07:32.607 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.607 INFO [stderr] Dec 02 04:07:32.607 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Dec 02 04:07:32.607 INFO [stderr] --> src/main.rs:58:25 Dec 02 04:07:32.607 INFO [stderr] | Dec 02 04:07:32.607 INFO [stderr] 58 | static ref CHX: Mutex = Mutex::new(0); Dec 02 04:07:32.607 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.607 INFO [stderr] Dec 02 04:07:32.607 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Dec 02 04:07:32.607 INFO [stderr] --> src/main.rs:59:25 Dec 02 04:07:32.607 INFO [stderr] | Dec 02 04:07:32.607 INFO [stderr] 59 | static ref CHY: Mutex = Mutex::new(0); Dec 02 04:07:32.607 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.607 INFO [stderr] Dec 02 04:07:32.607 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Dec 02 04:07:32.607 INFO [stderr] --> src/main.rs:60:25 Dec 02 04:07:32.607 INFO [stderr] | Dec 02 04:07:32.607 INFO [stderr] 60 | static ref DEY: Mutex = Mutex::new(0); Dec 02 04:07:32.607 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.607 INFO [stderr] Dec 02 04:07:32.607 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Dec 02 04:07:32.607 INFO [stderr] --> src/main.rs:64:28 Dec 02 04:07:32.607 INFO [stderr] | Dec 02 04:07:32.607 INFO [stderr] 64 | static ref SCREEN: Mutex = Mutex::new(31); Dec 02 04:07:32.607 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.607 INFO [stderr] Dec 02 04:07:32.607 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.607 INFO [stderr] --> src/main.rs:77:12 Dec 02 04:07:32.607 INFO [stderr] | Dec 02 04:07:32.608 INFO [stderr] 77 | fn copy(w :HWND, f :HFONT) Dec 02 04:07:32.608 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.608 INFO [stderr] Dec 02 04:07:32.608 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.608 INFO [stderr] --> src/main.rs:77:21 Dec 02 04:07:32.608 INFO [stderr] | Dec 02 04:07:32.608 INFO [stderr] 77 | fn copy(w :HWND, f :HFONT) Dec 02 04:07:32.608 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.608 INFO [stderr] Dec 02 04:07:32.608 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.608 INFO [stderr] --> src/main.rs:103:13 Dec 02 04:07:32.608 INFO [stderr] | Dec 02 04:07:32.608 INFO [stderr] 103 | fn paste(w :HWND, f :HFONT) Dec 02 04:07:32.608 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.608 INFO [stderr] Dec 02 04:07:32.608 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.608 INFO [stderr] --> src/main.rs:103:22 Dec 02 04:07:32.608 INFO [stderr] | Dec 02 04:07:32.608 INFO [stderr] 103 | fn paste(w :HWND, f :HFONT) Dec 02 04:07:32.608 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.608 INFO [stderr] Dec 02 04:07:32.608 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.608 INFO [stderr] --> src/main.rs:119:12 Dec 02 04:07:32.608 INFO [stderr] | Dec 02 04:07:32.608 INFO [stderr] 119 | fn file(w :HWND, f :HFONT, path :String, mode :u8) Dec 02 04:07:32.608 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.608 INFO [stderr] Dec 02 04:07:32.608 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.608 INFO [stderr] --> src/main.rs:119:21 Dec 02 04:07:32.608 INFO [stderr] | Dec 02 04:07:32.608 INFO [stderr] 119 | fn file(w :HWND, f :HFONT, path :String, mode :u8) Dec 02 04:07:32.608 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.608 INFO [stderr] Dec 02 04:07:32.608 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Dec 02 04:07:32.608 INFO [stderr] --> src/main.rs:162:22 Dec 02 04:07:32.608 INFO [stderr] | Dec 02 04:07:32.608 INFO [stderr] 162 | fn getx(i :usize) -> LONG {let vec = {TEXT.lock().unwrap()}; let x = vec[i].x; x} Dec 02 04:07:32.608 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.608 INFO [stderr] Dec 02 04:07:32.608 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Dec 02 04:07:32.608 INFO [stderr] --> src/main.rs:163:22 Dec 02 04:07:32.608 INFO [stderr] | Dec 02 04:07:32.608 INFO [stderr] 163 | fn gety(i :usize) -> LONG {let vec = {TEXT.lock().unwrap()}; let y = vec[i].y; y} Dec 02 04:07:32.608 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.608 INFO [stderr] Dec 02 04:07:32.608 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Dec 02 04:07:32.608 INFO [stderr] --> src/main.rs:165:22 Dec 02 04:07:32.608 INFO [stderr] | Dec 02 04:07:32.608 INFO [stderr] 165 | fn setx(i :usize, x :LONG){let mut vec = {TEXT.lock().unwrap()}; vec[i].x = x;} Dec 02 04:07:32.608 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.608 INFO [stderr] Dec 02 04:07:32.608 INFO [stderr] error[E0412]: cannot find type `LONG` in this scope Dec 02 04:07:32.608 INFO [stderr] --> src/main.rs:166:22 Dec 02 04:07:32.608 INFO [stderr] | Dec 02 04:07:32.608 INFO [stderr] 166 | fn sety(i :usize, y :LONG){let mut vec = {TEXT.lock().unwrap()}; vec[i].y = y;} Dec 02 04:07:32.608 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.608 INFO [stderr] Dec 02 04:07:32.608 INFO [stderr] error[E0412]: cannot find type `POINT` in this scope Dec 02 04:07:32.608 INFO [stderr] --> src/main.rs:183:20 Dec 02 04:07:32.608 INFO [stderr] | Dec 02 04:07:32.608 INFO [stderr] 183 | fn getlastpos() -> POINT Dec 02 04:07:32.608 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.608 INFO [stderr] Dec 02 04:07:32.608 INFO [stderr] error[E0412]: cannot find type `WNDPROC` in this scope Dec 02 04:07:32.608 INFO [stderr] --> src/main.rs:255:45 Dec 02 04:07:32.608 INFO [stderr] | Dec 02 04:07:32.608 INFO [stderr] 255 | fn window(c :Vec, win :Vec, proc :WNDPROC, icon :HICON, style :DWORD, w :i32, h :i32, v :LPVOID) -> HWND Dec 02 04:07:32.608 INFO [stderr] | ^^^^^^^ not found in this scope Dec 02 04:07:32.608 INFO [stderr] Dec 02 04:07:32.608 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Dec 02 04:07:32.608 INFO [stderr] --> src/main.rs:255:60 Dec 02 04:07:32.608 INFO [stderr] | Dec 02 04:07:32.608 INFO [stderr] 255 | fn window(c :Vec, win :Vec, proc :WNDPROC, icon :HICON, style :DWORD, w :i32, h :i32, v :LPVOID) -> HWND Dec 02 04:07:32.608 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.608 INFO [stderr] Dec 02 04:07:32.608 INFO [stderr] error[E0412]: cannot find type `DWORD` in this scope Dec 02 04:07:32.608 INFO [stderr] --> src/main.rs:255:74 Dec 02 04:07:32.608 INFO [stderr] | Dec 02 04:07:32.608 INFO [stderr] 255 | fn window(c :Vec, win :Vec, proc :WNDPROC, icon :HICON, style :DWORD, w :i32, h :i32, v :LPVOID) -> HWND Dec 02 04:07:32.608 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.608 INFO [stderr] Dec 02 04:07:32.608 INFO [stderr] error[E0412]: cannot find type `LPVOID` in this scope Dec 02 04:07:32.608 INFO [stderr] --> src/main.rs:255:100 Dec 02 04:07:32.608 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 255 | fn window(c :Vec, win :Vec, proc :WNDPROC, icon :HICON, style :DWORD, w :i32, h :i32, v :LPVOID) -> HWND Dec 02 04:07:32.609 INFO [stderr] | ^^^^^^ not found in this scope Dec 02 04:07:32.609 INFO [stderr] Dec 02 04:07:32.609 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.609 INFO [stderr] --> src/main.rs:255:111 Dec 02 04:07:32.609 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 255 | fn window(c :Vec, win :Vec, proc :WNDPROC, icon :HICON, style :DWORD, w :i32, h :i32, v :LPVOID) -> HWND Dec 02 04:07:32.609 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.609 INFO [stderr] Dec 02 04:07:32.609 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.609 INFO [stderr] --> src/main.rs:273:20 Dec 02 04:07:32.609 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 273 | fn change_state(w :HWND, icon :HICON) Dec 02 04:07:32.609 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.609 INFO [stderr] Dec 02 04:07:32.609 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Dec 02 04:07:32.609 INFO [stderr] --> src/main.rs:273:32 Dec 02 04:07:32.609 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 273 | fn change_state(w :HWND, icon :HICON) Dec 02 04:07:32.609 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.609 INFO [stderr] Dec 02 04:07:32.609 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.609 INFO [stderr] --> src/main.rs:277:19 Dec 02 04:07:32.609 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 277 | fn clearscreen(w :HWND) Dec 02 04:07:32.609 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.609 INFO [stderr] Dec 02 04:07:32.609 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.609 INFO [stderr] --> src/main.rs:287:15 Dec 02 04:07:32.609 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 287 | fn clearch(w :HWND, i :usize, r :i32) Dec 02 04:07:32.609 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.609 INFO [stderr] Dec 02 04:07:32.609 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.609 INFO [stderr] --> src/main.rs:292:18 Dec 02 04:07:32.609 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 292 | fn clearrange(w :HWND, f :HFONT, start :usize, end :usize) Dec 02 04:07:32.609 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.609 INFO [stderr] Dec 02 04:07:32.609 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.609 INFO [stderr] --> src/main.rs:292:27 Dec 02 04:07:32.609 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 292 | fn clearrange(w :HWND, f :HFONT, start :usize, end :usize) Dec 02 04:07:32.609 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.609 INFO [stderr] Dec 02 04:07:32.609 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.609 INFO [stderr] --> src/main.rs:296:17 Dec 02 04:07:32.609 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 296 | fn drawrange(w :HWND, f :HFONT, start :usize, end :usize) Dec 02 04:07:32.609 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.609 INFO [stderr] Dec 02 04:07:32.609 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.609 INFO [stderr] --> src/main.rs:296:26 Dec 02 04:07:32.609 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 296 | fn drawrange(w :HWND, f :HFONT, start :usize, end :usize) Dec 02 04:07:32.609 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.609 INFO [stderr] Dec 02 04:07:32.609 INFO [stderr] error[E0412]: cannot find type `RECT` in this scope Dec 02 04:07:32.609 INFO [stderr] --> src/main.rs:300:25 Dec 02 04:07:32.609 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 300 | fn getrect(i :usize) -> RECT Dec 02 04:07:32.609 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.609 INFO [stderr] Dec 02 04:07:32.609 INFO [stderr] error[E0412]: cannot find type `POINT` in this scope Dec 02 04:07:32.609 INFO [stderr] --> src/main.rs:320:36 Dec 02 04:07:32.609 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 320 | fn getpos(x :i32, y:i32) -> Option Dec 02 04:07:32.609 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.609 INFO [stderr] Dec 02 04:07:32.609 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.609 INFO [stderr] --> src/main.rs:370:14 Dec 02 04:07:32.609 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 370 | fn delete(w :HWND, f :HFONT) Dec 02 04:07:32.609 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.609 INFO [stderr] Dec 02 04:07:32.609 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.609 INFO [stderr] --> src/main.rs:370:23 Dec 02 04:07:32.609 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 370 | fn delete(w :HWND, f :HFONT) Dec 02 04:07:32.609 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.609 INFO [stderr] Dec 02 04:07:32.609 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.609 INFO [stderr] --> src/main.rs:468:13 Dec 02 04:07:32.609 INFO [stderr] | Dec 02 04:07:32.609 INFO [stderr] 468 | fn enter(w :HWND, f :HFONT){save(CH{x:getposx(),y:getposy(),c:NEWLINE});} Dec 02 04:07:32.610 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.610 INFO [stderr] --> src/main.rs:468:22 Dec 02 04:07:32.610 INFO [stderr] | Dec 02 04:07:32.610 INFO [stderr] 468 | fn enter(w :HWND, f :HFONT){save(CH{x:getposx(),y:getposy(),c:NEWLINE});} Dec 02 04:07:32.610 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.610 INFO [stderr] --> src/main.rs:469:12 Dec 02 04:07:32.610 INFO [stderr] | Dec 02 04:07:32.610 INFO [stderr] 469 | fn draw(w :HWND, f :HFONT, buffer :String) Dec 02 04:07:32.610 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.610 INFO [stderr] --> src/main.rs:469:21 Dec 02 04:07:32.610 INFO [stderr] | Dec 02 04:07:32.610 INFO [stderr] 469 | fn draw(w :HWND, f :HFONT, buffer :String) Dec 02 04:07:32.610 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.610 INFO [stderr] --> src/main.rs:490:13 Dec 02 04:07:32.610 INFO [stderr] | Dec 02 04:07:32.610 INFO [stderr] 490 | fn copy2(w :HWND, f :HFONT, mode :u8) Dec 02 04:07:32.610 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.610 INFO [stderr] --> src/main.rs:490:22 Dec 02 04:07:32.610 INFO [stderr] | Dec 02 04:07:32.610 INFO [stderr] 490 | fn copy2(w :HWND, f :HFONT, mode :u8) Dec 02 04:07:32.610 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.610 INFO [stderr] --> src/main.rs:500:14 Dec 02 04:07:32.610 INFO [stderr] | Dec 02 04:07:32.610 INFO [stderr] 500 | fn redraw(w :HWND, f :HFONT, offset: isize, mode :u8, s :usize, e :usize) Dec 02 04:07:32.610 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.610 INFO [stderr] --> src/main.rs:500:23 Dec 02 04:07:32.610 INFO [stderr] | Dec 02 04:07:32.610 INFO [stderr] 500 | fn redraw(w :HWND, f :HFONT, offset: isize, mode :u8, s :usize, e :usize) Dec 02 04:07:32.610 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.610 INFO [stderr] --> src/main.rs:520:16 Dec 02 04:07:32.610 INFO [stderr] | Dec 02 04:07:32.610 INFO [stderr] 520 | fn drawtext(w :HWND, f :HFONT, c :&CH, p :WPARAM, l :LPARAM) Dec 02 04:07:32.610 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.610 INFO [stderr] --> src/main.rs:520:25 Dec 02 04:07:32.610 INFO [stderr] | Dec 02 04:07:32.610 INFO [stderr] 520 | fn drawtext(w :HWND, f :HFONT, c :&CH, p :WPARAM, l :LPARAM) Dec 02 04:07:32.610 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `WPARAM` in this scope Dec 02 04:07:32.610 INFO [stderr] --> src/main.rs:520:43 Dec 02 04:07:32.610 INFO [stderr] | Dec 02 04:07:32.610 INFO [stderr] 520 | fn drawtext(w :HWND, f :HFONT, c :&CH, p :WPARAM, l :LPARAM) Dec 02 04:07:32.610 INFO [stderr] | ^^^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `LPARAM` in this scope Dec 02 04:07:32.610 INFO [stderr] --> src/main.rs:520:54 Dec 02 04:07:32.610 INFO [stderr] | Dec 02 04:07:32.610 INFO [stderr] 520 | fn drawtext(w :HWND, f :HFONT, c :&CH, p :WPARAM, l :LPARAM) Dec 02 04:07:32.610 INFO [stderr] | ^^^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.610 INFO [stderr] --> src/main.rs:555:14 Dec 02 04:07:32.610 INFO [stderr] | Dec 02 04:07:32.610 INFO [stderr] 555 | fn key_up(w :HWND){let y = getposy();if y == 0 {return;} hidecaret(w);setposmy(1); showcaret(w);} Dec 02 04:07:32.610 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.610 INFO [stderr] --> src/main.rs:556:16 Dec 02 04:07:32.610 INFO [stderr] | Dec 02 04:07:32.610 INFO [stderr] 556 | fn key_down(w :HWND){hidecaret(w);setpospy(1);showcaret(w);} Dec 02 04:07:32.610 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.610 INFO [stderr] --> src/main.rs:557:16 Dec 02 04:07:32.610 INFO [stderr] | Dec 02 04:07:32.610 INFO [stderr] 557 | fn key_left(w :HWND) Dec 02 04:07:32.610 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.610 INFO [stderr] Dec 02 04:07:32.610 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:571:17 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 571 | fn key_right(w :HWND, f :HFONT) Dec 02 04:07:32.611 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.611 INFO [stderr] Dec 02 04:07:32.611 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:571:26 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 571 | fn key_right(w :HWND, f :HFONT) Dec 02 04:07:32.611 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.611 INFO [stderr] Dec 02 04:07:32.611 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:603:17 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 603 | fn showcaret(w :HWND) Dec 02 04:07:32.611 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.611 INFO [stderr] Dec 02 04:07:32.611 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:632:17 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 632 | fn hidecaret(w :HWND) {unsafe{user::HideCaret(w);}} Dec 02 04:07:32.611 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.611 INFO [stderr] Dec 02 04:07:32.611 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:633:16 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 633 | fn wheel_up(w :HWND, f :HFONT) Dec 02 04:07:32.611 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.611 INFO [stderr] Dec 02 04:07:32.611 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:633:25 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 633 | fn wheel_up(w :HWND, f :HFONT) Dec 02 04:07:32.611 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.611 INFO [stderr] Dec 02 04:07:32.611 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:654:18 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 654 | fn wheel_down(w :HWND, f :HFONT) Dec 02 04:07:32.611 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.611 INFO [stderr] Dec 02 04:07:32.611 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:654:27 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 654 | fn wheel_down(w :HWND, f :HFONT) Dec 02 04:07:32.611 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.611 INFO [stderr] Dec 02 04:07:32.611 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:671:12 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 671 | fn ctrl(w :HWND, p :WPARAM, mov :&mut MV) Dec 02 04:07:32.611 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.611 INFO [stderr] Dec 02 04:07:32.611 INFO [stderr] error[E0412]: cannot find type `WPARAM` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:671:21 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 671 | fn ctrl(w :HWND, p :WPARAM, mov :&mut MV) Dec 02 04:07:32.611 INFO [stderr] | ^^^^^^ not found in this scope Dec 02 04:07:32.611 INFO [stderr] Dec 02 04:07:32.611 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:752:16 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 752 | fn key_0x44(w :HWND) // key D Dec 02 04:07:32.611 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.611 INFO [stderr] Dec 02 04:07:32.611 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:757:16 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 757 | fn key_0x47(w :HWND) // key G Dec 02 04:07:32.611 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.611 INFO [stderr] Dec 02 04:07:32.611 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:761:16 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 761 | fn key_0x64(w :HWND, f :HFONT) // key dd Dec 02 04:07:32.611 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.611 INFO [stderr] Dec 02 04:07:32.611 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:761:25 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 761 | fn key_0x64(w :HWND, f :HFONT) // key dd Dec 02 04:07:32.611 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.611 INFO [stderr] Dec 02 04:07:32.611 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.611 INFO [stderr] --> src/main.rs:797:16 Dec 02 04:07:32.611 INFO [stderr] | Dec 02 04:07:32.611 INFO [stderr] 797 | fn key_0x67(w :HWND) // key gg Dec 02 04:07:32.612 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.612 INFO [stderr] Dec 02 04:07:32.612 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.612 INFO [stderr] --> src/main.rs:815:16 Dec 02 04:07:32.612 INFO [stderr] | Dec 02 04:07:32.612 INFO [stderr] 815 | fn key_0x6f(w :HWND, f :HFONT, icon :HICON) // o: change mode Dec 02 04:07:32.612 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.612 INFO [stderr] Dec 02 04:07:32.612 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.612 INFO [stderr] --> src/main.rs:815:25 Dec 02 04:07:32.612 INFO [stderr] | Dec 02 04:07:32.612 INFO [stderr] 815 | fn key_0x6f(w :HWND, f :HFONT, icon :HICON) // o: change mode Dec 02 04:07:32.612 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.612 INFO [stderr] Dec 02 04:07:32.612 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Dec 02 04:07:32.612 INFO [stderr] --> src/main.rs:815:38 Dec 02 04:07:32.612 INFO [stderr] | Dec 02 04:07:32.612 INFO [stderr] 815 | fn key_0x6f(w :HWND, f :HFONT, icon :HICON) // o: change mode Dec 02 04:07:32.612 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.612 INFO [stderr] Dec 02 04:07:32.612 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.612 INFO [stderr] --> src/main.rs:819:16 Dec 02 04:07:32.612 INFO [stderr] | Dec 02 04:07:32.612 INFO [stderr] 819 | fn key_0x70(w :HWND, f :HFONT) // key p Dec 02 04:07:32.612 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.612 INFO [stderr] Dec 02 04:07:32.612 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.612 INFO [stderr] --> src/main.rs:819:25 Dec 02 04:07:32.612 INFO [stderr] | Dec 02 04:07:32.612 INFO [stderr] 819 | fn key_0x70(w :HWND, f :HFONT) // key p Dec 02 04:07:32.612 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.612 INFO [stderr] Dec 02 04:07:32.612 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.612 INFO [stderr] --> src/main.rs:848:16 Dec 02 04:07:32.612 INFO [stderr] | Dec 02 04:07:32.612 INFO [stderr] 848 | fn key_0x79(w :HWND, f :HFONT, icon :HICON) // key y Dec 02 04:07:32.612 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.612 INFO [stderr] Dec 02 04:07:32.612 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.612 INFO [stderr] --> src/main.rs:848:25 Dec 02 04:07:32.612 INFO [stderr] | Dec 02 04:07:32.612 INFO [stderr] 848 | fn key_0x79(w :HWND, f :HFONT, icon :HICON) // key y Dec 02 04:07:32.612 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.612 INFO [stderr] Dec 02 04:07:32.612 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Dec 02 04:07:32.612 INFO [stderr] --> src/main.rs:848:38 Dec 02 04:07:32.612 INFO [stderr] | Dec 02 04:07:32.612 INFO [stderr] 848 | fn key_0x79(w :HWND, f :HFONT, icon :HICON) // key y Dec 02 04:07:32.612 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.612 INFO [stderr] Dec 02 04:07:32.612 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.612 INFO [stderr] --> src/main.rs:864:16 Dec 02 04:07:32.612 INFO [stderr] | Dec 02 04:07:32.612 INFO [stderr] 864 | fn key_0x1B(w :HWND, f :HFONT, icon :HICON) // esc Dec 02 04:07:32.612 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.612 INFO [stderr] Dec 02 04:07:32.612 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.612 INFO [stderr] --> src/main.rs:864:25 Dec 02 04:07:32.612 INFO [stderr] | Dec 02 04:07:32.612 INFO [stderr] 864 | fn key_0x1B(w :HWND, f :HFONT, icon :HICON) // esc Dec 02 04:07:32.612 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.612 INFO [stderr] Dec 02 04:07:32.612 INFO [stderr] error[E0412]: cannot find type `HICON` in this scope Dec 02 04:07:32.612 INFO [stderr] --> src/main.rs:864:38 Dec 02 04:07:32.612 INFO [stderr] | Dec 02 04:07:32.612 INFO [stderr] 864 | fn key_0x1B(w :HWND, f :HFONT, icon :HICON) // esc Dec 02 04:07:32.612 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.612 INFO [stderr] Dec 02 04:07:32.612 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.612 INFO [stderr] --> src/main.rs:889:16 Dec 02 04:07:32.612 INFO [stderr] | Dec 02 04:07:32.612 INFO [stderr] 889 | fn key_0x0D(w :HWND, f :HFONT) // enter Dec 02 04:07:32.612 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.612 INFO [stderr] Dec 02 04:07:32.612 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.612 INFO [stderr] --> src/main.rs:889:25 Dec 02 04:07:32.612 INFO [stderr] | Dec 02 04:07:32.612 INFO [stderr] 889 | fn key_0x0D(w :HWND, f :HFONT) // enter Dec 02 04:07:32.612 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.612 INFO [stderr] Dec 02 04:07:32.612 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.613 INFO [stderr] --> src/main.rs:893:17 Dec 02 04:07:32.613 INFO [stderr] | Dec 02 04:07:32.613 INFO [stderr] 893 | fn key_input(w :HWND, f :HFONT, p :WPARAM) // edit Dec 02 04:07:32.613 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.613 INFO [stderr] Dec 02 04:07:32.613 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.613 INFO [stderr] --> src/main.rs:893:26 Dec 02 04:07:32.613 INFO [stderr] | Dec 02 04:07:32.613 INFO [stderr] 893 | fn key_input(w :HWND, f :HFONT, p :WPARAM) // edit Dec 02 04:07:32.613 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.613 INFO [stderr] Dec 02 04:07:32.614 INFO [stderr] error[E0412]: cannot find type `WPARAM` in this scope Dec 02 04:07:32.614 INFO [stderr] --> src/main.rs:893:36 Dec 02 04:07:32.614 INFO [stderr] | Dec 02 04:07:32.614 INFO [stderr] 893 | fn key_input(w :HWND, f :HFONT, p :WPARAM) // edit Dec 02 04:07:32.614 INFO [stderr] | ^^^^^^ not found in this scope Dec 02 04:07:32.614 INFO [stderr] Dec 02 04:07:32.614 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.614 INFO [stderr] --> src/main.rs:950:12 Dec 02 04:07:32.614 INFO [stderr] | Dec 02 04:07:32.614 INFO [stderr] 950 | fn edit(w :HWND, p :WPARAM, mov :&mut MV) Dec 02 04:07:32.614 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.614 INFO [stderr] Dec 02 04:07:32.614 INFO [stderr] error[E0412]: cannot find type `WPARAM` in this scope Dec 02 04:07:32.614 INFO [stderr] --> src/main.rs:950:21 Dec 02 04:07:32.614 INFO [stderr] | Dec 02 04:07:32.614 INFO [stderr] 950 | fn edit(w :HWND, p :WPARAM, mov :&mut MV) Dec 02 04:07:32.614 INFO [stderr] | ^^^^^^ not found in this scope Dec 02 04:07:32.614 INFO [stderr] Dec 02 04:07:32.614 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.614 INFO [stderr] --> src/main.rs:1029:17 Dec 02 04:07:32.614 INFO [stderr] | Dec 02 04:07:32.614 INFO [stderr] 1029 | fn sidepanel(w: HWND, sw: HWND, f :HFONT) Dec 02 04:07:32.614 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.614 INFO [stderr] Dec 02 04:07:32.614 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.614 INFO [stderr] --> src/main.rs:1029:27 Dec 02 04:07:32.614 INFO [stderr] | Dec 02 04:07:32.614 INFO [stderr] 1029 | fn sidepanel(w: HWND, sw: HWND, f :HFONT) Dec 02 04:07:32.614 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.614 INFO [stderr] Dec 02 04:07:32.614 INFO [stderr] error[E0412]: cannot find type `HFONT` in this scope Dec 02 04:07:32.614 INFO [stderr] --> src/main.rs:1029:36 Dec 02 04:07:32.614 INFO [stderr] | Dec 02 04:07:32.614 INFO [stderr] 1029 | fn sidepanel(w: HWND, sw: HWND, f :HFONT) Dec 02 04:07:32.614 INFO [stderr] | ^^^^^ not found in this scope Dec 02 04:07:32.614 INFO [stderr] Dec 02 04:07:32.614 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.614 INFO [stderr] --> src/main.rs:1053:46 Dec 02 04:07:32.614 INFO [stderr] | Dec 02 04:07:32.614 INFO [stderr] 1053 | pub unsafe extern "system" fn window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Dec 02 04:07:32.614 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.614 INFO [stderr] Dec 02 04:07:32.614 INFO [stderr] error[E0412]: cannot find type `UINT` in this scope Dec 02 04:07:32.614 INFO [stderr] --> src/main.rs:1053:57 Dec 02 04:07:32.614 INFO [stderr] | Dec 02 04:07:32.614 INFO [stderr] 1053 | pub unsafe extern "system" fn window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Dec 02 04:07:32.614 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.614 INFO [stderr] Dec 02 04:07:32.614 INFO [stderr] error[E0412]: cannot find type `WPARAM` in this scope Dec 02 04:07:32.614 INFO [stderr] --> src/main.rs:1053:66 Dec 02 04:07:32.614 INFO [stderr] | Dec 02 04:07:32.614 INFO [stderr] 1053 | pub unsafe extern "system" fn window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Dec 02 04:07:32.614 INFO [stderr] | ^^^^^^ not found in this scope Dec 02 04:07:32.614 INFO [stderr] Dec 02 04:07:32.614 INFO [stderr] error[E0412]: cannot find type `LPARAM` in this scope Dec 02 04:07:32.614 INFO [stderr] --> src/main.rs:1053:77 Dec 02 04:07:32.614 INFO [stderr] | Dec 02 04:07:32.614 INFO [stderr] 1053 | pub unsafe extern "system" fn window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Dec 02 04:07:32.614 INFO [stderr] | ^^^^^^ not found in this scope Dec 02 04:07:32.614 INFO [stderr] Dec 02 04:07:32.614 INFO [stderr] error[E0412]: cannot find type `LRESULT` in this scope Dec 02 04:07:32.614 INFO [stderr] --> src/main.rs:1053:88 Dec 02 04:07:32.614 INFO [stderr] | Dec 02 04:07:32.614 INFO [stderr] 1053 | pub unsafe extern "system" fn window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Dec 02 04:07:32.614 INFO [stderr] | ^^^^^^^ not found in this scope Dec 02 04:07:32.615 INFO [stderr] Dec 02 04:07:32.615 INFO [stderr] error[E0412]: cannot find type `HWND` in this scope Dec 02 04:07:32.615 INFO [stderr] --> src/main.rs:1213:50 Dec 02 04:07:32.615 INFO [stderr] | Dec 02 04:07:32.615 INFO [stderr] 1213 | pub unsafe extern "system" fn sub_window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Dec 02 04:07:32.615 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.615 INFO [stderr] Dec 02 04:07:32.615 INFO [stderr] error[E0412]: cannot find type `UINT` in this scope Dec 02 04:07:32.615 INFO [stderr] --> src/main.rs:1213:61 Dec 02 04:07:32.615 INFO [stderr] | Dec 02 04:07:32.615 INFO [stderr] 1213 | pub unsafe extern "system" fn sub_window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Dec 02 04:07:32.615 INFO [stderr] | ^^^^ not found in this scope Dec 02 04:07:32.615 INFO [stderr] Dec 02 04:07:32.615 INFO [stderr] error[E0412]: cannot find type `WPARAM` in this scope Dec 02 04:07:32.615 INFO [stderr] --> src/main.rs:1213:70 Dec 02 04:07:32.615 INFO [stderr] | Dec 02 04:07:32.615 INFO [stderr] 1213 | pub unsafe extern "system" fn sub_window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Dec 02 04:07:32.615 INFO [stderr] | ^^^^^^ not found in this scope Dec 02 04:07:32.615 INFO [stderr] Dec 02 04:07:32.615 INFO [stderr] error[E0412]: cannot find type `LPARAM` in this scope Dec 02 04:07:32.615 INFO [stderr] --> src/main.rs:1213:81 Dec 02 04:07:32.615 INFO [stderr] | Dec 02 04:07:32.615 INFO [stderr] 1213 | pub unsafe extern "system" fn sub_window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Dec 02 04:07:32.615 INFO [stderr] | ^^^^^^ not found in this scope Dec 02 04:07:32.615 INFO [stderr] Dec 02 04:07:32.615 INFO [stderr] error[E0412]: cannot find type `LRESULT` in this scope Dec 02 04:07:32.615 INFO [stderr] --> src/main.rs:1213:92 Dec 02 04:07:32.615 INFO [stderr] | Dec 02 04:07:32.615 INFO [stderr] 1213 | pub unsafe extern "system" fn sub_window_proc(w :HWND, msg :UINT, p :WPARAM, l :LPARAM) -> LRESULT Dec 02 04:07:32.615 INFO [stderr] | ^^^^^^^ not found in this scope Dec 02 04:07:32.615 INFO [stderr] Dec 02 04:07:32.640 INFO [stderr] error: Compilation failed, aborting rustdoc Dec 02 04:07:32.640 INFO [stderr] Dec 02 04:07:32.652 INFO [stderr] error: Could not document `read`. Dec 02 04:07:32.652 INFO [stderr] Dec 02 04:07:32.652 INFO [stderr] Caused by: Dec 02 04:07:32.652 INFO [stderr] process didn't exit successfully: `rustdoc --crate-name read src/main.rs --color never -o /target/doc --document-private-items -L dependency=/target/debug/deps --extern lazy_static=/target/debug/deps/liblazy_static-383161b55615b251.rmeta --extern libc=/target/debug/deps/liblibc-dfbe3a22138bd1a2.rmeta --extern winapi=/target/debug/deps/libwinapi-9cf1ff579bcc5c18.rmeta --cap-lints=forbid` (exit code: 1) Dec 02 04:07:32.652 INFO [stderr] su: No module specific data is present Dec 02 04:07:33.298 INFO running `"docker" "inspect" "aba6a56abc607fe33c36f3bb6170ac623fa6216a5fe9b4f736b7620381b89457"` Dec 02 04:07:33.692 INFO running `"docker" "rm" "-f" "aba6a56abc607fe33c36f3bb6170ac623fa6216a5fe9b4f736b7620381b89457"` Dec 02 04:07:33.949 INFO [stdout] aba6a56abc607fe33c36f3bb6170ac623fa6216a5fe9b4f736b7620381b89457