[INFO] fetching crate ui-sys 0.1.3... [INFO] checking ui-sys-0.1.3 against try#05c8870159e4f328578a970e125aa76d24f03b56 for pr-76219 [INFO] extracting crate ui-sys 0.1.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate ui-sys 0.1.3 on toolchain 05c8870159e4f328578a970e125aa76d24f03b56 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ui-sys 0.1.3 [INFO] finished tweaking crates.io crate ui-sys 0.1.3 [INFO] tweaked toml for crates.io crate ui-sys 0.1.3 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44676f2d90daf2a4e7e5a764155447a3f68a0bcc267618fe492d73aac8b5083c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "44676f2d90daf2a4e7e5a764155447a3f68a0bcc267618fe492d73aac8b5083c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44676f2d90daf2a4e7e5a764155447a3f68a0bcc267618fe492d73aac8b5083c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44676f2d90daf2a4e7e5a764155447a3f68a0bcc267618fe492d73aac8b5083c", kill_on_drop: false }` [INFO] [stdout] 44676f2d90daf2a4e7e5a764155447a3f68a0bcc267618fe492d73aac8b5083c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d0e43ce6f159ce5a16cf6810529bd304345d260784a87feb818ceda249338a15 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d0e43ce6f159ce5a16cf6810529bd304345d260784a87feb818ceda249338a15", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.59 [INFO] [stderr] Compiling cmake v0.1.44 [INFO] [stderr] Compiling ui-sys v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/platform/macos/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | / extern { [INFO] [stdout] 27 | | pub fn uiDarwinControlSyncEnableState(control: *mut uiDarwinControl, state: c_int); [INFO] [stdout] 28 | | pub fn uiDarwinControlSetSuperview(control: *mut uiDarwinControl, view: *mut NSView); [INFO] [stdout] 29 | | pub fn uiDarwinControlHugsTrailingEdge(control: *mut uiDarwinControl) -> BOOL; [INFO] [stdout] ... | [INFO] [stdout] 37 | | orientation: NSLayoutConstraintOrientation); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/platform/unix/mod.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / extern { [INFO] [stdout] 18 | | pub fn uiUnixControlSetContainer(control: *mut uiUnixControl, [INFO] [stdout] 19 | | container: *mut GtkContainer, [INFO] [stdout] 20 | | addBefore: gboolean); [INFO] [stdout] ... | [INFO] [stdout] 23 | | pub fn uiUnixStrdupText(text: *const c_char) -> *mut c_char; [INFO] [stdout] 24 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/platform/windows/mod.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / extern { [INFO] [stdout] 23 | | pub fn uiWindowsControlSyncEnableState(control: *mut uiWindowsControl, state: c_int); [INFO] [stdout] 24 | | pub fn uiWindowsControlSetParentHWND(control: *mut uiWindowsControl, parent: HWND); [INFO] [stdout] 25 | | pub fn uiWindowsControlMinimumSize(control: *mut uiWindowsControl, [INFO] [stdout] ... | [INFO] [stdout] 96 | | pub fn uiWindowsUnregisterReceiveWM_WININICHANGE(hwnd: HWND); [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/platform/windows/mod.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | / extern { [INFO] [stdout] 108 | | pub fn uiWindowsGetSizing(hwnd: HWND, sizing: *mut uiWindowsSizing); [INFO] [stdout] 109 | | pub fn uiWindowsSizingDlgUnitsToPixels(sizing: *mut uiWindowsSizing, [INFO] [stdout] 110 | | x: *mut c_int, [INFO] [stdout] ... | [INFO] [stdout] 125 | | pub fn uiWindowsShouldStopSyncEnableState(c: *mut uiWindowsControl, enabled: c_int) -> BOOL; [INFO] [stdout] 126 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / extern { [INFO] [stdout] 22 | | pub fn uiInit(options: *mut uiInitOptions) -> *const c_char; [INFO] [stdout] 23 | | pub fn uiUninit(); [INFO] [stdout] 24 | | pub fn uiFreeInitError(err: *const c_char); [INFO] [stdout] ... | [INFO] [stdout] 35 | | pub fn uiFreeText(text: *mut c_char); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / extern { [INFO] [stdout] 58 | | pub fn uiControlDestroy(control: *mut uiControl); [INFO] [stdout] 59 | | pub fn uiControlHandle(control: *mut uiControl) -> usize; [INFO] [stdout] 60 | | pub fn uiControlParent(control: *mut uiControl) -> *mut uiControl; [INFO] [stdout] ... | [INFO] [stdout] 76 | | pub fn uiControlEnabledToUser(control: *mut uiControl) -> c_int; [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / extern { [INFO] [stdout] 82 | | pub fn uiWindowTitle(w: *mut uiWindow) -> *mut c_char; [INFO] [stdout] 83 | | pub fn uiWindowSetTitle(w: *mut uiWindow, title: *const c_char); [INFO] [stdout] 84 | | pub fn uiWindowOnClosing(w: *mut uiWindow, [INFO] [stdout] ... | [INFO] [stdout] 92 | | -> *mut uiWindow; [INFO] [stdout] 93 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / extern { [INFO] [stdout] 98 | | pub fn uiButtonText(b: *mut uiButton) -> *mut c_char; [INFO] [stdout] 99 | | pub fn uiButtonSetText(b: *mut uiButton, text: *const c_char); [INFO] [stdout] 100 | | pub fn uiButtonOnClicked(b: *mut uiButton, [INFO] [stdout] ... | [INFO] [stdout] 103 | | pub fn uiNewButton(text: *const c_char) -> *mut uiButton; [INFO] [stdout] 104 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | / extern { [INFO] [stdout] 109 | | pub fn uiBoxAppend(b: *mut uiBox, child: *mut uiControl, stretchy: c_int); [INFO] [stdout] 110 | | pub fn uiBoxDelete(b: *mut uiBox, index: uintmax_t); [INFO] [stdout] 111 | | pub fn uiBoxPadded(b: *mut uiBox) -> c_int; [INFO] [stdout] ... | [INFO] [stdout] 114 | | pub fn uiNewVerticalBox() -> *mut uiBox; [INFO] [stdout] 115 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / extern { [INFO] [stdout] 120 | | pub fn uiEntryText(e: *mut uiEntry) -> *mut c_char; [INFO] [stdout] 121 | | pub fn uiEntrySetText(e: *mut uiEntry, text: *const c_char); [INFO] [stdout] 122 | | pub fn uiEntryOnChanged(e: *mut uiEntry, [INFO] [stdout] ... | [INFO] [stdout] 127 | | pub fn uiNewEntry() -> *mut uiEntry; [INFO] [stdout] 128 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | / extern { [INFO] [stdout] 133 | | pub fn uiCheckboxText(c: *mut uiCheckbox) -> *mut c_char; [INFO] [stdout] 134 | | pub fn uiCheckboxSetText(c: *mut uiCheckbox, text: *const c_char); [INFO] [stdout] 135 | | pub fn uiCheckboxOnToggled(c: *mut uiCheckbox, [INFO] [stdout] ... | [INFO] [stdout] 140 | | pub fn uiNewCheckbox(c: *const c_char) -> *mut uiCheckbox; [INFO] [stdout] 141 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:145:1 [INFO] [stdout] | [INFO] [stdout] 145 | / extern { [INFO] [stdout] 146 | | pub fn uiLabelText(l: *mut uiLabel) -> *mut c_char; [INFO] [stdout] 147 | | pub fn uiLabelSetText(l: *mut uiLabel, text: *const c_char); [INFO] [stdout] 148 | | pub fn uiNewLabel(text: *const c_char) -> *mut uiLabel; [INFO] [stdout] 149 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | / extern { [INFO] [stdout] 154 | | pub fn uiTabAppend(t: *mut uiTab, name: *const c_char, c: *mut uiControl); [INFO] [stdout] 155 | | pub fn uiTabInsertAt(t: *mut uiTab, name: *const c_char, before: uintmax_t, c: *mut uiControl); [INFO] [stdout] 156 | | pub fn uiTabDelete(t: *mut uiTab, index: uintmax_t); [INFO] [stdout] ... | [INFO] [stdout] 160 | | pub fn uiNewTab() -> *mut uiTab; [INFO] [stdout] 161 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:165:1 [INFO] [stdout] | [INFO] [stdout] 165 | / extern { [INFO] [stdout] 166 | | pub fn uiGroupTitle(g: *mut uiGroup) -> *mut c_char; [INFO] [stdout] 167 | | pub fn uiGroupSetTitle(g: *mut uiGroup, title: *const c_char); [INFO] [stdout] 168 | | pub fn uiGroupSetChild(g: *mut uiGroup, c: *mut uiControl); [INFO] [stdout] ... | [INFO] [stdout] 171 | | pub fn uiNewGroup(title: *const c_char) -> *mut uiGroup; [INFO] [stdout] 172 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:176:1 [INFO] [stdout] | [INFO] [stdout] 176 | / extern { [INFO] [stdout] 177 | | pub fn uiSpinboxValue(s: *mut uiSpinbox) -> intmax_t; [INFO] [stdout] 178 | | pub fn uiSpinboxSetValue(s: *mut uiSpinbox, value: intmax_t); [INFO] [stdout] 179 | | pub fn uiSpinboxOnChanged(s: *mut uiSpinbox, [INFO] [stdout] ... | [INFO] [stdout] 182 | | pub fn uiNewSpinbox(min: intmax_t, max: intmax_t) -> *mut uiSpinbox; [INFO] [stdout] 183 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:187:1 [INFO] [stdout] | [INFO] [stdout] 187 | / extern { [INFO] [stdout] 188 | | pub fn uiProgressBarSetValue(p: *mut uiProgressBar, n: c_int); [INFO] [stdout] 189 | | pub fn uiNewProgressBar() -> *mut uiProgressBar; [INFO] [stdout] 190 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:194:1 [INFO] [stdout] | [INFO] [stdout] 194 | / extern { [INFO] [stdout] 195 | | pub fn uiSliderValue(s: *mut uiSlider) -> intmax_t; [INFO] [stdout] 196 | | pub fn uiSliderSetValue(s: *mut uiSlider, value: intmax_t); [INFO] [stdout] 197 | | pub fn uiSliderOnChanged(s: *mut uiSlider, [INFO] [stdout] ... | [INFO] [stdout] 200 | | pub fn uiNewSlider(min: intmax_t, max: intmax_t) -> *mut uiSlider; [INFO] [stdout] 201 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:205:1 [INFO] [stdout] | [INFO] [stdout] 205 | / extern { [INFO] [stdout] 206 | | pub fn uiNewHorizontalSeparator() -> *mut uiSeparator; [INFO] [stdout] 207 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:211:1 [INFO] [stdout] | [INFO] [stdout] 211 | / extern { [INFO] [stdout] 212 | | pub fn uiComboboxAppend(c: *mut uiCombobox, text: *const c_char); [INFO] [stdout] 213 | | pub fn uiComboboxSelected(c: *mut uiCombobox) -> intmax_t; [INFO] [stdout] 214 | | pub fn uiComboboxSetSelected(c: *mut uiCombobox, n: intmax_t); [INFO] [stdout] ... | [INFO] [stdout] 218 | | pub fn uiNewCombobox() -> *mut uiCombobox; [INFO] [stdout] 219 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | / extern { [INFO] [stdout] 225 | | pub fn uiNewEditableCombobox() -> *mut uiEditableCombobox; [INFO] [stdout] 226 | | pub fn uiEditableComboboxAppend(c: *mut uiEditableCombobox, text: *const c_char); [INFO] [stdout] 227 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | / extern { [INFO] [stdout] 232 | | pub fn uiRadioButtonsAppend(r: *mut uiRadioButtons, text: *const c_char); [INFO] [stdout] 233 | | pub fn uiNewRadioButtons() -> *mut uiRadioButtons; [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:238:1 [INFO] [stdout] | [INFO] [stdout] 238 | / extern { [INFO] [stdout] 239 | | pub fn uiNewDateTimePicker() -> *mut uiDateTimePicker; [INFO] [stdout] 240 | | pub fn uiNewDatePicker() -> *mut uiDateTimePicker; [INFO] [stdout] 241 | | pub fn uiNewTimePicker() -> *mut uiDateTimePicker; [INFO] [stdout] 242 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:246:1 [INFO] [stdout] | [INFO] [stdout] 246 | / extern { [INFO] [stdout] 247 | | pub fn uiMultilineEntryText(e: *mut uiMultilineEntry) -> *mut c_char; [INFO] [stdout] 248 | | pub fn uiMultilineEntrySetText(e: *mut uiMultilineEntry, text: *const c_char); [INFO] [stdout] 249 | | pub fn uiMultilineEntryAppend(e: *mut uiMultilineEntry, text: *const c_char); [INFO] [stdout] ... | [INFO] [stdout] 255 | | pub fn uiNewMultilineEntry() -> *mut uiMultilineEntry; [INFO] [stdout] 256 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | / extern { [INFO] [stdout] 261 | | pub fn uiMenuItemEnable(m: *mut uiMenuItem); [INFO] [stdout] 262 | | pub fn uiMenuItemDisable(m: *mut uiMenuItem); [INFO] [stdout] 263 | | pub fn uiMenuItemOnClicked(m: *mut uiMenuItem, [INFO] [stdout] ... | [INFO] [stdout] 269 | | pub fn uiMenuItemSetChecked(m: *mut uiMenuItem, checked: c_int); [INFO] [stdout] 270 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | / extern { [INFO] [stdout] 275 | | pub fn uiMenuAppendItem(m: *mut uiMenu, name: *const c_char) -> *mut uiMenuItem; [INFO] [stdout] 276 | | pub fn uiMenuAppendCheckItem(m: *mut uiMenu, name: *const c_char) -> *mut uiMenuItem; [INFO] [stdout] 277 | | pub fn uiMenuAppendQuitItem(m: *mut uiMenu) -> *mut uiMenuItem; [INFO] [stdout] ... | [INFO] [stdout] 281 | | pub fn uiNewMenu(name: *const c_char) -> *mut uiMenu; [INFO] [stdout] 282 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:284:1 [INFO] [stdout] | [INFO] [stdout] 284 | / extern { [INFO] [stdout] 285 | | pub fn uiOpenFile(parent: *mut uiWindow) -> *mut c_char; [INFO] [stdout] 286 | | pub fn uiSaveFile(parent: *mut uiWindow) -> *mut c_char; [INFO] [stdout] 287 | | pub fn uiMsgBox(parent: *mut uiWindow, title: *const c_char, description: *const c_char); [INFO] [stdout] 288 | | pub fn uiMsgBoxError(parent: *mut uiWindow, title: *const c_char, description: *const c_char); [INFO] [stdout] 289 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | / extern { [INFO] [stdout] 312 | | pub fn uiAreaSetSize(a: *mut uiArea, width: intmax_t, height: intmax_t); [INFO] [stdout] 313 | | pub fn uiAreaQueueRedrawAll(a: *mut uiArea); [INFO] [stdout] 314 | | pub fn uiAreaScrollTo(a: *mut uiArea, [INFO] [stdout] ... | [INFO] [stdout] 321 | | -> *mut uiArea; [INFO] [stdout] 322 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:433:1 [INFO] [stdout] | [INFO] [stdout] 433 | / extern { [INFO] [stdout] 434 | | pub fn uiDrawNewPath(fillMode: uiDrawFillMode) -> *mut uiDrawPath; [INFO] [stdout] 435 | | pub fn uiDrawFreePath(p: *mut uiDrawPath); [INFO] [stdout] 436 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:438:1 [INFO] [stdout] | [INFO] [stdout] 438 | / extern { [INFO] [stdout] 439 | | pub fn uiDrawPathNewFigure(p: *mut uiDrawPath, x: c_double, y: c_double); [INFO] [stdout] 440 | | pub fn uiDrawPathNewFigureWithArc(p: *mut uiDrawPath, [INFO] [stdout] 441 | | xCenter: c_double, [INFO] [stdout] ... | [INFO] [stdout] 475 | | pub fn uiDrawFill(c: *mut uiDrawContext, path: *mut uiDrawPath, b: *mut uiDrawBrush); [INFO] [stdout] 476 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:702:1 [INFO] [stdout] | [INFO] [stdout] 702 | / extern { [INFO] [stdout] 703 | | pub fn uiFontButtonFont(b: *mut uiFontButton) -> *mut uiDrawTextFont; [INFO] [stdout] 704 | | pub fn uiFontButtonOnChanged(b: *mut uiFontButton, [INFO] [stdout] 705 | | f: extern "C" fn(this: *mut uiFontButton, data: *mut c_void), [INFO] [stdout] 706 | | data: *mut c_void); [INFO] [stdout] 707 | | pub fn uiNewFontButton() -> *mut uiFontButton; [INFO] [stdout] 708 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:712:1 [INFO] [stdout] | [INFO] [stdout] 712 | / extern { [INFO] [stdout] 713 | | pub fn uiColorButtonColor(b: *mut uiColorButton, [INFO] [stdout] 714 | | r: *mut c_double, [INFO] [stdout] 715 | | g: *mut c_double, [INFO] [stdout] ... | [INFO] [stdout] 726 | | pub fn uiNewColorButton() -> *mut uiColorButton; [INFO] [stdout] 727 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:742:1 [INFO] [stdout] | [INFO] [stdout] 742 | / extern { [INFO] [stdout] 743 | | pub fn uiNewPixmapImage(width: c_int, height: c_int) -> *mut uiPixmapImage; [INFO] [stdout] 744 | | pub fn uiFreePixmapImage(img: *mut uiPixmapImage); [INFO] [stdout] 745 | | pub fn uiPixmapImageGetFormat(img: *mut uiPixmapImage) -> uiPixmap32Format; [INFO] [stdout] ... | [INFO] [stdout] 762 | | yScale: c_double); [INFO] [stdout] 763 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:785:1 [INFO] [stdout] | [INFO] [stdout] 785 | / extern { [INFO] [stdout] 786 | | pub fn uiGridAppend(g: *mut uiGrid, c: *mut uiControl, left: c_int, height: c_int, xspan: c_int, yspan: c_int, hexpand: c_int, halign... [INFO] [stdout] 787 | | pub fn uiGridInsertAt(g: *mut uiGrid, c: *mut uiControl, existing: *mut uiControl, at: uiAt, left: c_int, height: c_int, xspan: c_int... [INFO] [stdout] 788 | | pub fn uiGridPadded(g: *mut uiGrid) -> c_int; [INFO] [stdout] 789 | | pub fn uiGridSetPadded(g: *mut uiGrid, padded: c_int); [INFO] [stdout] 790 | | pub fn uiNewGrid() -> *mut uiGrid; [INFO] [stdout] 791 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/platform/macos/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | / extern { [INFO] [stdout] 27 | | pub fn uiDarwinControlSyncEnableState(control: *mut uiDarwinControl, state: c_int); [INFO] [stdout] 28 | | pub fn uiDarwinControlSetSuperview(control: *mut uiDarwinControl, view: *mut NSView); [INFO] [stdout] 29 | | pub fn uiDarwinControlHugsTrailingEdge(control: *mut uiDarwinControl) -> BOOL; [INFO] [stdout] ... | [INFO] [stdout] 37 | | orientation: NSLayoutConstraintOrientation); [INFO] [stdout] 38 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/platform/unix/mod.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / extern { [INFO] [stdout] 18 | | pub fn uiUnixControlSetContainer(control: *mut uiUnixControl, [INFO] [stdout] 19 | | container: *mut GtkContainer, [INFO] [stdout] 20 | | addBefore: gboolean); [INFO] [stdout] ... | [INFO] [stdout] 23 | | pub fn uiUnixStrdupText(text: *const c_char) -> *mut c_char; [INFO] [stdout] 24 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/platform/windows/mod.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / extern { [INFO] [stdout] 23 | | pub fn uiWindowsControlSyncEnableState(control: *mut uiWindowsControl, state: c_int); [INFO] [stdout] 24 | | pub fn uiWindowsControlSetParentHWND(control: *mut uiWindowsControl, parent: HWND); [INFO] [stdout] 25 | | pub fn uiWindowsControlMinimumSize(control: *mut uiWindowsControl, [INFO] [stdout] ... | [INFO] [stdout] 96 | | pub fn uiWindowsUnregisterReceiveWM_WININICHANGE(hwnd: HWND); [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/platform/windows/mod.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | / extern { [INFO] [stdout] 108 | | pub fn uiWindowsGetSizing(hwnd: HWND, sizing: *mut uiWindowsSizing); [INFO] [stdout] 109 | | pub fn uiWindowsSizingDlgUnitsToPixels(sizing: *mut uiWindowsSizing, [INFO] [stdout] 110 | | x: *mut c_int, [INFO] [stdout] ... | [INFO] [stdout] 125 | | pub fn uiWindowsShouldStopSyncEnableState(c: *mut uiWindowsControl, enabled: c_int) -> BOOL; [INFO] [stdout] 126 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / extern { [INFO] [stdout] 22 | | pub fn uiInit(options: *mut uiInitOptions) -> *const c_char; [INFO] [stdout] 23 | | pub fn uiUninit(); [INFO] [stdout] 24 | | pub fn uiFreeInitError(err: *const c_char); [INFO] [stdout] ... | [INFO] [stdout] 35 | | pub fn uiFreeText(text: *mut c_char); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / extern { [INFO] [stdout] 58 | | pub fn uiControlDestroy(control: *mut uiControl); [INFO] [stdout] 59 | | pub fn uiControlHandle(control: *mut uiControl) -> usize; [INFO] [stdout] 60 | | pub fn uiControlParent(control: *mut uiControl) -> *mut uiControl; [INFO] [stdout] ... | [INFO] [stdout] 76 | | pub fn uiControlEnabledToUser(control: *mut uiControl) -> c_int; [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / extern { [INFO] [stdout] 82 | | pub fn uiWindowTitle(w: *mut uiWindow) -> *mut c_char; [INFO] [stdout] 83 | | pub fn uiWindowSetTitle(w: *mut uiWindow, title: *const c_char); [INFO] [stdout] 84 | | pub fn uiWindowOnClosing(w: *mut uiWindow, [INFO] [stdout] ... | [INFO] [stdout] 92 | | -> *mut uiWindow; [INFO] [stdout] 93 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / extern { [INFO] [stdout] 98 | | pub fn uiButtonText(b: *mut uiButton) -> *mut c_char; [INFO] [stdout] 99 | | pub fn uiButtonSetText(b: *mut uiButton, text: *const c_char); [INFO] [stdout] 100 | | pub fn uiButtonOnClicked(b: *mut uiButton, [INFO] [stdout] ... | [INFO] [stdout] 103 | | pub fn uiNewButton(text: *const c_char) -> *mut uiButton; [INFO] [stdout] 104 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | / extern { [INFO] [stdout] 109 | | pub fn uiBoxAppend(b: *mut uiBox, child: *mut uiControl, stretchy: c_int); [INFO] [stdout] 110 | | pub fn uiBoxDelete(b: *mut uiBox, index: uintmax_t); [INFO] [stdout] 111 | | pub fn uiBoxPadded(b: *mut uiBox) -> c_int; [INFO] [stdout] ... | [INFO] [stdout] 114 | | pub fn uiNewVerticalBox() -> *mut uiBox; [INFO] [stdout] 115 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / extern { [INFO] [stdout] 120 | | pub fn uiEntryText(e: *mut uiEntry) -> *mut c_char; [INFO] [stdout] 121 | | pub fn uiEntrySetText(e: *mut uiEntry, text: *const c_char); [INFO] [stdout] 122 | | pub fn uiEntryOnChanged(e: *mut uiEntry, [INFO] [stdout] ... | [INFO] [stdout] 127 | | pub fn uiNewEntry() -> *mut uiEntry; [INFO] [stdout] 128 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | / extern { [INFO] [stdout] 133 | | pub fn uiCheckboxText(c: *mut uiCheckbox) -> *mut c_char; [INFO] [stdout] 134 | | pub fn uiCheckboxSetText(c: *mut uiCheckbox, text: *const c_char); [INFO] [stdout] 135 | | pub fn uiCheckboxOnToggled(c: *mut uiCheckbox, [INFO] [stdout] ... | [INFO] [stdout] 140 | | pub fn uiNewCheckbox(c: *const c_char) -> *mut uiCheckbox; [INFO] [stdout] 141 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:145:1 [INFO] [stdout] | [INFO] [stdout] 145 | / extern { [INFO] [stdout] 146 | | pub fn uiLabelText(l: *mut uiLabel) -> *mut c_char; [INFO] [stdout] 147 | | pub fn uiLabelSetText(l: *mut uiLabel, text: *const c_char); [INFO] [stdout] 148 | | pub fn uiNewLabel(text: *const c_char) -> *mut uiLabel; [INFO] [stdout] 149 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | / extern { [INFO] [stdout] 154 | | pub fn uiTabAppend(t: *mut uiTab, name: *const c_char, c: *mut uiControl); [INFO] [stdout] 155 | | pub fn uiTabInsertAt(t: *mut uiTab, name: *const c_char, before: uintmax_t, c: *mut uiControl); [INFO] [stdout] 156 | | pub fn uiTabDelete(t: *mut uiTab, index: uintmax_t); [INFO] [stdout] ... | [INFO] [stdout] 160 | | pub fn uiNewTab() -> *mut uiTab; [INFO] [stdout] 161 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:165:1 [INFO] [stdout] | [INFO] [stdout] 165 | / extern { [INFO] [stdout] 166 | | pub fn uiGroupTitle(g: *mut uiGroup) -> *mut c_char; [INFO] [stdout] 167 | | pub fn uiGroupSetTitle(g: *mut uiGroup, title: *const c_char); [INFO] [stdout] 168 | | pub fn uiGroupSetChild(g: *mut uiGroup, c: *mut uiControl); [INFO] [stdout] ... | [INFO] [stdout] 171 | | pub fn uiNewGroup(title: *const c_char) -> *mut uiGroup; [INFO] [stdout] 172 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:176:1 [INFO] [stdout] | [INFO] [stdout] 176 | / extern { [INFO] [stdout] 177 | | pub fn uiSpinboxValue(s: *mut uiSpinbox) -> intmax_t; [INFO] [stdout] 178 | | pub fn uiSpinboxSetValue(s: *mut uiSpinbox, value: intmax_t); [INFO] [stdout] 179 | | pub fn uiSpinboxOnChanged(s: *mut uiSpinbox, [INFO] [stdout] ... | [INFO] [stdout] 182 | | pub fn uiNewSpinbox(min: intmax_t, max: intmax_t) -> *mut uiSpinbox; [INFO] [stdout] 183 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:187:1 [INFO] [stdout] | [INFO] [stdout] 187 | / extern { [INFO] [stdout] 188 | | pub fn uiProgressBarSetValue(p: *mut uiProgressBar, n: c_int); [INFO] [stdout] 189 | | pub fn uiNewProgressBar() -> *mut uiProgressBar; [INFO] [stdout] 190 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:194:1 [INFO] [stdout] | [INFO] [stdout] 194 | / extern { [INFO] [stdout] 195 | | pub fn uiSliderValue(s: *mut uiSlider) -> intmax_t; [INFO] [stdout] 196 | | pub fn uiSliderSetValue(s: *mut uiSlider, value: intmax_t); [INFO] [stdout] 197 | | pub fn uiSliderOnChanged(s: *mut uiSlider, [INFO] [stdout] ... | [INFO] [stdout] 200 | | pub fn uiNewSlider(min: intmax_t, max: intmax_t) -> *mut uiSlider; [INFO] [stdout] 201 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:205:1 [INFO] [stdout] | [INFO] [stdout] 205 | / extern { [INFO] [stdout] 206 | | pub fn uiNewHorizontalSeparator() -> *mut uiSeparator; [INFO] [stdout] 207 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:211:1 [INFO] [stdout] | [INFO] [stdout] 211 | / extern { [INFO] [stdout] 212 | | pub fn uiComboboxAppend(c: *mut uiCombobox, text: *const c_char); [INFO] [stdout] 213 | | pub fn uiComboboxSelected(c: *mut uiCombobox) -> intmax_t; [INFO] [stdout] 214 | | pub fn uiComboboxSetSelected(c: *mut uiCombobox, n: intmax_t); [INFO] [stdout] ... | [INFO] [stdout] 218 | | pub fn uiNewCombobox() -> *mut uiCombobox; [INFO] [stdout] 219 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | / extern { [INFO] [stdout] 225 | | pub fn uiNewEditableCombobox() -> *mut uiEditableCombobox; [INFO] [stdout] 226 | | pub fn uiEditableComboboxAppend(c: *mut uiEditableCombobox, text: *const c_char); [INFO] [stdout] 227 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | / extern { [INFO] [stdout] 232 | | pub fn uiRadioButtonsAppend(r: *mut uiRadioButtons, text: *const c_char); [INFO] [stdout] 233 | | pub fn uiNewRadioButtons() -> *mut uiRadioButtons; [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:238:1 [INFO] [stdout] | [INFO] [stdout] 238 | / extern { [INFO] [stdout] 239 | | pub fn uiNewDateTimePicker() -> *mut uiDateTimePicker; [INFO] [stdout] 240 | | pub fn uiNewDatePicker() -> *mut uiDateTimePicker; [INFO] [stdout] 241 | | pub fn uiNewTimePicker() -> *mut uiDateTimePicker; [INFO] [stdout] 242 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:246:1 [INFO] [stdout] | [INFO] [stdout] 246 | / extern { [INFO] [stdout] 247 | | pub fn uiMultilineEntryText(e: *mut uiMultilineEntry) -> *mut c_char; [INFO] [stdout] 248 | | pub fn uiMultilineEntrySetText(e: *mut uiMultilineEntry, text: *const c_char); [INFO] [stdout] 249 | | pub fn uiMultilineEntryAppend(e: *mut uiMultilineEntry, text: *const c_char); [INFO] [stdout] ... | [INFO] [stdout] 255 | | pub fn uiNewMultilineEntry() -> *mut uiMultilineEntry; [INFO] [stdout] 256 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | / extern { [INFO] [stdout] 261 | | pub fn uiMenuItemEnable(m: *mut uiMenuItem); [INFO] [stdout] 262 | | pub fn uiMenuItemDisable(m: *mut uiMenuItem); [INFO] [stdout] 263 | | pub fn uiMenuItemOnClicked(m: *mut uiMenuItem, [INFO] [stdout] ... | [INFO] [stdout] 269 | | pub fn uiMenuItemSetChecked(m: *mut uiMenuItem, checked: c_int); [INFO] [stdout] 270 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | / extern { [INFO] [stdout] 275 | | pub fn uiMenuAppendItem(m: *mut uiMenu, name: *const c_char) -> *mut uiMenuItem; [INFO] [stdout] 276 | | pub fn uiMenuAppendCheckItem(m: *mut uiMenu, name: *const c_char) -> *mut uiMenuItem; [INFO] [stdout] 277 | | pub fn uiMenuAppendQuitItem(m: *mut uiMenu) -> *mut uiMenuItem; [INFO] [stdout] ... | [INFO] [stdout] 281 | | pub fn uiNewMenu(name: *const c_char) -> *mut uiMenu; [INFO] [stdout] 282 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:284:1 [INFO] [stdout] | [INFO] [stdout] 284 | / extern { [INFO] [stdout] 285 | | pub fn uiOpenFile(parent: *mut uiWindow) -> *mut c_char; [INFO] [stdout] 286 | | pub fn uiSaveFile(parent: *mut uiWindow) -> *mut c_char; [INFO] [stdout] 287 | | pub fn uiMsgBox(parent: *mut uiWindow, title: *const c_char, description: *const c_char); [INFO] [stdout] 288 | | pub fn uiMsgBoxError(parent: *mut uiWindow, title: *const c_char, description: *const c_char); [INFO] [stdout] 289 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | / extern { [INFO] [stdout] 312 | | pub fn uiAreaSetSize(a: *mut uiArea, width: intmax_t, height: intmax_t); [INFO] [stdout] 313 | | pub fn uiAreaQueueRedrawAll(a: *mut uiArea); [INFO] [stdout] 314 | | pub fn uiAreaScrollTo(a: *mut uiArea, [INFO] [stdout] ... | [INFO] [stdout] 321 | | -> *mut uiArea; [INFO] [stdout] 322 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:433:1 [INFO] [stdout] | [INFO] [stdout] 433 | / extern { [INFO] [stdout] 434 | | pub fn uiDrawNewPath(fillMode: uiDrawFillMode) -> *mut uiDrawPath; [INFO] [stdout] 435 | | pub fn uiDrawFreePath(p: *mut uiDrawPath); [INFO] [stdout] 436 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:438:1 [INFO] [stdout] | [INFO] [stdout] 438 | / extern { [INFO] [stdout] 439 | | pub fn uiDrawPathNewFigure(p: *mut uiDrawPath, x: c_double, y: c_double); [INFO] [stdout] 440 | | pub fn uiDrawPathNewFigureWithArc(p: *mut uiDrawPath, [INFO] [stdout] 441 | | xCenter: c_double, [INFO] [stdout] ... | [INFO] [stdout] 475 | | pub fn uiDrawFill(c: *mut uiDrawContext, path: *mut uiDrawPath, b: *mut uiDrawBrush); [INFO] [stdout] 476 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:702:1 [INFO] [stdout] | [INFO] [stdout] 702 | / extern { [INFO] [stdout] 703 | | pub fn uiFontButtonFont(b: *mut uiFontButton) -> *mut uiDrawTextFont; [INFO] [stdout] 704 | | pub fn uiFontButtonOnChanged(b: *mut uiFontButton, [INFO] [stdout] 705 | | f: extern "C" fn(this: *mut uiFontButton, data: *mut c_void), [INFO] [stdout] 706 | | data: *mut c_void); [INFO] [stdout] 707 | | pub fn uiNewFontButton() -> *mut uiFontButton; [INFO] [stdout] 708 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:712:1 [INFO] [stdout] | [INFO] [stdout] 712 | / extern { [INFO] [stdout] 713 | | pub fn uiColorButtonColor(b: *mut uiColorButton, [INFO] [stdout] 714 | | r: *mut c_double, [INFO] [stdout] 715 | | g: *mut c_double, [INFO] [stdout] ... | [INFO] [stdout] 726 | | pub fn uiNewColorButton() -> *mut uiColorButton; [INFO] [stdout] 727 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:742:1 [INFO] [stdout] | [INFO] [stdout] 742 | / extern { [INFO] [stdout] 743 | | pub fn uiNewPixmapImage(width: c_int, height: c_int) -> *mut uiPixmapImage; [INFO] [stdout] 744 | | pub fn uiFreePixmapImage(img: *mut uiPixmapImage); [INFO] [stdout] 745 | | pub fn uiPixmapImageGetFormat(img: *mut uiPixmapImage) -> uiPixmap32Format; [INFO] [stdout] ... | [INFO] [stdout] 762 | | yScale: c_double); [INFO] [stdout] 763 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:785:1 [INFO] [stdout] | [INFO] [stdout] 785 | / extern { [INFO] [stdout] 786 | | pub fn uiGridAppend(g: *mut uiGrid, c: *mut uiControl, left: c_int, height: c_int, xspan: c_int, yspan: c_int, hexpand: c_int, halign... [INFO] [stdout] 787 | | pub fn uiGridInsertAt(g: *mut uiGrid, c: *mut uiControl, existing: *mut uiControl, at: uiAt, left: c_int, height: c_int, xspan: c_int... [INFO] [stdout] 788 | | pub fn uiGridPadded(g: *mut uiGrid) -> c_int; [INFO] [stdout] 789 | | pub fn uiGridSetPadded(g: *mut uiGrid, padded: c_int); [INFO] [stdout] 790 | | pub fn uiNewGrid() -> *mut uiGrid; [INFO] [stdout] 791 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 33 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ui-sys`. [INFO] [stdout] error: aborting due to 33 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d0e43ce6f159ce5a16cf6810529bd304345d260784a87feb818ceda249338a15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0e43ce6f159ce5a16cf6810529bd304345d260784a87feb818ceda249338a15", kill_on_drop: false }` [INFO] [stdout] d0e43ce6f159ce5a16cf6810529bd304345d260784a87feb818ceda249338a15