[INFO] fetching crate sokol 0.3.0... [INFO] checking sokol-0.3.0 against try#05c8870159e4f328578a970e125aa76d24f03b56 for pr-76219 [INFO] extracting crate sokol 0.3.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate sokol 0.3.0 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 sokol 0.3.0 [INFO] finished tweaking crates.io crate sokol 0.3.0 [INFO] tweaked toml for crates.io crate sokol 0.3.0 written to /workspace/builds/worker-1/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] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 77ad1d3bd3a40c259a39fbe13a3c339a52c67af7dded508eb6c3d754246144cf [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" "77ad1d3bd3a40c259a39fbe13a3c339a52c67af7dded508eb6c3d754246144cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77ad1d3bd3a40c259a39fbe13a3c339a52c67af7dded508eb6c3d754246144cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77ad1d3bd3a40c259a39fbe13a3c339a52c67af7dded508eb6c3d754246144cf", kill_on_drop: false }` [INFO] [stdout] 77ad1d3bd3a40c259a39fbe13a3c339a52c67af7dded508eb6c3d754246144cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 04086a1057e29e72a86f1f1b5e8b909123ecaa2249469c93793b6894587a7f77 [INFO] running `Command { std: "docker" "start" "-a" "04086a1057e29e72a86f1f1b5e8b909123ecaa2249469c93793b6894587a7f77", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling sokol v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/app.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | init_userdata_cb: extern fn(*mut c_void), [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/app.rs:53:28 [INFO] [stdout] | [INFO] [stdout] 53 | frame_userdata_cb: extern fn(*mut c_void), [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/app.rs:54:30 [INFO] [stdout] | [INFO] [stdout] 54 | cleanup_userdata_cb: extern fn(*mut c_void), [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/app.rs:55:28 [INFO] [stdout] | [INFO] [stdout] 55 | event_userdata_cb: extern fn(*const SAppEvent, *mut c_void), [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/app.rs:56:27 [INFO] [stdout] | [INFO] [stdout] 56 | fail_userdata_cb: extern fn(*const c_char, *mut c_void), [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/app.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | / extern { [INFO] [stdout] 77 | | /// sokol entry point (compiled with SOKOL_NO_ENTRY) [INFO] [stdout] 78 | | pub fn sapp_run(desc: *const SAppDesc) -> c_int; [INFO] [stdout] 79 | | [INFO] [stdout] ... | [INFO] [stdout] 104 | | pub fn sapp_get_userdata() -> *mut c_void; [INFO] [stdout] 105 | | } [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/app.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / pub extern fn init_userdata_cb(user_data: *mut c_void) { [INFO] [stdout] 149 | | super::SAppImpl::get(user_data).init_cb(); [INFO] [stdout] 150 | | } [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/app.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | / pub extern fn frame_userdata_cb(user_data: *mut c_void) { [INFO] [stdout] 154 | | super::SAppImpl::get(user_data).frame_cb(); [INFO] [stdout] 155 | | } [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/app.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / pub extern fn cleanup_userdata_cb(user_data: *mut c_void) { [INFO] [stdout] 159 | | super::SAppImpl::get(user_data).cleanup_cb(); [INFO] [stdout] 160 | | } [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/app.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | / pub extern fn event_userdata_cb(event: *const SAppEvent, user_data: *mut c_void) { [INFO] [stdout] 164 | | let e = *unsafe { [INFO] [stdout] 165 | | &*event [INFO] [stdout] 166 | | }; [INFO] [stdout] ... | [INFO] [stdout] 185 | | }); [INFO] [stdout] 186 | | } [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/app.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 189 | / pub extern fn fail_userdata_cb(message: *const c_char, user_data: *mut c_void) { [INFO] [stdout] 190 | | let msg = unsafe { [INFO] [stdout] 191 | | CStr::from_ptr(message) [INFO] [stdout] 192 | | }; [INFO] [stdout] 193 | | [INFO] [stdout] 194 | | super::SAppImpl::get(user_data).fail_cb(msg.to_str().unwrap()); [INFO] [stdout] 195 | | } [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/app.rs:198:5 [INFO] [stdout] | [INFO] [stdout] 198 | / pub extern fn stream_userdata_cb(buffer: *mut f32, num_frames: c_int, num_channels: c_int, user_data: *mut c_void) { [INFO] [stdout] 199 | | let arr = unsafe { [INFO] [stdout] 200 | | let len = num_frames * num_channels; [INFO] [stdout] 201 | | from_raw_parts_mut(buffer, len as usize) [INFO] [stdout] ... | [INFO] [stdout] 204 | | super::SAppImpl::get(user_data).stream_cb(arr, num_frames, num_channels); [INFO] [stdout] 205 | | } [INFO] [stdout] | |_____^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/app.rs:460:20 [INFO] [stdout] | [INFO] [stdout] 460 | callbacks: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn SApp` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/audio.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | stream_userdata_cb: Option, [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/audio.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | / extern { [INFO] [stdout] 25 | | pub fn saudio_setup(desc: *const SAudioDesc); [INFO] [stdout] 26 | | pub fn saudio_shutdown(); [INFO] [stdout] 27 | | pub fn saudio_isvalid() -> bool; [INFO] [stdout] ... | [INFO] [stdout] 32 | | pub fn saudio_push(frames: *const f32, num_frames: c_int) -> c_int; [INFO] [stdout] 33 | | } [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/gfx.rs:111:39 [INFO] [stdout] | [INFO] [stdout] 111 | mtl_renderpass_descriptor_cb: unsafe extern fn() -> *const c_void, [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/gfx.rs:112:26 [INFO] [stdout] | [INFO] [stdout] 112 | mtl_drawable_cb: unsafe extern fn() -> *const c_void, [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/gfx.rs:117:38 [INFO] [stdout] | [INFO] [stdout] 117 | d3d11_render_target_view_cb: unsafe extern fn() -> *const c_void, [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/gfx.rs:118:38 [INFO] [stdout] | [INFO] [stdout] 118 | d3d11_depth_stencil_view_cb: unsafe extern fn() -> *const c_void, [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/app.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | init_userdata_cb: extern fn(*mut c_void), [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/app.rs:53:28 [INFO] [stdout] | [INFO] [stdout] 53 | frame_userdata_cb: extern fn(*mut c_void), [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/app.rs:54:30 [INFO] [stdout] | [INFO] [stdout] 54 | cleanup_userdata_cb: extern fn(*mut c_void), [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/app.rs:55:28 [INFO] [stdout] | [INFO] [stdout] 55 | event_userdata_cb: extern fn(*const SAppEvent, *mut c_void), [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/app.rs:56:27 [INFO] [stdout] | [INFO] [stdout] 56 | fail_userdata_cb: extern fn(*const c_char, *mut c_void), [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/app.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | / extern { [INFO] [stdout] 77 | | /// sokol entry point (compiled with SOKOL_NO_ENTRY) [INFO] [stdout] 78 | | pub fn sapp_run(desc: *const SAppDesc) -> c_int; [INFO] [stdout] 79 | | [INFO] [stdout] ... | [INFO] [stdout] 104 | | pub fn sapp_get_userdata() -> *mut c_void; [INFO] [stdout] 105 | | } [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/app.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / pub extern fn init_userdata_cb(user_data: *mut c_void) { [INFO] [stdout] 149 | | super::SAppImpl::get(user_data).init_cb(); [INFO] [stdout] 150 | | } [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/app.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | / pub extern fn frame_userdata_cb(user_data: *mut c_void) { [INFO] [stdout] 154 | | super::SAppImpl::get(user_data).frame_cb(); [INFO] [stdout] 155 | | } [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/app.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / pub extern fn cleanup_userdata_cb(user_data: *mut c_void) { [INFO] [stdout] 159 | | super::SAppImpl::get(user_data).cleanup_cb(); [INFO] [stdout] 160 | | } [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/app.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | / pub extern fn event_userdata_cb(event: *const SAppEvent, user_data: *mut c_void) { [INFO] [stdout] 164 | | let e = *unsafe { [INFO] [stdout] 165 | | &*event [INFO] [stdout] 166 | | }; [INFO] [stdout] ... | [INFO] [stdout] 185 | | }); [INFO] [stdout] 186 | | } [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/app.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 189 | / pub extern fn fail_userdata_cb(message: *const c_char, user_data: *mut c_void) { [INFO] [stdout] 190 | | let msg = unsafe { [INFO] [stdout] 191 | | CStr::from_ptr(message) [INFO] [stdout] 192 | | }; [INFO] [stdout] 193 | | [INFO] [stdout] 194 | | super::SAppImpl::get(user_data).fail_cb(msg.to_str().unwrap()); [INFO] [stdout] 195 | | } [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/app.rs:198:5 [INFO] [stdout] | [INFO] [stdout] 198 | / pub extern fn stream_userdata_cb(buffer: *mut f32, num_frames: c_int, num_channels: c_int, user_data: *mut c_void) { [INFO] [stdout] 199 | | let arr = unsafe { [INFO] [stdout] 200 | | let len = num_frames * num_channels; [INFO] [stdout] 201 | | from_raw_parts_mut(buffer, len as usize) [INFO] [stdout] ... | [INFO] [stdout] 204 | | super::SAppImpl::get(user_data).stream_cb(arr, num_frames, num_channels); [INFO] [stdout] 205 | | } [INFO] [stdout] | |_____^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/app.rs:460:20 [INFO] [stdout] | [INFO] [stdout] 460 | callbacks: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn SApp` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/audio.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | stream_userdata_cb: Option, [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/audio.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | / extern { [INFO] [stdout] 25 | | pub fn saudio_setup(desc: *const SAudioDesc); [INFO] [stdout] 26 | | pub fn saudio_shutdown(); [INFO] [stdout] 27 | | pub fn saudio_isvalid() -> bool; [INFO] [stdout] ... | [INFO] [stdout] 32 | | pub fn saudio_push(frames: *const f32, num_frames: c_int) -> c_int; [INFO] [stdout] 33 | | } [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/gfx.rs:111:39 [INFO] [stdout] | [INFO] [stdout] 111 | mtl_renderpass_descriptor_cb: unsafe extern fn() -> *const c_void, [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/gfx.rs:112:26 [INFO] [stdout] | [INFO] [stdout] 112 | mtl_drawable_cb: unsafe extern fn() -> *const c_void, [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/gfx.rs:117:38 [INFO] [stdout] | [INFO] [stdout] 117 | d3d11_render_target_view_cb: unsafe extern fn() -> *const c_void, [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/gfx.rs:118:38 [INFO] [stdout] | [INFO] [stdout] 118 | d3d11_depth_stencil_view_cb: unsafe extern fn() -> *const c_void, [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/gfx.rs:671:5 [INFO] [stdout] | [INFO] [stdout] 671 | / extern { [INFO] [stdout] 672 | | pub fn sg_setup(desc: *const SgDesc); [INFO] [stdout] 673 | | pub fn sg_shutdown(); [INFO] [stdout] 674 | | pub fn sg_isvalid() -> bool; [INFO] [stdout] ... | [INFO] [stdout] 724 | | pub fn sg_commit(); [INFO] [stdout] 725 | | } [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/time.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | / extern { [INFO] [stdout] 8 | | pub fn stm_setup(); [INFO] [stdout] 9 | | pub fn stm_now() -> u64; [INFO] [stdout] 10 | | pub fn stm_diff(new: u64, old: u64) -> u64; [INFO] [stdout] ... | [INFO] [stdout] 16 | | pub fn stm_ns(ticks: u64) -> f64; [INFO] [stdout] 17 | | } [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/gfx.rs:671:5 [INFO] [stdout] | [INFO] [stdout] 671 | / extern { [INFO] [stdout] 672 | | pub fn sg_setup(desc: *const SgDesc); [INFO] [stdout] 673 | | pub fn sg_shutdown(); [INFO] [stdout] 674 | | pub fn sg_isvalid() -> bool; [INFO] [stdout] ... | [INFO] [stdout] 724 | | pub fn sg_commit(); [INFO] [stdout] 725 | | } [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/time.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | / extern { [INFO] [stdout] 8 | | pub fn stm_setup(); [INFO] [stdout] 9 | | pub fn stm_now() -> u64; [INFO] [stdout] 10 | | pub fn stm_diff(new: u64, old: u64) -> u64; [INFO] [stdout] ... | [INFO] [stdout] 16 | | pub fn stm_ns(ticks: u64) -> f64; [INFO] [stdout] 17 | | } [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 20 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 20 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sokol`. [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" "04086a1057e29e72a86f1f1b5e8b909123ecaa2249469c93793b6894587a7f77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04086a1057e29e72a86f1f1b5e8b909123ecaa2249469c93793b6894587a7f77", kill_on_drop: false }` [INFO] [stdout] 04086a1057e29e72a86f1f1b5e8b909123ecaa2249469c93793b6894587a7f77