[INFO] cloning repository https://github.com/AlexanderKindel/music_notation [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AlexanderKindel/music_notation" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexanderKindel%2Fmusic_notation"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexanderKindel%2Fmusic_notation'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 45bbe16e4e3f987e5315b82c92c2ab52cc4a398e [INFO] checking AlexanderKindel/music_notation against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexanderKindel%2Fmusic_notation" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AlexanderKindel/music_notation on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/AlexanderKindel/music_notation [INFO] finished tweaking git repo https://github.com/AlexanderKindel/music_notation [INFO] tweaked toml for git repo https://github.com/AlexanderKindel/music_notation written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/AlexanderKindel/music_notation already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=forbid" "-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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1981fa1b248156541c529a33a4d42ddbed20d9b24f0d13dff74e3214f103d828 [INFO] running `"docker" "start" "-a" "1981fa1b248156541c529a33a4d42ddbed20d9b24f0d13dff74e3214f103d828"` [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling serde v1.0.79 [INFO] [stderr] Compiling winapi v0.3.5 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling num-bigint v0.2.0 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling ryu v0.2.6 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Compiling serde_json v1.0.30 [INFO] [stderr] Compiling music_notation_cargo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> src/shared.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | use std::os::windows::ffi::OsStrExt; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> build.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::shared::minwindef::*; [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] --> build.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | 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] --> build.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | 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] --> build.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | use winapi::um::winuser::*; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi` [INFO] [stderr] --> build.rs:100:52 [INFO] [stderr] | [INFO] [stderr] 100 | &mut metrics as *mut _ as *mut winapi::ctypes::c_void, 0); [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stderr] --> build.rs:29:42 [INFO] [stderr] | [INFO] [stderr] 29 | fn create_dialog_control_template(style: DWORD, left_edge: u16, top_edge: u16, width: u16, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stderr] --> build.rs:52:67 [INFO] [stderr] | [INFO] [stderr] 52 | fn create_dialog_template_constant(constant_name: Vec, style: DWORD, left_edge: u16, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DS_SETFONT` in this scope [INFO] [stderr] --> build.rs:57:36 [INFO] [stderr] | [INFO] [stderr] 57 | add_u32(&mut template, style | DS_SETFONT); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NONCLIENTMETRICSW` in this scope [INFO] [stderr] --> build.rs:97:26 [INFO] [stderr] | [INFO] [stderr] 97 | let mut metrics: NONCLIENTMETRICSW = std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NONCLIENTMETRICSW` in this scope [INFO] [stderr] --> build.rs:98:46 [INFO] [stderr] | [INFO] [stderr] 98 | metrics.cbSize = std::mem::size_of::() as u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SystemParametersInfoW` in this scope [INFO] [stderr] --> build.rs:99:9 [INFO] [stderr] | [INFO] [stderr] 99 | SystemParametersInfoW(SPI_GETNONCLIENTMETRICS, metrics.cbSize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SPI_GETNONCLIENTMETRICS` in this scope [INFO] [stderr] --> build.rs:99:31 [INFO] [stderr] | [INFO] [stderr] 99 | SystemParametersInfoW(SPI_GETNONCLIENTMETRICS, metrics.cbSize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `GetDeviceCaps` in this scope [INFO] [stderr] --> build.rs:105:17 [INFO] [stderr] | [INFO] [stderr] 105 | GetDeviceCaps(GetDC(null_mut()), LOGPIXELSY) as i64) as i32; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `GetDC` in this scope [INFO] [stderr] --> build.rs:105:31 [INFO] [stderr] | [INFO] [stderr] 105 | GetDeviceCaps(GetDC(null_mut()), LOGPIXELSY) as i64) as i32; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LOGPIXELSY` in this scope [INFO] [stderr] --> build.rs:105:50 [INFO] [stderr] | [INFO] [stderr] 105 | GetDeviceCaps(GetDC(null_mut()), LOGPIXELSY) as i64) as i32; [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `RGB` in this scope [INFO] [stderr] --> build.rs:128:60 [INFO] [stderr] | [INFO] [stderr] 128 | write_constant(&mut constants_file, "BLACK: COLORREF", RGB(0, 0, 0)); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `RGB` in this scope [INFO] [stderr] --> build.rs:129:58 [INFO] [stderr] | [INFO] [stderr] 129 | write_constant(&mut constants_file, "RED: COLORREF", RGB(255, 0, 0)); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `RGB` in this scope [INFO] [stderr] --> build.rs:130:60 [INFO] [stderr] | [INFO] [stderr] 130 | write_constant(&mut constants_file, "WHITE: COLORREF", RGB(255, 255, 255)); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BS_PUSHBUTTON` in this scope [INFO] [stderr] --> build.rs:137:63 [INFO] [stderr] | [INFO] [stderr] 137 | let mut add_staff_cancel = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 80, 65, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> build.rs:137:79 [INFO] [stderr] | [INFO] [stderr] 137 | let mut add_staff_cancel = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 80, 65, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `IDCANCEL` in this scope [INFO] [stderr] --> build.rs:138:17 [INFO] [stderr] | [INFO] [stderr] 138 | 30, 10, IDCANCEL as u32, &button_string, &cancel_string); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BS_PUSHBUTTON` in this scope [INFO] [stderr] --> build.rs:139:59 [INFO] [stderr] | [INFO] [stderr] 139 | let mut add_staff_ok = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 50, 65, 30, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> build.rs:139:75 [INFO] [stderr] | [INFO] [stderr] 139 | let mut add_staff_ok = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 50, 65, 30, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `IDOK` in this scope [INFO] [stderr] --> build.rs:140:13 [INFO] [stderr] | [INFO] [stderr] 140 | 10, IDOK as u32, &button_string, &ok_string); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SS_LEFT` in this scope [INFO] [stderr] --> build.rs:141:73 [INFO] [stderr] | [INFO] [stderr] 141 | let mut add_staff_line_count_label = create_dialog_control_template(SS_LEFT | WS_CHILD | [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stderr] --> build.rs:141:83 [INFO] [stderr] | [INFO] [stderr] 141 | let mut add_staff_line_count_label = create_dialog_control_template(SS_LEFT | 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] --> build.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | WS_VISIBLE, 5, 5, 40, 10, 0, &static_string, &wide_char_string("Line count:")); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_BORDER` in this scope [INFO] [stderr] --> build.rs:143:75 [INFO] [stderr] | [INFO] [stderr] 143 | let mut add_staff_line_count_display = create_dialog_control_template(WS_BORDER | WS_CHILD | [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stderr] --> build.rs:143:87 [INFO] [stderr] | [INFO] [stderr] 143 | let mut add_staff_line_count_display = create_dialog_control_template(WS_BORDER | 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] --> build.rs:144:9 [INFO] [stderr] | [INFO] [stderr] 144 | WS_VISIBLE, 45, 5, 20, 10, IDC_ADD_STAFF_LINE_COUNT_DISPLAY as u32, &static_string, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `UDS_ALIGNRIGHT` in this scope [INFO] [stderr] --> build.rs:146:72 [INFO] [stderr] | [INFO] [stderr] 146 | let mut add_staff_line_count_spin = create_dialog_control_template(UDS_ALIGNRIGHT | [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `UDS_AUTOBUDDY` in this scope [INFO] [stderr] --> build.rs:147:9 [INFO] [stderr] | [INFO] [stderr] 147 | UDS_AUTOBUDDY | UDS_SETBUDDYINT | WS_CHILD | WS_VISIBLE, 0, 0, 0, 0, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `UDS_SETBUDDYINT` in this scope [INFO] [stderr] --> build.rs:147:25 [INFO] [stderr] | [INFO] [stderr] 147 | UDS_AUTOBUDDY | UDS_SETBUDDYINT | WS_CHILD | WS_VISIBLE, 0, 0, 0, 0, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stderr] --> build.rs:147:43 [INFO] [stderr] | [INFO] [stderr] 147 | UDS_AUTOBUDDY | UDS_SETBUDDYINT | WS_CHILD | WS_VISIBLE, 0, 0, 0, 0, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> build.rs:147:54 [INFO] [stderr] | [INFO] [stderr] 147 | UDS_AUTOBUDDY | UDS_SETBUDDYINT | WS_CHILD | WS_VISIBLE, 0, 0, 0, 0, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `UPDOWN_CLASS` in this scope [INFO] [stderr] --> build.rs:148:65 [INFO] [stderr] | [INFO] [stderr] 148 | IDC_ADD_STAFF_LINE_COUNT_SPIN as u32, &wide_char_string(UPDOWN_CLASS), &vec![]); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SS_LEFT` in this scope [INFO] [stderr] --> build.rs:149:68 [INFO] [stderr] | [INFO] [stderr] 149 | let mut add_staff_scale_label = create_dialog_control_template(SS_LEFT | WS_CHILD | WS_VISIBLE, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stderr] --> build.rs:149:78 [INFO] [stderr] | [INFO] [stderr] 149 | let mut add_staff_scale_label = create_dialog_control_template(SS_LEFT | WS_CHILD | WS_VISIBLE, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> build.rs:149:89 [INFO] [stderr] | [INFO] [stderr] 149 | let mut add_staff_scale_label = create_dialog_control_template(SS_LEFT | WS_CHILD | WS_VISIBLE, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CBS_DROPDOWNLIST` in this scope [INFO] [stderr] --> build.rs:151:67 [INFO] [stderr] | [INFO] [stderr] 151 | let mut add_staff_scale_list = create_dialog_control_template(CBS_DROPDOWNLIST | [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CBS_HASSTRINGS` in this scope [INFO] [stderr] --> build.rs:152:9 [INFO] [stderr] | [INFO] [stderr] 152 | CBS_HASSTRINGS | WS_CHILD | WS_VISIBLE, 5, 35, 70, 100, IDC_ADD_STAFF_SCALE_LIST as u32, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stderr] --> build.rs:152:26 [INFO] [stderr] | [INFO] [stderr] 152 | CBS_HASSTRINGS | WS_CHILD | WS_VISIBLE, 5, 35, 70, 100, IDC_ADD_STAFF_SCALE_LIST as u32, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> build.rs:152:37 [INFO] [stderr] | [INFO] [stderr] 152 | CBS_HASSTRINGS | WS_CHILD | WS_VISIBLE, 5, 35, 70, 100, IDC_ADD_STAFF_SCALE_LIST as u32, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BS_PUSHBUTTON` in this scope [INFO] [stderr] --> build.rs:154:66 [INFO] [stderr] | [INFO] [stderr] 154 | let mut add_staff_add_scale = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 85, 25, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> build.rs:154:82 [INFO] [stderr] | [INFO] [stderr] 154 | let mut add_staff_add_scale = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 85, 25, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BS_PUSHBUTTON` in this scope [INFO] [stderr] --> build.rs:156:67 [INFO] [stderr] | [INFO] [stderr] 156 | let mut add_staff_edit_scale = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 85, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> build.rs:156:83 [INFO] [stderr] | [INFO] [stderr] 156 | let mut add_staff_edit_scale = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 85, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BS_PUSHBUTTON` in this scope [INFO] [stderr] --> build.rs:159:69 [INFO] [stderr] | [INFO] [stderr] 159 | let mut add_staff_remove_scale = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 85, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> build.rs:159:85 [INFO] [stderr] | [INFO] [stderr] 159 | let mut add_staff_remove_scale = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 85, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DS_CENTER` in this scope [INFO] [stderr] --> build.rs:163:9 [INFO] [stderr] | [INFO] [stderr] 163 | DS_CENTER, 0, 0, 165, 80, wide_char_string("Add Staff"), font_info.clone(), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BS_PUSHBUTTON` in this scope [INFO] [stderr] --> build.rs:168:70 [INFO] [stderr] | [INFO] [stderr] 168 | let mut edit_staff_scale_cancel = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 35, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> build.rs:168:86 [INFO] [stderr] | [INFO] [stderr] 168 | let mut edit_staff_scale_cancel = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 35, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `IDCANCEL` in this scope [INFO] [stderr] --> build.rs:169:21 [INFO] [stderr] | [INFO] [stderr] 169 | 55, 30, 10, IDCANCEL as u32, &button_string, &cancel_string); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BS_PUSHBUTTON` in this scope [INFO] [stderr] --> build.rs:170:66 [INFO] [stderr] | [INFO] [stderr] 170 | let mut edit_staff_scale_ok = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 5, 55, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> build.rs:170:82 [INFO] [stderr] | [INFO] [stderr] 170 | let mut edit_staff_scale_ok = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 5, 55, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `IDOK` in this scope [INFO] [stderr] --> build.rs:171:17 [INFO] [stderr] | [INFO] [stderr] 171 | 30, 10, IDOK as u32, &button_string, &ok_string); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SS_LEFT` in this scope [INFO] [stderr] --> build.rs:172:74 [INFO] [stderr] | [INFO] [stderr] 172 | let mut edit_staff_scale_name_label = create_dialog_control_template(SS_LEFT | WS_CHILD | [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stderr] --> build.rs:172:84 [INFO] [stderr] | [INFO] [stderr] 172 | let mut edit_staff_scale_name_label = create_dialog_control_template(SS_LEFT | 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] --> build.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | WS_VISIBLE, 5, 5, 60, 10, 0, &static_string, &wide_char_string("Name:")); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_BORDER` in this scope [INFO] [stderr] --> build.rs:174:73 [INFO] [stderr] | [INFO] [stderr] 174 | let mut edit_staff_scale_name_edit = create_dialog_control_template(WS_BORDER | WS_CHILD | [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stderr] --> build.rs:174:85 [INFO] [stderr] | [INFO] [stderr] 174 | let mut edit_staff_scale_name_edit = create_dialog_control_template(WS_BORDER | 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] --> build.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | WS_VISIBLE, 5, 15, 60, 10, IDC_EDIT_STAFF_SCALE_NAME as u32, &edit_string, &empty_string); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SS_LEFT` in this scope [INFO] [stderr] --> build.rs:176:75 [INFO] [stderr] | [INFO] [stderr] 176 | let mut edit_staff_scale_value_label = create_dialog_control_template(SS_LEFT | WS_CHILD | [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stderr] --> build.rs:176:85 [INFO] [stderr] | [INFO] [stderr] 176 | let mut edit_staff_scale_value_label = create_dialog_control_template(SS_LEFT | 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] --> build.rs:177:9 [INFO] [stderr] | [INFO] [stderr] 177 | WS_VISIBLE, 5, 25, 60, 10, 0, &static_string, &wide_char_string("Value:")); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_BORDER` in this scope [INFO] [stderr] --> build.rs:178:74 [INFO] [stderr] | [INFO] [stderr] 178 | let mut edit_staff_scale_value_edit = create_dialog_control_template(WS_BORDER | WS_CHILD | [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stderr] --> build.rs:178:86 [INFO] [stderr] | [INFO] [stderr] 178 | let mut edit_staff_scale_value_edit = create_dialog_control_template(WS_BORDER | 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] --> build.rs:179:9 [INFO] [stderr] | [INFO] [stderr] 179 | WS_VISIBLE, 5, 35, 60, 10, IDC_EDIT_STAFF_SCALE_VALUE as u32, &edit_string, &empty_string); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DS_CENTER` in this scope [INFO] [stderr] --> build.rs:181:55 [INFO] [stderr] | [INFO] [stderr] 181 | b"EDIT_STAFF_SCALE_DIALOG_TEMPLATE".to_vec(), DS_CENTER, 0, 0, 70, 70, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BS_PUSHBUTTON` in this scope [INFO] [stderr] --> build.rs:186:71 [INFO] [stderr] | [INFO] [stderr] 186 | let mut remap_staff_scale_cancel = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> build.rs:186:87 [INFO] [stderr] | [INFO] [stderr] 186 | let mut remap_staff_scale_cancel = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `IDCANCEL` in this scope [INFO] [stderr] --> build.rs:187:25 [INFO] [stderr] | [INFO] [stderr] 187 | 60, 70, 30, 10, IDCANCEL as u32, &button_string, &cancel_string); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BS_PUSHBUTTON` in this scope [INFO] [stderr] --> build.rs:188:67 [INFO] [stderr] | [INFO] [stderr] 188 | let mut remap_staff_scale_ok = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 30, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> build.rs:188:83 [INFO] [stderr] | [INFO] [stderr] 188 | let mut remap_staff_scale_ok = create_dialog_control_template(BS_PUSHBUTTON | WS_VISIBLE, 30, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `IDOK` in this scope [INFO] [stderr] --> build.rs:189:21 [INFO] [stderr] | [INFO] [stderr] 189 | 70, 30, 10, IDOK as u32, &button_string, &ok_string); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `SS_LEFT` in this scope [INFO] [stderr] --> build.rs:190:69 [INFO] [stderr] | [INFO] [stderr] 190 | let mut remap_staff_scale_text = create_dialog_control_template(SS_LEFT | WS_CHILD | WS_VISIBLE, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stderr] --> build.rs:190:79 [INFO] [stderr] | [INFO] [stderr] 190 | let mut remap_staff_scale_text = create_dialog_control_template(SS_LEFT | WS_CHILD | WS_VISIBLE, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> build.rs:190:90 [INFO] [stderr] | [INFO] [stderr] 190 | let mut remap_staff_scale_text = create_dialog_control_template(SS_LEFT | WS_CHILD | WS_VISIBLE, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CBS_DROPDOWNLIST` in this scope [INFO] [stderr] --> build.rs:193:75 [INFO] [stderr] | [INFO] [stderr] 193 | let mut remap_staff_scale_scale_list = create_dialog_control_template(CBS_DROPDOWNLIST | [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `CBS_HASSTRINGS` in this scope [INFO] [stderr] --> build.rs:194:9 [INFO] [stderr] | [INFO] [stderr] 194 | CBS_HASSTRINGS | WS_CHILD | WS_VISIBLE, 5, 40, 110, 100, IDC_REMAP_STAFF_SCALE_LIST as u32, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stderr] --> build.rs:194:26 [INFO] [stderr] | [INFO] [stderr] 194 | CBS_HASSTRINGS | WS_CHILD | WS_VISIBLE, 5, 40, 110, 100, IDC_REMAP_STAFF_SCALE_LIST as u32, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stderr] --> build.rs:194:37 [INFO] [stderr] | [INFO] [stderr] 194 | CBS_HASSTRINGS | WS_CHILD | WS_VISIBLE, 5, 40, 110, 100, IDC_REMAP_STAFF_SCALE_LIST as u32, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DS_CENTER` in this scope [INFO] [stderr] --> build.rs:197:56 [INFO] [stderr] | [INFO] [stderr] 197 | b"REMAP_STAFF_SCALE_DIALOG_TEMPLATE".to_vec(), DS_CENTER, 0, 0, 125, 85, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> build.rs:97:46 [INFO] [stderr] | [INFO] [stderr] 97 | let mut metrics: NONCLIENTMETRICSW = std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `encode_wide` found for type `&std::ffi::OsStr` in the current scope [INFO] [stderr] --> src/shared.rs:41:23 [INFO] [stderr] | [INFO] [stderr] 41 | OsStr::new(value).encode_wide().collect() [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&std::ffi::OsStr` [INFO] [stderr] [INFO] [stderr] error: aborting due to 85 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `music_notation_cargo`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1981fa1b248156541c529a33a4d42ddbed20d9b24f0d13dff74e3214f103d828"` [INFO] running `"docker" "rm" "-f" "1981fa1b248156541c529a33a4d42ddbed20d9b24f0d13dff74e3214f103d828"` [INFO] [stdout] 1981fa1b248156541c529a33a4d42ddbed20d9b24f0d13dff74e3214f103d828