[INFO] cloning repository https://github.com/Aearnus/mefa [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aearnus/mefa" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAearnus%2Fmefa", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAearnus%2Fmefa'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e8915ffd80a8bbde78dc605c84b4fe703c85579c [INFO] documenting Aearnus/mefa against 1.46.0 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAearnus%2Fmefa" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Aearnus/mefa on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Aearnus/mefa [INFO] finished tweaking git repo https://github.com/Aearnus/mefa [INFO] tweaked toml for git repo https://github.com/Aearnus/mefa written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Aearnus/mefa already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.46.0" "metadata" "--no-deps" "--format-version=1", 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] 6949959d51bc890626b9719bdd72948d6d02f2e42de2bdb9e407ca246a84da9b [INFO] running `Command { std: "docker" "start" "-a" "6949959d51bc890626b9719bdd72948d6d02f2e42de2bdb9e407ca246a84da9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6949959d51bc890626b9719bdd72948d6d02f2e42de2bdb9e407ca246a84da9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6949959d51bc890626b9719bdd72948d6d02f2e42de2bdb9e407ca246a84da9b", kill_on_drop: false }` [INFO] [stdout] 6949959d51bc890626b9719bdd72948d6d02f2e42de2bdb9e407ca246a84da9b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--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] 9eb543866bdcc549e19810f29f90a82f06df42588d53bd3c8da47bcb75e052ff [INFO] running `Command { std: "docker" "start" "-a" "9eb543866bdcc549e19810f29f90a82f06df42588d53bd3c8da47bcb75e052ff", kill_on_drop: false }` [INFO] [stderr] Documenting emacs-module v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `va_list` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:337:10 [INFO] [stdout] | [INFO] [stdout] 337 | pub type va_list = __builtin_va_list; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VaList` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gnuc_va_list` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:338:10 [INFO] [stdout] | [INFO] [stdout] 338 | pub type __gnuc_va_list = __builtin_va_list; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GnucVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:339:10 [INFO] [stdout] | [INFO] [stdout] 339 | pub type wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lua_CFunction` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:384:10 [INFO] [stdout] | [INFO] [stdout] 384 | pub type lua_CFunction = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LuaCfunction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lua_Reader` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:386:10 [INFO] [stdout] | [INFO] [stdout] 386 | pub type lua_Reader = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `LuaReader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lua_Writer` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:390:10 [INFO] [stdout] | [INFO] [stdout] 390 | pub type lua_Writer = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `LuaWriter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lua_Alloc` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:398:10 [INFO] [stdout] | [INFO] [stdout] 398 | pub type lua_Alloc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `LuaAlloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lua_Number` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:406:10 [INFO] [stdout] | [INFO] [stdout] 406 | pub type lua_Number = f64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `LuaNumber` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lua_Integer` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:407:10 [INFO] [stdout] | [INFO] [stdout] 407 | pub type lua_Integer = isize; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `LuaInteger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lua_Hook` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:695:10 [INFO] [stdout] | [INFO] [stdout] 695 | pub type lua_Hook = [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LuaHook` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:946:10 [INFO] [stdout] | [INFO] [stdout] 946 | pub type __u_char = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:947:10 [INFO] [stdout] | [INFO] [stdout] 947 | pub type __u_short = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UShort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_int` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:948:10 [INFO] [stdout] | [INFO] [stdout] 948 | pub type __u_int = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UInt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_long` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:949:10 [INFO] [stdout] | [INFO] [stdout] 949 | pub type __u_long = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ULong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int8_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:950:10 [INFO] [stdout] | [INFO] [stdout] 950 | pub type __int8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:951:10 [INFO] [stdout] | [INFO] [stdout] 951 | pub type __uint8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int16_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:952:10 [INFO] [stdout] | [INFO] [stdout] 952 | pub type __int16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:953:10 [INFO] [stdout] | [INFO] [stdout] 953 | pub type __uint16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int32_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:954:10 [INFO] [stdout] | [INFO] [stdout] 954 | pub type __int32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:955:10 [INFO] [stdout] | [INFO] [stdout] 955 | pub type __uint32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int64_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:956:10 [INFO] [stdout] | [INFO] [stdout] 956 | pub type __int64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:957:10 [INFO] [stdout] | [INFO] [stdout] 957 | pub type __uint64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:958:10 [INFO] [stdout] | [INFO] [stdout] 958 | pub type __quad_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `QuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_quad_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:959:10 [INFO] [stdout] | [INFO] [stdout] 959 | pub type __u_quad_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intmax_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:960:10 [INFO] [stdout] | [INFO] [stdout] 960 | pub type __intmax_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uintmax_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:961:10 [INFO] [stdout] | [INFO] [stdout] 961 | pub type __uintmax_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__dev_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:962:10 [INFO] [stdout] | [INFO] [stdout] 962 | pub type __dev_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `DevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uid_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:963:10 [INFO] [stdout] | [INFO] [stdout] 963 | pub type __uid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gid_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:964:10 [INFO] [stdout] | [INFO] [stdout] 964 | pub type __gid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:965:10 [INFO] [stdout] | [INFO] [stdout] 965 | pub type __ino_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:966:10 [INFO] [stdout] | [INFO] [stdout] 966 | pub type __ino64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__mode_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:967:10 [INFO] [stdout] | [INFO] [stdout] 967 | pub type __mode_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__nlink_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:968:10 [INFO] [stdout] | [INFO] [stdout] 968 | pub type __nlink_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:969:10 [INFO] [stdout] | [INFO] [stdout] 969 | pub type __off_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off64_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:970:10 [INFO] [stdout] | [INFO] [stdout] 970 | pub type __off64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pid_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:971:10 [INFO] [stdout] | [INFO] [stdout] 971 | pub type __pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clock_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1000:10 [INFO] [stdout] | [INFO] [stdout] 1000 | pub type __clock_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1001:10 [INFO] [stdout] | [INFO] [stdout] 1001 | pub type __rlim_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RlimT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim64_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1002:10 [INFO] [stdout] | [INFO] [stdout] 1002 | pub type __rlim64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Rlim64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__id_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1003:10 [INFO] [stdout] | [INFO] [stdout] 1003 | pub type __id_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__time_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1004:10 [INFO] [stdout] | [INFO] [stdout] 1004 | pub type __time_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1005:10 [INFO] [stdout] | [INFO] [stdout] 1005 | pub type __useconds_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UsecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1006:10 [INFO] [stdout] | [INFO] [stdout] 1006 | pub type __suseconds_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1007:10 [INFO] [stdout] | [INFO] [stdout] 1007 | pub type __daddr_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `DaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__key_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1008:10 [INFO] [stdout] | [INFO] [stdout] 1008 | pub type __key_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `KeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clockid_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1009:10 [INFO] [stdout] | [INFO] [stdout] 1009 | pub type __clockid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__timer_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1010:10 [INFO] [stdout] | [INFO] [stdout] 1010 | pub type __timer_t = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1011:10 [INFO] [stdout] | [INFO] [stdout] 1011 | pub type __blksize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1012:10 [INFO] [stdout] | [INFO] [stdout] 1012 | pub type __blkcnt_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1013:10 [INFO] [stdout] | [INFO] [stdout] 1013 | pub type __blkcnt64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1014:10 [INFO] [stdout] | [INFO] [stdout] 1014 | pub type __fsblkcnt_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsblkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1015:10 [INFO] [stdout] | [INFO] [stdout] 1015 | pub type __fsblkcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsblkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1016:10 [INFO] [stdout] | [INFO] [stdout] 1016 | pub type __fsfilcnt_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1017:10 [INFO] [stdout] | [INFO] [stdout] 1017 | pub type __fsfilcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsfilcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsword_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1018:10 [INFO] [stdout] | [INFO] [stdout] 1018 | pub type __fsword_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FswordT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1019:10 [INFO] [stdout] | [INFO] [stdout] 1019 | pub type __ssize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1020:10 [INFO] [stdout] | [INFO] [stdout] 1020 | pub type __syscall_slong_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1021:10 [INFO] [stdout] | [INFO] [stdout] 1021 | pub type __syscall_ulong_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__loff_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1022:10 [INFO] [stdout] | [INFO] [stdout] 1022 | pub type __loff_t = __off64_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__caddr_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1023:10 [INFO] [stdout] | [INFO] [stdout] 1023 | pub type __caddr_t = *mut ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intptr_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1024:10 [INFO] [stdout] | [INFO] [stdout] 1024 | pub type __intptr_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntptrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1025:10 [INFO] [stdout] | [INFO] [stdout] 1025 | pub type __socklen_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1026:10 [INFO] [stdout] | [INFO] [stdout] 1026 | pub type __sig_atomic_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1193:10 [INFO] [stdout] | [INFO] [stdout] 1193 | pub type _IO_lock_t = ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__codecvt_result` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1248:10 [INFO] [stdout] | [INFO] [stdout] 1248 | pub type __codecvt_result = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_read_fn` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1602:10 [INFO] [stdout] | [INFO] [stdout] 1602 | pub type __io_read_fn = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoReadFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_write_fn` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1609:10 [INFO] [stdout] | [INFO] [stdout] 1609 | pub type __io_write_fn = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoWriteFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_seek_fn` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | pub type __io_seek_fn = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoSeekFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_close_fn` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1623:10 [INFO] [stdout] | [INFO] [stdout] 1623 | pub type __io_close_fn = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCloseFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `off_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1699:10 [INFO] [stdout] | [INFO] [stdout] 1699 | pub type off_t = __off_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fpos_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:1700:10 [INFO] [stdout] | [INFO] [stdout] 1700 | pub type fpos_t = _G_fpos_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FposT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2523:10 [INFO] [stdout] | [INFO] [stdout] 2523 | pub type int_least8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2524:10 [INFO] [stdout] | [INFO] [stdout] 2524 | pub type int_least16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2525:10 [INFO] [stdout] | [INFO] [stdout] 2525 | pub type int_least32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2526:10 [INFO] [stdout] | [INFO] [stdout] 2526 | pub type int_least64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least8_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2527:10 [INFO] [stdout] | [INFO] [stdout] 2527 | pub type uint_least8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2528:10 [INFO] [stdout] | [INFO] [stdout] 2528 | pub type uint_least16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2529:10 [INFO] [stdout] | [INFO] [stdout] 2529 | pub type uint_least32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2530:10 [INFO] [stdout] | [INFO] [stdout] 2530 | pub type uint_least64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast8_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2531:10 [INFO] [stdout] | [INFO] [stdout] 2531 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2532:10 [INFO] [stdout] | [INFO] [stdout] 2532 | pub type int_fast16_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast32_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2533:10 [INFO] [stdout] | [INFO] [stdout] 2533 | pub type int_fast32_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast64_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2534:10 [INFO] [stdout] | [INFO] [stdout] 2534 | pub type int_fast64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast8_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2535:10 [INFO] [stdout] | [INFO] [stdout] 2535 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2536:10 [INFO] [stdout] | [INFO] [stdout] 2536 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast32_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2537:10 [INFO] [stdout] | [INFO] [stdout] 2537 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast64_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2538:10 [INFO] [stdout] | [INFO] [stdout] 2538 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `intmax_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2539:10 [INFO] [stdout] | [INFO] [stdout] 2539 | pub type intmax_t = __intmax_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uintmax_t` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2540:10 [INFO] [stdout] | [INFO] [stdout] 2540 | pub type uintmax_t = __uintmax_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `emacs_env` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2541:10 [INFO] [stdout] | [INFO] [stdout] 2541 | pub type emacs_env = emacs_env_26; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `EmacsEnv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `emacs_value` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2547:10 [INFO] [stdout] | [INFO] [stdout] 2547 | pub type emacs_value = *mut emacs_value_tag; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EmacsValue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_1` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2549:10 [INFO] [stdout] | [INFO] [stdout] 2549 | pub type _bindgen_ty_1 = i32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `emacs_funcall_exit` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:2604:10 [INFO] [stdout] | [INFO] [stdout] 2604 | pub type emacs_funcall_exit = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EmacsFuncallExit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__builtin_va_list` should have an upper camel case name [INFO] [stdout] --> src/bindings.rs:3547:10 [INFO] [stdout] | [INFO] [stdout] 3547 | pub type __builtin_va_list = [__va_list_tag; 1usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuiltinVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `plugin_is_GPL_compatible` should have an upper case name [INFO] [stdout] --> src/lib.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub static plugin_is_GPL_compatible: std::os::raw::c_int = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PLUGIN_IS_GPL_COMPATIBLE` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__glibc_c99_flexarr_available` should have an upper case name [INFO] [stdout] --> src/bindings.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | pub const __glibc_c99_flexarr_available: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__GLIBC_C99_FLEXARR_AVAILABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `____FILE_defined` should have an upper case name [INFO] [stdout] --> src/bindings.rs:205:11 [INFO] [stdout] | [INFO] [stdout] 205 | pub const ____FILE_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `____FILE_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__FILE_defined` should have an upper case name [INFO] [stdout] --> src/bindings.rs:206:11 [INFO] [stdout] | [INFO] [stdout] 206 | pub const __FILE_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__FILE_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `____mbstate_t_defined` should have an upper case name [INFO] [stdout] --> src/bindings.rs:209:11 [INFO] [stdout] | [INFO] [stdout] 209 | pub const ____mbstate_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `____MBSTATE_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `P_tmpdir` should have an upper case name [INFO] [stdout] --> src/bindings.rs:271:11 [INFO] [stdout] | [INFO] [stdout] 271 | pub const P_tmpdir: &'static [u8; 5usize] = b"/tmp\0"; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `P_TMPDIR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `L_tmpnam` should have an upper case name [INFO] [stdout] --> src/bindings.rs:273:11 [INFO] [stdout] | [INFO] [stdout] 273 | pub const L_tmpnam: u32 = 20; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `L_TMPNAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `L_ctermid` should have an upper case name [INFO] [stdout] --> src/bindings.rs:276:11 [INFO] [stdout] | [INFO] [stdout] 276 | pub const L_ctermid: u32 = 9; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `L_CTERMID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `true_` should have an upper case name [INFO] [stdout] --> src/bindings.rs:334:11 [INFO] [stdout] | [INFO] [stdout] 334 | pub const true_: u32 = 1; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `TRUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `false_` should have an upper case name [INFO] [stdout] --> src/bindings.rs:335:11 [INFO] [stdout] | [INFO] [stdout] 335 | pub const false_: u32 = 0; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FALSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__bool_true_false_are_defined` should have an upper case name [INFO] [stdout] --> src/bindings.rs:336:11 [INFO] [stdout] | [INFO] [stdout] 336 | pub const __bool_true_false_are_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__BOOL_TRUE_FALSE_ARE_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__codecvt_result___codecvt_ok` should have an upper case name [INFO] [stdout] --> src/bindings.rs:1244:11 [INFO] [stdout] | [INFO] [stdout] 1244 | pub const __codecvt_result___codecvt_ok: __codecvt_result = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CODECVT_RESULT_CODECVT_OK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__codecvt_result___codecvt_partial` should have an upper case name [INFO] [stdout] --> src/bindings.rs:1245:11 [INFO] [stdout] | [INFO] [stdout] 1245 | pub const __codecvt_result___codecvt_partial: __codecvt_result = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CODECVT_RESULT_CODECVT_PARTIAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__codecvt_result___codecvt_error` should have an upper case name [INFO] [stdout] --> src/bindings.rs:1246:11 [INFO] [stdout] | [INFO] [stdout] 1246 | pub const __codecvt_result___codecvt_error: __codecvt_result = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CODECVT_RESULT_CODECVT_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__codecvt_result___codecvt_noconv` should have an upper case name [INFO] [stdout] --> src/bindings.rs:1247:11 [INFO] [stdout] | [INFO] [stdout] 1247 | pub const __codecvt_result___codecvt_noconv: __codecvt_result = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CODECVT_RESULT_CODECVT_NOCONV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_ptr` should have a snake case name [INFO] [stdout] --> src/bindings.rs:1253:9 [INFO] [stdout] | [INFO] [stdout] 1253 | pub _IO_read_ptr: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_ptr` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_end` should have a snake case name [INFO] [stdout] --> src/bindings.rs:1254:9 [INFO] [stdout] | [INFO] [stdout] 1254 | pub _IO_read_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_base` should have a snake case name [INFO] [stdout] --> src/bindings.rs:1255:9 [INFO] [stdout] | [INFO] [stdout] 1255 | pub _IO_read_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_base` should have a snake case name [INFO] [stdout] --> src/bindings.rs:1256:9 [INFO] [stdout] | [INFO] [stdout] 1256 | pub _IO_write_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_ptr` should have a snake case name [INFO] [stdout] --> src/bindings.rs:1257:9 [INFO] [stdout] | [INFO] [stdout] 1257 | pub _IO_write_ptr: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_end` should have a snake case name [INFO] [stdout] --> src/bindings.rs:1258:9 [INFO] [stdout] | [INFO] [stdout] 1258 | pub _IO_write_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_buf_base` should have a snake case name [INFO] [stdout] --> src/bindings.rs:1259:9 [INFO] [stdout] | [INFO] [stdout] 1259 | pub _IO_buf_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_buf_end` should have a snake case name [INFO] [stdout] --> src/bindings.rs:1260:9 [INFO] [stdout] | [INFO] [stdout] 1260 | pub _IO_buf_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_save_base` should have a snake case name [INFO] [stdout] --> src/bindings.rs:1261:9 [INFO] [stdout] | [INFO] [stdout] 1261 | pub _IO_save_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_backup_base` should have a snake case name [INFO] [stdout] --> src/bindings.rs:1262:9 [INFO] [stdout] | [INFO] [stdout] 1262 | pub _IO_backup_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_backup_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_save_end` should have a snake case name [INFO] [stdout] --> src/bindings.rs:1263:9 [INFO] [stdout] | [INFO] [stdout] 1263 | pub _IO_save_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `L` should have a snake case name [INFO] [stdout] --> src/bindings.rs:2413:9 [INFO] [stdout] | [INFO] [stdout] 2413 | pub L: *mut lua_State, [INFO] [stdout] | ^ help: convert the identifier to snake case: `l` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `emacs_variadic_function` should have an upper case name [INFO] [stdout] --> src/bindings.rs:2548:11 [INFO] [stdout] | [INFO] [stdout] 2548 | pub const emacs_variadic_function: _bindgen_ty_1 = -2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EMACS_VARIADIC_FUNCTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `emacs_funcall_exit_emacs_funcall_exit_return` should have an upper case name [INFO] [stdout] --> src/bindings.rs:2601:11 [INFO] [stdout] | [INFO] [stdout] 2601 | pub const emacs_funcall_exit_emacs_funcall_exit_return: emacs_funcall_exit = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EMACS_FUNCALL_EXIT_EMACS_FUNCALL_EXIT_RETURN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `emacs_funcall_exit_emacs_funcall_exit_signal` should have an upper case name [INFO] [stdout] --> src/bindings.rs:2602:11 [INFO] [stdout] | [INFO] [stdout] 2602 | pub const emacs_funcall_exit_emacs_funcall_exit_signal: emacs_funcall_exit = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EMACS_FUNCALL_EXIT_EMACS_FUNCALL_EXIT_SIGNAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `emacs_funcall_exit_emacs_funcall_exit_throw` should have an upper case name [INFO] [stdout] --> src/bindings.rs:2603:11 [INFO] [stdout] | [INFO] [stdout] 2603 | pub const emacs_funcall_exit_emacs_funcall_exit_throw: emacs_funcall_exit = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EMACS_FUNCALL_EXIT_EMACS_FUNCALL_EXIT_THROW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 125 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.54s [INFO] running `Command { std: "docker" "inspect" "9eb543866bdcc549e19810f29f90a82f06df42588d53bd3c8da47bcb75e052ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9eb543866bdcc549e19810f29f90a82f06df42588d53bd3c8da47bcb75e052ff", kill_on_drop: false }` [INFO] [stdout] 9eb543866bdcc549e19810f29f90a82f06df42588d53bd3c8da47bcb75e052ff