[INFO] cloning repository https://github.com/museun/pict [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/museun/pict" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmuseun%2Fpict"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmuseun%2Fpict'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9e1ed0fa3f209cd523ea05d5d5e940a55dfd3163 [INFO] testing museun/pict against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmuseun%2Fpict" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/museun/pict on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/museun/pict [INFO] finished tweaking git repo https://github.com/museun/pict [INFO] tweaked toml for git repo https://github.com/museun/pict written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/museun/pict already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e7c73efb19e4a859bdf0fae9ae57ec2e1f4e4e5f696967c769e2ddd05d3a0f37 [INFO] running `"docker" "start" "-a" "e7c73efb19e4a859bdf0fae9ae57ec2e1f4e4e5f696967c769e2ddd05d3a0f37"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling lazy_static v1.0.2 [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling nodrop v0.1.12 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling rayon v1.0.2 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling winapi v0.3.5 [INFO] [stderr] Compiling termcolor v0.3.6 [INFO] [stderr] Compiling rand_core v0.2.1 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling inflate v0.4.3 [INFO] [stderr] Compiling deflate v0.7.18 [INFO] [stderr] Compiling proc-macro2 v0.4.8 [INFO] [stderr] Compiling gif v0.10.0 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling regex-syntax v0.6.2 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling rand v0.5.4 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling typed-builder v0.1.0 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling num-derive v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling env_logger v0.5.10 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling pict v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/common.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | pub use winapi::shared::{basetsd, minwindef, ntdef, windef, windowsx}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/window.rs:125:17 [INFO] [stderr] | [INFO] [stderr] 125 | use winapi::um::winuser::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/listview.rs:13:21 [INFO] [stderr] | [INFO] [stderr] 13 | use winapi::um::commctrl::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/listview.rs:14:21 [INFO] [stderr] | [INFO] [stderr] 14 | use winapi::um::winuser::{WS_CHILD, WS_VISIBLE}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/listview.rs:94:21 [INFO] [stderr] | [INFO] [stderr] 94 | use winapi::um::commctrl::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/listview.rs:127:21 [INFO] [stderr] | [INFO] [stderr] 127 | use winapi::um::commctrl::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/listview.rs:148:21 [INFO] [stderr] | [INFO] [stderr] 148 | use winapi::um::commctrl::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/filelist.rs:130:21 [INFO] [stderr] | [INFO] [stderr] 130 | use winapi::um::commctrl::{ [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/mainwindow.rs:262:21 [INFO] [stderr] | [INFO] [stderr] 262 | use winapi::um::commctrl::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/common.rs:11:17 [INFO] [stderr] | [INFO] [stderr] 11 | pub use winapi::um::{ [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/mainwindow.rs:290:21 [INFO] [stderr] | [INFO] [stderr] 290 | use winapi::um::wingdi; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/mainwindow.rs:302:21 [INFO] [stderr] | [INFO] [stderr] 302 | use winapi::um::commctrl::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> src/mainwindow.rs:292:13 [INFO] [stderr] | [INFO] [stderr] 292 | use winapi::ctypes; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `ctypes` in the root [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `WM_LBUTTONDOWN` is not bound in all patterns [INFO] [stderr] --> src/window.rs:166:26 [INFO] [stderr] | [INFO] [stderr] 166 | WM_LBUTTONDOWN | WM_MBUTTONDOWN | WM_RBUTTONDOWN => { [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ pattern doesn't bind `WM_LBUTTONDOWN` [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `WM_LBUTTONDOWN` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::WM_LBUTTONDOWN` [INFO] [stderr] --> src/window.rs:166:9 [INFO] [stderr] | [INFO] [stderr] 166 | WM_LBUTTONDOWN | WM_MBUTTONDOWN | WM_RBUTTONDOWN => { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `WM_MBUTTONDOWN` is not bound in all patterns [INFO] [stderr] --> src/window.rs:166:9 [INFO] [stderr] | [INFO] [stderr] 166 | WM_LBUTTONDOWN | WM_MBUTTONDOWN | WM_RBUTTONDOWN => { [INFO] [stderr] | ^^^^^^^^^^^^^^ -------------- ^^^^^^^^^^^^^^ pattern doesn't bind `WM_MBUTTONDOWN` [INFO] [stderr] | | | [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `WM_MBUTTONDOWN` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::WM_MBUTTONDOWN` [INFO] [stderr] --> src/window.rs:166:26 [INFO] [stderr] | [INFO] [stderr] 166 | WM_LBUTTONDOWN | WM_MBUTTONDOWN | WM_RBUTTONDOWN => { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `WM_RBUTTONDOWN` is not bound in all patterns [INFO] [stderr] --> src/window.rs:166:9 [INFO] [stderr] | [INFO] [stderr] 166 | WM_LBUTTONDOWN | WM_MBUTTONDOWN | WM_RBUTTONDOWN => { [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ -------------- variable not in all patterns [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `WM_RBUTTONDOWN` [INFO] [stderr] | pattern doesn't bind `WM_RBUTTONDOWN` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::WM_RBUTTONDOWN` [INFO] [stderr] --> src/window.rs:166:43 [INFO] [stderr] | [INFO] [stderr] 166 | WM_LBUTTONDOWN | WM_MBUTTONDOWN | WM_RBUTTONDOWN => { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `LVN_ITEMACTIVATE` is not bound in all patterns [INFO] [stderr] --> src/filelist.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | NM_SETFOCUS | NM_RETURN | NM_CLICK | LVN_ITEMACTIVATE | LVN_ITEMCHANGED => { [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^ ---------------- ^^^^^^^^^^^^^^^ pattern doesn't bind `LVN_ITEMACTIVATE` [INFO] [stderr] | | | | | [INFO] [stderr] | | | | variable not in all patterns [INFO] [stderr] | | | pattern doesn't bind `LVN_ITEMACTIVATE` [INFO] [stderr] | | pattern doesn't bind `LVN_ITEMACTIVATE` [INFO] [stderr] | pattern doesn't bind `LVN_ITEMACTIVATE` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::LVN_ITEMACTIVATE` [INFO] [stderr] --> src/filelist.rs:141:54 [INFO] [stderr] | [INFO] [stderr] 141 | NM_SETFOCUS | NM_RETURN | NM_CLICK | LVN_ITEMACTIVATE | LVN_ITEMCHANGED => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `LVN_ITEMCHANGED` is not bound in all patterns [INFO] [stderr] --> src/filelist.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | NM_SETFOCUS | NM_RETURN | NM_CLICK | LVN_ITEMACTIVATE | LVN_ITEMCHANGED => { [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^^^^ --------------- variable not in all patterns [INFO] [stderr] | | | | | [INFO] [stderr] | | | | pattern doesn't bind `LVN_ITEMCHANGED` [INFO] [stderr] | | | pattern doesn't bind `LVN_ITEMCHANGED` [INFO] [stderr] | | pattern doesn't bind `LVN_ITEMCHANGED` [INFO] [stderr] | pattern doesn't bind `LVN_ITEMCHANGED` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::LVN_ITEMCHANGED` [INFO] [stderr] --> src/filelist.rs:141:73 [INFO] [stderr] | [INFO] [stderr] 141 | NM_SETFOCUS | NM_RETURN | NM_CLICK | LVN_ITEMACTIVATE | LVN_ITEMCHANGED => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `NM_CLICK` is not bound in all patterns [INFO] [stderr] --> src/filelist.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | NM_SETFOCUS | NM_RETURN | NM_CLICK | LVN_ITEMACTIVATE | LVN_ITEMCHANGED => { [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^ -------- ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ pattern doesn't bind `NM_CLICK` [INFO] [stderr] | | | | | [INFO] [stderr] | | | | pattern doesn't bind `NM_CLICK` [INFO] [stderr] | | | variable not in all patterns [INFO] [stderr] | | pattern doesn't bind `NM_CLICK` [INFO] [stderr] | pattern doesn't bind `NM_CLICK` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::NM_CLICK` [INFO] [stderr] --> src/filelist.rs:141:43 [INFO] [stderr] | [INFO] [stderr] 141 | NM_SETFOCUS | NM_RETURN | NM_CLICK | LVN_ITEMACTIVATE | LVN_ITEMCHANGED => { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `NM_RETURN` is not bound in all patterns [INFO] [stderr] --> src/filelist.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | NM_SETFOCUS | NM_RETURN | NM_CLICK | LVN_ITEMACTIVATE | LVN_ITEMCHANGED => { [INFO] [stderr] | ^^^^^^^^^^^ --------- ^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ pattern doesn't bind `NM_RETURN` [INFO] [stderr] | | | | | [INFO] [stderr] | | | | pattern doesn't bind `NM_RETURN` [INFO] [stderr] | | | pattern doesn't bind `NM_RETURN` [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `NM_RETURN` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::NM_RETURN` [INFO] [stderr] --> src/filelist.rs:141:31 [INFO] [stderr] | [INFO] [stderr] 141 | NM_SETFOCUS | NM_RETURN | NM_CLICK | LVN_ITEMACTIVATE | LVN_ITEMCHANGED => { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `NM_SETFOCUS` is not bound in all patterns [INFO] [stderr] --> src/filelist.rs:141:31 [INFO] [stderr] | [INFO] [stderr] 141 | NM_SETFOCUS | NM_RETURN | NM_CLICK | LVN_ITEMACTIVATE | LVN_ITEMCHANGED => { [INFO] [stderr] | ----------- ^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ pattern doesn't bind `NM_SETFOCUS` [INFO] [stderr] | | | | | [INFO] [stderr] | | | | pattern doesn't bind `NM_SETFOCUS` [INFO] [stderr] | | | pattern doesn't bind `NM_SETFOCUS` [INFO] [stderr] | | pattern doesn't bind `NM_SETFOCUS` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::NM_SETFOCUS` [INFO] [stderr] --> src/filelist.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | NM_SETFOCUS | NM_RETURN | NM_CLICK | LVN_ITEMACTIVATE | LVN_ITEMCHANGED => { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `TB_ENDTRACK` is not bound in all patterns [INFO] [stderr] --> src/mainwindow.rs:266:31 [INFO] [stderr] | [INFO] [stderr] 266 | TB_ENDTRACK | TB_PAGEDOWN | TB_PAGEUP => { [INFO] [stderr] | ----------- ^^^^^^^^^^^ ^^^^^^^^^ pattern doesn't bind `TB_ENDTRACK` [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `TB_ENDTRACK` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::TB_ENDTRACK` [INFO] [stderr] --> src/mainwindow.rs:266:17 [INFO] [stderr] | [INFO] [stderr] 266 | TB_ENDTRACK | TB_PAGEDOWN | TB_PAGEUP => { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `TB_PAGEDOWN` is not bound in all patterns [INFO] [stderr] --> src/mainwindow.rs:266:17 [INFO] [stderr] | [INFO] [stderr] 266 | TB_ENDTRACK | TB_PAGEDOWN | TB_PAGEUP => { [INFO] [stderr] | ^^^^^^^^^^^ ----------- ^^^^^^^^^ pattern doesn't bind `TB_PAGEDOWN` [INFO] [stderr] | | | [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `TB_PAGEDOWN` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::TB_PAGEDOWN` [INFO] [stderr] --> src/mainwindow.rs:266:31 [INFO] [stderr] | [INFO] [stderr] 266 | TB_ENDTRACK | TB_PAGEDOWN | TB_PAGEUP => { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `TB_PAGEUP` is not bound in all patterns [INFO] [stderr] --> src/mainwindow.rs:266:17 [INFO] [stderr] | [INFO] [stderr] 266 | TB_ENDTRACK | TB_PAGEDOWN | TB_PAGEUP => { [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^^^ --------- variable not in all patterns [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `TB_PAGEUP` [INFO] [stderr] | pattern doesn't bind `TB_PAGEUP` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::TB_PAGEUP` [INFO] [stderr] --> src/mainwindow.rs:266:45 [INFO] [stderr] | [INFO] [stderr] 266 | TB_ENDTRACK | TB_PAGEDOWN | TB_PAGEUP => { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `TB_LINEDOWN` is not bound in all patterns [INFO] [stderr] --> src/mainwindow.rs:269:31 [INFO] [stderr] | [INFO] [stderr] 269 | TB_LINEDOWN | TB_LINEUP | TB_THUMBPOSITION => { [INFO] [stderr] | ----------- ^^^^^^^^^ ^^^^^^^^^^^^^^^^ pattern doesn't bind `TB_LINEDOWN` [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `TB_LINEDOWN` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::TB_LINEDOWN` [INFO] [stderr] --> src/mainwindow.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | TB_LINEDOWN | TB_LINEUP | TB_THUMBPOSITION => { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `TB_LINEUP` is not bound in all patterns [INFO] [stderr] --> src/mainwindow.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | TB_LINEDOWN | TB_LINEUP | TB_THUMBPOSITION => { [INFO] [stderr] | ^^^^^^^^^^^ --------- ^^^^^^^^^^^^^^^^ pattern doesn't bind `TB_LINEUP` [INFO] [stderr] | | | [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `TB_LINEUP` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::TB_LINEUP` [INFO] [stderr] --> src/mainwindow.rs:269:31 [INFO] [stderr] | [INFO] [stderr] 269 | TB_LINEDOWN | TB_LINEUP | TB_THUMBPOSITION => { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `TB_THUMBPOSITION` is not bound in all patterns [INFO] [stderr] --> src/mainwindow.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | TB_LINEDOWN | TB_LINEUP | TB_THUMBPOSITION => { [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^ ---------------- variable not in all patterns [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `TB_THUMBPOSITION` [INFO] [stderr] | pattern doesn't bind `TB_THUMBPOSITION` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::TB_THUMBPOSITION` [INFO] [stderr] --> src/mainwindow.rs:269:43 [INFO] [stderr] | [INFO] [stderr] 269 | TB_LINEDOWN | TB_LINEUP | TB_THUMBPOSITION => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WINDOWPOS` in this scope [INFO] [stderr] --> src/window.rs:133:36 [INFO] [stderr] | [INFO] [stderr] 133 | let pos = lp as *const WINDOWPOS; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SWP_NOMOVE` in this scope [INFO] [stderr] --> src/window.rs:134:31 [INFO] [stderr] | [INFO] [stderr] 134 | if (*pos).flags & SWP_NOMOVE != SWP_NOMOVE { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SWP_NOMOVE` in this scope [INFO] [stderr] --> src/window.rs:134:45 [INFO] [stderr] | [INFO] [stderr] 134 | if (*pos).flags & SWP_NOMOVE != SWP_NOMOVE { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WINDOWPOS` in this scope [INFO] [stderr] --> src/window.rs:146:36 [INFO] [stderr] | [INFO] [stderr] 146 | let pos = lp as *const WINDOWPOS; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SWP_NOMOVE` in this scope [INFO] [stderr] --> src/window.rs:147:31 [INFO] [stderr] | [INFO] [stderr] 147 | if (*pos).flags & SWP_NOMOVE != SWP_NOMOVE { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SWP_NOMOVE` in this scope [INFO] [stderr] --> src/window.rs:147:45 [INFO] [stderr] | [INFO] [stderr] 147 | if (*pos).flags & SWP_NOMOVE != SWP_NOMOVE { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `DefWindowProcW` in this scope [INFO] [stderr] --> src/window.rs:240:14 [INFO] [stderr] | [INFO] [stderr] 240 | _ => DefWindowProcW(hwnd, msg, wp, lp), [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WC_LISTVIEW` in this scope [INFO] [stderr] --> src/listview.rs:21:17 [INFO] [stderr] | [INFO] [stderr] 21 | WC_LISTVIEW.to_wide(), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stderr] --> src/listview.rs:23:17 [INFO] [stderr] | [INFO] [stderr] 23 | WS_CHILD [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> src/listview.rs:24:23 [INFO] [stderr] | [INFO] [stderr] 24 | | WS_VISIBLE [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVS_NOCOLUMNHEADER` in this scope [INFO] [stderr] --> src/listview.rs:25:23 [INFO] [stderr] | [INFO] [stderr] 25 | | LVS_NOCOLUMNHEADER [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVS_REPORT` in this scope [INFO] [stderr] --> src/listview.rs:26:23 [INFO] [stderr] | [INFO] [stderr] 26 | | LVS_REPORT [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVS_NOSORTHEADER` in this scope [INFO] [stderr] --> src/listview.rs:27:23 [INFO] [stderr] | [INFO] [stderr] 27 | | LVS_NOSORTHEADER [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVS_SHOWSELALWAYS` in this scope [INFO] [stderr] --> src/listview.rs:28:23 [INFO] [stderr] | [INFO] [stderr] 28 | | LVS_SHOWSELALWAYS [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVS_SINGLESEL` in this scope [INFO] [stderr] --> src/listview.rs:29:23 [INFO] [stderr] | [INFO] [stderr] 29 | | LVS_SINGLESEL, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVM_SETEXTENDEDLISTVIEWSTYLE` in this scope [INFO] [stderr] --> src/listview.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | LVM_SETEXTENDEDLISTVIEWSTYLE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVS_EX_FULLROWSELECT` in this scope [INFO] [stderr] --> src/listview.rs:43:18 [INFO] [stderr] | [INFO] [stderr] 43 | (LVS_EX_FULLROWSELECT | LVS_EX_DOUBLEBUFFER) as usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVS_EX_DOUBLEBUFFER` in this scope [INFO] [stderr] --> src/listview.rs:43:41 [INFO] [stderr] | [INFO] [stderr] 43 | (LVS_EX_FULLROWSELECT | LVS_EX_DOUBLEBUFFER) as usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVS_EX_FULLROWSELECT` in this scope [INFO] [stderr] --> src/listview.rs:44:18 [INFO] [stderr] | [INFO] [stderr] 44 | (LVS_EX_FULLROWSELECT | LVS_EX_DOUBLEBUFFER) as isize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVS_EX_DOUBLEBUFFER` in this scope [INFO] [stderr] --> src/listview.rs:44:41 [INFO] [stderr] | [INFO] [stderr] 44 | (LVS_EX_FULLROWSELECT | LVS_EX_DOUBLEBUFFER) as isize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LVCOLUMNW` in this scope [INFO] [stderr] --> src/listview.rs:48:48 [INFO] [stderr] | [INFO] [stderr] 11 | impl ListView { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 48 | let mut lvc = mem::uninitialized::(); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVCF_TEXT` in this scope [INFO] [stderr] --> src/listview.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | lvc.mask = LVCF_TEXT | LVCF_WIDTH | LVCF_MINWIDTH | LVCF_IDEALWIDTH; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVCF_WIDTH` in this scope [INFO] [stderr] --> src/listview.rs:49:36 [INFO] [stderr] | [INFO] [stderr] 49 | lvc.mask = LVCF_TEXT | LVCF_WIDTH | LVCF_MINWIDTH | LVCF_IDEALWIDTH; [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVCF_MINWIDTH` in this scope [INFO] [stderr] --> src/listview.rs:49:49 [INFO] [stderr] | [INFO] [stderr] 49 | lvc.mask = LVCF_TEXT | LVCF_WIDTH | LVCF_MINWIDTH | LVCF_IDEALWIDTH; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVCF_IDEALWIDTH` in this scope [INFO] [stderr] --> src/listview.rs:49:65 [INFO] [stderr] | [INFO] [stderr] 49 | lvc.mask = LVCF_TEXT | LVCF_WIDTH | LVCF_MINWIDTH | LVCF_IDEALWIDTH; [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVM_INSERTCOLUMNW` in this scope [INFO] [stderr] --> src/listview.rs:56:17 [INFO] [stderr] | [INFO] [stderr] 56 | LVM_INSERTCOLUMNW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVCF_FMT` in this scope [INFO] [stderr] --> src/listview.rs:62:25 [INFO] [stderr] | [INFO] [stderr] 62 | lvc.mask |= LVCF_FMT | LVCF_SUBITEM; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVCF_SUBITEM` in this scope [INFO] [stderr] --> src/listview.rs:62:36 [INFO] [stderr] | [INFO] [stderr] 62 | lvc.mask |= LVCF_FMT | LVCF_SUBITEM; [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVCFMT_RIGHT` in this scope [INFO] [stderr] --> src/listview.rs:63:23 [INFO] [stderr] | [INFO] [stderr] 63 | lvc.fmt = LVCFMT_RIGHT; [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVM_INSERTCOLUMNW` in this scope [INFO] [stderr] --> src/listview.rs:70:17 [INFO] [stderr] | [INFO] [stderr] 70 | LVM_INSERTCOLUMNW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVM_SETBKCOLOR` in this scope [INFO] [stderr] --> src/listview.rs:75:41 [INFO] [stderr] | [INFO] [stderr] 75 | winuser::SendMessageW(hwnd, LVM_SETBKCOLOR, 0, wingdi::RGB(50, 50, 50) as isize); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVM_SETTEXTBKCOLOR` in this scope [INFO] [stderr] --> src/listview.rs:78:17 [INFO] [stderr] | [INFO] [stderr] 78 | LVM_SETTEXTBKCOLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVM_SETTEXTCOLOR` in this scope [INFO] [stderr] --> src/listview.rs:84:17 [INFO] [stderr] | [INFO] [stderr] 84 | LVM_SETTEXTCOLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LVCOLUMNW` in this scope [INFO] [stderr] --> src/listview.rs:102:41 [INFO] [stderr] | [INFO] [stderr] 11 | impl ListView { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 102 | let mut lvc = mem::zeroed::(); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVCF_WIDTH` in this scope [INFO] [stderr] --> src/listview.rs:103:24 [INFO] [stderr] | [INFO] [stderr] 103 | lvc.mask = LVCF_WIDTH; [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVM_GETCOLUMNW` in this scope [INFO] [stderr] --> src/listview.rs:106:17 [INFO] [stderr] | [INFO] [stderr] 106 | LVM_GETCOLUMNW, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVM_SETCOLUMNWIDTH` in this scope [INFO] [stderr] --> src/listview.rs:113:17 [INFO] [stderr] | [INFO] [stderr] 113 | LVM_SETCOLUMNWIDTH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVM_SETCOLUMNWIDTH` in this scope [INFO] [stderr] --> src/listview.rs:119:17 [INFO] [stderr] | [INFO] [stderr] 119 | LVM_SETCOLUMNWIDTH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVSCW_AUTOSIZE_USEHEADER` in this scope [INFO] [stderr] --> src/listview.rs:121:18 [INFO] [stderr] | [INFO] [stderr] 121 | (LVSCW_AUTOSIZE_USEHEADER) as isize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LVITEMW` in this scope [INFO] [stderr] --> src/listview.rs:131:42 [INFO] [stderr] | [INFO] [stderr] 11 | impl ListView { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 131 | let mut item = mem::zeroed::(); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVIS_SELECTED` in this scope [INFO] [stderr] --> src/listview.rs:132:27 [INFO] [stderr] | [INFO] [stderr] 132 | item.state |= LVIS_SELECTED; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVIS_SELECTED` in this scope [INFO] [stderr] --> src/listview.rs:133:31 [INFO] [stderr] | [INFO] [stderr] 133 | item.stateMask |= LVIS_SELECTED; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVM_SETITEMSTATE` in this scope [INFO] [stderr] --> src/listview.rs:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | LVM_SETITEMSTATE, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LVITEMW` in this scope [INFO] [stderr] --> src/listview.rs:154:42 [INFO] [stderr] | [INFO] [stderr] 11 | impl ListView { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 154 | let mut item = mem::zeroed::(); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVIF_TEXT` in this scope [INFO] [stderr] --> src/listview.rs:156:25 [INFO] [stderr] | [INFO] [stderr] 156 | item.mask = LVIF_TEXT; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVM_INSERTITEMW` in this scope [INFO] [stderr] --> src/listview.rs:160:17 [INFO] [stderr] | [INFO] [stderr] 160 | LVM_INSERTITEMW, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVM_SETITEMTEXTW` in this scope [INFO] [stderr] --> src/listview.rs:169:17 [INFO] [stderr] | [INFO] [stderr] 169 | LVM_SETITEMTEXTW, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NMLISTVIEW` in this scope [INFO] [stderr] --> src/filelist.rs:136:38 [INFO] [stderr] | [INFO] [stderr] 136 | let pnmlv = *(lp as *mut NMLISTVIEW); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NMITEMACTIVATE` in this scope [INFO] [stderr] --> src/filelist.rs:142:45 [INFO] [stderr] | [INFO] [stderr] 142 | let item = *(lp as *mut NMITEMACTIVATE); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LVIS_SELECTED` in this scope [INFO] [stderr] --> src/filelist.rs:149:64 [INFO] [stderr] | [INFO] [stderr] 149 | && (item.uNewState ^ item.uOldState) & LVIS_SELECTED == 0 [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TBM_GETPOS` in this scope [INFO] [stderr] --> src/mainwindow.rs:267:72 [INFO] [stderr] | [INFO] [stderr] 267 | winuser::SendMessageW(self.trackbar.hwnd().into(), TBM_GETPOS, 0, 0); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TBM_SETPOS` in this scope [INFO] [stderr] --> src/mainwindow.rs:273:25 [INFO] [stderr] | [INFO] [stderr] 273 | TBM_SETPOS, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TBM_SETPAGESIZE` in this scope [INFO] [stderr] --> src/mainwindow.rs:306:41 [INFO] [stderr] | [INFO] [stderr] 306 | winuser::SendMessageW(hwnd, TBM_SETPAGESIZE, 0, 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TBM_SETRANGEMIN` in this scope [INFO] [stderr] --> src/mainwindow.rs:307:41 [INFO] [stderr] | [INFO] [stderr] 307 | winuser::SendMessageW(hwnd, TBM_SETRANGEMIN, 0, 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TBM_SETRANGEMAX` in this scope [INFO] [stderr] --> src/mainwindow.rs:308:41 [INFO] [stderr] | [INFO] [stderr] 308 | winuser::SendMessageW(hwnd, TBM_SETRANGEMAX, 0, n as isize); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `mem` [INFO] [stderr] --> src/trackbar.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | use std::{mem, ptr}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/config.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static! { [INFO] [stderr] 9 | | static ref CONFIG: Config = Config::load(); [INFO] [stderr] 10 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/window.rs:199:55 [INFO] [stderr] | [INFO] [stderr] 199 | let mut buf: [u16; minwindef::MAX_PATH] = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/listview.rs:48:27 [INFO] [stderr] | [INFO] [stderr] 48 | let mut lvc = mem::uninitialized::(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/filelist.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref FILE_CLASS: () = { [INFO] [stderr] 9 | | Class::create("PictFileListClass".to_wide()); [INFO] [stderr] 10 | | }; [INFO] [stderr] 11 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mainwindow.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static! { [INFO] [stderr] 11 | | static ref MAIN_CLASS: () = { [INFO] [stderr] 12 | | Class::create("PictMainWindowClass".to_wide()); [INFO] [stderr] 13 | | }; [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/app.rs:56:27 [INFO] [stderr] | [INFO] [stderr] 56 | let mut msg = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 82 previous errors; 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0408, E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0408`. [INFO] [stderr] error: could not compile `pict`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e7c73efb19e4a859bdf0fae9ae57ec2e1f4e4e5f696967c769e2ddd05d3a0f37"` [INFO] running `"docker" "rm" "-f" "e7c73efb19e4a859bdf0fae9ae57ec2e1f4e4e5f696967c769e2ddd05d3a0f37"` [INFO] [stdout] e7c73efb19e4a859bdf0fae9ae57ec2e1f4e4e5f696967c769e2ddd05d3a0f37