[INFO] fetching crate lua 0.0.10... [INFO] checking lua-0.0.10 against try#05c8870159e4f328578a970e125aa76d24f03b56 for pr-76219 [INFO] extracting crate lua 0.0.10 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate lua 0.0.10 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 lua 0.0.10 [INFO] finished tweaking crates.io crate lua 0.0.10 [INFO] tweaked toml for crates.io crate lua 0.0.10 written to /workspace/builds/worker-2/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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] d1fa204f93958eaf5e1cac80a2f6c52cad4c0b4406fcbcd9c35f6ebf5e9b87e3 [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" "d1fa204f93958eaf5e1cac80a2f6c52cad4c0b4406fcbcd9c35f6ebf5e9b87e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d1fa204f93958eaf5e1cac80a2f6c52cad4c0b4406fcbcd9c35f6ebf5e9b87e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1fa204f93958eaf5e1cac80a2f6c52cad4c0b4406fcbcd9c35f6ebf5e9b87e3", kill_on_drop: false }` [INFO] [stdout] d1fa204f93958eaf5e1cac80a2f6c52cad4c0b4406fcbcd9c35f6ebf5e9b87e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 1ccac03640b9357f869e5a4bd482fb31f12f0444ee780fbd4aa189edb231b487 [INFO] running `Command { std: "docker" "start" "-a" "1ccac03640b9357f869e5a4bd482fb31f12f0444ee780fbd4aa189edb231b487", kill_on_drop: false }` [INFO] [stderr] Checking bitflags v0.1.1 [INFO] [stderr] Compiling lua v0.0.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:17:22 [INFO] [stdout] | [INFO] [stdout] 17 | let status = try!(self.status()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | try!(fs::create_dir_all(&build_dir)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:98:13 [INFO] [stdout] | [INFO] [stdout] 98 | try!(build_lua(&tooling, &lua_dir, &build_dir)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | try!(config.include(&lua_dir).get_compiler().to_command() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 112 | try!(Command::new(glue) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:87:22 [INFO] [stdout] | [INFO] [stdout] 87 | let mut config = gcc::Config::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:87:22 [INFO] [stdout] | [INFO] [stdout] 87 | let mut config = gcc::Config::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ffi/lua.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 102 | / extern { [INFO] [stdout] 103 | | // state manipulation [INFO] [stdout] 104 | | pub fn lua_newstate(f: lua_Alloc, ud: *mut c_void) -> *mut lua_State; [INFO] [stdout] 105 | | pub fn lua_close(L: *mut lua_State); [INFO] [stdout] ... | [INFO] [stdout] 140 | | pub fn lua_topointer(L: *mut lua_State, idx: c_int) -> *const c_void; [INFO] [stdout] 141 | | } [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/ffi/lua.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | / extern { [INFO] [stdout] 160 | | pub fn lua_arith(L: *mut lua_State, op: c_int); [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/ffi/lua.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / extern { [INFO] [stdout] 168 | | pub fn lua_rawequal(L: *mut lua_State, idx1: c_int, idx2: c_int) -> c_int; [INFO] [stdout] 169 | | pub fn lua_compare(L: *mut lua_State, idx1: c_int, idx2: c_int, op: c_int) -> c_int; [INFO] [stdout] 170 | | } [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/ffi/lua.rs:173:1 [INFO] [stdout] | [INFO] [stdout] 173 | / extern { [INFO] [stdout] 174 | | pub fn lua_pushnil(L: *mut lua_State); [INFO] [stdout] 175 | | pub fn lua_pushnumber(L: *mut lua_State, n: lua_Number); [INFO] [stdout] 176 | | pub fn lua_pushinteger(L: *mut lua_State, n: lua_Integer); [INFO] [stdout] ... | [INFO] [stdout] 185 | | pub fn lua_pushthread(L: *mut lua_State) -> c_int; [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/ffi/lua.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 189 | / extern { [INFO] [stdout] 190 | | pub fn lua_getglobal(L: *mut lua_State, var: *const c_char) -> c_int; [INFO] [stdout] 191 | | pub fn lua_gettable(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] 192 | | pub fn lua_getfield(L: *mut lua_State, idx: c_int, k: *const c_char) -> c_int; [INFO] [stdout] ... | [INFO] [stdout] 201 | | pub fn lua_getuservalue(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] 202 | | } [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/ffi/lua.rs:205:1 [INFO] [stdout] | [INFO] [stdout] 205 | / extern { [INFO] [stdout] 206 | | pub fn lua_setglobal(L: *mut lua_State, var: *const c_char); [INFO] [stdout] 207 | | pub fn lua_settable(L: *mut lua_State, idx: c_int); [INFO] [stdout] 208 | | pub fn lua_setfield(L: *mut lua_State, idx: c_int, k: *const c_char); [INFO] [stdout] ... | [INFO] [stdout] 214 | | pub fn lua_setuservalue(L: *mut lua_State, idx: c_int); [INFO] [stdout] 215 | | } [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/ffi/lua.rs:218:1 [INFO] [stdout] | [INFO] [stdout] 218 | / extern { [INFO] [stdout] 219 | | pub fn lua_callk(L: *mut lua_State, nargs: c_int, nresults: c_int, ctx: lua_KContext, k: lua_KFunction); [INFO] [stdout] 220 | | pub fn lua_pcallk(L: *mut lua_State, nargs: c_int, nresults: c_int, errfunc: c_int, ctx: lua_KContext, k: lua_KFunction) -> c_int; [INFO] [stdout] 221 | | pub fn lua_load(L: *mut lua_State, reader: lua_Reader, dt: *mut c_void, chunkname: *const c_char, mode: *const c_char) -> c_int; [INFO] [stdout] 222 | | pub fn lua_dump(L: *mut lua_State, writer: lua_Writer, data: *mut c_void, strip: c_int) -> c_int; [INFO] [stdout] 223 | | } [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/ffi/lua.rs:236:1 [INFO] [stdout] | [INFO] [stdout] 236 | / extern { [INFO] [stdout] 237 | | pub fn lua_yieldk(L: *mut lua_State, nresults: c_int, ctx: lua_KContext, k: lua_KFunction) -> c_int; [INFO] [stdout] 238 | | pub fn lua_resume(L: *mut lua_State, from: *mut lua_State, narg: c_int) -> c_int; [INFO] [stdout] 239 | | pub fn lua_status(L: *mut lua_State) -> c_int; [INFO] [stdout] 240 | | pub fn lua_isyieldable(L: *mut lua_State) -> c_int; [INFO] [stdout] 241 | | } [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/ffi/lua.rs:259:1 [INFO] [stdout] | [INFO] [stdout] 259 | / extern { [INFO] [stdout] 260 | | pub fn lua_gc(L: *mut lua_State, what: c_int, data: c_int) -> c_int; [INFO] [stdout] 261 | | } [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/ffi/lua.rs:264:1 [INFO] [stdout] | [INFO] [stdout] 264 | / extern { [INFO] [stdout] 265 | | pub fn lua_error(L: *mut lua_State) -> c_int; [INFO] [stdout] 266 | | pub fn lua_next(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] 267 | | pub fn lua_concat(L: *mut lua_State, n: c_int); [INFO] [stdout] ... | [INFO] [stdout] 271 | | pub fn lua_setallocf(L: *mut lua_State, f: lua_Alloc, ud: *mut c_void); [INFO] [stdout] 272 | | } [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/ffi/lua.rs:404:1 [INFO] [stdout] | [INFO] [stdout] 404 | / extern { [INFO] [stdout] 405 | | pub fn lua_getstack(L: *mut lua_State, level: c_int, ar: *mut lua_Debug) -> c_int; [INFO] [stdout] 406 | | pub fn lua_getinfo(L: *mut lua_State, what: *const c_char, ar: *mut lua_Debug) -> c_int; [INFO] [stdout] 407 | | pub fn lua_getlocal(L: *mut lua_State, ar: *const lua_Debug, n: c_int) -> *const c_char; [INFO] [stdout] ... | [INFO] [stdout] 418 | | pub fn lua_gethookcount(L: *mut lua_State) -> c_int; [INFO] [stdout] 419 | | } [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/ffi/lauxlib.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / extern { [INFO] [stdout] 50 | | pub fn luaL_checkversion_(L: *mut lua_State, ver: lua_Number, sz: size_t); [INFO] [stdout] 51 | | [INFO] [stdout] 52 | | pub fn luaL_getmetafield(L: *mut lua_State, obj: c_int, e: *const c_char) -> c_int; [INFO] [stdout] ... | [INFO] [stdout] 79 | | pub fn luaL_execresult(L: *mut lua_State, stat: c_int) -> c_int; [INFO] [stdout] 80 | | } [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/ffi/lauxlib.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / extern { [INFO] [stdout] 87 | | pub fn luaL_ref(L: *mut lua_State, t: c_int) -> c_int; [INFO] [stdout] 88 | | pub fn luaL_unref(L: *mut lua_State, t: c_int, r: c_int); [INFO] [stdout] 89 | | [INFO] [stdout] 90 | | pub fn luaL_loadfilex(L: *mut lua_State, filename: *const c_char, mode: *const c_char) -> c_int; [INFO] [stdout] 91 | | } [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/ffi/lauxlib.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / extern { [INFO] [stdout] 99 | | pub fn luaL_loadbufferx(L: *mut lua_State, buff: *const c_char, sz: size_t, name: *const c_char, mode: *const c_char) -> c_int; [INFO] [stdout] 100 | | pub fn luaL_loadstring(L: *mut lua_State, s: *const c_char) -> c_int; [INFO] [stdout] 101 | | [INFO] [stdout] ... | [INFO] [stdout] 114 | | pub fn luaL_requiref(L: *mut lua_State, modname: *const c_char, openf: lua_CFunction, glb: c_int); [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/ffi/lauxlib.rs:243:1 [INFO] [stdout] | [INFO] [stdout] 243 | / extern { [INFO] [stdout] 244 | | pub fn luaL_buffinit(L: *mut lua_State, B: *mut luaL_Buffer); [INFO] [stdout] 245 | | pub fn luaL_prepbuffsize(B: *mut luaL_Buffer, sz: size_t) -> *mut c_char; [INFO] [stdout] 246 | | pub fn luaL_addlstring(B: *mut luaL_Buffer, s: *const c_char, l: size_t); [INFO] [stdout] ... | [INFO] [stdout] 251 | | pub fn luaL_buffinitsize(L: *mut lua_State, B: *mut luaL_Buffer, sz: size_t) -> *mut c_char; [INFO] [stdout] 252 | | } [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/ffi/lualib.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / extern { [INFO] [stdout] 34 | | pub fn luaopen_base(L: *mut lua_State) -> c_int; [INFO] [stdout] 35 | | pub fn luaopen_coroutine(L: *mut lua_State) -> c_int; [INFO] [stdout] 36 | | pub fn luaopen_table(L: *mut lua_State) -> c_int; [INFO] [stdout] ... | [INFO] [stdout] 46 | | pub fn luaL_openlibs(L: *mut lua_State); [INFO] [stdout] 47 | | } [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/wrapper/state.rs:195:27 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn loader(&self) -> unsafe extern fn (L: *mut lua_State) -> c_int { [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/wrapper/state.rs:267:1 [INFO] [stdout] | [INFO] [stdout] 267 | / unsafe extern fn continue_func(st: *mut lua_State, status: c_int, ctx: ffi::lua_KContext) -> c_int [INFO] [stdout] 268 | | where F: FnOnce(&mut State, ThreadStatus) -> c_int [INFO] [stdout] 269 | | { [INFO] [stdout] 270 | | mem::transmute::<_, Box>(ctx)(&mut State::from_ptr(st), ThreadStatus::from_c_int(status)) [INFO] [stdout] 271 | | } [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/wrapper/state.rs:274:22 [INFO] [stdout] | [INFO] [stdout] 274 | pub type Extra = Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn any::Any + 'static + Send` [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/wrapper/state.rs:277:1 [INFO] [stdout] | [INFO] [stdout] 277 | / unsafe extern fn alloc_func(_: *mut c_void, ptr: *mut c_void, old_size: size_t, new_size: size_t) -> *mut c_void { [INFO] [stdout] 278 | | // In GCC and MSVC, malloc uses an alignment calculated roughly by: [INFO] [stdout] 279 | | // max(2 * sizeof(size_t), alignof(long double)) [INFO] [stdout] 280 | | // The stable high-level API used here does not expose alignment directly, so [INFO] [stdout] ... | [INFO] [stdout] 318 | | } [INFO] [stdout] 319 | | } [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/wrapper/state.rs:917:5 [INFO] [stdout] | [INFO] [stdout] 917 | / unsafe extern fn read(st: *mut lua_State, ud: *mut c_void, sz: *mut size_t) -> *const c_char [INFO] [stdout] 918 | | where F: FnMut(&mut State) -> &[u8] [INFO] [stdout] 919 | | { [INFO] [stdout] 920 | | let mut state = State::from_ptr(st); [INFO] [stdout] ... | [INFO] [stdout] 923 | | slice.as_ptr() as *const _ [INFO] [stdout] 924 | | } [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/wrapper/state.rs:939:5 [INFO] [stdout] | [INFO] [stdout] 939 | / unsafe extern fn write(st: *mut lua_State, p: *const c_void, sz: size_t, ud: *mut c_void) -> c_int [INFO] [stdout] 940 | | where F: FnMut(&mut State, &[u8]) -> c_int [INFO] [stdout] 941 | | { [INFO] [stdout] 942 | | mem::transmute::<_, &mut F>(ud)(&mut State::from_ptr(st), slice::from_raw_parts(p as *const _, sz as usize)) [INFO] [stdout] 943 | | } [INFO] [stdout] | |_____^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Vec` is imported redundantly [INFO] [stdout] --> src/wrapper/state.rs:1424:9 [INFO] [stdout] | [INFO] [stdout] 1424 | use std::vec::Vec; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `c_char` is imported redundantly [INFO] [stdout] --> src/wrapper/state.rs:1425:9 [INFO] [stdout] | [INFO] [stdout] 26 | use libc::{c_int, c_void, c_char, size_t}; [INFO] [stdout] | ------ the item `c_char` is already imported here [INFO] [stdout] ... [INFO] [stdout] 1425 | use libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Vec` is imported redundantly [INFO] [stdout] --> src/wrapper/state.rs:1521:9 [INFO] [stdout] | [INFO] [stdout] 1521 | use std::vec::Vec; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | / unsafe extern fn wrapped c_int>(s: *mut lua_State) -> c_int { [INFO] [stdout] 25 | | mem::transmute::<&(), &F>(&())(&mut State::from_ptr(s)) [INFO] [stdout] 26 | | } [INFO] [stdout] | |___^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> /opt/rustwide/target/debug/build/lua-e8f2083d2bcc1cfd/out/glue.rs:16:25 [INFO] [stdout] | [INFO] [stdout] 16 | pub type LUA_UNSIGNED = uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> /opt/rustwide/target/debug/build/lua-e8f2083d2bcc1cfd/out/glue.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | pub type LUA_INTEGER = int64_t; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/wrapper/state.rs:1177:38 [INFO] [stdout] | [INFO] [stdout] 1177 | let mut ar: lua_Debug = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/wrapper/state.rs:1188:38 [INFO] [stdout] | [INFO] [stdout] 1188 | let mut ar: lua_Debug = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/ffi/lua.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 102 | / extern { [INFO] [stdout] 103 | | // state manipulation [INFO] [stdout] 104 | | pub fn lua_newstate(f: lua_Alloc, ud: *mut c_void) -> *mut lua_State; [INFO] [stdout] 105 | | pub fn lua_close(L: *mut lua_State); [INFO] [stdout] ... | [INFO] [stdout] 140 | | pub fn lua_topointer(L: *mut lua_State, idx: c_int) -> *const c_void; [INFO] [stdout] 141 | | } [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/ffi/lua.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | / extern { [INFO] [stdout] 160 | | pub fn lua_arith(L: *mut lua_State, op: c_int); [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/ffi/lua.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / extern { [INFO] [stdout] 168 | | pub fn lua_rawequal(L: *mut lua_State, idx1: c_int, idx2: c_int) -> c_int; [INFO] [stdout] 169 | | pub fn lua_compare(L: *mut lua_State, idx1: c_int, idx2: c_int, op: c_int) -> c_int; [INFO] [stdout] 170 | | } [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/ffi/lua.rs:173:1 [INFO] [stdout] | [INFO] [stdout] 173 | / extern { [INFO] [stdout] 174 | | pub fn lua_pushnil(L: *mut lua_State); [INFO] [stdout] 175 | | pub fn lua_pushnumber(L: *mut lua_State, n: lua_Number); [INFO] [stdout] 176 | | pub fn lua_pushinteger(L: *mut lua_State, n: lua_Integer); [INFO] [stdout] ... | [INFO] [stdout] 185 | | pub fn lua_pushthread(L: *mut lua_State) -> c_int; [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/ffi/lua.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 189 | / extern { [INFO] [stdout] 190 | | pub fn lua_getglobal(L: *mut lua_State, var: *const c_char) -> c_int; [INFO] [stdout] 191 | | pub fn lua_gettable(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] 192 | | pub fn lua_getfield(L: *mut lua_State, idx: c_int, k: *const c_char) -> c_int; [INFO] [stdout] ... | [INFO] [stdout] 201 | | pub fn lua_getuservalue(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] 202 | | } [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/ffi/lua.rs:205:1 [INFO] [stdout] | [INFO] [stdout] 205 | / extern { [INFO] [stdout] 206 | | pub fn lua_setglobal(L: *mut lua_State, var: *const c_char); [INFO] [stdout] 207 | | pub fn lua_settable(L: *mut lua_State, idx: c_int); [INFO] [stdout] 208 | | pub fn lua_setfield(L: *mut lua_State, idx: c_int, k: *const c_char); [INFO] [stdout] ... | [INFO] [stdout] 214 | | pub fn lua_setuservalue(L: *mut lua_State, idx: c_int); [INFO] [stdout] 215 | | } [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/ffi/lua.rs:218:1 [INFO] [stdout] | [INFO] [stdout] 218 | / extern { [INFO] [stdout] 219 | | pub fn lua_callk(L: *mut lua_State, nargs: c_int, nresults: c_int, ctx: lua_KContext, k: lua_KFunction); [INFO] [stdout] 220 | | pub fn lua_pcallk(L: *mut lua_State, nargs: c_int, nresults: c_int, errfunc: c_int, ctx: lua_KContext, k: lua_KFunction) -> c_int; [INFO] [stdout] 221 | | pub fn lua_load(L: *mut lua_State, reader: lua_Reader, dt: *mut c_void, chunkname: *const c_char, mode: *const c_char) -> c_int; [INFO] [stdout] 222 | | pub fn lua_dump(L: *mut lua_State, writer: lua_Writer, data: *mut c_void, strip: c_int) -> c_int; [INFO] [stdout] 223 | | } [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/ffi/lua.rs:236:1 [INFO] [stdout] | [INFO] [stdout] 236 | / extern { [INFO] [stdout] 237 | | pub fn lua_yieldk(L: *mut lua_State, nresults: c_int, ctx: lua_KContext, k: lua_KFunction) -> c_int; [INFO] [stdout] 238 | | pub fn lua_resume(L: *mut lua_State, from: *mut lua_State, narg: c_int) -> c_int; [INFO] [stdout] 239 | | pub fn lua_status(L: *mut lua_State) -> c_int; [INFO] [stdout] 240 | | pub fn lua_isyieldable(L: *mut lua_State) -> c_int; [INFO] [stdout] 241 | | } [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/ffi/lua.rs:259:1 [INFO] [stdout] | [INFO] [stdout] 259 | / extern { [INFO] [stdout] 260 | | pub fn lua_gc(L: *mut lua_State, what: c_int, data: c_int) -> c_int; [INFO] [stdout] 261 | | } [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/ffi/lua.rs:264:1 [INFO] [stdout] | [INFO] [stdout] 264 | / extern { [INFO] [stdout] 265 | | pub fn lua_error(L: *mut lua_State) -> c_int; [INFO] [stdout] 266 | | pub fn lua_next(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] 267 | | pub fn lua_concat(L: *mut lua_State, n: c_int); [INFO] [stdout] ... | [INFO] [stdout] 271 | | pub fn lua_setallocf(L: *mut lua_State, f: lua_Alloc, ud: *mut c_void); [INFO] [stdout] 272 | | } [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/ffi/lua.rs:404:1 [INFO] [stdout] | [INFO] [stdout] 404 | / extern { [INFO] [stdout] 405 | | pub fn lua_getstack(L: *mut lua_State, level: c_int, ar: *mut lua_Debug) -> c_int; [INFO] [stdout] 406 | | pub fn lua_getinfo(L: *mut lua_State, what: *const c_char, ar: *mut lua_Debug) -> c_int; [INFO] [stdout] 407 | | pub fn lua_getlocal(L: *mut lua_State, ar: *const lua_Debug, n: c_int) -> *const c_char; [INFO] [stdout] ... | [INFO] [stdout] 418 | | pub fn lua_gethookcount(L: *mut lua_State) -> c_int; [INFO] [stdout] 419 | | } [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/ffi/lauxlib.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / extern { [INFO] [stdout] 50 | | pub fn luaL_checkversion_(L: *mut lua_State, ver: lua_Number, sz: size_t); [INFO] [stdout] 51 | | [INFO] [stdout] 52 | | pub fn luaL_getmetafield(L: *mut lua_State, obj: c_int, e: *const c_char) -> c_int; [INFO] [stdout] ... | [INFO] [stdout] 79 | | pub fn luaL_execresult(L: *mut lua_State, stat: c_int) -> c_int; [INFO] [stdout] 80 | | } [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/ffi/lauxlib.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / extern { [INFO] [stdout] 87 | | pub fn luaL_ref(L: *mut lua_State, t: c_int) -> c_int; [INFO] [stdout] 88 | | pub fn luaL_unref(L: *mut lua_State, t: c_int, r: c_int); [INFO] [stdout] 89 | | [INFO] [stdout] 90 | | pub fn luaL_loadfilex(L: *mut lua_State, filename: *const c_char, mode: *const c_char) -> c_int; [INFO] [stdout] 91 | | } [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/ffi/lauxlib.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / extern { [INFO] [stdout] 99 | | pub fn luaL_loadbufferx(L: *mut lua_State, buff: *const c_char, sz: size_t, name: *const c_char, mode: *const c_char) -> c_int; [INFO] [stdout] 100 | | pub fn luaL_loadstring(L: *mut lua_State, s: *const c_char) -> c_int; [INFO] [stdout] 101 | | [INFO] [stdout] ... | [INFO] [stdout] 114 | | pub fn luaL_requiref(L: *mut lua_State, modname: *const c_char, openf: lua_CFunction, glb: c_int); [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/ffi/lauxlib.rs:243:1 [INFO] [stdout] | [INFO] [stdout] 243 | / extern { [INFO] [stdout] 244 | | pub fn luaL_buffinit(L: *mut lua_State, B: *mut luaL_Buffer); [INFO] [stdout] 245 | | pub fn luaL_prepbuffsize(B: *mut luaL_Buffer, sz: size_t) -> *mut c_char; [INFO] [stdout] 246 | | pub fn luaL_addlstring(B: *mut luaL_Buffer, s: *const c_char, l: size_t); [INFO] [stdout] ... | [INFO] [stdout] 251 | | pub fn luaL_buffinitsize(L: *mut lua_State, B: *mut luaL_Buffer, sz: size_t) -> *mut c_char; [INFO] [stdout] 252 | | } [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/ffi/lualib.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / extern { [INFO] [stdout] 34 | | pub fn luaopen_base(L: *mut lua_State) -> c_int; [INFO] [stdout] 35 | | pub fn luaopen_coroutine(L: *mut lua_State) -> c_int; [INFO] [stdout] 36 | | pub fn luaopen_table(L: *mut lua_State) -> c_int; [INFO] [stdout] ... | [INFO] [stdout] 46 | | pub fn luaL_openlibs(L: *mut lua_State); [INFO] [stdout] 47 | | } [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/wrapper/state.rs:195:27 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn loader(&self) -> unsafe extern fn (L: *mut lua_State) -> c_int { [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/wrapper/state.rs:267:1 [INFO] [stdout] | [INFO] [stdout] 267 | / unsafe extern fn continue_func(st: *mut lua_State, status: c_int, ctx: ffi::lua_KContext) -> c_int [INFO] [stdout] 268 | | where F: FnOnce(&mut State, ThreadStatus) -> c_int [INFO] [stdout] 269 | | { [INFO] [stdout] 270 | | mem::transmute::<_, Box>(ctx)(&mut State::from_ptr(st), ThreadStatus::from_c_int(status)) [INFO] [stdout] 271 | | } [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/wrapper/state.rs:274:22 [INFO] [stdout] | [INFO] [stdout] 274 | pub type Extra = Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn any::Any + 'static + Send` [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/wrapper/state.rs:277:1 [INFO] [stdout] | [INFO] [stdout] 277 | / unsafe extern fn alloc_func(_: *mut c_void, ptr: *mut c_void, old_size: size_t, new_size: size_t) -> *mut c_void { [INFO] [stdout] 278 | | // In GCC and MSVC, malloc uses an alignment calculated roughly by: [INFO] [stdout] 279 | | // max(2 * sizeof(size_t), alignof(long double)) [INFO] [stdout] 280 | | // The stable high-level API used here does not expose alignment directly, so [INFO] [stdout] ... | [INFO] [stdout] 318 | | } [INFO] [stdout] 319 | | } [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/wrapper/state.rs:917:5 [INFO] [stdout] | [INFO] [stdout] 917 | / unsafe extern fn read(st: *mut lua_State, ud: *mut c_void, sz: *mut size_t) -> *const c_char [INFO] [stdout] 918 | | where F: FnMut(&mut State) -> &[u8] [INFO] [stdout] 919 | | { [INFO] [stdout] 920 | | let mut state = State::from_ptr(st); [INFO] [stdout] ... | [INFO] [stdout] 923 | | slice.as_ptr() as *const _ [INFO] [stdout] 924 | | } [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/wrapper/state.rs:939:5 [INFO] [stdout] | [INFO] [stdout] 939 | / unsafe extern fn write(st: *mut lua_State, p: *const c_void, sz: size_t, ud: *mut c_void) -> c_int [INFO] [stdout] 940 | | where F: FnMut(&mut State, &[u8]) -> c_int [INFO] [stdout] 941 | | { [INFO] [stdout] 942 | | mem::transmute::<_, &mut F>(ud)(&mut State::from_ptr(st), slice::from_raw_parts(p as *const _, sz as usize)) [INFO] [stdout] 943 | | } [INFO] [stdout] | |_____^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Vec` is imported redundantly [INFO] [stdout] --> src/wrapper/state.rs:1424:9 [INFO] [stdout] | [INFO] [stdout] 1424 | use std::vec::Vec; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `c_char` is imported redundantly [INFO] [stdout] --> src/wrapper/state.rs:1425:9 [INFO] [stdout] | [INFO] [stdout] 26 | use libc::{c_int, c_void, c_char, size_t}; [INFO] [stdout] | ------ the item `c_char` is already imported here [INFO] [stdout] ... [INFO] [stdout] 1425 | use libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Vec` is imported redundantly [INFO] [stdout] --> src/wrapper/state.rs:1521:9 [INFO] [stdout] | [INFO] [stdout] 1521 | use std::vec::Vec; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | / unsafe extern fn wrapped c_int>(s: *mut lua_State) -> c_int { [INFO] [stdout] 25 | | mem::transmute::<&(), &F>(&())(&mut State::from_ptr(s)) [INFO] [stdout] 26 | | } [INFO] [stdout] | |___^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> /opt/rustwide/target/debug/build/lua-e8f2083d2bcc1cfd/out/glue.rs:16:25 [INFO] [stdout] | [INFO] [stdout] 16 | pub type LUA_UNSIGNED = uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> /opt/rustwide/target/debug/build/lua-e8f2083d2bcc1cfd/out/glue.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | pub type LUA_INTEGER = int64_t; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/wrapper/state.rs:1177:38 [INFO] [stdout] | [INFO] [stdout] 1177 | let mut ar: lua_Debug = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/wrapper/state.rs:1188:38 [INFO] [stdout] | [INFO] [stdout] 1188 | let mut ar: lua_Debug = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors; 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lua`. [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] [stdout] error: aborting due to 22 previous errors; 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1ccac03640b9357f869e5a4bd482fb31f12f0444ee780fbd4aa189edb231b487", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ccac03640b9357f869e5a4bd482fb31f12f0444ee780fbd4aa189edb231b487", kill_on_drop: false }` [INFO] [stdout] 1ccac03640b9357f869e5a4bd482fb31f12f0444ee780fbd4aa189edb231b487