[INFO] fetching crate curlrs 0.1.0...
[INFO] testing curlrs-0.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate curlrs 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate curlrs 0.1.0
[INFO] finished tweaking crates.io crate curlrs 0.1.0
[INFO] tweaked toml for crates.io crate curlrs 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate curlrs 0.1.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5f0119313ee90ef366c7f773105102d56dc77615785d2e71420d631fa7637d4a
[INFO] running `Command { std: "docker" "start" "-a" "5f0119313ee90ef366c7f773105102d56dc77615785d2e71420d631fa7637d4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f0119313ee90ef366c7f773105102d56dc77615785d2e71420d631fa7637d4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f0119313ee90ef366c7f773105102d56dc77615785d2e71420d631fa7637d4a", kill_on_drop: false }`
[INFO] [stdout] 5f0119313ee90ef366c7f773105102d56dc77615785d2e71420d631fa7637d4a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3e7bfa707e5cb3e90a6d5e11f355ab76ec63d8b6bbebc40aa434d870611a6c72
[INFO] running `Command { std: "docker" "start" "-a" "3e7bfa707e5cb3e90a6d5e11f355ab76ec63d8b6bbebc40aa434d870611a6c72", kill_on_drop: false }`
[INFO] [stderr]    Compiling curlrs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `__u_char` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:829:10
[INFO] [stdout]     |
[INFO] [stdout] 829 | pub type __u_char = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UChar`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_short` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:830:10
[INFO] [stdout]     |
[INFO] [stdout] 830 | 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/curl.rs:831:10
[INFO] [stdout]     |
[INFO] [stdout] 831 | 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/curl.rs:832:10
[INFO] [stdout]     |
[INFO] [stdout] 832 | 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/curl.rs:833:10
[INFO] [stdout]     |
[INFO] [stdout] 833 | 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/curl.rs:834:10
[INFO] [stdout]     |
[INFO] [stdout] 834 | 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/curl.rs:835:10
[INFO] [stdout]     |
[INFO] [stdout] 835 | 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/curl.rs:836:10
[INFO] [stdout]     |
[INFO] [stdout] 836 | 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/curl.rs:837:10
[INFO] [stdout]     |
[INFO] [stdout] 837 | 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/curl.rs:838:10
[INFO] [stdout]     |
[INFO] [stdout] 838 | 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/curl.rs:839:10
[INFO] [stdout]     |
[INFO] [stdout] 839 | 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/curl.rs:840:10
[INFO] [stdout]     |
[INFO] [stdout] 840 | 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 `__int_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:841:10
[INFO] [stdout]     |
[INFO] [stdout] 841 | pub type __int_least8_t = __int8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:842:10
[INFO] [stdout]     |
[INFO] [stdout] 842 | pub type __uint_least8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:843:10
[INFO] [stdout]     |
[INFO] [stdout] 843 | pub type __int_least16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:844:10
[INFO] [stdout]     |
[INFO] [stdout] 844 | pub type __uint_least16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:845:10
[INFO] [stdout]     |
[INFO] [stdout] 845 | pub type __int_least32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:846:10
[INFO] [stdout]     |
[INFO] [stdout] 846 | pub type __uint_least32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:847:10
[INFO] [stdout]     |
[INFO] [stdout] 847 | pub type __int_least64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:848:10
[INFO] [stdout]     |
[INFO] [stdout] 848 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__quad_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:849:10
[INFO] [stdout]     |
[INFO] [stdout] 849 | 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/curl.rs:850:10
[INFO] [stdout]     |
[INFO] [stdout] 850 | 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/curl.rs:851:10
[INFO] [stdout]     |
[INFO] [stdout] 851 | 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/curl.rs:852:10
[INFO] [stdout]     |
[INFO] [stdout] 852 | 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/curl.rs:853:10
[INFO] [stdout]     |
[INFO] [stdout] 853 | 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/curl.rs:854:10
[INFO] [stdout]     |
[INFO] [stdout] 854 | 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/curl.rs:855:10
[INFO] [stdout]     |
[INFO] [stdout] 855 | 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/curl.rs:856:10
[INFO] [stdout]     |
[INFO] [stdout] 856 | 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/curl.rs:857:10
[INFO] [stdout]     |
[INFO] [stdout] 857 | 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/curl.rs:858:10
[INFO] [stdout]     |
[INFO] [stdout] 858 | 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/curl.rs:859:10
[INFO] [stdout]     |
[INFO] [stdout] 859 | 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/curl.rs:860:10
[INFO] [stdout]     |
[INFO] [stdout] 860 | 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/curl.rs:861:10
[INFO] [stdout]     |
[INFO] [stdout] 861 | 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/curl.rs:862:10
[INFO] [stdout]     |
[INFO] [stdout] 862 | 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/curl.rs:874:10
[INFO] [stdout]     |
[INFO] [stdout] 874 | 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/curl.rs:875:10
[INFO] [stdout]     |
[INFO] [stdout] 875 | 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/curl.rs:876:10
[INFO] [stdout]     |
[INFO] [stdout] 876 | 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/curl.rs:877:10
[INFO] [stdout]     |
[INFO] [stdout] 877 | 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/curl.rs:878:10
[INFO] [stdout]     |
[INFO] [stdout] 878 | 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/curl.rs:879:10
[INFO] [stdout]     |
[INFO] [stdout] 879 | 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/curl.rs:880:10
[INFO] [stdout]     |
[INFO] [stdout] 880 | 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 `__suseconds64_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:881:10
[INFO] [stdout]     |
[INFO] [stdout] 881 | pub type __suseconds64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Suseconds64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:882:10
[INFO] [stdout]     |
[INFO] [stdout] 882 | 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/curl.rs:883:10
[INFO] [stdout]     |
[INFO] [stdout] 883 | 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/curl.rs:884:10
[INFO] [stdout]     |
[INFO] [stdout] 884 | 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/curl.rs:885:10
[INFO] [stdout]     |
[INFO] [stdout] 885 | 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/curl.rs:886:10
[INFO] [stdout]     |
[INFO] [stdout] 886 | 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/curl.rs:887:10
[INFO] [stdout]     |
[INFO] [stdout] 887 | 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/curl.rs:888:10
[INFO] [stdout]     |
[INFO] [stdout] 888 | 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/curl.rs:889:10
[INFO] [stdout]     |
[INFO] [stdout] 889 | 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/curl.rs:890:10
[INFO] [stdout]     |
[INFO] [stdout] 890 | 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/curl.rs:891:10
[INFO] [stdout]     |
[INFO] [stdout] 891 | 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/curl.rs:892:10
[INFO] [stdout]     |
[INFO] [stdout] 892 | 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/curl.rs:893:10
[INFO] [stdout]     |
[INFO] [stdout] 893 | 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/curl.rs:894:10
[INFO] [stdout]     |
[INFO] [stdout] 894 | 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/curl.rs:895:10
[INFO] [stdout]     |
[INFO] [stdout] 895 | 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/curl.rs:896:10
[INFO] [stdout]     |
[INFO] [stdout] 896 | 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/curl.rs:897:10
[INFO] [stdout]     |
[INFO] [stdout] 897 | 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/curl.rs:898:10
[INFO] [stdout]     |
[INFO] [stdout] 898 | 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/curl.rs:899:10
[INFO] [stdout]     |
[INFO] [stdout] 899 | 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/curl.rs:900:10
[INFO] [stdout]     |
[INFO] [stdout] 900 | 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/curl.rs:901:10
[INFO] [stdout]     |
[INFO] [stdout] 901 | 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 `u_char` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:902:10
[INFO] [stdout]     |
[INFO] [stdout] 902 | pub type u_char = __u_char;
[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/curl.rs:903:10
[INFO] [stdout]     |
[INFO] [stdout] 903 | pub type u_short = __u_short;
[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/curl.rs:904:10
[INFO] [stdout]     |
[INFO] [stdout] 904 | pub type u_int = __u_int;
[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/curl.rs:905:10
[INFO] [stdout]     |
[INFO] [stdout] 905 | pub type u_long = __u_long;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ULong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `quad_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:906:10
[INFO] [stdout]     |
[INFO] [stdout] 906 | pub type quad_t = __quad_t;
[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/curl.rs:907:10
[INFO] [stdout]     |
[INFO] [stdout] 907 | pub type u_quad_t = __u_quad_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `fsid_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:908:10
[INFO] [stdout]     |
[INFO] [stdout] 908 | pub type fsid_t = __fsid_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `FsidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `loff_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:909:10
[INFO] [stdout]     |
[INFO] [stdout] 909 | pub type loff_t = __loff_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `LoffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ino_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:910:10
[INFO] [stdout]     |
[INFO] [stdout] 910 | pub type ino_t = __ino_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `InoT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `dev_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:911:10
[INFO] [stdout]     |
[INFO] [stdout] 911 | pub type dev_t = __dev_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `DevT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `gid_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:912:10
[INFO] [stdout]     |
[INFO] [stdout] 912 | pub type gid_t = __gid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `GidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:913:10
[INFO] [stdout]     |
[INFO] [stdout] 913 | pub type mode_t = __mode_t;
[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/curl.rs:914:10
[INFO] [stdout]     |
[INFO] [stdout] 914 | pub type nlink_t = __nlink_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `NlinkT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uid_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:915:10
[INFO] [stdout]     |
[INFO] [stdout] 915 | pub type uid_t = __uid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `UidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:916:10
[INFO] [stdout]     |
[INFO] [stdout] 916 | 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 `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:917:10
[INFO] [stdout]     |
[INFO] [stdout] 917 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `id_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:918:10
[INFO] [stdout]     |
[INFO] [stdout] 918 | pub type id_t = __id_t;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `IdT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `daddr_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:919:10
[INFO] [stdout]     |
[INFO] [stdout] 919 | pub type daddr_t = __daddr_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `DaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `caddr_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:920:10
[INFO] [stdout]     |
[INFO] [stdout] 920 | pub type caddr_t = __caddr_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `CaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `key_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:921:10
[INFO] [stdout]     |
[INFO] [stdout] 921 | pub type key_t = __key_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `KeyT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `clock_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:922:10
[INFO] [stdout]     |
[INFO] [stdout] 922 | pub type clock_t = __clock_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `clockid_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:923:10
[INFO] [stdout]     |
[INFO] [stdout] 923 | pub type clockid_t = __clockid_t;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:924:10
[INFO] [stdout]     |
[INFO] [stdout] 924 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `timer_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:925:10
[INFO] [stdout]     |
[INFO] [stdout] 925 | pub type timer_t = __timer_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `TimerT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ulong` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:926:10
[INFO] [stdout]     |
[INFO] [stdout] 926 | pub type ulong = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ushort` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:927:10
[INFO] [stdout]     |
[INFO] [stdout] 927 | pub type ushort = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ushort`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:928:10
[INFO] [stdout]     |
[INFO] [stdout] 928 | pub type uint = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:929:10
[INFO] [stdout]     |
[INFO] [stdout] 929 | pub type u_int8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UInt8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `u_int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:930:10
[INFO] [stdout]     |
[INFO] [stdout] 930 | pub type u_int16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `u_int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:931:10
[INFO] [stdout]     |
[INFO] [stdout] 931 | pub type u_int32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `u_int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:932:10
[INFO] [stdout]     |
[INFO] [stdout] 932 | pub type u_int64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `register_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:933:10
[INFO] [stdout]     |
[INFO] [stdout] 933 | pub type register_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `RegisterT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sigset_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:945:10
[INFO] [stdout]     |
[INFO] [stdout] 945 | pub type sigset_t = __sigset_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `suseconds_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:972:10
[INFO] [stdout]     |
[INFO] [stdout] 972 | pub type suseconds_t = __suseconds_t;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fd_mask` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:973:10
[INFO] [stdout]     |
[INFO] [stdout] 973 | pub type __fd_mask = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `FdMask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `fd_mask` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:985:10
[INFO] [stdout]     |
[INFO] [stdout] 985 | pub type fd_mask = __fd_mask;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `FdMask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `blksize_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1005:10
[INFO] [stdout]      |
[INFO] [stdout] 1005 | pub type blksize_t = __blksize_t;
[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/curl.rs:1006:10
[INFO] [stdout]      |
[INFO] [stdout] 1006 | pub type blkcnt_t = __blkcnt_t;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `fsblkcnt_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1007:10
[INFO] [stdout]      |
[INFO] [stdout] 1007 | pub type fsblkcnt_t = __fsblkcnt_t;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `fsfilcnt_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1008:10
[INFO] [stdout]      |
[INFO] [stdout] 1008 | pub type fsfilcnt_t = __fsfilcnt_t;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pthread_list_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1058:10
[INFO] [stdout]      |
[INFO] [stdout] 1058 | pub type __pthread_list_t = __pthread_internal_list;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadListT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pthread_slist_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1073:10
[INFO] [stdout]      |
[INFO] [stdout] 1073 | pub type __pthread_slist_t = __pthread_internal_slist;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSlistT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__tss_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1183:10
[INFO] [stdout]      |
[INFO] [stdout] 1183 | pub type __tss_t = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^ help: convert the identifier to upper camel case: `TssT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__thrd_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1184:10
[INFO] [stdout]      |
[INFO] [stdout] 1184 | pub type __thrd_t = ::std::os::raw::c_ulong;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ThrdT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1196:10
[INFO] [stdout]      |
[INFO] [stdout] 1196 | pub type pthread_t = ::std::os::raw::c_ulong;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_key_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1227:10
[INFO] [stdout]      |
[INFO] [stdout] 1227 | pub type pthread_key_t = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadKeyT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_once_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1228:10
[INFO] [stdout]      |
[INFO] [stdout] 1228 | pub type pthread_once_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadOnceT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_spinlock_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1313:10
[INFO] [stdout]      |
[INFO] [stdout] 1313 | pub type pthread_spinlock_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSpinlockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `socklen_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1358:10
[INFO] [stdout]      |
[INFO] [stdout] 1358 | pub type socklen_t = __socklen_t;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__socket_type` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1368:10
[INFO] [stdout]      |
[INFO] [stdout] 1368 | pub type __socket_type = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocketType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sa_family_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1369:10
[INFO] [stdout]      |
[INFO] [stdout] 1369 | pub type sa_family_t = ::std::os::raw::c_ushort;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SaFamilyT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_bindgen_ty_1` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1422:10
[INFO] [stdout]      |
[INFO] [stdout] 1422 | pub type _bindgen_ty_1 = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_bindgen_ty_2` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1469:10
[INFO] [stdout]      |
[INFO] [stdout] 1469 | pub type _bindgen_ty_2 = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_sighandler_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1482:10
[INFO] [stdout]      |
[INFO] [stdout] 1482 | pub type __kernel_sighandler_t =
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSighandlerT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_key_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1484:10
[INFO] [stdout]      |
[INFO] [stdout] 1484 | pub type __kernel_key_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelKeyT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_mqd_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1485:10
[INFO] [stdout]      |
[INFO] [stdout] 1485 | pub type __kernel_mqd_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelMqdT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_old_uid_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1486:10
[INFO] [stdout]      |
[INFO] [stdout] 1486 | pub type __kernel_old_uid_t = ::std::os::raw::c_ushort;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldUidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_old_gid_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1487:10
[INFO] [stdout]      |
[INFO] [stdout] 1487 | pub type __kernel_old_gid_t = ::std::os::raw::c_ushort;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldGidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_old_dev_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1488:10
[INFO] [stdout]      |
[INFO] [stdout] 1488 | pub type __kernel_old_dev_t = ::std::os::raw::c_ulong;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldDevT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_long_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1489:10
[INFO] [stdout]      |
[INFO] [stdout] 1489 | pub type __kernel_long_t = ::std::os::raw::c_long;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelLongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_ulong_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1490:10
[INFO] [stdout]      |
[INFO] [stdout] 1490 | pub type __kernel_ulong_t = ::std::os::raw::c_ulong;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUlongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_ino_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1491:10
[INFO] [stdout]      |
[INFO] [stdout] 1491 | pub type __kernel_ino_t = __kernel_ulong_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelInoT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_mode_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1492:10
[INFO] [stdout]      |
[INFO] [stdout] 1492 | pub type __kernel_mode_t = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_pid_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1493:10
[INFO] [stdout]      |
[INFO] [stdout] 1493 | pub type __kernel_pid_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelPidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_ipc_pid_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1494:10
[INFO] [stdout]      |
[INFO] [stdout] 1494 | pub type __kernel_ipc_pid_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelIpcPidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_uid_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1495:10
[INFO] [stdout]      |
[INFO] [stdout] 1495 | pub type __kernel_uid_t = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_gid_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1496:10
[INFO] [stdout]      |
[INFO] [stdout] 1496 | pub type __kernel_gid_t = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_suseconds_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1497:10
[INFO] [stdout]      |
[INFO] [stdout] 1497 | pub type __kernel_suseconds_t = __kernel_long_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSusecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_daddr_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1498:10
[INFO] [stdout]      |
[INFO] [stdout] 1498 | pub type __kernel_daddr_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelDaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_uid32_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1499:10
[INFO] [stdout]      |
[INFO] [stdout] 1499 | pub type __kernel_uid32_t = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUid32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_gid32_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1500:10
[INFO] [stdout]      |
[INFO] [stdout] 1500 | pub type __kernel_gid32_t = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGid32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_size_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1501:10
[INFO] [stdout]      |
[INFO] [stdout] 1501 | pub type __kernel_size_t = __kernel_ulong_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_ssize_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1502:10
[INFO] [stdout]      |
[INFO] [stdout] 1502 | pub type __kernel_ssize_t = __kernel_long_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_ptrdiff_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1503:10
[INFO] [stdout]      |
[INFO] [stdout] 1503 | pub type __kernel_ptrdiff_t = __kernel_long_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelPtrdiffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_off_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1516:10
[INFO] [stdout]      |
[INFO] [stdout] 1516 | pub type __kernel_off_t = __kernel_long_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_loff_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1517:10
[INFO] [stdout]      |
[INFO] [stdout] 1517 | pub type __kernel_loff_t = ::std::os::raw::c_longlong;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelLoffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_old_time_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1518:10
[INFO] [stdout]      |
[INFO] [stdout] 1518 | pub type __kernel_old_time_t = __kernel_long_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldTimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_time_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1519:10
[INFO] [stdout]      |
[INFO] [stdout] 1519 | pub type __kernel_time_t = __kernel_long_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_time64_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1520:10
[INFO] [stdout]      |
[INFO] [stdout] 1520 | pub type __kernel_time64_t = ::std::os::raw::c_longlong;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTime64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_clock_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1521:10
[INFO] [stdout]      |
[INFO] [stdout] 1521 | pub type __kernel_clock_t = __kernel_long_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelClockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_timer_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1522:10
[INFO] [stdout]      |
[INFO] [stdout] 1522 | pub type __kernel_timer_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTimerT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_clockid_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1523:10
[INFO] [stdout]      |
[INFO] [stdout] 1523 | pub type __kernel_clockid_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelClockidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_caddr_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1524:10
[INFO] [stdout]      |
[INFO] [stdout] 1524 | pub type __kernel_caddr_t = *mut ::std::os::raw::c_char;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelCaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_uid16_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1525:10
[INFO] [stdout]      |
[INFO] [stdout] 1525 | pub type __kernel_uid16_t = ::std::os::raw::c_ushort;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUid16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_gid16_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1526:10
[INFO] [stdout]      |
[INFO] [stdout] 1526 | pub type __kernel_gid16_t = ::std::os::raw::c_ushort;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGid16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_bindgen_ty_3` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1557:10
[INFO] [stdout]      |
[INFO] [stdout] 1557 | pub type _bindgen_ty_3 = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_socklen_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1695:10
[INFO] [stdout]      |
[INFO] [stdout] 1695 | pub type curl_socklen_t = socklen_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSocklenT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_off_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1696:10
[INFO] [stdout]      |
[INFO] [stdout] 1696 | pub type curl_off_t = ::std::os::raw::c_long;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlOffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__gnuc_va_list` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1697:10
[INFO] [stdout]      |
[INFO] [stdout] 1697 | 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 `__fpos_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1743:10
[INFO] [stdout]      |
[INFO] [stdout] 1743 | 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 `__fpos64_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1758:10
[INFO] [stdout]      |
[INFO] [stdout] 1758 | pub type __fpos64_t = _G_fpos64_t;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Fpos64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1776:10
[INFO] [stdout]      |
[INFO] [stdout] 1776 | 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 `cookie_read_function_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1862:10
[INFO] [stdout]      |
[INFO] [stdout] 1862 | pub type cookie_read_function_t = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CookieReadFunctionT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cookie_write_function_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1869:10
[INFO] [stdout]      |
[INFO] [stdout] 1869 | pub type cookie_write_function_t = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CookieWriteFunctionT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cookie_seek_function_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1876:10
[INFO] [stdout]      |
[INFO] [stdout] 1876 | pub type cookie_seek_function_t = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CookieSeekFunctionT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cookie_close_function_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1883:10
[INFO] [stdout]      |
[INFO] [stdout] 1883 | pub type cookie_close_function_t = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CookieCloseFunctionT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cookie_io_functions_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1909:10
[INFO] [stdout]      |
[INFO] [stdout] 1909 | pub type cookie_io_functions_t = _IO_cookie_io_functions_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CookieIoFunctionsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `va_list` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1910:10
[INFO] [stdout]      |
[INFO] [stdout] 1910 | pub type va_list = __gnuc_va_list;
[INFO] [stdout]      |          ^^^^^^^ help: convert the identifier to upper camel case: `VaList`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `fpos_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1911:10
[INFO] [stdout]      |
[INFO] [stdout] 1911 | pub type fpos_t = __fpos_t;
[INFO] [stdout]      |          ^^^^^^ help: convert the identifier to upper camel case: `FposT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__locale_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2460:10
[INFO] [stdout]      |
[INFO] [stdout] 2460 | pub type __locale_t = *mut __locale_struct;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `LocaleT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `locale_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2461:10
[INFO] [stdout]      |
[INFO] [stdout] 2461 | pub type locale_t = __locale_t;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `LocaleT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__itimer_which` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2637:10
[INFO] [stdout]      |
[INFO] [stdout] 2637 | pub type __itimer_which = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ItimerWhich`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__itimer_which_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2652:10
[INFO] [stdout]      |
[INFO] [stdout] 2652 | pub type __itimer_which_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ItimerWhichT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_socket_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2680:10
[INFO] [stdout]      |
[INFO] [stdout] 2680 | pub type curl_socket_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSocketT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_sslbackend` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2696:10
[INFO] [stdout]      |
[INFO] [stdout] 2696 | pub type curl_sslbackend = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSslbackend`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_progress_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2745:10
[INFO] [stdout]      |
[INFO] [stdout] 2745 | pub type curl_progress_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlProgressCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_xferinfo_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2754:10
[INFO] [stdout]      |
[INFO] [stdout] 2754 | pub type curl_xferinfo_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlXferinfoCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_write_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2763:10
[INFO] [stdout]      |
[INFO] [stdout] 2763 | pub type curl_write_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlWriteCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_resolver_start_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2771:10
[INFO] [stdout]      |
[INFO] [stdout] 2771 | pub type curl_resolver_start_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlResolverStartCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curlfiletype` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2787:10
[INFO] [stdout]      |
[INFO] [stdout] 2787 | pub type curlfiletype = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Curlfiletype`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_chunk_bgn_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2857:10
[INFO] [stdout]      |
[INFO] [stdout] 2857 | pub type curl_chunk_bgn_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlChunkBgnCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_chunk_end_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2864:10
[INFO] [stdout]      |
[INFO] [stdout] 2864 | pub type curl_chunk_end_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlChunkEndCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_fnmatch_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2867:10
[INFO] [stdout]      |
[INFO] [stdout] 2867 | pub type curl_fnmatch_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlFnmatchCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_seek_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2874:10
[INFO] [stdout]      |
[INFO] [stdout] 2874 | pub type curl_seek_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSeekCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_read_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2881:10
[INFO] [stdout]      |
[INFO] [stdout] 2881 | pub type curl_read_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlReadCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_trailer_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2889:10
[INFO] [stdout]      |
[INFO] [stdout] 2889 | pub type curl_trailer_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlTrailerCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curlsocktype` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2898:10
[INFO] [stdout]      |
[INFO] [stdout] 2898 | pub type curlsocktype = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Curlsocktype`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_sockopt_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2899:10
[INFO] [stdout]      |
[INFO] [stdout] 2899 | pub type curl_sockopt_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSockoptCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_opensocket_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2929:10
[INFO] [stdout]      |
[INFO] [stdout] 2929 | pub type curl_opensocket_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlOpensocketCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_closesocket_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2936:10
[INFO] [stdout]      |
[INFO] [stdout] 2936 | pub type curl_closesocket_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlClosesocketCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curlioerr` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2946:10
[INFO] [stdout]      |
[INFO] [stdout] 2946 | pub type curlioerr = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Curlioerr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curliocmd` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2950:10
[INFO] [stdout]      |
[INFO] [stdout] 2950 | pub type curliocmd = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Curliocmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_ioctl_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2951:10
[INFO] [stdout]      |
[INFO] [stdout] 2951 | pub type curl_ioctl_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlIoctlCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_malloc_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2958:10
[INFO] [stdout]      |
[INFO] [stdout] 2958 | pub type curl_malloc_callback =
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlMallocCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_free_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2960:10
[INFO] [stdout]      |
[INFO] [stdout] 2960 | pub type curl_free_callback =
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlFreeCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_realloc_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2962:10
[INFO] [stdout]      |
[INFO] [stdout] 2962 | pub type curl_realloc_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlReallocCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_strdup_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2968:10
[INFO] [stdout]      |
[INFO] [stdout] 2968 | pub type curl_strdup_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlStrdupCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_calloc_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2971:10
[INFO] [stdout]      |
[INFO] [stdout] 2971 | pub type curl_calloc_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlCallocCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_infotype` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2982:10
[INFO] [stdout]      |
[INFO] [stdout] 2982 | pub type curl_infotype = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlInfotype`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_debug_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2983:10
[INFO] [stdout]      |
[INFO] [stdout] 2983 | pub type curl_debug_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlDebugCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_prereq_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2992:10
[INFO] [stdout]      |
[INFO] [stdout] 2992 | pub type curl_prereq_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlPrereqCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_conv_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3141:10
[INFO] [stdout]      |
[INFO] [stdout] 3141 | pub type curl_conv_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlConvCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_ssl_ctx_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3144:10
[INFO] [stdout]      |
[INFO] [stdout] 3144 | pub type curl_ssl_ctx_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSslCtxCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_proxytype` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3159:10
[INFO] [stdout]      |
[INFO] [stdout] 3159 | pub type curl_proxytype = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlProxytype`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_khtype` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3166:10
[INFO] [stdout]      |
[INFO] [stdout] 3166 | pub type curl_khtype = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlKhtype`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_khstat` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3188:10
[INFO] [stdout]      |
[INFO] [stdout] 3188 | pub type curl_khstat = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlKhstat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_khmatch` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3193:10
[INFO] [stdout]      |
[INFO] [stdout] 3193 | pub type curl_khmatch = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlKhmatch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_sshkeycallback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3194:10
[INFO] [stdout]      |
[INFO] [stdout] 3194 | pub type curl_sshkeycallback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSshkeycallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_sshhostkeycallback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3203:10
[INFO] [stdout]      |
[INFO] [stdout] 3203 | pub type curl_sshhostkeycallback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSshhostkeycallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_usessl` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3216:10
[INFO] [stdout]      |
[INFO] [stdout] 3216 | pub type curl_usessl = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlUsessl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_ftpccc` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3221:10
[INFO] [stdout]      |
[INFO] [stdout] 3221 | pub type curl_ftpccc = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlFtpccc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_ftpauth` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3226:10
[INFO] [stdout]      |
[INFO] [stdout] 3226 | pub type curl_ftpauth = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlFtpauth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_ftpcreatedir` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3231:10
[INFO] [stdout]      |
[INFO] [stdout] 3231 | pub type curl_ftpcreatedir = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlFtpcreatedir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_ftpmethod` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3237:10
[INFO] [stdout]      |
[INFO] [stdout] 3237 | pub type curl_ftpmethod = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlFtpmethod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_hstsread_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3299:10
[INFO] [stdout]      |
[INFO] [stdout] 3299 | pub type curl_hstsread_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlHstsreadCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_hstswrite_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3306:10
[INFO] [stdout]      |
[INFO] [stdout] 3306 | pub type curl_hstswrite_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlHstswriteCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_bindgen_ty_4` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3631:10
[INFO] [stdout]      |
[INFO] [stdout] 3631 | pub type _bindgen_ty_4 = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_bindgen_ty_5` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3645:10
[INFO] [stdout]      |
[INFO] [stdout] 3645 | pub type _bindgen_ty_5 = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CURL_NETRC_OPTION` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3650:10
[INFO] [stdout]      |
[INFO] [stdout] 3650 | pub type CURL_NETRC_OPTION = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlNetrcOption`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CURL_TLSAUTH` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3654:10
[INFO] [stdout]      |
[INFO] [stdout] 3654 | pub type CURL_TLSAUTH = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlTlsauth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_TimeCond` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3660:10
[INFO] [stdout]      |
[INFO] [stdout] 3660 | pub type curl_TimeCond = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlTimeCond`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_formget_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3825:10
[INFO] [stdout]      |
[INFO] [stdout] 3825 | pub type curl_formget_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlFormgetCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_closepolicy` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4063:10
[INFO] [stdout]      |
[INFO] [stdout] 4063 | pub type curl_closepolicy = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlClosepolicy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_lock_data` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4074:10
[INFO] [stdout]      |
[INFO] [stdout] 4074 | pub type curl_lock_data = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlLockData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_lock_access` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4079:10
[INFO] [stdout]      |
[INFO] [stdout] 4079 | pub type curl_lock_access = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlLockAccess`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_lock_function` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4080:10
[INFO] [stdout]      |
[INFO] [stdout] 4080 | pub type curl_lock_function = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlLockFunction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_unlock_function` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4088:10
[INFO] [stdout]      |
[INFO] [stdout] 4088 | pub type curl_unlock_function = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlUnlockFunction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_socket_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4419:10
[INFO] [stdout]      |
[INFO] [stdout] 4419 | pub type curl_socket_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSocketCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_multi_timer_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4428:10
[INFO] [stdout]      |
[INFO] [stdout] 4428 | pub type curl_multi_timer_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlMultiTimerCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_push_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4510:10
[INFO] [stdout]      |
[INFO] [stdout] 4510 | pub type curl_push_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlPushCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_easytype` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4616:10
[INFO] [stdout]      |
[INFO] [stdout] 4616 | pub type curl_easytype = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlEasytype`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__builtin_va_list` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4801:10
[INFO] [stdout]      |
[INFO] [stdout] 4801 | 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: constant `__glibc_c99_flexarr_available` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:159:11
[INFO] [stdout]     |
[INFO] [stdout] 159 | 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]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__clock_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:171:11
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub const __clock_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLOCK_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__clockid_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:172:11
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub const __clockid_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLOCKID_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__time_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:173:11
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub const __time_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIME_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__timer_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:174:11
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub const __timer_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIMER_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__sigset_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:192:11
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub const __sigset_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIGSET_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__timeval_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:193:11
[INFO] [stdout]     |
[INFO] [stdout] 193 | pub const __timeval_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIMEVAL_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__have_pthread_attr_t` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:210:11
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub const __have_pthread_attr_t: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__HAVE_PTHREAD_ATTR_T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__iovec_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:212:11
[INFO] [stdout]     |
[INFO] [stdout] 212 | pub const __iovec_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__IOVEC_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PF_DECnet` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:227:11
[INFO] [stdout]     |
[INFO] [stdout] 227 | pub const PF_DECnet: u32 = 12;
[INFO] [stdout]     |           ^^^^^^^^^ help: convert the identifier to upper case: `PF_DECNET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `AF_DECnet` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:277:11
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub const AF_DECnet: u32 = 12;
[INFO] [stdout]     |           ^^^^^^^^^ help: convert the identifier to upper case: `AF_DECNET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__osockaddr_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:441:11
[INFO] [stdout]     |
[INFO] [stdout] 441 | pub const __osockaddr_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__OSOCKADDR_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_____fpos_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:450:11
[INFO] [stdout]     |
[INFO] [stdout] 450 | pub const _____fpos_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_____FPOS_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `____mbstate_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:451:11
[INFO] [stdout]     |
[INFO] [stdout] 451 | 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 `_____fpos64_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:452:11
[INFO] [stdout]     |
[INFO] [stdout] 452 | pub const _____fpos64_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_____FPOS64_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `____FILE_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:453:11
[INFO] [stdout]     |
[INFO] [stdout] 453 | 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/curl.rs:454:11
[INFO] [stdout]     |
[INFO] [stdout] 454 | 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 `__struct_FILE_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:455:11
[INFO] [stdout]     |
[INFO] [stdout] 455 | pub const __struct_FILE_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__STRUCT_FILE_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__cookie_io_functions_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:459:11
[INFO] [stdout]     |
[INFO] [stdout] 459 | pub const __cookie_io_functions_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__COOKIE_IO_FUNCTIONS_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `P_tmpdir` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:468:11
[INFO] [stdout]     |
[INFO] [stdout] 468 | pub const P_tmpdir: &[u8; 5] = 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/curl.rs:469:11
[INFO] [stdout]     |
[INFO] [stdout] 469 | 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/curl.rs:473:11
[INFO] [stdout]     |
[INFO] [stdout] 473 | 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 `__struct_tm_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:583:11
[INFO] [stdout]     |
[INFO] [stdout] 583 | pub const __struct_tm_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__STRUCT_TM_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__itimerspec_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:584:11
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub const __itimerspec_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__ITIMERSPEC_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_TLSv1` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:706:11
[INFO] [stdout]     |
[INFO] [stdout] 706 | pub const CURL_SSLVERSION_TLSv1: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_TLSV1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_SSLv2` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:707:11
[INFO] [stdout]     |
[INFO] [stdout] 707 | pub const CURL_SSLVERSION_SSLv2: u32 = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_SSLV2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_SSLv3` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:708:11
[INFO] [stdout]     |
[INFO] [stdout] 708 | pub const CURL_SSLVERSION_SSLv3: u32 = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_SSLV3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_TLSv1_0` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:709:11
[INFO] [stdout]     |
[INFO] [stdout] 709 | pub const CURL_SSLVERSION_TLSv1_0: u32 = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_TLSV1_0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_TLSv1_1` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:710:11
[INFO] [stdout]     |
[INFO] [stdout] 710 | pub const CURL_SSLVERSION_TLSv1_1: u32 = 5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_TLSV1_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_TLSv1_2` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:711:11
[INFO] [stdout]     |
[INFO] [stdout] 711 | pub const CURL_SSLVERSION_TLSv1_2: u32 = 6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_TLSV1_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_TLSv1_3` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:712:11
[INFO] [stdout]     |
[INFO] [stdout] 712 | pub const CURL_SSLVERSION_TLSv1_3: u32 = 7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_TLSV1_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_MAX_TLSv1_0` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:716:11
[INFO] [stdout]     |
[INFO] [stdout] 716 | pub const CURL_SSLVERSION_MAX_TLSv1_0: u32 = 262144;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_MAX_TLSV1_0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_MAX_TLSv1_1` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:717:11
[INFO] [stdout]     |
[INFO] [stdout] 717 | pub const CURL_SSLVERSION_MAX_TLSv1_1: u32 = 327680;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_MAX_TLSV1_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_MAX_TLSv1_2` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:718:11
[INFO] [stdout]     |
[INFO] [stdout] 718 | pub const CURL_SSLVERSION_MAX_TLSv1_2: u32 = 393216;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_MAX_TLSV1_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_MAX_TLSv1_3` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:719:11
[INFO] [stdout]     |
[INFO] [stdout] 719 | pub const CURL_SSLVERSION_MAX_TLSv1_3: u32 = 458752;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_MAX_TLSV1_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_STREAM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1359:11
[INFO] [stdout]      |
[INFO] [stdout] 1359 | pub const __socket_type_SOCK_STREAM: __socket_type = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_STREAM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_DGRAM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1360:11
[INFO] [stdout]      |
[INFO] [stdout] 1360 | pub const __socket_type_SOCK_DGRAM: __socket_type = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_DGRAM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_RAW` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1361:11
[INFO] [stdout]      |
[INFO] [stdout] 1361 | pub const __socket_type_SOCK_RAW: __socket_type = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_RAW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_RDM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1362:11
[INFO] [stdout]      |
[INFO] [stdout] 1362 | pub const __socket_type_SOCK_RDM: __socket_type = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_RDM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_SEQPACKET` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1363:11
[INFO] [stdout]      |
[INFO] [stdout] 1363 | pub const __socket_type_SOCK_SEQPACKET: __socket_type = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_SEQPACKET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_DCCP` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1364:11
[INFO] [stdout]      |
[INFO] [stdout] 1364 | pub const __socket_type_SOCK_DCCP: __socket_type = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_DCCP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_PACKET` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1365:11
[INFO] [stdout]      |
[INFO] [stdout] 1365 | pub const __socket_type_SOCK_PACKET: __socket_type = 10;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_PACKET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_CLOEXEC` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1366:11
[INFO] [stdout]      |
[INFO] [stdout] 1366 | pub const __socket_type_SOCK_CLOEXEC: __socket_type = 524288;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_CLOEXEC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_NONBLOCK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1367:11
[INFO] [stdout]      |
[INFO] [stdout] 1367 | pub const __socket_type_SOCK_NONBLOCK: __socket_type = 2048;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_NONBLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_read_ptr` should have a snake case name
[INFO] [stdout]     --> src/curl.rs:1781:9
[INFO] [stdout]      |
[INFO] [stdout] 1781 |     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)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_read_end` should have a snake case name
[INFO] [stdout]     --> src/curl.rs:1782:9
[INFO] [stdout]      |
[INFO] [stdout] 1782 |     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/curl.rs:1783:9
[INFO] [stdout]      |
[INFO] [stdout] 1783 |     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/curl.rs:1784:9
[INFO] [stdout]      |
[INFO] [stdout] 1784 |     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/curl.rs:1785:9
[INFO] [stdout]      |
[INFO] [stdout] 1785 |     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/curl.rs:1786:9
[INFO] [stdout]      |
[INFO] [stdout] 1786 |     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/curl.rs:1787:9
[INFO] [stdout]      |
[INFO] [stdout] 1787 |     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/curl.rs:1788:9
[INFO] [stdout]      |
[INFO] [stdout] 1788 |     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/curl.rs:1789:9
[INFO] [stdout]      |
[INFO] [stdout] 1789 |     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/curl.rs:1790:9
[INFO] [stdout]      |
[INFO] [stdout] 1790 |     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/curl.rs:1791:9
[INFO] [stdout]      |
[INFO] [stdout] 1791 |     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: constant `__itimer_which_ITIMER_REAL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2634:11
[INFO] [stdout]      |
[INFO] [stdout] 2634 | pub const __itimer_which_ITIMER_REAL: __itimer_which = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__ITIMER_WHICH_ITIMER_REAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__itimer_which_ITIMER_VIRTUAL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2635:11
[INFO] [stdout]      |
[INFO] [stdout] 2635 | pub const __itimer_which_ITIMER_VIRTUAL: __itimer_which = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__ITIMER_WHICH_ITIMER_VIRTUAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__itimer_which_ITIMER_PROF` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2636:11
[INFO] [stdout]      |
[INFO] [stdout] 2636 | pub const __itimer_which_ITIMER_PROF: __itimer_which = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__ITIMER_WHICH_ITIMER_PROF`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_NONE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2681:11
[INFO] [stdout]      |
[INFO] [stdout] 2681 | pub const curl_sslbackend_CURLSSLBACKEND_NONE: curl_sslbackend = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_OPENSSL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2682:11
[INFO] [stdout]      |
[INFO] [stdout] 2682 | pub const curl_sslbackend_CURLSSLBACKEND_OPENSSL: curl_sslbackend = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_OPENSSL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_GNUTLS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2683:11
[INFO] [stdout]      |
[INFO] [stdout] 2683 | pub const curl_sslbackend_CURLSSLBACKEND_GNUTLS: curl_sslbackend = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_GNUTLS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_NSS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2684:11
[INFO] [stdout]      |
[INFO] [stdout] 2684 | pub const curl_sslbackend_CURLSSLBACKEND_NSS: curl_sslbackend = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_NSS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_OBSOLETE4` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2685:11
[INFO] [stdout]      |
[INFO] [stdout] 2685 | pub const curl_sslbackend_CURLSSLBACKEND_OBSOLETE4: curl_sslbackend = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_OBSOLETE4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_GSKIT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2686:11
[INFO] [stdout]      |
[INFO] [stdout] 2686 | pub const curl_sslbackend_CURLSSLBACKEND_GSKIT: curl_sslbackend = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_GSKIT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_POLARSSL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2687:11
[INFO] [stdout]      |
[INFO] [stdout] 2687 | pub const curl_sslbackend_CURLSSLBACKEND_POLARSSL: curl_sslbackend = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_POLARSSL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_WOLFSSL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2688:11
[INFO] [stdout]      |
[INFO] [stdout] 2688 | pub const curl_sslbackend_CURLSSLBACKEND_WOLFSSL: curl_sslbackend = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_WOLFSSL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_SCHANNEL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2689:11
[INFO] [stdout]      |
[INFO] [stdout] 2689 | pub const curl_sslbackend_CURLSSLBACKEND_SCHANNEL: curl_sslbackend = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_SCHANNEL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_SECURETRANSPORT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2690:11
[INFO] [stdout]      |
[INFO] [stdout] 2690 | pub const curl_sslbackend_CURLSSLBACKEND_SECURETRANSPORT: curl_sslbackend = 9;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_SECURETRANSPORT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_AXTLS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2691:11
[INFO] [stdout]      |
[INFO] [stdout] 2691 | pub const curl_sslbackend_CURLSSLBACKEND_AXTLS: curl_sslbackend = 10;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_AXTLS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_MBEDTLS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2692:11
[INFO] [stdout]      |
[INFO] [stdout] 2692 | pub const curl_sslbackend_CURLSSLBACKEND_MBEDTLS: curl_sslbackend = 11;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_MBEDTLS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_MESALINK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2693:11
[INFO] [stdout]      |
[INFO] [stdout] 2693 | pub const curl_sslbackend_CURLSSLBACKEND_MESALINK: curl_sslbackend = 12;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_MESALINK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_BEARSSL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2694:11
[INFO] [stdout]      |
[INFO] [stdout] 2694 | pub const curl_sslbackend_CURLSSLBACKEND_BEARSSL: curl_sslbackend = 13;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_BEARSSL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_RUSTLS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2695:11
[INFO] [stdout]      |
[INFO] [stdout] 2695 | pub const curl_sslbackend_CURLSSLBACKEND_RUSTLS: curl_sslbackend = 14;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_RUSTLS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_FILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2778:11
[INFO] [stdout]      |
[INFO] [stdout] 2778 | pub const curlfiletype_CURLFILETYPE_FILE: curlfiletype = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_DIRECTORY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2779:11
[INFO] [stdout]      |
[INFO] [stdout] 2779 | pub const curlfiletype_CURLFILETYPE_DIRECTORY: curlfiletype = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_DIRECTORY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_SYMLINK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2780:11
[INFO] [stdout]      |
[INFO] [stdout] 2780 | pub const curlfiletype_CURLFILETYPE_SYMLINK: curlfiletype = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_SYMLINK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_DEVICE_BLOCK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2781:11
[INFO] [stdout]      |
[INFO] [stdout] 2781 | pub const curlfiletype_CURLFILETYPE_DEVICE_BLOCK: curlfiletype = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_DEVICE_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_DEVICE_CHAR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2782:11
[INFO] [stdout]      |
[INFO] [stdout] 2782 | pub const curlfiletype_CURLFILETYPE_DEVICE_CHAR: curlfiletype = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_DEVICE_CHAR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_NAMEDPIPE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2783:11
[INFO] [stdout]      |
[INFO] [stdout] 2783 | pub const curlfiletype_CURLFILETYPE_NAMEDPIPE: curlfiletype = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_NAMEDPIPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_SOCKET` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2784:11
[INFO] [stdout]      |
[INFO] [stdout] 2784 | pub const curlfiletype_CURLFILETYPE_SOCKET: curlfiletype = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_SOCKET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_DOOR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2785:11
[INFO] [stdout]      |
[INFO] [stdout] 2785 | pub const curlfiletype_CURLFILETYPE_DOOR: curlfiletype = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_DOOR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_UNKNOWN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2786:11
[INFO] [stdout]      |
[INFO] [stdout] 2786 | pub const curlfiletype_CURLFILETYPE_UNKNOWN: curlfiletype = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlsocktype_CURLSOCKTYPE_IPCXN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2895:11
[INFO] [stdout]      |
[INFO] [stdout] 2895 | pub const curlsocktype_CURLSOCKTYPE_IPCXN: curlsocktype = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSOCKTYPE_CURLSOCKTYPE_IPCXN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlsocktype_CURLSOCKTYPE_ACCEPT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2896:11
[INFO] [stdout]      |
[INFO] [stdout] 2896 | pub const curlsocktype_CURLSOCKTYPE_ACCEPT: curlsocktype = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSOCKTYPE_CURLSOCKTYPE_ACCEPT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlsocktype_CURLSOCKTYPE_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2897:11
[INFO] [stdout]      |
[INFO] [stdout] 2897 | pub const curlsocktype_CURLSOCKTYPE_LAST: curlsocktype = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSOCKTYPE_CURLSOCKTYPE_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlioerr_CURLIOE_OK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2942:11
[INFO] [stdout]      |
[INFO] [stdout] 2942 | pub const curlioerr_CURLIOE_OK: curlioerr = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLIOERR_CURLIOE_OK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlioerr_CURLIOE_UNKNOWNCMD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2943:11
[INFO] [stdout]      |
[INFO] [stdout] 2943 | pub const curlioerr_CURLIOE_UNKNOWNCMD: curlioerr = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLIOERR_CURLIOE_UNKNOWNCMD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlioerr_CURLIOE_FAILRESTART` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2944:11
[INFO] [stdout]      |
[INFO] [stdout] 2944 | pub const curlioerr_CURLIOE_FAILRESTART: curlioerr = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLIOERR_CURLIOE_FAILRESTART`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlioerr_CURLIOE_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2945:11
[INFO] [stdout]      |
[INFO] [stdout] 2945 | pub const curlioerr_CURLIOE_LAST: curlioerr = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLIOERR_CURLIOE_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curliocmd_CURLIOCMD_NOP` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2947:11
[INFO] [stdout]      |
[INFO] [stdout] 2947 | pub const curliocmd_CURLIOCMD_NOP: curliocmd = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLIOCMD_CURLIOCMD_NOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curliocmd_CURLIOCMD_RESTARTREAD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2948:11
[INFO] [stdout]      |
[INFO] [stdout] 2948 | pub const curliocmd_CURLIOCMD_RESTARTREAD: curliocmd = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLIOCMD_CURLIOCMD_RESTARTREAD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curliocmd_CURLIOCMD_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2949:11
[INFO] [stdout]      |
[INFO] [stdout] 2949 | pub const curliocmd_CURLIOCMD_LAST: curliocmd = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLIOCMD_CURLIOCMD_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_TEXT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2974:11
[INFO] [stdout]      |
[INFO] [stdout] 2974 | pub const curl_infotype_CURLINFO_TEXT: curl_infotype = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_TEXT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_HEADER_IN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2975:11
[INFO] [stdout]      |
[INFO] [stdout] 2975 | pub const curl_infotype_CURLINFO_HEADER_IN: curl_infotype = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_HEADER_IN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_HEADER_OUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2976:11
[INFO] [stdout]      |
[INFO] [stdout] 2976 | pub const curl_infotype_CURLINFO_HEADER_OUT: curl_infotype = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_HEADER_OUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_DATA_IN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2977:11
[INFO] [stdout]      |
[INFO] [stdout] 2977 | pub const curl_infotype_CURLINFO_DATA_IN: curl_infotype = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_DATA_IN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_DATA_OUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2978:11
[INFO] [stdout]      |
[INFO] [stdout] 2978 | pub const curl_infotype_CURLINFO_DATA_OUT: curl_infotype = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_DATA_OUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_SSL_DATA_IN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2979:11
[INFO] [stdout]      |
[INFO] [stdout] 2979 | pub const curl_infotype_CURLINFO_SSL_DATA_IN: curl_infotype = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_SSL_DATA_IN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_SSL_DATA_OUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2980:11
[INFO] [stdout]      |
[INFO] [stdout] 2980 | pub const curl_infotype_CURLINFO_SSL_DATA_OUT: curl_infotype = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_SSL_DATA_OUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_END` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2981:11
[INFO] [stdout]      |
[INFO] [stdout] 2981 | pub const curl_infotype_CURLINFO_END: curl_infotype = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_END`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3001:11
[INFO] [stdout]      |
[INFO] [stdout] 3001 | pub const CURLcode_CURLE_OK: CURLcode = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_UNSUPPORTED_PROTOCOL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3002:11
[INFO] [stdout]      |
[INFO] [stdout] 3002 | pub const CURLcode_CURLE_UNSUPPORTED_PROTOCOL: CURLcode = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_UNSUPPORTED_PROTOCOL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FAILED_INIT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3003:11
[INFO] [stdout]      |
[INFO] [stdout] 3003 | pub const CURLcode_CURLE_FAILED_INIT: CURLcode = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FAILED_INIT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_URL_MALFORMAT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3004:11
[INFO] [stdout]      |
[INFO] [stdout] 3004 | pub const CURLcode_CURLE_URL_MALFORMAT: CURLcode = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_URL_MALFORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_NOT_BUILT_IN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3005:11
[INFO] [stdout]      |
[INFO] [stdout] 3005 | pub const CURLcode_CURLE_NOT_BUILT_IN: CURLcode = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_NOT_BUILT_IN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_COULDNT_RESOLVE_PROXY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3006:11
[INFO] [stdout]      |
[INFO] [stdout] 3006 | pub const CURLcode_CURLE_COULDNT_RESOLVE_PROXY: CURLcode = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_COULDNT_RESOLVE_PROXY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_COULDNT_RESOLVE_HOST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3007:11
[INFO] [stdout]      |
[INFO] [stdout] 3007 | pub const CURLcode_CURLE_COULDNT_RESOLVE_HOST: CURLcode = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_COULDNT_RESOLVE_HOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_COULDNT_CONNECT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3008:11
[INFO] [stdout]      |
[INFO] [stdout] 3008 | pub const CURLcode_CURLE_COULDNT_CONNECT: CURLcode = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_COULDNT_CONNECT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_WEIRD_SERVER_REPLY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3009:11
[INFO] [stdout]      |
[INFO] [stdout] 3009 | pub const CURLcode_CURLE_WEIRD_SERVER_REPLY: CURLcode = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_WEIRD_SERVER_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_REMOTE_ACCESS_DENIED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3010:11
[INFO] [stdout]      |
[INFO] [stdout] 3010 | pub const CURLcode_CURLE_REMOTE_ACCESS_DENIED: CURLcode = 9;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_REMOTE_ACCESS_DENIED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_ACCEPT_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3011:11
[INFO] [stdout]      |
[INFO] [stdout] 3011 | pub const CURLcode_CURLE_FTP_ACCEPT_FAILED: CURLcode = 10;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_ACCEPT_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_WEIRD_PASS_REPLY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3012:11
[INFO] [stdout]      |
[INFO] [stdout] 3012 | pub const CURLcode_CURLE_FTP_WEIRD_PASS_REPLY: CURLcode = 11;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_WEIRD_PASS_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_ACCEPT_TIMEOUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3013:11
[INFO] [stdout]      |
[INFO] [stdout] 3013 | pub const CURLcode_CURLE_FTP_ACCEPT_TIMEOUT: CURLcode = 12;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_ACCEPT_TIMEOUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_WEIRD_PASV_REPLY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3014:11
[INFO] [stdout]      |
[INFO] [stdout] 3014 | pub const CURLcode_CURLE_FTP_WEIRD_PASV_REPLY: CURLcode = 13;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_WEIRD_PASV_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_WEIRD_227_FORMAT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3015:11
[INFO] [stdout]      |
[INFO] [stdout] 3015 | pub const CURLcode_CURLE_FTP_WEIRD_227_FORMAT: CURLcode = 14;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_WEIRD_227_FORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_CANT_GET_HOST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3016:11
[INFO] [stdout]      |
[INFO] [stdout] 3016 | pub const CURLcode_CURLE_FTP_CANT_GET_HOST: CURLcode = 15;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_CANT_GET_HOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_HTTP2` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3017:11
[INFO] [stdout]      |
[INFO] [stdout] 3017 | pub const CURLcode_CURLE_HTTP2: CURLcode = 16;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_HTTP2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_COULDNT_SET_TYPE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3018:11
[INFO] [stdout]      |
[INFO] [stdout] 3018 | pub const CURLcode_CURLE_FTP_COULDNT_SET_TYPE: CURLcode = 17;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_COULDNT_SET_TYPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_PARTIAL_FILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3019:11
[INFO] [stdout]      |
[INFO] [stdout] 3019 | pub const CURLcode_CURLE_PARTIAL_FILE: CURLcode = 18;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_PARTIAL_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_COULDNT_RETR_FILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3020:11
[INFO] [stdout]      |
[INFO] [stdout] 3020 | pub const CURLcode_CURLE_FTP_COULDNT_RETR_FILE: CURLcode = 19;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_COULDNT_RETR_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE20` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3021:11
[INFO] [stdout]      |
[INFO] [stdout] 3021 | pub const CURLcode_CURLE_OBSOLETE20: CURLcode = 20;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_QUOTE_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3022:11
[INFO] [stdout]      |
[INFO] [stdout] 3022 | pub const CURLcode_CURLE_QUOTE_ERROR: CURLcode = 21;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_QUOTE_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_HTTP_RETURNED_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3023:11
[INFO] [stdout]      |
[INFO] [stdout] 3023 | pub const CURLcode_CURLE_HTTP_RETURNED_ERROR: CURLcode = 22;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_HTTP_RETURNED_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_WRITE_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3024:11
[INFO] [stdout]      |
[INFO] [stdout] 3024 | pub const CURLcode_CURLE_WRITE_ERROR: CURLcode = 23;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_WRITE_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE24` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3025:11
[INFO] [stdout]      |
[INFO] [stdout] 3025 | pub const CURLcode_CURLE_OBSOLETE24: CURLcode = 24;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE24`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_UPLOAD_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3026:11
[INFO] [stdout]      |
[INFO] [stdout] 3026 | pub const CURLcode_CURLE_UPLOAD_FAILED: CURLcode = 25;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_UPLOAD_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_READ_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3027:11
[INFO] [stdout]      |
[INFO] [stdout] 3027 | pub const CURLcode_CURLE_READ_ERROR: CURLcode = 26;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_READ_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OUT_OF_MEMORY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3028:11
[INFO] [stdout]      |
[INFO] [stdout] 3028 | pub const CURLcode_CURLE_OUT_OF_MEMORY: CURLcode = 27;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OUT_OF_MEMORY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OPERATION_TIMEDOUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3029:11
[INFO] [stdout]      |
[INFO] [stdout] 3029 | pub const CURLcode_CURLE_OPERATION_TIMEDOUT: CURLcode = 28;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OPERATION_TIMEDOUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE29` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3030:11
[INFO] [stdout]      |
[INFO] [stdout] 3030 | pub const CURLcode_CURLE_OBSOLETE29: CURLcode = 29;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_PORT_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3031:11
[INFO] [stdout]      |
[INFO] [stdout] 3031 | pub const CURLcode_CURLE_FTP_PORT_FAILED: CURLcode = 30;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_PORT_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_COULDNT_USE_REST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3032:11
[INFO] [stdout]      |
[INFO] [stdout] 3032 | pub const CURLcode_CURLE_FTP_COULDNT_USE_REST: CURLcode = 31;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_COULDNT_USE_REST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE32` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3033:11
[INFO] [stdout]      |
[INFO] [stdout] 3033 | pub const CURLcode_CURLE_OBSOLETE32: CURLcode = 32;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_RANGE_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3034:11
[INFO] [stdout]      |
[INFO] [stdout] 3034 | pub const CURLcode_CURLE_RANGE_ERROR: CURLcode = 33;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_RANGE_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_HTTP_POST_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3035:11
[INFO] [stdout]      |
[INFO] [stdout] 3035 | pub const CURLcode_CURLE_HTTP_POST_ERROR: CURLcode = 34;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_HTTP_POST_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_CONNECT_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3036:11
[INFO] [stdout]      |
[INFO] [stdout] 3036 | pub const CURLcode_CURLE_SSL_CONNECT_ERROR: CURLcode = 35;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_CONNECT_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_BAD_DOWNLOAD_RESUME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3037:11
[INFO] [stdout]      |
[INFO] [stdout] 3037 | pub const CURLcode_CURLE_BAD_DOWNLOAD_RESUME: CURLcode = 36;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_BAD_DOWNLOAD_RESUME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FILE_COULDNT_READ_FILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3038:11
[INFO] [stdout]      |
[INFO] [stdout] 3038 | pub const CURLcode_CURLE_FILE_COULDNT_READ_FILE: CURLcode = 37;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FILE_COULDNT_READ_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_LDAP_CANNOT_BIND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3039:11
[INFO] [stdout]      |
[INFO] [stdout] 3039 | pub const CURLcode_CURLE_LDAP_CANNOT_BIND: CURLcode = 38;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_LDAP_CANNOT_BIND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_LDAP_SEARCH_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3040:11
[INFO] [stdout]      |
[INFO] [stdout] 3040 | pub const CURLcode_CURLE_LDAP_SEARCH_FAILED: CURLcode = 39;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_LDAP_SEARCH_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE40` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3041:11
[INFO] [stdout]      |
[INFO] [stdout] 3041 | pub const CURLcode_CURLE_OBSOLETE40: CURLcode = 40;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE40`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FUNCTION_NOT_FOUND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3042:11
[INFO] [stdout]      |
[INFO] [stdout] 3042 | pub const CURLcode_CURLE_FUNCTION_NOT_FOUND: CURLcode = 41;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FUNCTION_NOT_FOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_ABORTED_BY_CALLBACK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3043:11
[INFO] [stdout]      |
[INFO] [stdout] 3043 | pub const CURLcode_CURLE_ABORTED_BY_CALLBACK: CURLcode = 42;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_ABORTED_BY_CALLBACK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_BAD_FUNCTION_ARGUMENT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3044:11
[INFO] [stdout]      |
[INFO] [stdout] 3044 | pub const CURLcode_CURLE_BAD_FUNCTION_ARGUMENT: CURLcode = 43;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_BAD_FUNCTION_ARGUMENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE44` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3045:11
[INFO] [stdout]      |
[INFO] [stdout] 3045 | pub const CURLcode_CURLE_OBSOLETE44: CURLcode = 44;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE44`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_INTERFACE_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3046:11
[INFO] [stdout]      |
[INFO] [stdout] 3046 | pub const CURLcode_CURLE_INTERFACE_FAILED: CURLcode = 45;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_INTERFACE_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE46` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3047:11
[INFO] [stdout]      |
[INFO] [stdout] 3047 | pub const CURLcode_CURLE_OBSOLETE46: CURLcode = 46;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE46`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_TOO_MANY_REDIRECTS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3048:11
[INFO] [stdout]      |
[INFO] [stdout] 3048 | pub const CURLcode_CURLE_TOO_MANY_REDIRECTS: CURLcode = 47;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_TOO_MANY_REDIRECTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_UNKNOWN_OPTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3049:11
[INFO] [stdout]      |
[INFO] [stdout] 3049 | pub const CURLcode_CURLE_UNKNOWN_OPTION: CURLcode = 48;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_UNKNOWN_OPTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SETOPT_OPTION_SYNTAX` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3050:11
[INFO] [stdout]      |
[INFO] [stdout] 3050 | pub const CURLcode_CURLE_SETOPT_OPTION_SYNTAX: CURLcode = 49;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SETOPT_OPTION_SYNTAX`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE50` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3051:11
[INFO] [stdout]      |
[INFO] [stdout] 3051 | pub const CURLcode_CURLE_OBSOLETE50: CURLcode = 50;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE50`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE51` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3052:11
[INFO] [stdout]      |
[INFO] [stdout] 3052 | pub const CURLcode_CURLE_OBSOLETE51: CURLcode = 51;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE51`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_GOT_NOTHING` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3053:11
[INFO] [stdout]      |
[INFO] [stdout] 3053 | pub const CURLcode_CURLE_GOT_NOTHING: CURLcode = 52;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_GOT_NOTHING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_ENGINE_NOTFOUND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3054:11
[INFO] [stdout]      |
[INFO] [stdout] 3054 | pub const CURLcode_CURLE_SSL_ENGINE_NOTFOUND: CURLcode = 53;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_ENGINE_NOTFOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_ENGINE_SETFAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3055:11
[INFO] [stdout]      |
[INFO] [stdout] 3055 | pub const CURLcode_CURLE_SSL_ENGINE_SETFAILED: CURLcode = 54;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_ENGINE_SETFAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SEND_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3056:11
[INFO] [stdout]      |
[INFO] [stdout] 3056 | pub const CURLcode_CURLE_SEND_ERROR: CURLcode = 55;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SEND_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_RECV_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3057:11
[INFO] [stdout]      |
[INFO] [stdout] 3057 | pub const CURLcode_CURLE_RECV_ERROR: CURLcode = 56;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_RECV_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE57` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3058:11
[INFO] [stdout]      |
[INFO] [stdout] 3058 | pub const CURLcode_CURLE_OBSOLETE57: CURLcode = 57;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE57`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_CERTPROBLEM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3059:11
[INFO] [stdout]      |
[INFO] [stdout] 3059 | pub const CURLcode_CURLE_SSL_CERTPROBLEM: CURLcode = 58;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_CERTPROBLEM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_CIPHER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3060:11
[INFO] [stdout]      |
[INFO] [stdout] 3060 | pub const CURLcode_CURLE_SSL_CIPHER: CURLcode = 59;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_CIPHER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_PEER_FAILED_VERIFICATION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3061:11
[INFO] [stdout]      |
[INFO] [stdout] 3061 | pub const CURLcode_CURLE_PEER_FAILED_VERIFICATION: CURLcode = 60;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_PEER_FAILED_VERIFICATION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_BAD_CONTENT_ENCODING` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3062:11
[INFO] [stdout]      |
[INFO] [stdout] 3062 | pub const CURLcode_CURLE_BAD_CONTENT_ENCODING: CURLcode = 61;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_BAD_CONTENT_ENCODING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE62` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3063:11
[INFO] [stdout]      |
[INFO] [stdout] 3063 | pub const CURLcode_CURLE_OBSOLETE62: CURLcode = 62;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE62`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FILESIZE_EXCEEDED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3064:11
[INFO] [stdout]      |
[INFO] [stdout] 3064 | pub const CURLcode_CURLE_FILESIZE_EXCEEDED: CURLcode = 63;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FILESIZE_EXCEEDED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_USE_SSL_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3065:11
[INFO] [stdout]      |
[INFO] [stdout] 3065 | pub const CURLcode_CURLE_USE_SSL_FAILED: CURLcode = 64;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_USE_SSL_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SEND_FAIL_REWIND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3066:11
[INFO] [stdout]      |
[INFO] [stdout] 3066 | pub const CURLcode_CURLE_SEND_FAIL_REWIND: CURLcode = 65;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SEND_FAIL_REWIND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_ENGINE_INITFAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3067:11
[INFO] [stdout]      |
[INFO] [stdout] 3067 | pub const CURLcode_CURLE_SSL_ENGINE_INITFAILED: CURLcode = 66;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_ENGINE_INITFAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_LOGIN_DENIED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3068:11
[INFO] [stdout]      |
[INFO] [stdout] 3068 | pub const CURLcode_CURLE_LOGIN_DENIED: CURLcode = 67;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_LOGIN_DENIED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_TFTP_NOTFOUND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3069:11
[INFO] [stdout]      |
[INFO] [stdout] 3069 | pub const CURLcode_CURLE_TFTP_NOTFOUND: CURLcode = 68;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_TFTP_NOTFOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_TFTP_PERM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3070:11
[INFO] [stdout]      |
[INFO] [stdout] 3070 | pub const CURLcode_CURLE_TFTP_PERM: CURLcode = 69;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_TFTP_PERM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_REMOTE_DISK_FULL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3071:11
[INFO] [stdout]      |
[INFO] [stdout] 3071 | pub const CURLcode_CURLE_REMOTE_DISK_FULL: CURLcode = 70;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_REMOTE_DISK_FULL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_TFTP_ILLEGAL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3072:11
[INFO] [stdout]      |
[INFO] [stdout] 3072 | pub const CURLcode_CURLE_TFTP_ILLEGAL: CURLcode = 71;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_TFTP_ILLEGAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_TFTP_UNKNOWNID` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3073:11
[INFO] [stdout]      |
[INFO] [stdout] 3073 | pub const CURLcode_CURLE_TFTP_UNKNOWNID: CURLcode = 72;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_TFTP_UNKNOWNID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_REMOTE_FILE_EXISTS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3074:11
[INFO] [stdout]      |
[INFO] [stdout] 3074 | pub const CURLcode_CURLE_REMOTE_FILE_EXISTS: CURLcode = 73;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_REMOTE_FILE_EXISTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_TFTP_NOSUCHUSER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3075:11
[INFO] [stdout]      |
[INFO] [stdout] 3075 | pub const CURLcode_CURLE_TFTP_NOSUCHUSER: CURLcode = 74;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_TFTP_NOSUCHUSER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE75` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3076:11
[INFO] [stdout]      |
[INFO] [stdout] 3076 | pub const CURLcode_CURLE_OBSOLETE75: CURLcode = 75;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE75`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE76` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3077:11
[INFO] [stdout]      |
[INFO] [stdout] 3077 | pub const CURLcode_CURLE_OBSOLETE76: CURLcode = 76;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE76`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_CACERT_BADFILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3078:11
[INFO] [stdout]      |
[INFO] [stdout] 3078 | pub const CURLcode_CURLE_SSL_CACERT_BADFILE: CURLcode = 77;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_CACERT_BADFILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_REMOTE_FILE_NOT_FOUND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3079:11
[INFO] [stdout]      |
[INFO] [stdout] 3079 | pub const CURLcode_CURLE_REMOTE_FILE_NOT_FOUND: CURLcode = 78;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_REMOTE_FILE_NOT_FOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3080:11
[INFO] [stdout]      |
[INFO] [stdout] 3080 | pub const CURLcode_CURLE_SSH: CURLcode = 79;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_SHUTDOWN_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3081:11
[INFO] [stdout]      |
[INFO] [stdout] 3081 | pub const CURLcode_CURLE_SSL_SHUTDOWN_FAILED: CURLcode = 80;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_SHUTDOWN_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_AGAIN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3082:11
[INFO] [stdout]      |
[INFO] [stdout] 3082 | pub const CURLcode_CURLE_AGAIN: CURLcode = 81;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_AGAIN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_CRL_BADFILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3083:11
[INFO] [stdout]      |
[INFO] [stdout] 3083 | pub const CURLcode_CURLE_SSL_CRL_BADFILE: CURLcode = 82;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_CRL_BADFILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_ISSUER_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3084:11
[INFO] [stdout]      |
[INFO] [stdout] 3084 | pub const CURLcode_CURLE_SSL_ISSUER_ERROR: CURLcode = 83;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_ISSUER_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_PRET_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3085:11
[INFO] [stdout]      |
[INFO] [stdout] 3085 | pub const CURLcode_CURLE_FTP_PRET_FAILED: CURLcode = 84;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_PRET_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_RTSP_CSEQ_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3086:11
[INFO] [stdout]      |
[INFO] [stdout] 3086 | pub const CURLcode_CURLE_RTSP_CSEQ_ERROR: CURLcode = 85;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_RTSP_CSEQ_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_RTSP_SESSION_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3087:11
[INFO] [stdout]      |
[INFO] [stdout] 3087 | pub const CURLcode_CURLE_RTSP_SESSION_ERROR: CURLcode = 86;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_RTSP_SESSION_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_BAD_FILE_LIST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3088:11
[INFO] [stdout]      |
[INFO] [stdout] 3088 | pub const CURLcode_CURLE_FTP_BAD_FILE_LIST: CURLcode = 87;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_BAD_FILE_LIST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_CHUNK_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3089:11
[INFO] [stdout]      |
[INFO] [stdout] 3089 | pub const CURLcode_CURLE_CHUNK_FAILED: CURLcode = 88;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_CHUNK_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_NO_CONNECTION_AVAILABLE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3090:11
[INFO] [stdout]      |
[INFO] [stdout] 3090 | pub const CURLcode_CURLE_NO_CONNECTION_AVAILABLE: CURLcode = 89;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_NO_CONNECTION_AVAILABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_PINNEDPUBKEYNOTMATCH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3091:11
[INFO] [stdout]      |
[INFO] [stdout] 3091 | pub const CURLcode_CURLE_SSL_PINNEDPUBKEYNOTMATCH: CURLcode = 90;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_PINNEDPUBKEYNOTMATCH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_INVALIDCERTSTATUS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3092:11
[INFO] [stdout]      |
[INFO] [stdout] 3092 | pub const CURLcode_CURLE_SSL_INVALIDCERTSTATUS: CURLcode = 91;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_INVALIDCERTSTATUS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_HTTP2_STREAM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3093:11
[INFO] [stdout]      |
[INFO] [stdout] 3093 | pub const CURLcode_CURLE_HTTP2_STREAM: CURLcode = 92;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_HTTP2_STREAM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_RECURSIVE_API_CALL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3094:11
[INFO] [stdout]      |
[INFO] [stdout] 3094 | pub const CURLcode_CURLE_RECURSIVE_API_CALL: CURLcode = 93;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_RECURSIVE_API_CALL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_AUTH_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3095:11
[INFO] [stdout]      |
[INFO] [stdout] 3095 | pub const CURLcode_CURLE_AUTH_ERROR: CURLcode = 94;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_AUTH_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_HTTP3` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3096:11
[INFO] [stdout]      |
[INFO] [stdout] 3096 | pub const CURLcode_CURLE_HTTP3: CURLcode = 95;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_HTTP3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_QUIC_CONNECT_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3097:11
[INFO] [stdout]      |
[INFO] [stdout] 3097 | pub const CURLcode_CURLE_QUIC_CONNECT_ERROR: CURLcode = 96;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_QUIC_CONNECT_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_PROXY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3098:11
[INFO] [stdout]      |
[INFO] [stdout] 3098 | pub const CURLcode_CURLE_PROXY: CURLcode = 97;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_PROXY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_CLIENTCERT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3099:11
[INFO] [stdout]      |
[INFO] [stdout] 3099 | pub const CURLcode_CURLE_SSL_CLIENTCERT: CURLcode = 98;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_CLIENTCERT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_UNRECOVERABLE_POLL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3100:11
[INFO] [stdout]      |
[INFO] [stdout] 3100 | pub const CURLcode_CURLE_UNRECOVERABLE_POLL: CURLcode = 99;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_UNRECOVERABLE_POLL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_TOO_LARGE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3101:11
[INFO] [stdout]      |
[INFO] [stdout] 3101 | pub const CURLcode_CURLE_TOO_LARGE: CURLcode = 100;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_TOO_LARGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_ECH_REQUIRED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3102:11
[INFO] [stdout]      |
[INFO] [stdout] 3102 | pub const CURLcode_CURLE_ECH_REQUIRED: CURLcode = 101;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_ECH_REQUIRED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURL_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3103:11
[INFO] [stdout]      |
[INFO] [stdout] 3103 | pub const CURLcode_CURL_LAST: CURLcode = 102;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURL_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_OK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3105:11
[INFO] [stdout]      |
[INFO] [stdout] 3105 | pub const CURLproxycode_CURLPX_OK: CURLproxycode = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_OK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_BAD_ADDRESS_TYPE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3106:11
[INFO] [stdout]      |
[INFO] [stdout] 3106 | pub const CURLproxycode_CURLPX_BAD_ADDRESS_TYPE: CURLproxycode = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_BAD_ADDRESS_TYPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_BAD_VERSION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3107:11
[INFO] [stdout]      |
[INFO] [stdout] 3107 | pub const CURLproxycode_CURLPX_BAD_VERSION: CURLproxycode = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_BAD_VERSION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_CLOSED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3108:11
[INFO] [stdout]      |
[INFO] [stdout] 3108 | pub const CURLproxycode_CURLPX_CLOSED: CURLproxycode = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_CLOSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_GSSAPI` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3109:11
[INFO] [stdout]      |
[INFO] [stdout] 3109 | pub const CURLproxycode_CURLPX_GSSAPI: CURLproxycode = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_GSSAPI`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_GSSAPI_PERMSG` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3110:11
[INFO] [stdout]      |
[INFO] [stdout] 3110 | pub const CURLproxycode_CURLPX_GSSAPI_PERMSG: CURLproxycode = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_GSSAPI_PERMSG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_GSSAPI_PROTECTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3111:11
[INFO] [stdout]      |
[INFO] [stdout] 3111 | pub const CURLproxycode_CURLPX_GSSAPI_PROTECTION: CURLproxycode = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_GSSAPI_PROTECTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_IDENTD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3112:11
[INFO] [stdout]      |
[INFO] [stdout] 3112 | pub const CURLproxycode_CURLPX_IDENTD: CURLproxycode = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_IDENTD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_IDENTD_DIFFER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3113:11
[INFO] [stdout]      |
[INFO] [stdout] 3113 | pub const CURLproxycode_CURLPX_IDENTD_DIFFER: CURLproxycode = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_IDENTD_DIFFER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_LONG_HOSTNAME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3114:11
[INFO] [stdout]      |
[INFO] [stdout] 3114 | pub const CURLproxycode_CURLPX_LONG_HOSTNAME: CURLproxycode = 9;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_LONG_HOSTNAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_LONG_PASSWD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3115:11
[INFO] [stdout]      |
[INFO] [stdout] 3115 | pub const CURLproxycode_CURLPX_LONG_PASSWD: CURLproxycode = 10;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_LONG_PASSWD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_LONG_USER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3116:11
[INFO] [stdout]      |
[INFO] [stdout] 3116 | pub const CURLproxycode_CURLPX_LONG_USER: CURLproxycode = 11;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_LONG_USER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_NO_AUTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3117:11
[INFO] [stdout]      |
[INFO] [stdout] 3117 | pub const CURLproxycode_CURLPX_NO_AUTH: CURLproxycode = 12;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_NO_AUTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_RECV_ADDRESS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3118:11
[INFO] [stdout]      |
[INFO] [stdout] 3118 | pub const CURLproxycode_CURLPX_RECV_ADDRESS: CURLproxycode = 13;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_RECV_ADDRESS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_RECV_AUTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3119:11
[INFO] [stdout]      |
[INFO] [stdout] 3119 | pub const CURLproxycode_CURLPX_RECV_AUTH: CURLproxycode = 14;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_RECV_AUTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_RECV_CONNECT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3120:11
[INFO] [stdout]      |
[INFO] [stdout] 3120 | pub const CURLproxycode_CURLPX_RECV_CONNECT: CURLproxycode = 15;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_RECV_CONNECT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_RECV_REQACK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3121:11
[INFO] [stdout]      |
[INFO] [stdout] 3121 | pub const CURLproxycode_CURLPX_RECV_REQACK: CURLproxycode = 16;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_RECV_REQACK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3122:11
[INFO] [stdout]      |
[INFO] [stdout] 3122 | pub const CURLproxycode_CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED: CURLproxycode = 17;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_REPLY_COMMAND_NOT_SUPPORTED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3123:11
[INFO] [stdout]      |
[INFO] [stdout] 3123 | pub const CURLproxycode_CURLPX_REPLY_COMMAND_NOT_SUPPORTED: CURLproxycode = 18;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_REPLY_COMMAND_NOT_SUPPORTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_REPLY_CONNECTION_REFUSED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3124:11
[INFO] [stdout]      |
[INFO] [stdout] 3124 | pub const CURLproxycode_CURLPX_REPLY_CONNECTION_REFUSED: CURLproxycode = 19;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_REPLY_CONNECTION_REFUSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_REPLY_GENERAL_SERVER_FAILURE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3125:11
[INFO] [stdout]      |
[INFO] [stdout] 3125 | pub const CURLproxycode_CURLPX_REPLY_GENERAL_SERVER_FAILURE: CURLproxycode = 20;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_REPLY_GENERAL_SERVER_FAILURE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_REPLY_HOST_UNREACHABLE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3126:11
[INFO] [stdout]      |
[INFO] [stdout] 3126 | pub const CURLproxycode_CURLPX_REPLY_HOST_UNREACHABLE: CURLproxycode = 21;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_REPLY_HOST_UNREACHABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_REPLY_NETWORK_UNREACHABLE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3127:11
[INFO] [stdout]      |
[INFO] [stdout] 3127 | pub const CURLproxycode_CURLPX_REPLY_NETWORK_UNREACHABLE: CURLproxycode = 22;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_REPLY_NETWORK_UNREACHABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_REPLY_NOT_ALLOWED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3128:11
[INFO] [stdout]      |
[INFO] [stdout] 3128 | pub const CURLproxycode_CURLPX_REPLY_NOT_ALLOWED: CURLproxycode = 23;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_REPLY_NOT_ALLOWED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_REPLY_TTL_EXPIRED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3129:11
[INFO] [stdout]      |
[INFO] [stdout] 3129 | pub const CURLproxycode_CURLPX_REPLY_TTL_EXPIRED: CURLproxycode = 24;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_REPLY_TTL_EXPIRED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_REPLY_UNASSIGNED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3130:11
[INFO] [stdout]      |
[INFO] [stdout] 3130 | pub const CURLproxycode_CURLPX_REPLY_UNASSIGNED: CURLproxycode = 25;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_REPLY_UNASSIGNED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_REQUEST_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3131:11
[INFO] [stdout]      |
[INFO] [stdout] 3131 | pub const CURLproxycode_CURLPX_REQUEST_FAILED: CURLproxycode = 26;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_REQUEST_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_RESOLVE_HOST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3132:11
[INFO] [stdout]      |
[INFO] [stdout] 3132 | pub const CURLproxycode_CURLPX_RESOLVE_HOST: CURLproxycode = 27;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_RESOLVE_HOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_SEND_AUTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3133:11
[INFO] [stdout]      |
[INFO] [stdout] 3133 | pub const CURLproxycode_CURLPX_SEND_AUTH: CURLproxycode = 28;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_SEND_AUTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_SEND_CONNECT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3134:11
[INFO] [stdout]      |
[INFO] [stdout] 3134 | pub const CURLproxycode_CURLPX_SEND_CONNECT: CURLproxycode = 29;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_SEND_CONNECT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_SEND_REQUEST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3135:11
[INFO] [stdout]      |
[INFO] [stdout] 3135 | pub const CURLproxycode_CURLPX_SEND_REQUEST: CURLproxycode = 30;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_SEND_REQUEST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_UNKNOWN_FAIL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3136:11
[INFO] [stdout]      |
[INFO] [stdout] 3136 | pub const CURLproxycode_CURLPX_UNKNOWN_FAIL: CURLproxycode = 31;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_UNKNOWN_FAIL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_UNKNOWN_MODE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3137:11
[INFO] [stdout]      |
[INFO] [stdout] 3137 | pub const CURLproxycode_CURLPX_UNKNOWN_MODE: CURLproxycode = 32;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_UNKNOWN_MODE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_USER_REJECTED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3138:11
[INFO] [stdout]      |
[INFO] [stdout] 3138 | pub const CURLproxycode_CURLPX_USER_REJECTED: CURLproxycode = 33;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_USER_REJECTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLproxycode_CURLPX_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3139:11
[INFO] [stdout]      |
[INFO] [stdout] 3139 | pub const CURLproxycode_CURLPX_LAST: CURLproxycode = 34;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLPROXYCODE_CURLPX_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_proxytype_CURLPROXY_HTTP` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3151:11
[INFO] [stdout]      |
[INFO] [stdout] 3151 | pub const curl_proxytype_CURLPROXY_HTTP: curl_proxytype = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_PROXYTYPE_CURLPROXY_HTTP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_proxytype_CURLPROXY_HTTP_1_0` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3152:11
[INFO] [stdout]      |
[INFO] [stdout] 3152 | pub const curl_proxytype_CURLPROXY_HTTP_1_0: curl_proxytype = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_PROXYTYPE_CURLPROXY_HTTP_1_0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_proxytype_CURLPROXY_HTTPS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3153:11
[INFO] [stdout]      |
[INFO] [stdout] 3153 | pub const curl_proxytype_CURLPROXY_HTTPS: curl_proxytype = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_PROXYTYPE_CURLPROXY_HTTPS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_proxytype_CURLPROXY_HTTPS2` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3154:11
[INFO] [stdout]      |
[INFO] [stdout] 3154 | pub const curl_proxytype_CURLPROXY_HTTPS2: curl_proxytype = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_PROXYTYPE_CURLPROXY_HTTPS2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_proxytype_CURLPROXY_SOCKS4` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3155:11
[INFO] [stdout]      |
[INFO] [stdout] 3155 | pub const curl_proxytype_CURLPROXY_SOCKS4: curl_proxytype = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_PROXYTYPE_CURLPROXY_SOCKS4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_proxytype_CURLPROXY_SOCKS5` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3156:11
[INFO] [stdout]      |
[INFO] [stdout] 3156 | pub const curl_proxytype_CURLPROXY_SOCKS5: curl_proxytype = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_PROXYTYPE_CURLPROXY_SOCKS5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_proxytype_CURLPROXY_SOCKS4A` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3157:11
[INFO] [stdout]      |
[INFO] [stdout] 3157 | pub const curl_proxytype_CURLPROXY_SOCKS4A: curl_proxytype = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_PROXYTYPE_CURLPROXY_SOCKS4_A`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_proxytype_CURLPROXY_SOCKS5_HOSTNAME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3158:11
[INFO] [stdout]      |
[INFO] [stdout] 3158 | pub const curl_proxytype_CURLPROXY_SOCKS5_HOSTNAME: curl_proxytype = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_PROXYTYPE_CURLPROXY_SOCKS5_HOSTNAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khtype_CURLKHTYPE_UNKNOWN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3160:11
[INFO] [stdout]      |
[INFO] [stdout] 3160 | pub const curl_khtype_CURLKHTYPE_UNKNOWN: curl_khtype = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHTYPE_CURLKHTYPE_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khtype_CURLKHTYPE_RSA1` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3161:11
[INFO] [stdout]      |
[INFO] [stdout] 3161 | pub const curl_khtype_CURLKHTYPE_RSA1: curl_khtype = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHTYPE_CURLKHTYPE_RSA1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khtype_CURLKHTYPE_RSA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3162:11
[INFO] [stdout]      |
[INFO] [stdout] 3162 | pub const curl_khtype_CURLKHTYPE_RSA: curl_khtype = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHTYPE_CURLKHTYPE_RSA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khtype_CURLKHTYPE_DSS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3163:11
[INFO] [stdout]      |
[INFO] [stdout] 3163 | pub const curl_khtype_CURLKHTYPE_DSS: curl_khtype = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHTYPE_CURLKHTYPE_DSS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khtype_CURLKHTYPE_ECDSA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3164:11
[INFO] [stdout]      |
[INFO] [stdout] 3164 | pub const curl_khtype_CURLKHTYPE_ECDSA: curl_khtype = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHTYPE_CURLKHTYPE_ECDSA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khtype_CURLKHTYPE_ED25519` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3165:11
[INFO] [stdout]      |
[INFO] [stdout] 3165 | pub const curl_khtype_CURLKHTYPE_ED25519: curl_khtype = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHTYPE_CURLKHTYPE_ED25519`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khstat_CURLKHSTAT_FINE_ADD_TO_FILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3182:11
[INFO] [stdout]      |
[INFO] [stdout] 3182 | pub const curl_khstat_CURLKHSTAT_FINE_ADD_TO_FILE: curl_khstat = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHSTAT_CURLKHSTAT_FINE_ADD_TO_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khstat_CURLKHSTAT_FINE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3183:11
[INFO] [stdout]      |
[INFO] [stdout] 3183 | pub const curl_khstat_CURLKHSTAT_FINE: curl_khstat = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHSTAT_CURLKHSTAT_FINE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khstat_CURLKHSTAT_REJECT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3184:11
[INFO] [stdout]      |
[INFO] [stdout] 3184 | pub const curl_khstat_CURLKHSTAT_REJECT: curl_khstat = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHSTAT_CURLKHSTAT_REJECT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khstat_CURLKHSTAT_DEFER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3185:11
[INFO] [stdout]      |
[INFO] [stdout] 3185 | pub const curl_khstat_CURLKHSTAT_DEFER: curl_khstat = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHSTAT_CURLKHSTAT_DEFER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khstat_CURLKHSTAT_FINE_REPLACE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3186:11
[INFO] [stdout]      |
[INFO] [stdout] 3186 | pub const curl_khstat_CURLKHSTAT_FINE_REPLACE: curl_khstat = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHSTAT_CURLKHSTAT_FINE_REPLACE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khstat_CURLKHSTAT_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3187:11
[INFO] [stdout]      |
[INFO] [stdout] 3187 | pub const curl_khstat_CURLKHSTAT_LAST: curl_khstat = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHSTAT_CURLKHSTAT_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khmatch_CURLKHMATCH_OK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3189:11
[INFO] [stdout]      |
[INFO] [stdout] 3189 | pub const curl_khmatch_CURLKHMATCH_OK: curl_khmatch = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHMATCH_CURLKHMATCH_OK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khmatch_CURLKHMATCH_MISMATCH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3190:11
[INFO] [stdout]      |
[INFO] [stdout] 3190 | pub const curl_khmatch_CURLKHMATCH_MISMATCH: curl_khmatch = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHMATCH_CURLKHMATCH_MISMATCH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khmatch_CURLKHMATCH_MISSING` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3191:11
[INFO] [stdout]      |
[INFO] [stdout] 3191 | pub const curl_khmatch_CURLKHMATCH_MISSING: curl_khmatch = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHMATCH_CURLKHMATCH_MISSING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_khmatch_CURLKHMATCH_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3192:11
[INFO] [stdout]      |
[INFO] [stdout] 3192 | pub const curl_khmatch_CURLKHMATCH_LAST: curl_khmatch = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_KHMATCH_CURLKHMATCH_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_usessl_CURLUSESSL_NONE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3211:11
[INFO] [stdout]      |
[INFO] [stdout] 3211 | pub const curl_usessl_CURLUSESSL_NONE: curl_usessl = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_USESSL_CURLUSESSL_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_usessl_CURLUSESSL_TRY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3212:11
[INFO] [stdout]      |
[INFO] [stdout] 3212 | pub const curl_usessl_CURLUSESSL_TRY: curl_usessl = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_USESSL_CURLUSESSL_TRY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_usessl_CURLUSESSL_CONTROL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3213:11
[INFO] [stdout]      |
[INFO] [stdout] 3213 | pub const curl_usessl_CURLUSESSL_CONTROL: curl_usessl = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_USESSL_CURLUSESSL_CONTROL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_usessl_CURLUSESSL_ALL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3214:11
[INFO] [stdout]      |
[INFO] [stdout] 3214 | pub const curl_usessl_CURLUSESSL_ALL: curl_usessl = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_USESSL_CURLUSESSL_ALL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_usessl_CURLUSESSL_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3215:11
[INFO] [stdout]      |
[INFO] [stdout] 3215 | pub const curl_usessl_CURLUSESSL_LAST: curl_usessl = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_USESSL_CURLUSESSL_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpccc_CURLFTPSSL_CCC_NONE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3217:11
[INFO] [stdout]      |
[INFO] [stdout] 3217 | pub const curl_ftpccc_CURLFTPSSL_CCC_NONE: curl_ftpccc = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPCCC_CURLFTPSSL_CCC_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpccc_CURLFTPSSL_CCC_PASSIVE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3218:11
[INFO] [stdout]      |
[INFO] [stdout] 3218 | pub const curl_ftpccc_CURLFTPSSL_CCC_PASSIVE: curl_ftpccc = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPCCC_CURLFTPSSL_CCC_PASSIVE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpccc_CURLFTPSSL_CCC_ACTIVE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3219:11
[INFO] [stdout]      |
[INFO] [stdout] 3219 | pub const curl_ftpccc_CURLFTPSSL_CCC_ACTIVE: curl_ftpccc = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPCCC_CURLFTPSSL_CCC_ACTIVE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpccc_CURLFTPSSL_CCC_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3220:11
[INFO] [stdout]      |
[INFO] [stdout] 3220 | pub const curl_ftpccc_CURLFTPSSL_CCC_LAST: curl_ftpccc = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPCCC_CURLFTPSSL_CCC_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpauth_CURLFTPAUTH_DEFAULT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3222:11
[INFO] [stdout]      |
[INFO] [stdout] 3222 | pub const curl_ftpauth_CURLFTPAUTH_DEFAULT: curl_ftpauth = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPAUTH_CURLFTPAUTH_DEFAULT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpauth_CURLFTPAUTH_SSL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3223:11
[INFO] [stdout]      |
[INFO] [stdout] 3223 | pub const curl_ftpauth_CURLFTPAUTH_SSL: curl_ftpauth = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPAUTH_CURLFTPAUTH_SSL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpauth_CURLFTPAUTH_TLS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3224:11
[INFO] [stdout]      |
[INFO] [stdout] 3224 | pub const curl_ftpauth_CURLFTPAUTH_TLS: curl_ftpauth = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPAUTH_CURLFTPAUTH_TLS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpauth_CURLFTPAUTH_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3225:11
[INFO] [stdout]      |
[INFO] [stdout] 3225 | pub const curl_ftpauth_CURLFTPAUTH_LAST: curl_ftpauth = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPAUTH_CURLFTPAUTH_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpcreatedir_CURLFTP_CREATE_DIR_NONE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3227:11
[INFO] [stdout]      |
[INFO] [stdout] 3227 | pub const curl_ftpcreatedir_CURLFTP_CREATE_DIR_NONE: curl_ftpcreatedir = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPCREATEDIR_CURLFTP_CREATE_DIR_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpcreatedir_CURLFTP_CREATE_DIR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3228:11
[INFO] [stdout]      |
[INFO] [stdout] 3228 | pub const curl_ftpcreatedir_CURLFTP_CREATE_DIR: curl_ftpcreatedir = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPCREATEDIR_CURLFTP_CREATE_DIR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpcreatedir_CURLFTP_CREATE_DIR_RETRY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3229:11
[INFO] [stdout]      |
[INFO] [stdout] 3229 | pub const curl_ftpcreatedir_CURLFTP_CREATE_DIR_RETRY: curl_ftpcreatedir = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPCREATEDIR_CURLFTP_CREATE_DIR_RETRY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpcreatedir_CURLFTP_CREATE_DIR_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3230:11
[INFO] [stdout]      |
[INFO] [stdout] 3230 | pub const curl_ftpcreatedir_CURLFTP_CREATE_DIR_LAST: curl_ftpcreatedir = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPCREATEDIR_CURLFTP_CREATE_DIR_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpmethod_CURLFTPMETHOD_DEFAULT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3232:11
[INFO] [stdout]      |
[INFO] [stdout] 3232 | pub const curl_ftpmethod_CURLFTPMETHOD_DEFAULT: curl_ftpmethod = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPMETHOD_CURLFTPMETHOD_DEFAULT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpmethod_CURLFTPMETHOD_MULTICWD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3233:11
[INFO] [stdout]      |
[INFO] [stdout] 3233 | pub const curl_ftpmethod_CURLFTPMETHOD_MULTICWD: curl_ftpmethod = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPMETHOD_CURLFTPMETHOD_MULTICWD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpmethod_CURLFTPMETHOD_NOCWD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3234:11
[INFO] [stdout]      |
[INFO] [stdout] 3234 | pub const curl_ftpmethod_CURLFTPMETHOD_NOCWD: curl_ftpmethod = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPMETHOD_CURLFTPMETHOD_NOCWD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpmethod_CURLFTPMETHOD_SINGLECWD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3235:11
[INFO] [stdout]      |
[INFO] [stdout] 3235 | pub const curl_ftpmethod_CURLFTPMETHOD_SINGLECWD: curl_ftpmethod = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPMETHOD_CURLFTPMETHOD_SINGLECWD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_ftpmethod_CURLFTPMETHOD_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3236:11
[INFO] [stdout]      |
[INFO] [stdout] 3236 | pub const curl_ftpmethod_CURLFTPMETHOD_LAST: curl_ftpmethod = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_FTPMETHOD_CURLFTPMETHOD_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `includeSubDomains` should have a snake case name
[INFO] [stdout]     --> src/curl.rs:3260:12
[INFO] [stdout]      |
[INFO] [stdout] 3260 |     pub fn includeSubDomains(&self) -> ::std::os::raw::c_uint {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_sub_domains`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_includeSubDomains` should have a snake case name
[INFO] [stdout]     --> src/curl.rs:3264:12
[INFO] [stdout]      |
[INFO] [stdout] 3264 |     pub fn set_includeSubDomains(&mut self, val: ::std::os::raw::c_uint) {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_include_sub_domains`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `includeSubDomains` should have a snake case name
[INFO] [stdout]     --> src/curl.rs:3272:9
[INFO] [stdout]      |
[INFO] [stdout] 3272 |         includeSubDomains: ::std::os::raw::c_uint,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_sub_domains`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `includeSubDomains` should have a snake case name
[INFO] [stdout]     --> src/curl.rs:3276:17
[INFO] [stdout]      |
[INFO] [stdout] 3276 |             let includeSubDomains: u32 = unsafe { ::std::mem::transmute(includeSubDomains) };
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_sub_domains`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSTScode_CURLSTS_OK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3295:11
[INFO] [stdout]      |
[INFO] [stdout] 3295 | pub const CURLSTScode_CURLSTS_OK: CURLSTScode = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSTSCODE_CURLSTS_OK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSTScode_CURLSTS_DONE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3296:11
[INFO] [stdout]      |
[INFO] [stdout] 3296 | pub const CURLSTScode_CURLSTS_DONE: CURLSTScode = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSTSCODE_CURLSTS_DONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSTScode_CURLSTS_FAIL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3297:11
[INFO] [stdout]      |
[INFO] [stdout] 3297 | pub const CURLSTScode_CURLSTS_FAIL: CURLSTScode = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSTSCODE_CURLSTS_FAIL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_WRITEDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3314:11
[INFO] [stdout]      |
[INFO] [stdout] 3314 | pub const CURLoption_CURLOPT_WRITEDATA: CURLoption = 10001;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_WRITEDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_URL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3315:11
[INFO] [stdout]      |
[INFO] [stdout] 3315 | pub const CURLoption_CURLOPT_URL: CURLoption = 10002;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_URL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PORT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3316:11
[INFO] [stdout]      |
[INFO] [stdout] 3316 | pub const CURLoption_CURLOPT_PORT: CURLoption = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PORT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3317:11
[INFO] [stdout]      |
[INFO] [stdout] 3317 | pub const CURLoption_CURLOPT_PROXY: CURLoption = 10004;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_USERPWD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3318:11
[INFO] [stdout]      |
[INFO] [stdout] 3318 | pub const CURLoption_CURLOPT_USERPWD: CURLoption = 10005;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_USERPWD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXYUSERPWD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3319:11
[INFO] [stdout]      |
[INFO] [stdout] 3319 | pub const CURLoption_CURLOPT_PROXYUSERPWD: CURLoption = 10006;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXYUSERPWD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_RANGE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3320:11
[INFO] [stdout]      |
[INFO] [stdout] 3320 | pub const CURLoption_CURLOPT_RANGE: CURLoption = 10007;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_RANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_READDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3321:11
[INFO] [stdout]      |
[INFO] [stdout] 3321 | pub const CURLoption_CURLOPT_READDATA: CURLoption = 10009;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_READDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_ERRORBUFFER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3322:11
[INFO] [stdout]      |
[INFO] [stdout] 3322 | pub const CURLoption_CURLOPT_ERRORBUFFER: CURLoption = 10010;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_ERRORBUFFER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_WRITEFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3323:11
[INFO] [stdout]      |
[INFO] [stdout] 3323 | pub const CURLoption_CURLOPT_WRITEFUNCTION: CURLoption = 20011;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_WRITEFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_READFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3324:11
[INFO] [stdout]      |
[INFO] [stdout] 3324 | pub const CURLoption_CURLOPT_READFUNCTION: CURLoption = 20012;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_READFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TIMEOUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3325:11
[INFO] [stdout]      |
[INFO] [stdout] 3325 | pub const CURLoption_CURLOPT_TIMEOUT: CURLoption = 13;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TIMEOUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_INFILESIZE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3326:11
[INFO] [stdout]      |
[INFO] [stdout] 3326 | pub const CURLoption_CURLOPT_INFILESIZE: CURLoption = 14;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_INFILESIZE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_POSTFIELDS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3327:11
[INFO] [stdout]      |
[INFO] [stdout] 3327 | pub const CURLoption_CURLOPT_POSTFIELDS: CURLoption = 10015;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_POSTFIELDS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_REFERER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3328:11
[INFO] [stdout]      |
[INFO] [stdout] 3328 | pub const CURLoption_CURLOPT_REFERER: CURLoption = 10016;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_REFERER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FTPPORT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3329:11
[INFO] [stdout]      |
[INFO] [stdout] 3329 | pub const CURLoption_CURLOPT_FTPPORT: CURLoption = 10017;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FTPPORT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_USERAGENT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3330:11
[INFO] [stdout]      |
[INFO] [stdout] 3330 | pub const CURLoption_CURLOPT_USERAGENT: CURLoption = 10018;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_USERAGENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_LOW_SPEED_LIMIT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3331:11
[INFO] [stdout]      |
[INFO] [stdout] 3331 | pub const CURLoption_CURLOPT_LOW_SPEED_LIMIT: CURLoption = 19;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_LOW_SPEED_LIMIT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_LOW_SPEED_TIME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3332:11
[INFO] [stdout]      |
[INFO] [stdout] 3332 | pub const CURLoption_CURLOPT_LOW_SPEED_TIME: CURLoption = 20;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_LOW_SPEED_TIME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_RESUME_FROM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3333:11
[INFO] [stdout]      |
[INFO] [stdout] 3333 | pub const CURLoption_CURLOPT_RESUME_FROM: CURLoption = 21;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_RESUME_FROM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_COOKIE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3334:11
[INFO] [stdout]      |
[INFO] [stdout] 3334 | pub const CURLoption_CURLOPT_COOKIE: CURLoption = 10022;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_COOKIE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HTTPHEADER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3335:11
[INFO] [stdout]      |
[INFO] [stdout] 3335 | pub const CURLoption_CURLOPT_HTTPHEADER: CURLoption = 10023;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HTTPHEADER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HTTPPOST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3336:11
[INFO] [stdout]      |
[INFO] [stdout] 3336 | pub const CURLoption_CURLOPT_HTTPPOST: CURLoption = 10024;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HTTPPOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSLCERT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3337:11
[INFO] [stdout]      |
[INFO] [stdout] 3337 | pub const CURLoption_CURLOPT_SSLCERT: CURLoption = 10025;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSLCERT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_KEYPASSWD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3338:11
[INFO] [stdout]      |
[INFO] [stdout] 3338 | pub const CURLoption_CURLOPT_KEYPASSWD: CURLoption = 10026;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_KEYPASSWD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CRLF` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3339:11
[INFO] [stdout]      |
[INFO] [stdout] 3339 | pub const CURLoption_CURLOPT_CRLF: CURLoption = 27;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CRLF`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_QUOTE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3340:11
[INFO] [stdout]      |
[INFO] [stdout] 3340 | pub const CURLoption_CURLOPT_QUOTE: CURLoption = 10028;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_QUOTE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HEADERDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3341:11
[INFO] [stdout]      |
[INFO] [stdout] 3341 | pub const CURLoption_CURLOPT_HEADERDATA: CURLoption = 10029;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HEADERDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_COOKIEFILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3342:11
[INFO] [stdout]      |
[INFO] [stdout] 3342 | pub const CURLoption_CURLOPT_COOKIEFILE: CURLoption = 10031;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_COOKIEFILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSLVERSION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3343:11
[INFO] [stdout]      |
[INFO] [stdout] 3343 | pub const CURLoption_CURLOPT_SSLVERSION: CURLoption = 32;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSLVERSION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TIMECONDITION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3344:11
[INFO] [stdout]      |
[INFO] [stdout] 3344 | pub const CURLoption_CURLOPT_TIMECONDITION: CURLoption = 33;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TIMECONDITION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TIMEVALUE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3345:11
[INFO] [stdout]      |
[INFO] [stdout] 3345 | pub const CURLoption_CURLOPT_TIMEVALUE: CURLoption = 34;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TIMEVALUE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CUSTOMREQUEST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3346:11
[INFO] [stdout]      |
[INFO] [stdout] 3346 | pub const CURLoption_CURLOPT_CUSTOMREQUEST: CURLoption = 10036;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CUSTOMREQUEST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_STDERR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3347:11
[INFO] [stdout]      |
[INFO] [stdout] 3347 | pub const CURLoption_CURLOPT_STDERR: CURLoption = 10037;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_STDERR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_POSTQUOTE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3348:11
[INFO] [stdout]      |
[INFO] [stdout] 3348 | pub const CURLoption_CURLOPT_POSTQUOTE: CURLoption = 10039;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_POSTQUOTE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_VERBOSE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3349:11
[INFO] [stdout]      |
[INFO] [stdout] 3349 | pub const CURLoption_CURLOPT_VERBOSE: CURLoption = 41;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_VERBOSE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HEADER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3350:11
[INFO] [stdout]      |
[INFO] [stdout] 3350 | pub const CURLoption_CURLOPT_HEADER: CURLoption = 42;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HEADER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_NOPROGRESS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3351:11
[INFO] [stdout]      |
[INFO] [stdout] 3351 | pub const CURLoption_CURLOPT_NOPROGRESS: CURLoption = 43;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_NOPROGRESS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_NOBODY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3352:11
[INFO] [stdout]      |
[INFO] [stdout] 3352 | pub const CURLoption_CURLOPT_NOBODY: CURLoption = 44;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_NOBODY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FAILONERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3353:11
[INFO] [stdout]      |
[INFO] [stdout] 3353 | pub const CURLoption_CURLOPT_FAILONERROR: CURLoption = 45;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FAILONERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_UPLOAD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3354:11
[INFO] [stdout]      |
[INFO] [stdout] 3354 | pub const CURLoption_CURLOPT_UPLOAD: CURLoption = 46;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_UPLOAD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_POST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3355:11
[INFO] [stdout]      |
[INFO] [stdout] 3355 | pub const CURLoption_CURLOPT_POST: CURLoption = 47;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_POST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DIRLISTONLY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3356:11
[INFO] [stdout]      |
[INFO] [stdout] 3356 | pub const CURLoption_CURLOPT_DIRLISTONLY: CURLoption = 48;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DIRLISTONLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_APPEND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3357:11
[INFO] [stdout]      |
[INFO] [stdout] 3357 | pub const CURLoption_CURLOPT_APPEND: CURLoption = 50;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_APPEND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_NETRC` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3358:11
[INFO] [stdout]      |
[INFO] [stdout] 3358 | pub const CURLoption_CURLOPT_NETRC: CURLoption = 51;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_NETRC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FOLLOWLOCATION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3359:11
[INFO] [stdout]      |
[INFO] [stdout] 3359 | pub const CURLoption_CURLOPT_FOLLOWLOCATION: CURLoption = 52;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FOLLOWLOCATION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TRANSFERTEXT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3360:11
[INFO] [stdout]      |
[INFO] [stdout] 3360 | pub const CURLoption_CURLOPT_TRANSFERTEXT: CURLoption = 53;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TRANSFERTEXT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3361:11
[INFO] [stdout]      |
[INFO] [stdout] 3361 | pub const CURLoption_CURLOPT_PUT: CURLoption = 54;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROGRESSFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3362:11
[INFO] [stdout]      |
[INFO] [stdout] 3362 | pub const CURLoption_CURLOPT_PROGRESSFUNCTION: CURLoption = 20056;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROGRESSFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_XFERINFODATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3363:11
[INFO] [stdout]      |
[INFO] [stdout] 3363 | pub const CURLoption_CURLOPT_XFERINFODATA: CURLoption = 10057;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_XFERINFODATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_AUTOREFERER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3364:11
[INFO] [stdout]      |
[INFO] [stdout] 3364 | pub const CURLoption_CURLOPT_AUTOREFERER: CURLoption = 58;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_AUTOREFERER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXYPORT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3365:11
[INFO] [stdout]      |
[INFO] [stdout] 3365 | pub const CURLoption_CURLOPT_PROXYPORT: CURLoption = 59;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXYPORT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_POSTFIELDSIZE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3366:11
[INFO] [stdout]      |
[INFO] [stdout] 3366 | pub const CURLoption_CURLOPT_POSTFIELDSIZE: CURLoption = 60;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_POSTFIELDSIZE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HTTPPROXYTUNNEL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3367:11
[INFO] [stdout]      |
[INFO] [stdout] 3367 | pub const CURLoption_CURLOPT_HTTPPROXYTUNNEL: CURLoption = 61;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HTTPPROXYTUNNEL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_INTERFACE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3368:11
[INFO] [stdout]      |
[INFO] [stdout] 3368 | pub const CURLoption_CURLOPT_INTERFACE: CURLoption = 10062;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_INTERFACE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_KRBLEVEL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3369:11
[INFO] [stdout]      |
[INFO] [stdout] 3369 | pub const CURLoption_CURLOPT_KRBLEVEL: CURLoption = 10063;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_KRBLEVEL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSL_VERIFYPEER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3370:11
[INFO] [stdout]      |
[INFO] [stdout] 3370 | pub const CURLoption_CURLOPT_SSL_VERIFYPEER: CURLoption = 64;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSL_VERIFYPEER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CAINFO` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3371:11
[INFO] [stdout]      |
[INFO] [stdout] 3371 | pub const CURLoption_CURLOPT_CAINFO: CURLoption = 10065;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CAINFO`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_MAXREDIRS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3372:11
[INFO] [stdout]      |
[INFO] [stdout] 3372 | pub const CURLoption_CURLOPT_MAXREDIRS: CURLoption = 68;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_MAXREDIRS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FILETIME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3373:11
[INFO] [stdout]      |
[INFO] [stdout] 3373 | pub const CURLoption_CURLOPT_FILETIME: CURLoption = 69;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FILETIME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TELNETOPTIONS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3374:11
[INFO] [stdout]      |
[INFO] [stdout] 3374 | pub const CURLoption_CURLOPT_TELNETOPTIONS: CURLoption = 10070;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TELNETOPTIONS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_MAXCONNECTS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3375:11
[INFO] [stdout]      |
[INFO] [stdout] 3375 | pub const CURLoption_CURLOPT_MAXCONNECTS: CURLoption = 71;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_MAXCONNECTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FRESH_CONNECT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3376:11
[INFO] [stdout]      |
[INFO] [stdout] 3376 | pub const CURLoption_CURLOPT_FRESH_CONNECT: CURLoption = 74;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FRESH_CONNECT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FORBID_REUSE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3377:11
[INFO] [stdout]      |
[INFO] [stdout] 3377 | pub const CURLoption_CURLOPT_FORBID_REUSE: CURLoption = 75;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FORBID_REUSE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_RANDOM_FILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3378:11
[INFO] [stdout]      |
[INFO] [stdout] 3378 | pub const CURLoption_CURLOPT_RANDOM_FILE: CURLoption = 10076;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_RANDOM_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_EGDSOCKET` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3379:11
[INFO] [stdout]      |
[INFO] [stdout] 3379 | pub const CURLoption_CURLOPT_EGDSOCKET: CURLoption = 10077;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_EGDSOCKET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CONNECTTIMEOUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3380:11
[INFO] [stdout]      |
[INFO] [stdout] 3380 | pub const CURLoption_CURLOPT_CONNECTTIMEOUT: CURLoption = 78;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CONNECTTIMEOUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HEADERFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3381:11
[INFO] [stdout]      |
[INFO] [stdout] 3381 | pub const CURLoption_CURLOPT_HEADERFUNCTION: CURLoption = 20079;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HEADERFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HTTPGET` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3382:11
[INFO] [stdout]      |
[INFO] [stdout] 3382 | pub const CURLoption_CURLOPT_HTTPGET: CURLoption = 80;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HTTPGET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSL_VERIFYHOST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3383:11
[INFO] [stdout]      |
[INFO] [stdout] 3383 | pub const CURLoption_CURLOPT_SSL_VERIFYHOST: CURLoption = 81;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSL_VERIFYHOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_COOKIEJAR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3384:11
[INFO] [stdout]      |
[INFO] [stdout] 3384 | pub const CURLoption_CURLOPT_COOKIEJAR: CURLoption = 10082;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_COOKIEJAR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSL_CIPHER_LIST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3385:11
[INFO] [stdout]      |
[INFO] [stdout] 3385 | pub const CURLoption_CURLOPT_SSL_CIPHER_LIST: CURLoption = 10083;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSL_CIPHER_LIST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HTTP_VERSION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3386:11
[INFO] [stdout]      |
[INFO] [stdout] 3386 | pub const CURLoption_CURLOPT_HTTP_VERSION: CURLoption = 84;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HTTP_VERSION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FTP_USE_EPSV` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3387:11
[INFO] [stdout]      |
[INFO] [stdout] 3387 | pub const CURLoption_CURLOPT_FTP_USE_EPSV: CURLoption = 85;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FTP_USE_EPSV`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSLCERTTYPE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3388:11
[INFO] [stdout]      |
[INFO] [stdout] 3388 | pub const CURLoption_CURLOPT_SSLCERTTYPE: CURLoption = 10086;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSLCERTTYPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSLKEY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3389:11
[INFO] [stdout]      |
[INFO] [stdout] 3389 | pub const CURLoption_CURLOPT_SSLKEY: CURLoption = 10087;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSLKEY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSLKEYTYPE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3390:11
[INFO] [stdout]      |
[INFO] [stdout] 3390 | pub const CURLoption_CURLOPT_SSLKEYTYPE: CURLoption = 10088;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSLKEYTYPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSLENGINE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3391:11
[INFO] [stdout]      |
[INFO] [stdout] 3391 | pub const CURLoption_CURLOPT_SSLENGINE: CURLoption = 10089;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSLENGINE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSLENGINE_DEFAULT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3392:11
[INFO] [stdout]      |
[INFO] [stdout] 3392 | pub const CURLoption_CURLOPT_SSLENGINE_DEFAULT: CURLoption = 90;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSLENGINE_DEFAULT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DNS_USE_GLOBAL_CACHE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3393:11
[INFO] [stdout]      |
[INFO] [stdout] 3393 | pub const CURLoption_CURLOPT_DNS_USE_GLOBAL_CACHE: CURLoption = 91;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DNS_USE_GLOBAL_CACHE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DNS_CACHE_TIMEOUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3394:11
[INFO] [stdout]      |
[INFO] [stdout] 3394 | pub const CURLoption_CURLOPT_DNS_CACHE_TIMEOUT: CURLoption = 92;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DNS_CACHE_TIMEOUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PREQUOTE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3395:11
[INFO] [stdout]      |
[INFO] [stdout] 3395 | pub const CURLoption_CURLOPT_PREQUOTE: CURLoption = 10093;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PREQUOTE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DEBUGFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3396:11
[INFO] [stdout]      |
[INFO] [stdout] 3396 | pub const CURLoption_CURLOPT_DEBUGFUNCTION: CURLoption = 20094;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DEBUGFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DEBUGDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3397:11
[INFO] [stdout]      |
[INFO] [stdout] 3397 | pub const CURLoption_CURLOPT_DEBUGDATA: CURLoption = 10095;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DEBUGDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_COOKIESESSION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3398:11
[INFO] [stdout]      |
[INFO] [stdout] 3398 | pub const CURLoption_CURLOPT_COOKIESESSION: CURLoption = 96;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_COOKIESESSION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CAPATH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3399:11
[INFO] [stdout]      |
[INFO] [stdout] 3399 | pub const CURLoption_CURLOPT_CAPATH: CURLoption = 10097;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CAPATH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_BUFFERSIZE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3400:11
[INFO] [stdout]      |
[INFO] [stdout] 3400 | pub const CURLoption_CURLOPT_BUFFERSIZE: CURLoption = 98;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_BUFFERSIZE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_NOSIGNAL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3401:11
[INFO] [stdout]      |
[INFO] [stdout] 3401 | pub const CURLoption_CURLOPT_NOSIGNAL: CURLoption = 99;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_NOSIGNAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SHARE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3402:11
[INFO] [stdout]      |
[INFO] [stdout] 3402 | pub const CURLoption_CURLOPT_SHARE: CURLoption = 10100;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SHARE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXYTYPE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3403:11
[INFO] [stdout]      |
[INFO] [stdout] 3403 | pub const CURLoption_CURLOPT_PROXYTYPE: CURLoption = 101;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXYTYPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_ACCEPT_ENCODING` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3404:11
[INFO] [stdout]      |
[INFO] [stdout] 3404 | pub const CURLoption_CURLOPT_ACCEPT_ENCODING: CURLoption = 10102;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_ACCEPT_ENCODING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PRIVATE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3405:11
[INFO] [stdout]      |
[INFO] [stdout] 3405 | pub const CURLoption_CURLOPT_PRIVATE: CURLoption = 10103;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PRIVATE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HTTP200ALIASES` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3406:11
[INFO] [stdout]      |
[INFO] [stdout] 3406 | pub const CURLoption_CURLOPT_HTTP200ALIASES: CURLoption = 10104;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HTTP200_ALIASES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_UNRESTRICTED_AUTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3407:11
[INFO] [stdout]      |
[INFO] [stdout] 3407 | pub const CURLoption_CURLOPT_UNRESTRICTED_AUTH: CURLoption = 105;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_UNRESTRICTED_AUTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FTP_USE_EPRT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3408:11
[INFO] [stdout]      |
[INFO] [stdout] 3408 | pub const CURLoption_CURLOPT_FTP_USE_EPRT: CURLoption = 106;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FTP_USE_EPRT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HTTPAUTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3409:11
[INFO] [stdout]      |
[INFO] [stdout] 3409 | pub const CURLoption_CURLOPT_HTTPAUTH: CURLoption = 107;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HTTPAUTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSL_CTX_FUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3410:11
[INFO] [stdout]      |
[INFO] [stdout] 3410 | pub const CURLoption_CURLOPT_SSL_CTX_FUNCTION: CURLoption = 20108;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSL_CTX_FUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSL_CTX_DATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3411:11
[INFO] [stdout]      |
[INFO] [stdout] 3411 | pub const CURLoption_CURLOPT_SSL_CTX_DATA: CURLoption = 10109;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSL_CTX_DATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FTP_CREATE_MISSING_DIRS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3412:11
[INFO] [stdout]      |
[INFO] [stdout] 3412 | pub const CURLoption_CURLOPT_FTP_CREATE_MISSING_DIRS: CURLoption = 110;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FTP_CREATE_MISSING_DIRS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXYAUTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3413:11
[INFO] [stdout]      |
[INFO] [stdout] 3413 | pub const CURLoption_CURLOPT_PROXYAUTH: CURLoption = 111;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXYAUTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SERVER_RESPONSE_TIMEOUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3414:11
[INFO] [stdout]      |
[INFO] [stdout] 3414 | pub const CURLoption_CURLOPT_SERVER_RESPONSE_TIMEOUT: CURLoption = 112;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SERVER_RESPONSE_TIMEOUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_IPRESOLVE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3415:11
[INFO] [stdout]      |
[INFO] [stdout] 3415 | pub const CURLoption_CURLOPT_IPRESOLVE: CURLoption = 113;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_IPRESOLVE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_MAXFILESIZE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3416:11
[INFO] [stdout]      |
[INFO] [stdout] 3416 | pub const CURLoption_CURLOPT_MAXFILESIZE: CURLoption = 114;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_MAXFILESIZE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_INFILESIZE_LARGE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3417:11
[INFO] [stdout]      |
[INFO] [stdout] 3417 | pub const CURLoption_CURLOPT_INFILESIZE_LARGE: CURLoption = 30115;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_INFILESIZE_LARGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_RESUME_FROM_LARGE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3418:11
[INFO] [stdout]      |
[INFO] [stdout] 3418 | pub const CURLoption_CURLOPT_RESUME_FROM_LARGE: CURLoption = 30116;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_RESUME_FROM_LARGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_MAXFILESIZE_LARGE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3419:11
[INFO] [stdout]      |
[INFO] [stdout] 3419 | pub const CURLoption_CURLOPT_MAXFILESIZE_LARGE: CURLoption = 30117;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_MAXFILESIZE_LARGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_NETRC_FILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3420:11
[INFO] [stdout]      |
[INFO] [stdout] 3420 | pub const CURLoption_CURLOPT_NETRC_FILE: CURLoption = 10118;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_NETRC_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_USE_SSL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3421:11
[INFO] [stdout]      |
[INFO] [stdout] 3421 | pub const CURLoption_CURLOPT_USE_SSL: CURLoption = 119;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_USE_SSL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_POSTFIELDSIZE_LARGE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3422:11
[INFO] [stdout]      |
[INFO] [stdout] 3422 | pub const CURLoption_CURLOPT_POSTFIELDSIZE_LARGE: CURLoption = 30120;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_POSTFIELDSIZE_LARGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TCP_NODELAY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3423:11
[INFO] [stdout]      |
[INFO] [stdout] 3423 | pub const CURLoption_CURLOPT_TCP_NODELAY: CURLoption = 121;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TCP_NODELAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FTPSSLAUTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3424:11
[INFO] [stdout]      |
[INFO] [stdout] 3424 | pub const CURLoption_CURLOPT_FTPSSLAUTH: CURLoption = 129;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FTPSSLAUTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_IOCTLFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3425:11
[INFO] [stdout]      |
[INFO] [stdout] 3425 | pub const CURLoption_CURLOPT_IOCTLFUNCTION: CURLoption = 20130;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_IOCTLFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_IOCTLDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3426:11
[INFO] [stdout]      |
[INFO] [stdout] 3426 | pub const CURLoption_CURLOPT_IOCTLDATA: CURLoption = 10131;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_IOCTLDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FTP_ACCOUNT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3427:11
[INFO] [stdout]      |
[INFO] [stdout] 3427 | pub const CURLoption_CURLOPT_FTP_ACCOUNT: CURLoption = 10134;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FTP_ACCOUNT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_COOKIELIST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3428:11
[INFO] [stdout]      |
[INFO] [stdout] 3428 | pub const CURLoption_CURLOPT_COOKIELIST: CURLoption = 10135;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_COOKIELIST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_IGNORE_CONTENT_LENGTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3429:11
[INFO] [stdout]      |
[INFO] [stdout] 3429 | pub const CURLoption_CURLOPT_IGNORE_CONTENT_LENGTH: CURLoption = 136;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_IGNORE_CONTENT_LENGTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FTP_SKIP_PASV_IP` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3430:11
[INFO] [stdout]      |
[INFO] [stdout] 3430 | pub const CURLoption_CURLOPT_FTP_SKIP_PASV_IP: CURLoption = 137;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FTP_SKIP_PASV_IP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FTP_FILEMETHOD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3431:11
[INFO] [stdout]      |
[INFO] [stdout] 3431 | pub const CURLoption_CURLOPT_FTP_FILEMETHOD: CURLoption = 138;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FTP_FILEMETHOD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_LOCALPORT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3432:11
[INFO] [stdout]      |
[INFO] [stdout] 3432 | pub const CURLoption_CURLOPT_LOCALPORT: CURLoption = 139;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_LOCALPORT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_LOCALPORTRANGE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3433:11
[INFO] [stdout]      |
[INFO] [stdout] 3433 | pub const CURLoption_CURLOPT_LOCALPORTRANGE: CURLoption = 140;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_LOCALPORTRANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CONNECT_ONLY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3434:11
[INFO] [stdout]      |
[INFO] [stdout] 3434 | pub const CURLoption_CURLOPT_CONNECT_ONLY: CURLoption = 141;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CONNECT_ONLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CONV_FROM_NETWORK_FUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3435:11
[INFO] [stdout]      |
[INFO] [stdout] 3435 | pub const CURLoption_CURLOPT_CONV_FROM_NETWORK_FUNCTION: CURLoption = 20142;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CONV_FROM_NETWORK_FUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CONV_TO_NETWORK_FUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3436:11
[INFO] [stdout]      |
[INFO] [stdout] 3436 | pub const CURLoption_CURLOPT_CONV_TO_NETWORK_FUNCTION: CURLoption = 20143;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CONV_TO_NETWORK_FUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CONV_FROM_UTF8_FUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3437:11
[INFO] [stdout]      |
[INFO] [stdout] 3437 | pub const CURLoption_CURLOPT_CONV_FROM_UTF8_FUNCTION: CURLoption = 20144;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CONV_FROM_UTF8_FUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_MAX_SEND_SPEED_LARGE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3438:11
[INFO] [stdout]      |
[INFO] [stdout] 3438 | pub const CURLoption_CURLOPT_MAX_SEND_SPEED_LARGE: CURLoption = 30145;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_MAX_SEND_SPEED_LARGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_MAX_RECV_SPEED_LARGE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3439:11
[INFO] [stdout]      |
[INFO] [stdout] 3439 | pub const CURLoption_CURLOPT_MAX_RECV_SPEED_LARGE: CURLoption = 30146;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_MAX_RECV_SPEED_LARGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FTP_ALTERNATIVE_TO_USER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3440:11
[INFO] [stdout]      |
[INFO] [stdout] 3440 | pub const CURLoption_CURLOPT_FTP_ALTERNATIVE_TO_USER: CURLoption = 10147;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FTP_ALTERNATIVE_TO_USER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SOCKOPTFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3441:11
[INFO] [stdout]      |
[INFO] [stdout] 3441 | pub const CURLoption_CURLOPT_SOCKOPTFUNCTION: CURLoption = 20148;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SOCKOPTFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SOCKOPTDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3442:11
[INFO] [stdout]      |
[INFO] [stdout] 3442 | pub const CURLoption_CURLOPT_SOCKOPTDATA: CURLoption = 10149;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SOCKOPTDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSL_SESSIONID_CACHE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3443:11
[INFO] [stdout]      |
[INFO] [stdout] 3443 | pub const CURLoption_CURLOPT_SSL_SESSIONID_CACHE: CURLoption = 150;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSL_SESSIONID_CACHE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSH_AUTH_TYPES` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3444:11
[INFO] [stdout]      |
[INFO] [stdout] 3444 | pub const CURLoption_CURLOPT_SSH_AUTH_TYPES: CURLoption = 151;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSH_AUTH_TYPES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSH_PUBLIC_KEYFILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3445:11
[INFO] [stdout]      |
[INFO] [stdout] 3445 | pub const CURLoption_CURLOPT_SSH_PUBLIC_KEYFILE: CURLoption = 10152;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSH_PUBLIC_KEYFILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSH_PRIVATE_KEYFILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3446:11
[INFO] [stdout]      |
[INFO] [stdout] 3446 | pub const CURLoption_CURLOPT_SSH_PRIVATE_KEYFILE: CURLoption = 10153;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSH_PRIVATE_KEYFILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FTP_SSL_CCC` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3447:11
[INFO] [stdout]      |
[INFO] [stdout] 3447 | pub const CURLoption_CURLOPT_FTP_SSL_CCC: CURLoption = 154;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FTP_SSL_CCC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TIMEOUT_MS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3448:11
[INFO] [stdout]      |
[INFO] [stdout] 3448 | pub const CURLoption_CURLOPT_TIMEOUT_MS: CURLoption = 155;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TIMEOUT_MS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CONNECTTIMEOUT_MS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3449:11
[INFO] [stdout]      |
[INFO] [stdout] 3449 | pub const CURLoption_CURLOPT_CONNECTTIMEOUT_MS: CURLoption = 156;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CONNECTTIMEOUT_MS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HTTP_TRANSFER_DECODING` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3450:11
[INFO] [stdout]      |
[INFO] [stdout] 3450 | pub const CURLoption_CURLOPT_HTTP_TRANSFER_DECODING: CURLoption = 157;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HTTP_TRANSFER_DECODING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HTTP_CONTENT_DECODING` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3451:11
[INFO] [stdout]      |
[INFO] [stdout] 3451 | pub const CURLoption_CURLOPT_HTTP_CONTENT_DECODING: CURLoption = 158;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HTTP_CONTENT_DECODING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_NEW_FILE_PERMS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3452:11
[INFO] [stdout]      |
[INFO] [stdout] 3452 | pub const CURLoption_CURLOPT_NEW_FILE_PERMS: CURLoption = 159;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_NEW_FILE_PERMS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_NEW_DIRECTORY_PERMS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3453:11
[INFO] [stdout]      |
[INFO] [stdout] 3453 | pub const CURLoption_CURLOPT_NEW_DIRECTORY_PERMS: CURLoption = 160;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_NEW_DIRECTORY_PERMS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_POSTREDIR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3454:11
[INFO] [stdout]      |
[INFO] [stdout] 3454 | pub const CURLoption_CURLOPT_POSTREDIR: CURLoption = 161;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_POSTREDIR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSH_HOST_PUBLIC_KEY_MD5` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3455:11
[INFO] [stdout]      |
[INFO] [stdout] 3455 | pub const CURLoption_CURLOPT_SSH_HOST_PUBLIC_KEY_MD5: CURLoption = 10162;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSH_HOST_PUBLIC_KEY_MD5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_OPENSOCKETFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3456:11
[INFO] [stdout]      |
[INFO] [stdout] 3456 | pub const CURLoption_CURLOPT_OPENSOCKETFUNCTION: CURLoption = 20163;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_OPENSOCKETFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_OPENSOCKETDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3457:11
[INFO] [stdout]      |
[INFO] [stdout] 3457 | pub const CURLoption_CURLOPT_OPENSOCKETDATA: CURLoption = 10164;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_OPENSOCKETDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_COPYPOSTFIELDS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3458:11
[INFO] [stdout]      |
[INFO] [stdout] 3458 | pub const CURLoption_CURLOPT_COPYPOSTFIELDS: CURLoption = 10165;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_COPYPOSTFIELDS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_TRANSFER_MODE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3459:11
[INFO] [stdout]      |
[INFO] [stdout] 3459 | pub const CURLoption_CURLOPT_PROXY_TRANSFER_MODE: CURLoption = 166;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_TRANSFER_MODE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SEEKFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3460:11
[INFO] [stdout]      |
[INFO] [stdout] 3460 | pub const CURLoption_CURLOPT_SEEKFUNCTION: CURLoption = 20167;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SEEKFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SEEKDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3461:11
[INFO] [stdout]      |
[INFO] [stdout] 3461 | pub const CURLoption_CURLOPT_SEEKDATA: CURLoption = 10168;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SEEKDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CRLFILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3462:11
[INFO] [stdout]      |
[INFO] [stdout] 3462 | pub const CURLoption_CURLOPT_CRLFILE: CURLoption = 10169;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CRLFILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_ISSUERCERT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3463:11
[INFO] [stdout]      |
[INFO] [stdout] 3463 | pub const CURLoption_CURLOPT_ISSUERCERT: CURLoption = 10170;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_ISSUERCERT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_ADDRESS_SCOPE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3464:11
[INFO] [stdout]      |
[INFO] [stdout] 3464 | pub const CURLoption_CURLOPT_ADDRESS_SCOPE: CURLoption = 171;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_ADDRESS_SCOPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CERTINFO` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3465:11
[INFO] [stdout]      |
[INFO] [stdout] 3465 | pub const CURLoption_CURLOPT_CERTINFO: CURLoption = 172;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CERTINFO`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_USERNAME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3466:11
[INFO] [stdout]      |
[INFO] [stdout] 3466 | pub const CURLoption_CURLOPT_USERNAME: CURLoption = 10173;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_USERNAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PASSWORD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3467:11
[INFO] [stdout]      |
[INFO] [stdout] 3467 | pub const CURLoption_CURLOPT_PASSWORD: CURLoption = 10174;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PASSWORD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXYUSERNAME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3468:11
[INFO] [stdout]      |
[INFO] [stdout] 3468 | pub const CURLoption_CURLOPT_PROXYUSERNAME: CURLoption = 10175;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXYUSERNAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXYPASSWORD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3469:11
[INFO] [stdout]      |
[INFO] [stdout] 3469 | pub const CURLoption_CURLOPT_PROXYPASSWORD: CURLoption = 10176;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXYPASSWORD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_NOPROXY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3470:11
[INFO] [stdout]      |
[INFO] [stdout] 3470 | pub const CURLoption_CURLOPT_NOPROXY: CURLoption = 10177;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_NOPROXY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TFTP_BLKSIZE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3471:11
[INFO] [stdout]      |
[INFO] [stdout] 3471 | pub const CURLoption_CURLOPT_TFTP_BLKSIZE: CURLoption = 178;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TFTP_BLKSIZE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SOCKS5_GSSAPI_SERVICE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3472:11
[INFO] [stdout]      |
[INFO] [stdout] 3472 | pub const CURLoption_CURLOPT_SOCKS5_GSSAPI_SERVICE: CURLoption = 10179;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SOCKS5_GSSAPI_SERVICE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SOCKS5_GSSAPI_NEC` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3473:11
[INFO] [stdout]      |
[INFO] [stdout] 3473 | pub const CURLoption_CURLOPT_SOCKS5_GSSAPI_NEC: CURLoption = 180;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SOCKS5_GSSAPI_NEC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROTOCOLS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3474:11
[INFO] [stdout]      |
[INFO] [stdout] 3474 | pub const CURLoption_CURLOPT_PROTOCOLS: CURLoption = 181;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROTOCOLS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_REDIR_PROTOCOLS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3475:11
[INFO] [stdout]      |
[INFO] [stdout] 3475 | pub const CURLoption_CURLOPT_REDIR_PROTOCOLS: CURLoption = 182;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_REDIR_PROTOCOLS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSH_KNOWNHOSTS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3476:11
[INFO] [stdout]      |
[INFO] [stdout] 3476 | pub const CURLoption_CURLOPT_SSH_KNOWNHOSTS: CURLoption = 10183;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSH_KNOWNHOSTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSH_KEYFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3477:11
[INFO] [stdout]      |
[INFO] [stdout] 3477 | pub const CURLoption_CURLOPT_SSH_KEYFUNCTION: CURLoption = 20184;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSH_KEYFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSH_KEYDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3478:11
[INFO] [stdout]      |
[INFO] [stdout] 3478 | pub const CURLoption_CURLOPT_SSH_KEYDATA: CURLoption = 10185;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSH_KEYDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_MAIL_FROM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3479:11
[INFO] [stdout]      |
[INFO] [stdout] 3479 | pub const CURLoption_CURLOPT_MAIL_FROM: CURLoption = 10186;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_MAIL_FROM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_MAIL_RCPT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3480:11
[INFO] [stdout]      |
[INFO] [stdout] 3480 | pub const CURLoption_CURLOPT_MAIL_RCPT: CURLoption = 10187;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_MAIL_RCPT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FTP_USE_PRET` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3481:11
[INFO] [stdout]      |
[INFO] [stdout] 3481 | pub const CURLoption_CURLOPT_FTP_USE_PRET: CURLoption = 188;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FTP_USE_PRET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_RTSP_REQUEST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3482:11
[INFO] [stdout]      |
[INFO] [stdout] 3482 | pub const CURLoption_CURLOPT_RTSP_REQUEST: CURLoption = 189;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_RTSP_REQUEST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_RTSP_SESSION_ID` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3483:11
[INFO] [stdout]      |
[INFO] [stdout] 3483 | pub const CURLoption_CURLOPT_RTSP_SESSION_ID: CURLoption = 10190;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_RTSP_SESSION_ID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_RTSP_STREAM_URI` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3484:11
[INFO] [stdout]      |
[INFO] [stdout] 3484 | pub const CURLoption_CURLOPT_RTSP_STREAM_URI: CURLoption = 10191;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_RTSP_STREAM_URI`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_RTSP_TRANSPORT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3485:11
[INFO] [stdout]      |
[INFO] [stdout] 3485 | pub const CURLoption_CURLOPT_RTSP_TRANSPORT: CURLoption = 10192;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_RTSP_TRANSPORT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_RTSP_CLIENT_CSEQ` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3486:11
[INFO] [stdout]      |
[INFO] [stdout] 3486 | pub const CURLoption_CURLOPT_RTSP_CLIENT_CSEQ: CURLoption = 193;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_RTSP_CLIENT_CSEQ`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_RTSP_SERVER_CSEQ` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3487:11
[INFO] [stdout]      |
[INFO] [stdout] 3487 | pub const CURLoption_CURLOPT_RTSP_SERVER_CSEQ: CURLoption = 194;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_RTSP_SERVER_CSEQ`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_INTERLEAVEDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3488:11
[INFO] [stdout]      |
[INFO] [stdout] 3488 | pub const CURLoption_CURLOPT_INTERLEAVEDATA: CURLoption = 10195;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_INTERLEAVEDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_INTERLEAVEFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3489:11
[INFO] [stdout]      |
[INFO] [stdout] 3489 | pub const CURLoption_CURLOPT_INTERLEAVEFUNCTION: CURLoption = 20196;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_INTERLEAVEFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_WILDCARDMATCH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3490:11
[INFO] [stdout]      |
[INFO] [stdout] 3490 | pub const CURLoption_CURLOPT_WILDCARDMATCH: CURLoption = 197;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_WILDCARDMATCH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CHUNK_BGN_FUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3491:11
[INFO] [stdout]      |
[INFO] [stdout] 3491 | pub const CURLoption_CURLOPT_CHUNK_BGN_FUNCTION: CURLoption = 20198;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CHUNK_BGN_FUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CHUNK_END_FUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3492:11
[INFO] [stdout]      |
[INFO] [stdout] 3492 | pub const CURLoption_CURLOPT_CHUNK_END_FUNCTION: CURLoption = 20199;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CHUNK_END_FUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FNMATCH_FUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3493:11
[INFO] [stdout]      |
[INFO] [stdout] 3493 | pub const CURLoption_CURLOPT_FNMATCH_FUNCTION: CURLoption = 20200;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FNMATCH_FUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CHUNK_DATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3494:11
[INFO] [stdout]      |
[INFO] [stdout] 3494 | pub const CURLoption_CURLOPT_CHUNK_DATA: CURLoption = 10201;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CHUNK_DATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_FNMATCH_DATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3495:11
[INFO] [stdout]      |
[INFO] [stdout] 3495 | pub const CURLoption_CURLOPT_FNMATCH_DATA: CURLoption = 10202;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_FNMATCH_DATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_RESOLVE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3496:11
[INFO] [stdout]      |
[INFO] [stdout] 3496 | pub const CURLoption_CURLOPT_RESOLVE: CURLoption = 10203;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_RESOLVE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TLSAUTH_USERNAME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3497:11
[INFO] [stdout]      |
[INFO] [stdout] 3497 | pub const CURLoption_CURLOPT_TLSAUTH_USERNAME: CURLoption = 10204;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TLSAUTH_USERNAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TLSAUTH_PASSWORD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3498:11
[INFO] [stdout]      |
[INFO] [stdout] 3498 | pub const CURLoption_CURLOPT_TLSAUTH_PASSWORD: CURLoption = 10205;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TLSAUTH_PASSWORD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TLSAUTH_TYPE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3499:11
[INFO] [stdout]      |
[INFO] [stdout] 3499 | pub const CURLoption_CURLOPT_TLSAUTH_TYPE: CURLoption = 10206;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TLSAUTH_TYPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TRANSFER_ENCODING` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3500:11
[INFO] [stdout]      |
[INFO] [stdout] 3500 | pub const CURLoption_CURLOPT_TRANSFER_ENCODING: CURLoption = 207;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TRANSFER_ENCODING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CLOSESOCKETFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3501:11
[INFO] [stdout]      |
[INFO] [stdout] 3501 | pub const CURLoption_CURLOPT_CLOSESOCKETFUNCTION: CURLoption = 20208;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CLOSESOCKETFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CLOSESOCKETDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3502:11
[INFO] [stdout]      |
[INFO] [stdout] 3502 | pub const CURLoption_CURLOPT_CLOSESOCKETDATA: CURLoption = 10209;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CLOSESOCKETDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_GSSAPI_DELEGATION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3503:11
[INFO] [stdout]      |
[INFO] [stdout] 3503 | pub const CURLoption_CURLOPT_GSSAPI_DELEGATION: CURLoption = 210;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_GSSAPI_DELEGATION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DNS_SERVERS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3504:11
[INFO] [stdout]      |
[INFO] [stdout] 3504 | pub const CURLoption_CURLOPT_DNS_SERVERS: CURLoption = 10211;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DNS_SERVERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_ACCEPTTIMEOUT_MS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3505:11
[INFO] [stdout]      |
[INFO] [stdout] 3505 | pub const CURLoption_CURLOPT_ACCEPTTIMEOUT_MS: CURLoption = 212;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_ACCEPTTIMEOUT_MS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TCP_KEEPALIVE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3506:11
[INFO] [stdout]      |
[INFO] [stdout] 3506 | pub const CURLoption_CURLOPT_TCP_KEEPALIVE: CURLoption = 213;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TCP_KEEPALIVE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TCP_KEEPIDLE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3507:11
[INFO] [stdout]      |
[INFO] [stdout] 3507 | pub const CURLoption_CURLOPT_TCP_KEEPIDLE: CURLoption = 214;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TCP_KEEPIDLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TCP_KEEPINTVL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3508:11
[INFO] [stdout]      |
[INFO] [stdout] 3508 | pub const CURLoption_CURLOPT_TCP_KEEPINTVL: CURLoption = 215;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TCP_KEEPINTVL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSL_OPTIONS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3509:11
[INFO] [stdout]      |
[INFO] [stdout] 3509 | pub const CURLoption_CURLOPT_SSL_OPTIONS: CURLoption = 216;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSL_OPTIONS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_MAIL_AUTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3510:11
[INFO] [stdout]      |
[INFO] [stdout] 3510 | pub const CURLoption_CURLOPT_MAIL_AUTH: CURLoption = 10217;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_MAIL_AUTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SASL_IR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3511:11
[INFO] [stdout]      |
[INFO] [stdout] 3511 | pub const CURLoption_CURLOPT_SASL_IR: CURLoption = 218;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SASL_IR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_XFERINFOFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3512:11
[INFO] [stdout]      |
[INFO] [stdout] 3512 | pub const CURLoption_CURLOPT_XFERINFOFUNCTION: CURLoption = 20219;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_XFERINFOFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_XOAUTH2_BEARER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3513:11
[INFO] [stdout]      |
[INFO] [stdout] 3513 | pub const CURLoption_CURLOPT_XOAUTH2_BEARER: CURLoption = 10220;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_XOAUTH2_BEARER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DNS_INTERFACE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3514:11
[INFO] [stdout]      |
[INFO] [stdout] 3514 | pub const CURLoption_CURLOPT_DNS_INTERFACE: CURLoption = 10221;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DNS_INTERFACE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DNS_LOCAL_IP4` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3515:11
[INFO] [stdout]      |
[INFO] [stdout] 3515 | pub const CURLoption_CURLOPT_DNS_LOCAL_IP4: CURLoption = 10222;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DNS_LOCAL_IP4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DNS_LOCAL_IP6` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3516:11
[INFO] [stdout]      |
[INFO] [stdout] 3516 | pub const CURLoption_CURLOPT_DNS_LOCAL_IP6: CURLoption = 10223;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DNS_LOCAL_IP6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_LOGIN_OPTIONS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3517:11
[INFO] [stdout]      |
[INFO] [stdout] 3517 | pub const CURLoption_CURLOPT_LOGIN_OPTIONS: CURLoption = 10224;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_LOGIN_OPTIONS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSL_ENABLE_NPN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3518:11
[INFO] [stdout]      |
[INFO] [stdout] 3518 | pub const CURLoption_CURLOPT_SSL_ENABLE_NPN: CURLoption = 225;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSL_ENABLE_NPN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSL_ENABLE_ALPN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3519:11
[INFO] [stdout]      |
[INFO] [stdout] 3519 | pub const CURLoption_CURLOPT_SSL_ENABLE_ALPN: CURLoption = 226;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSL_ENABLE_ALPN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_EXPECT_100_TIMEOUT_MS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3520:11
[INFO] [stdout]      |
[INFO] [stdout] 3520 | pub const CURLoption_CURLOPT_EXPECT_100_TIMEOUT_MS: CURLoption = 227;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_EXPECT_100_TIMEOUT_MS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXYHEADER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3521:11
[INFO] [stdout]      |
[INFO] [stdout] 3521 | pub const CURLoption_CURLOPT_PROXYHEADER: CURLoption = 10228;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXYHEADER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HEADEROPT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3522:11
[INFO] [stdout]      |
[INFO] [stdout] 3522 | pub const CURLoption_CURLOPT_HEADEROPT: CURLoption = 229;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HEADEROPT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PINNEDPUBLICKEY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3523:11
[INFO] [stdout]      |
[INFO] [stdout] 3523 | pub const CURLoption_CURLOPT_PINNEDPUBLICKEY: CURLoption = 10230;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PINNEDPUBLICKEY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_UNIX_SOCKET_PATH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3524:11
[INFO] [stdout]      |
[INFO] [stdout] 3524 | pub const CURLoption_CURLOPT_UNIX_SOCKET_PATH: CURLoption = 10231;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_UNIX_SOCKET_PATH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSL_VERIFYSTATUS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3525:11
[INFO] [stdout]      |
[INFO] [stdout] 3525 | pub const CURLoption_CURLOPT_SSL_VERIFYSTATUS: CURLoption = 232;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSL_VERIFYSTATUS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSL_FALSESTART` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3526:11
[INFO] [stdout]      |
[INFO] [stdout] 3526 | pub const CURLoption_CURLOPT_SSL_FALSESTART: CURLoption = 233;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSL_FALSESTART`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PATH_AS_IS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3527:11
[INFO] [stdout]      |
[INFO] [stdout] 3527 | pub const CURLoption_CURLOPT_PATH_AS_IS: CURLoption = 234;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PATH_AS_IS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_SERVICE_NAME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3528:11
[INFO] [stdout]      |
[INFO] [stdout] 3528 | pub const CURLoption_CURLOPT_PROXY_SERVICE_NAME: CURLoption = 10235;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_SERVICE_NAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SERVICE_NAME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3529:11
[INFO] [stdout]      |
[INFO] [stdout] 3529 | pub const CURLoption_CURLOPT_SERVICE_NAME: CURLoption = 10236;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SERVICE_NAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PIPEWAIT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3530:11
[INFO] [stdout]      |
[INFO] [stdout] 3530 | pub const CURLoption_CURLOPT_PIPEWAIT: CURLoption = 237;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PIPEWAIT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DEFAULT_PROTOCOL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3531:11
[INFO] [stdout]      |
[INFO] [stdout] 3531 | pub const CURLoption_CURLOPT_DEFAULT_PROTOCOL: CURLoption = 10238;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DEFAULT_PROTOCOL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_STREAM_WEIGHT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3532:11
[INFO] [stdout]      |
[INFO] [stdout] 3532 | pub const CURLoption_CURLOPT_STREAM_WEIGHT: CURLoption = 239;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_STREAM_WEIGHT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_STREAM_DEPENDS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3533:11
[INFO] [stdout]      |
[INFO] [stdout] 3533 | pub const CURLoption_CURLOPT_STREAM_DEPENDS: CURLoption = 10240;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_STREAM_DEPENDS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_STREAM_DEPENDS_E` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3534:11
[INFO] [stdout]      |
[INFO] [stdout] 3534 | pub const CURLoption_CURLOPT_STREAM_DEPENDS_E: CURLoption = 10241;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_STREAM_DEPENDS_E`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TFTP_NO_OPTIONS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3535:11
[INFO] [stdout]      |
[INFO] [stdout] 3535 | pub const CURLoption_CURLOPT_TFTP_NO_OPTIONS: CURLoption = 242;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TFTP_NO_OPTIONS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CONNECT_TO` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3536:11
[INFO] [stdout]      |
[INFO] [stdout] 3536 | pub const CURLoption_CURLOPT_CONNECT_TO: CURLoption = 10243;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CONNECT_TO`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TCP_FASTOPEN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3537:11
[INFO] [stdout]      |
[INFO] [stdout] 3537 | pub const CURLoption_CURLOPT_TCP_FASTOPEN: CURLoption = 244;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TCP_FASTOPEN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_KEEP_SENDING_ON_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3538:11
[INFO] [stdout]      |
[INFO] [stdout] 3538 | pub const CURLoption_CURLOPT_KEEP_SENDING_ON_ERROR: CURLoption = 245;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_KEEP_SENDING_ON_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_CAINFO` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3539:11
[INFO] [stdout]      |
[INFO] [stdout] 3539 | pub const CURLoption_CURLOPT_PROXY_CAINFO: CURLoption = 10246;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_CAINFO`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_CAPATH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3540:11
[INFO] [stdout]      |
[INFO] [stdout] 3540 | pub const CURLoption_CURLOPT_PROXY_CAPATH: CURLoption = 10247;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_CAPATH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_SSL_VERIFYPEER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3541:11
[INFO] [stdout]      |
[INFO] [stdout] 3541 | pub const CURLoption_CURLOPT_PROXY_SSL_VERIFYPEER: CURLoption = 248;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_SSL_VERIFYPEER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_SSL_VERIFYHOST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3542:11
[INFO] [stdout]      |
[INFO] [stdout] 3542 | pub const CURLoption_CURLOPT_PROXY_SSL_VERIFYHOST: CURLoption = 249;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_SSL_VERIFYHOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_SSLVERSION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3543:11
[INFO] [stdout]      |
[INFO] [stdout] 3543 | pub const CURLoption_CURLOPT_PROXY_SSLVERSION: CURLoption = 250;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_SSLVERSION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_TLSAUTH_USERNAME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3544:11
[INFO] [stdout]      |
[INFO] [stdout] 3544 | pub const CURLoption_CURLOPT_PROXY_TLSAUTH_USERNAME: CURLoption = 10251;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_TLSAUTH_USERNAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_TLSAUTH_PASSWORD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3545:11
[INFO] [stdout]      |
[INFO] [stdout] 3545 | pub const CURLoption_CURLOPT_PROXY_TLSAUTH_PASSWORD: CURLoption = 10252;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_TLSAUTH_PASSWORD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_TLSAUTH_TYPE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3546:11
[INFO] [stdout]      |
[INFO] [stdout] 3546 | pub const CURLoption_CURLOPT_PROXY_TLSAUTH_TYPE: CURLoption = 10253;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_TLSAUTH_TYPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_SSLCERT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3547:11
[INFO] [stdout]      |
[INFO] [stdout] 3547 | pub const CURLoption_CURLOPT_PROXY_SSLCERT: CURLoption = 10254;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_SSLCERT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_SSLCERTTYPE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3548:11
[INFO] [stdout]      |
[INFO] [stdout] 3548 | pub const CURLoption_CURLOPT_PROXY_SSLCERTTYPE: CURLoption = 10255;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_SSLCERTTYPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_SSLKEY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3549:11
[INFO] [stdout]      |
[INFO] [stdout] 3549 | pub const CURLoption_CURLOPT_PROXY_SSLKEY: CURLoption = 10256;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_SSLKEY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_SSLKEYTYPE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3550:11
[INFO] [stdout]      |
[INFO] [stdout] 3550 | pub const CURLoption_CURLOPT_PROXY_SSLKEYTYPE: CURLoption = 10257;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_SSLKEYTYPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_KEYPASSWD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3551:11
[INFO] [stdout]      |
[INFO] [stdout] 3551 | pub const CURLoption_CURLOPT_PROXY_KEYPASSWD: CURLoption = 10258;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_KEYPASSWD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_SSL_CIPHER_LIST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3552:11
[INFO] [stdout]      |
[INFO] [stdout] 3552 | pub const CURLoption_CURLOPT_PROXY_SSL_CIPHER_LIST: CURLoption = 10259;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_SSL_CIPHER_LIST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_CRLFILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3553:11
[INFO] [stdout]      |
[INFO] [stdout] 3553 | pub const CURLoption_CURLOPT_PROXY_CRLFILE: CURLoption = 10260;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_CRLFILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_SSL_OPTIONS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3554:11
[INFO] [stdout]      |
[INFO] [stdout] 3554 | pub const CURLoption_CURLOPT_PROXY_SSL_OPTIONS: CURLoption = 261;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_SSL_OPTIONS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PRE_PROXY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3555:11
[INFO] [stdout]      |
[INFO] [stdout] 3555 | pub const CURLoption_CURLOPT_PRE_PROXY: CURLoption = 10262;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PRE_PROXY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_PINNEDPUBLICKEY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3556:11
[INFO] [stdout]      |
[INFO] [stdout] 3556 | pub const CURLoption_CURLOPT_PROXY_PINNEDPUBLICKEY: CURLoption = 10263;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_PINNEDPUBLICKEY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_ABSTRACT_UNIX_SOCKET` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3557:11
[INFO] [stdout]      |
[INFO] [stdout] 3557 | pub const CURLoption_CURLOPT_ABSTRACT_UNIX_SOCKET: CURLoption = 10264;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_ABSTRACT_UNIX_SOCKET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SUPPRESS_CONNECT_HEADERS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3558:11
[INFO] [stdout]      |
[INFO] [stdout] 3558 | pub const CURLoption_CURLOPT_SUPPRESS_CONNECT_HEADERS: CURLoption = 265;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SUPPRESS_CONNECT_HEADERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_REQUEST_TARGET` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3559:11
[INFO] [stdout]      |
[INFO] [stdout] 3559 | pub const CURLoption_CURLOPT_REQUEST_TARGET: CURLoption = 10266;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_REQUEST_TARGET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SOCKS5_AUTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3560:11
[INFO] [stdout]      |
[INFO] [stdout] 3560 | pub const CURLoption_CURLOPT_SOCKS5_AUTH: CURLoption = 267;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SOCKS5_AUTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSH_COMPRESSION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3561:11
[INFO] [stdout]      |
[INFO] [stdout] 3561 | pub const CURLoption_CURLOPT_SSH_COMPRESSION: CURLoption = 268;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSH_COMPRESSION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_MIMEPOST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3562:11
[INFO] [stdout]      |
[INFO] [stdout] 3562 | pub const CURLoption_CURLOPT_MIMEPOST: CURLoption = 10269;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_MIMEPOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TIMEVALUE_LARGE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3563:11
[INFO] [stdout]      |
[INFO] [stdout] 3563 | pub const CURLoption_CURLOPT_TIMEVALUE_LARGE: CURLoption = 30270;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TIMEVALUE_LARGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3564:11
[INFO] [stdout]      |
[INFO] [stdout] 3564 | pub const CURLoption_CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS: CURLoption = 271;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_RESOLVER_START_FUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3565:11
[INFO] [stdout]      |
[INFO] [stdout] 3565 | pub const CURLoption_CURLOPT_RESOLVER_START_FUNCTION: CURLoption = 20272;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_RESOLVER_START_FUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_RESOLVER_START_DATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3566:11
[INFO] [stdout]      |
[INFO] [stdout] 3566 | pub const CURLoption_CURLOPT_RESOLVER_START_DATA: CURLoption = 10273;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_RESOLVER_START_DATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HAPROXYPROTOCOL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3567:11
[INFO] [stdout]      |
[INFO] [stdout] 3567 | pub const CURLoption_CURLOPT_HAPROXYPROTOCOL: CURLoption = 274;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HAPROXYPROTOCOL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DNS_SHUFFLE_ADDRESSES` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3568:11
[INFO] [stdout]      |
[INFO] [stdout] 3568 | pub const CURLoption_CURLOPT_DNS_SHUFFLE_ADDRESSES: CURLoption = 275;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DNS_SHUFFLE_ADDRESSES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TLS13_CIPHERS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3569:11
[INFO] [stdout]      |
[INFO] [stdout] 3569 | pub const CURLoption_CURLOPT_TLS13_CIPHERS: CURLoption = 10276;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TLS13_CIPHERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_TLS13_CIPHERS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3570:11
[INFO] [stdout]      |
[INFO] [stdout] 3570 | pub const CURLoption_CURLOPT_PROXY_TLS13_CIPHERS: CURLoption = 10277;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_TLS13_CIPHERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DISALLOW_USERNAME_IN_URL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3571:11
[INFO] [stdout]      |
[INFO] [stdout] 3571 | pub const CURLoption_CURLOPT_DISALLOW_USERNAME_IN_URL: CURLoption = 278;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DISALLOW_USERNAME_IN_URL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DOH_URL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3572:11
[INFO] [stdout]      |
[INFO] [stdout] 3572 | pub const CURLoption_CURLOPT_DOH_URL: CURLoption = 10279;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DOH_URL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_UPLOAD_BUFFERSIZE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3573:11
[INFO] [stdout]      |
[INFO] [stdout] 3573 | pub const CURLoption_CURLOPT_UPLOAD_BUFFERSIZE: CURLoption = 280;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_UPLOAD_BUFFERSIZE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_UPKEEP_INTERVAL_MS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3574:11
[INFO] [stdout]      |
[INFO] [stdout] 3574 | pub const CURLoption_CURLOPT_UPKEEP_INTERVAL_MS: CURLoption = 281;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_UPKEEP_INTERVAL_MS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CURLU` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3575:11
[INFO] [stdout]      |
[INFO] [stdout] 3575 | pub const CURLoption_CURLOPT_CURLU: CURLoption = 10282;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CURLU`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TRAILERFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3576:11
[INFO] [stdout]      |
[INFO] [stdout] 3576 | pub const CURLoption_CURLOPT_TRAILERFUNCTION: CURLoption = 20283;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TRAILERFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TRAILERDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3577:11
[INFO] [stdout]      |
[INFO] [stdout] 3577 | pub const CURLoption_CURLOPT_TRAILERDATA: CURLoption = 10284;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TRAILERDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HTTP09_ALLOWED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3578:11
[INFO] [stdout]      |
[INFO] [stdout] 3578 | pub const CURLoption_CURLOPT_HTTP09_ALLOWED: CURLoption = 285;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HTTP09_ALLOWED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_ALTSVC_CTRL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3579:11
[INFO] [stdout]      |
[INFO] [stdout] 3579 | pub const CURLoption_CURLOPT_ALTSVC_CTRL: CURLoption = 286;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_ALTSVC_CTRL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_ALTSVC` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3580:11
[INFO] [stdout]      |
[INFO] [stdout] 3580 | pub const CURLoption_CURLOPT_ALTSVC: CURLoption = 10287;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_ALTSVC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_MAXAGE_CONN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3581:11
[INFO] [stdout]      |
[INFO] [stdout] 3581 | pub const CURLoption_CURLOPT_MAXAGE_CONN: CURLoption = 288;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_MAXAGE_CONN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SASL_AUTHZID` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3582:11
[INFO] [stdout]      |
[INFO] [stdout] 3582 | pub const CURLoption_CURLOPT_SASL_AUTHZID: CURLoption = 10289;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SASL_AUTHZID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_MAIL_RCPT_ALLOWFAILS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3583:11
[INFO] [stdout]      |
[INFO] [stdout] 3583 | pub const CURLoption_CURLOPT_MAIL_RCPT_ALLOWFAILS: CURLoption = 290;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_MAIL_RCPT_ALLOWFAILS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSLCERT_BLOB` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3584:11
[INFO] [stdout]      |
[INFO] [stdout] 3584 | pub const CURLoption_CURLOPT_SSLCERT_BLOB: CURLoption = 40291;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSLCERT_BLOB`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSLKEY_BLOB` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3585:11
[INFO] [stdout]      |
[INFO] [stdout] 3585 | pub const CURLoption_CURLOPT_SSLKEY_BLOB: CURLoption = 40292;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSLKEY_BLOB`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_SSLCERT_BLOB` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3586:11
[INFO] [stdout]      |
[INFO] [stdout] 3586 | pub const CURLoption_CURLOPT_PROXY_SSLCERT_BLOB: CURLoption = 40293;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_SSLCERT_BLOB`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_SSLKEY_BLOB` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3587:11
[INFO] [stdout]      |
[INFO] [stdout] 3587 | pub const CURLoption_CURLOPT_PROXY_SSLKEY_BLOB: CURLoption = 40294;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_SSLKEY_BLOB`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_ISSUERCERT_BLOB` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3588:11
[INFO] [stdout]      |
[INFO] [stdout] 3588 | pub const CURLoption_CURLOPT_ISSUERCERT_BLOB: CURLoption = 40295;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_ISSUERCERT_BLOB`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_ISSUERCERT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3589:11
[INFO] [stdout]      |
[INFO] [stdout] 3589 | pub const CURLoption_CURLOPT_PROXY_ISSUERCERT: CURLoption = 10296;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_ISSUERCERT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_ISSUERCERT_BLOB` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3590:11
[INFO] [stdout]      |
[INFO] [stdout] 3590 | pub const CURLoption_CURLOPT_PROXY_ISSUERCERT_BLOB: CURLoption = 40297;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_ISSUERCERT_BLOB`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSL_EC_CURVES` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3591:11
[INFO] [stdout]      |
[INFO] [stdout] 3591 | pub const CURLoption_CURLOPT_SSL_EC_CURVES: CURLoption = 10298;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSL_EC_CURVES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HSTS_CTRL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3592:11
[INFO] [stdout]      |
[INFO] [stdout] 3592 | pub const CURLoption_CURLOPT_HSTS_CTRL: CURLoption = 299;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HSTS_CTRL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HSTS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3593:11
[INFO] [stdout]      |
[INFO] [stdout] 3593 | pub const CURLoption_CURLOPT_HSTS: CURLoption = 10300;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HSTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HSTSREADFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3594:11
[INFO] [stdout]      |
[INFO] [stdout] 3594 | pub const CURLoption_CURLOPT_HSTSREADFUNCTION: CURLoption = 20301;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HSTSREADFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HSTSREADDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3595:11
[INFO] [stdout]      |
[INFO] [stdout] 3595 | pub const CURLoption_CURLOPT_HSTSREADDATA: CURLoption = 10302;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HSTSREADDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HSTSWRITEFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3596:11
[INFO] [stdout]      |
[INFO] [stdout] 3596 | pub const CURLoption_CURLOPT_HSTSWRITEFUNCTION: CURLoption = 20303;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HSTSWRITEFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HSTSWRITEDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3597:11
[INFO] [stdout]      |
[INFO] [stdout] 3597 | pub const CURLoption_CURLOPT_HSTSWRITEDATA: CURLoption = 10304;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HSTSWRITEDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_AWS_SIGV4` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3598:11
[INFO] [stdout]      |
[INFO] [stdout] 3598 | pub const CURLoption_CURLOPT_AWS_SIGV4: CURLoption = 10305;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_AWS_SIGV4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DOH_SSL_VERIFYPEER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3599:11
[INFO] [stdout]      |
[INFO] [stdout] 3599 | pub const CURLoption_CURLOPT_DOH_SSL_VERIFYPEER: CURLoption = 306;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DOH_SSL_VERIFYPEER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DOH_SSL_VERIFYHOST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3600:11
[INFO] [stdout]      |
[INFO] [stdout] 3600 | pub const CURLoption_CURLOPT_DOH_SSL_VERIFYHOST: CURLoption = 307;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DOH_SSL_VERIFYHOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_DOH_SSL_VERIFYSTATUS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3601:11
[INFO] [stdout]      |
[INFO] [stdout] 3601 | pub const CURLoption_CURLOPT_DOH_SSL_VERIFYSTATUS: CURLoption = 308;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_DOH_SSL_VERIFYSTATUS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CAINFO_BLOB` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3602:11
[INFO] [stdout]      |
[INFO] [stdout] 3602 | pub const CURLoption_CURLOPT_CAINFO_BLOB: CURLoption = 40309;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CAINFO_BLOB`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROXY_CAINFO_BLOB` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3603:11
[INFO] [stdout]      |
[INFO] [stdout] 3603 | pub const CURLoption_CURLOPT_PROXY_CAINFO_BLOB: CURLoption = 40310;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROXY_CAINFO_BLOB`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3604:11
[INFO] [stdout]      |
[INFO] [stdout] 3604 | pub const CURLoption_CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256: CURLoption = 10311;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PREREQFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3605:11
[INFO] [stdout]      |
[INFO] [stdout] 3605 | pub const CURLoption_CURLOPT_PREREQFUNCTION: CURLoption = 20312;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PREREQFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PREREQDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3606:11
[INFO] [stdout]      |
[INFO] [stdout] 3606 | pub const CURLoption_CURLOPT_PREREQDATA: CURLoption = 10313;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PREREQDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_MAXLIFETIME_CONN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3607:11
[INFO] [stdout]      |
[INFO] [stdout] 3607 | pub const CURLoption_CURLOPT_MAXLIFETIME_CONN: CURLoption = 314;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_MAXLIFETIME_CONN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_MIME_OPTIONS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3608:11
[INFO] [stdout]      |
[INFO] [stdout] 3608 | pub const CURLoption_CURLOPT_MIME_OPTIONS: CURLoption = 315;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_MIME_OPTIONS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSH_HOSTKEYFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3609:11
[INFO] [stdout]      |
[INFO] [stdout] 3609 | pub const CURLoption_CURLOPT_SSH_HOSTKEYFUNCTION: CURLoption = 20316;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSH_HOSTKEYFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SSH_HOSTKEYDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3610:11
[INFO] [stdout]      |
[INFO] [stdout] 3610 | pub const CURLoption_CURLOPT_SSH_HOSTKEYDATA: CURLoption = 10317;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SSH_HOSTKEYDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_PROTOCOLS_STR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3611:11
[INFO] [stdout]      |
[INFO] [stdout] 3611 | pub const CURLoption_CURLOPT_PROTOCOLS_STR: CURLoption = 10318;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_PROTOCOLS_STR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_REDIR_PROTOCOLS_STR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3612:11
[INFO] [stdout]      |
[INFO] [stdout] 3612 | pub const CURLoption_CURLOPT_REDIR_PROTOCOLS_STR: CURLoption = 10319;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_REDIR_PROTOCOLS_STR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_WS_OPTIONS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3613:11
[INFO] [stdout]      |
[INFO] [stdout] 3613 | pub const CURLoption_CURLOPT_WS_OPTIONS: CURLoption = 320;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_WS_OPTIONS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_CA_CACHE_TIMEOUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3614:11
[INFO] [stdout]      |
[INFO] [stdout] 3614 | pub const CURLoption_CURLOPT_CA_CACHE_TIMEOUT: CURLoption = 321;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_CA_CACHE_TIMEOUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_QUICK_EXIT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3615:11
[INFO] [stdout]      |
[INFO] [stdout] 3615 | pub const CURLoption_CURLOPT_QUICK_EXIT: CURLoption = 322;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_QUICK_EXIT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_HAPROXY_CLIENT_IP` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3616:11
[INFO] [stdout]      |
[INFO] [stdout] 3616 | pub const CURLoption_CURLOPT_HAPROXY_CLIENT_IP: CURLoption = 10323;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_HAPROXY_CLIENT_IP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_SERVER_RESPONSE_TIMEOUT_MS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3617:11
[INFO] [stdout]      |
[INFO] [stdout] 3617 | pub const CURLoption_CURLOPT_SERVER_RESPONSE_TIMEOUT_MS: CURLoption = 324;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_SERVER_RESPONSE_TIMEOUT_MS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_ECH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3618:11
[INFO] [stdout]      |
[INFO] [stdout] 3618 | pub const CURLoption_CURLOPT_ECH: CURLoption = 10325;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_ECH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_TCP_KEEPCNT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3619:11
[INFO] [stdout]      |
[INFO] [stdout] 3619 | pub const CURLoption_CURLOPT_TCP_KEEPCNT: CURLoption = 326;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_TCP_KEEPCNT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLoption_CURLOPT_LASTENTRY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3620:11
[INFO] [stdout]      |
[INFO] [stdout] 3620 | pub const CURLoption_CURLOPT_LASTENTRY: CURLoption = 327;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLOPTION_CURLOPT_LASTENTRY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_TimeCond_CURL_TIMECOND_NONE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3655:11
[INFO] [stdout]      |
[INFO] [stdout] 3655 | pub const curl_TimeCond_CURL_TIMECOND_NONE: curl_TimeCond = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_TIME_COND_CURL_TIMECOND_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_TimeCond_CURL_TIMECOND_IFMODSINCE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3656:11
[INFO] [stdout]      |
[INFO] [stdout] 3656 | pub const curl_TimeCond_CURL_TIMECOND_IFMODSINCE: curl_TimeCond = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_TIME_COND_CURL_TIMECOND_IFMODSINCE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_TimeCond_CURL_TIMECOND_IFUNMODSINCE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3657:11
[INFO] [stdout]      |
[INFO] [stdout] 3657 | pub const curl_TimeCond_CURL_TIMECOND_IFUNMODSINCE: curl_TimeCond = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_TIME_COND_CURL_TIMECOND_IFUNMODSINCE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_TimeCond_CURL_TIMECOND_LASTMOD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3658:11
[INFO] [stdout]      |
[INFO] [stdout] 3658 | pub const curl_TimeCond_CURL_TIMECOND_LASTMOD: curl_TimeCond = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_TIME_COND_CURL_TIMECOND_LASTMOD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_TimeCond_CURL_TIMECOND_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3659:11
[INFO] [stdout]      |
[INFO] [stdout] 3659 | pub const curl_TimeCond_CURL_TIMECOND_LAST: curl_TimeCond = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_TIME_COND_CURL_TIMECOND_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_NOTHING` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3751:11
[INFO] [stdout]      |
[INFO] [stdout] 3751 | pub const CURLformoption_CURLFORM_NOTHING: CURLformoption = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_NOTHING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_COPYNAME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3753:11
[INFO] [stdout]      |
[INFO] [stdout] 3753 | pub const CURLformoption_CURLFORM_COPYNAME: CURLformoption = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_COPYNAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_PTRNAME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3755:11
[INFO] [stdout]      |
[INFO] [stdout] 3755 | pub const CURLformoption_CURLFORM_PTRNAME: CURLformoption = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_PTRNAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_NAMELENGTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3757:11
[INFO] [stdout]      |
[INFO] [stdout] 3757 | pub const CURLformoption_CURLFORM_NAMELENGTH: CURLformoption = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_NAMELENGTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_COPYCONTENTS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3759:11
[INFO] [stdout]      |
[INFO] [stdout] 3759 | pub const CURLformoption_CURLFORM_COPYCONTENTS: CURLformoption = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_COPYCONTENTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_PTRCONTENTS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3761:11
[INFO] [stdout]      |
[INFO] [stdout] 3761 | pub const CURLformoption_CURLFORM_PTRCONTENTS: CURLformoption = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_PTRCONTENTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_CONTENTSLENGTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3763:11
[INFO] [stdout]      |
[INFO] [stdout] 3763 | pub const CURLformoption_CURLFORM_CONTENTSLENGTH: CURLformoption = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_CONTENTSLENGTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_FILECONTENT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3765:11
[INFO] [stdout]      |
[INFO] [stdout] 3765 | pub const CURLformoption_CURLFORM_FILECONTENT: CURLformoption = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_FILECONTENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_ARRAY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3767:11
[INFO] [stdout]      |
[INFO] [stdout] 3767 | pub const CURLformoption_CURLFORM_ARRAY: CURLformoption = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_ARRAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_OBSOLETE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3769:11
[INFO] [stdout]      |
[INFO] [stdout] 3769 | pub const CURLformoption_CURLFORM_OBSOLETE: CURLformoption = 9;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_OBSOLETE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_FILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3771:11
[INFO] [stdout]      |
[INFO] [stdout] 3771 | pub const CURLformoption_CURLFORM_FILE: CURLformoption = 10;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_BUFFER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3773:11
[INFO] [stdout]      |
[INFO] [stdout] 3773 | pub const CURLformoption_CURLFORM_BUFFER: CURLformoption = 11;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_BUFFER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_BUFFERPTR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3775:11
[INFO] [stdout]      |
[INFO] [stdout] 3775 | pub const CURLformoption_CURLFORM_BUFFERPTR: CURLformoption = 12;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_BUFFERPTR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_BUFFERLENGTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3777:11
[INFO] [stdout]      |
[INFO] [stdout] 3777 | pub const CURLformoption_CURLFORM_BUFFERLENGTH: CURLformoption = 13;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_BUFFERLENGTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_CONTENTTYPE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3779:11
[INFO] [stdout]      |
[INFO] [stdout] 3779 | pub const CURLformoption_CURLFORM_CONTENTTYPE: CURLformoption = 14;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_CONTENTTYPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_CONTENTHEADER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3781:11
[INFO] [stdout]      |
[INFO] [stdout] 3781 | pub const CURLformoption_CURLFORM_CONTENTHEADER: CURLformoption = 15;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_CONTENTHEADER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_FILENAME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3783:11
[INFO] [stdout]      |
[INFO] [stdout] 3783 | pub const CURLformoption_CURLFORM_FILENAME: CURLformoption = 16;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_FILENAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_END` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3785:11
[INFO] [stdout]      |
[INFO] [stdout] 3785 | pub const CURLformoption_CURLFORM_END: CURLformoption = 17;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_END`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_OBSOLETE2` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3787:11
[INFO] [stdout]      |
[INFO] [stdout] 3787 | pub const CURLformoption_CURLFORM_OBSOLETE2: CURLformoption = 18;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_OBSOLETE2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_STREAM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3789:11
[INFO] [stdout]      |
[INFO] [stdout] 3789 | pub const CURLformoption_CURLFORM_STREAM: CURLformoption = 19;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_STREAM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_CONTENTLEN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3791:11
[INFO] [stdout]      |
[INFO] [stdout] 3791 | pub const CURLformoption_CURLFORM_CONTENTLEN: CURLformoption = 20;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_CONTENTLEN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLformoption_CURLFORM_LASTENTRY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3793:11
[INFO] [stdout]      |
[INFO] [stdout] 3793 | pub const CURLformoption_CURLFORM_LASTENTRY: CURLformoption = 21;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMOPTION_CURLFORM_LASTENTRY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLFORMcode_CURL_FORMADD_OK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3808:11
[INFO] [stdout]      |
[INFO] [stdout] 3808 | pub const CURLFORMcode_CURL_FORMADD_OK: CURLFORMcode = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMCODE_CURL_FORMADD_OK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLFORMcode_CURL_FORMADD_MEMORY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3809:11
[INFO] [stdout]      |
[INFO] [stdout] 3809 | pub const CURLFORMcode_CURL_FORMADD_MEMORY: CURLFORMcode = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMCODE_CURL_FORMADD_MEMORY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLFORMcode_CURL_FORMADD_OPTION_TWICE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3810:11
[INFO] [stdout]      |
[INFO] [stdout] 3810 | pub const CURLFORMcode_CURL_FORMADD_OPTION_TWICE: CURLFORMcode = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMCODE_CURL_FORMADD_OPTION_TWICE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLFORMcode_CURL_FORMADD_NULL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3811:11
[INFO] [stdout]      |
[INFO] [stdout] 3811 | pub const CURLFORMcode_CURL_FORMADD_NULL: CURLFORMcode = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMCODE_CURL_FORMADD_NULL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLFORMcode_CURL_FORMADD_UNKNOWN_OPTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3812:11
[INFO] [stdout]      |
[INFO] [stdout] 3812 | pub const CURLFORMcode_CURL_FORMADD_UNKNOWN_OPTION: CURLFORMcode = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMCODE_CURL_FORMADD_UNKNOWN_OPTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLFORMcode_CURL_FORMADD_INCOMPLETE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3813:11
[INFO] [stdout]      |
[INFO] [stdout] 3813 | pub const CURLFORMcode_CURL_FORMADD_INCOMPLETE: CURLFORMcode = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMCODE_CURL_FORMADD_INCOMPLETE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLFORMcode_CURL_FORMADD_ILLEGAL_ARRAY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3814:11
[INFO] [stdout]      |
[INFO] [stdout] 3814 | pub const CURLFORMcode_CURL_FORMADD_ILLEGAL_ARRAY: CURLFORMcode = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMCODE_CURL_FORMADD_ILLEGAL_ARRAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLFORMcode_CURL_FORMADD_DISABLED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3815:11
[INFO] [stdout]      |
[INFO] [stdout] 3815 | pub const CURLFORMcode_CURL_FORMADD_DISABLED: CURLFORMcode = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMCODE_CURL_FORMADD_DISABLED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLFORMcode_CURL_FORMADD_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3816:11
[INFO] [stdout]      |
[INFO] [stdout] 3816 | pub const CURLFORMcode_CURL_FORMADD_LAST: CURLFORMcode = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFORMCODE_CURL_FORMADD_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLsslset_CURLSSLSET_OK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3925:11
[INFO] [stdout]      |
[INFO] [stdout] 3925 | pub const CURLsslset_CURLSSLSET_OK: CURLsslset = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSSLSET_CURLSSLSET_OK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLsslset_CURLSSLSET_UNKNOWN_BACKEND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3926:11
[INFO] [stdout]      |
[INFO] [stdout] 3926 | pub const CURLsslset_CURLSSLSET_UNKNOWN_BACKEND: CURLsslset = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSSLSET_CURLSSLSET_UNKNOWN_BACKEND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLsslset_CURLSSLSET_TOO_LATE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3927:11
[INFO] [stdout]      |
[INFO] [stdout] 3927 | pub const CURLsslset_CURLSSLSET_TOO_LATE: CURLsslset = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSSLSET_CURLSSLSET_TOO_LATE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLsslset_CURLSSLSET_NO_BACKENDS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3928:11
[INFO] [stdout]      |
[INFO] [stdout] 3928 | pub const CURLsslset_CURLSSLSET_NO_BACKENDS: CURLsslset = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSSLSET_CURLSSLSET_NO_BACKENDS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_closepolicy_CURLCLOSEPOLICY_NONE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4056:11
[INFO] [stdout]      |
[INFO] [stdout] 4056 | pub const curl_closepolicy_CURLCLOSEPOLICY_NONE: curl_closepolicy = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_CLOSEPOLICY_CURLCLOSEPOLICY_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_closepolicy_CURLCLOSEPOLICY_OLDEST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4057:11
[INFO] [stdout]      |
[INFO] [stdout] 4057 | pub const curl_closepolicy_CURLCLOSEPOLICY_OLDEST: curl_closepolicy = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_CLOSEPOLICY_CURLCLOSEPOLICY_OLDEST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_closepolicy_CURLCLOSEPOLICY_LEAST_RECENTLY_USED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4058:11
[INFO] [stdout]      |
[INFO] [stdout] 4058 | pub const curl_closepolicy_CURLCLOSEPOLICY_LEAST_RECENTLY_USED: curl_closepolicy = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_CLOSEPOLICY_CURLCLOSEPOLICY_LEAST_RECENTLY_USED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_closepolicy_CURLCLOSEPOLICY_LEAST_TRAFFIC` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4059:11
[INFO] [stdout]      |
[INFO] [stdout] 4059 | pub const curl_closepolicy_CURLCLOSEPOLICY_LEAST_TRAFFIC: curl_closepolicy = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_CLOSEPOLICY_CURLCLOSEPOLICY_LEAST_TRAFFIC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_closepolicy_CURLCLOSEPOLICY_SLOWEST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4060:11
[INFO] [stdout]      |
[INFO] [stdout] 4060 | pub const curl_closepolicy_CURLCLOSEPOLICY_SLOWEST: curl_closepolicy = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_CLOSEPOLICY_CURLCLOSEPOLICY_SLOWEST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_closepolicy_CURLCLOSEPOLICY_CALLBACK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4061:11
[INFO] [stdout]      |
[INFO] [stdout] 4061 | pub const curl_closepolicy_CURLCLOSEPOLICY_CALLBACK: curl_closepolicy = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_CLOSEPOLICY_CURLCLOSEPOLICY_CALLBACK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_closepolicy_CURLCLOSEPOLICY_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4062:11
[INFO] [stdout]      |
[INFO] [stdout] 4062 | pub const curl_closepolicy_CURLCLOSEPOLICY_LAST: curl_closepolicy = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_CLOSEPOLICY_CURLCLOSEPOLICY_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_lock_data_CURL_LOCK_DATA_NONE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4064:11
[INFO] [stdout]      |
[INFO] [stdout] 4064 | pub const curl_lock_data_CURL_LOCK_DATA_NONE: curl_lock_data = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_LOCK_DATA_CURL_LOCK_DATA_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_lock_data_CURL_LOCK_DATA_SHARE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4065:11
[INFO] [stdout]      |
[INFO] [stdout] 4065 | pub const curl_lock_data_CURL_LOCK_DATA_SHARE: curl_lock_data = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_LOCK_DATA_CURL_LOCK_DATA_SHARE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_lock_data_CURL_LOCK_DATA_COOKIE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4066:11
[INFO] [stdout]      |
[INFO] [stdout] 4066 | pub const curl_lock_data_CURL_LOCK_DATA_COOKIE: curl_lock_data = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_LOCK_DATA_CURL_LOCK_DATA_COOKIE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_lock_data_CURL_LOCK_DATA_DNS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4067:11
[INFO] [stdout]      |
[INFO] [stdout] 4067 | pub const curl_lock_data_CURL_LOCK_DATA_DNS: curl_lock_data = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_LOCK_DATA_CURL_LOCK_DATA_DNS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_lock_data_CURL_LOCK_DATA_SSL_SESSION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4068:11
[INFO] [stdout]      |
[INFO] [stdout] 4068 | pub const curl_lock_data_CURL_LOCK_DATA_SSL_SESSION: curl_lock_data = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_LOCK_DATA_CURL_LOCK_DATA_SSL_SESSION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_lock_data_CURL_LOCK_DATA_CONNECT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4069:11
[INFO] [stdout]      |
[INFO] [stdout] 4069 | pub const curl_lock_data_CURL_LOCK_DATA_CONNECT: curl_lock_data = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_LOCK_DATA_CURL_LOCK_DATA_CONNECT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_lock_data_CURL_LOCK_DATA_PSL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4070:11
[INFO] [stdout]      |
[INFO] [stdout] 4070 | pub const curl_lock_data_CURL_LOCK_DATA_PSL: curl_lock_data = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_LOCK_DATA_CURL_LOCK_DATA_PSL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_lock_data_CURL_LOCK_DATA_HSTS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4071:11
[INFO] [stdout]      |
[INFO] [stdout] 4071 | pub const curl_lock_data_CURL_LOCK_DATA_HSTS: curl_lock_data = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_LOCK_DATA_CURL_LOCK_DATA_HSTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_lock_data_CURL_LOCK_DATA_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4072:11
[INFO] [stdout]      |
[INFO] [stdout] 4072 | pub const curl_lock_data_CURL_LOCK_DATA_LAST: curl_lock_data = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_LOCK_DATA_CURL_LOCK_DATA_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_lock_access_CURL_LOCK_ACCESS_NONE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4075:11
[INFO] [stdout]      |
[INFO] [stdout] 4075 | pub const curl_lock_access_CURL_LOCK_ACCESS_NONE: curl_lock_access = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_LOCK_ACCESS_CURL_LOCK_ACCESS_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_lock_access_CURL_LOCK_ACCESS_SHARED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4076:11
[INFO] [stdout]      |
[INFO] [stdout] 4076 | pub const curl_lock_access_CURL_LOCK_ACCESS_SHARED: curl_lock_access = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_LOCK_ACCESS_CURL_LOCK_ACCESS_SHARED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_lock_access_CURL_LOCK_ACCESS_SINGLE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4077:11
[INFO] [stdout]      |
[INFO] [stdout] 4077 | pub const curl_lock_access_CURL_LOCK_ACCESS_SINGLE: curl_lock_access = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_LOCK_ACCESS_CURL_LOCK_ACCESS_SINGLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_lock_access_CURL_LOCK_ACCESS_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4078:11
[INFO] [stdout]      |
[INFO] [stdout] 4078 | pub const curl_lock_access_CURL_LOCK_ACCESS_LAST: curl_lock_access = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_LOCK_ACCESS_CURL_LOCK_ACCESS_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSHcode_CURLSHE_OK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4095:11
[INFO] [stdout]      |
[INFO] [stdout] 4095 | pub const CURLSHcode_CURLSHE_OK: CURLSHcode = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSHCODE_CURLSHE_OK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSHcode_CURLSHE_BAD_OPTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4096:11
[INFO] [stdout]      |
[INFO] [stdout] 4096 | pub const CURLSHcode_CURLSHE_BAD_OPTION: CURLSHcode = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSHCODE_CURLSHE_BAD_OPTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSHcode_CURLSHE_IN_USE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4097:11
[INFO] [stdout]      |
[INFO] [stdout] 4097 | pub const CURLSHcode_CURLSHE_IN_USE: CURLSHcode = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSHCODE_CURLSHE_IN_USE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSHcode_CURLSHE_INVALID` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4098:11
[INFO] [stdout]      |
[INFO] [stdout] 4098 | pub const CURLSHcode_CURLSHE_INVALID: CURLSHcode = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSHCODE_CURLSHE_INVALID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSHcode_CURLSHE_NOMEM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4099:11
[INFO] [stdout]      |
[INFO] [stdout] 4099 | pub const CURLSHcode_CURLSHE_NOMEM: CURLSHcode = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSHCODE_CURLSHE_NOMEM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSHcode_CURLSHE_NOT_BUILT_IN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4100:11
[INFO] [stdout]      |
[INFO] [stdout] 4100 | pub const CURLSHcode_CURLSHE_NOT_BUILT_IN: CURLSHcode = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSHCODE_CURLSHE_NOT_BUILT_IN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSHcode_CURLSHE_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4101:11
[INFO] [stdout]      |
[INFO] [stdout] 4101 | pub const CURLSHcode_CURLSHE_LAST: CURLSHcode = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSHCODE_CURLSHE_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSHoption_CURLSHOPT_NONE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4103:11
[INFO] [stdout]      |
[INFO] [stdout] 4103 | pub const CURLSHoption_CURLSHOPT_NONE: CURLSHoption = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSHOPTION_CURLSHOPT_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSHoption_CURLSHOPT_SHARE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4104:11
[INFO] [stdout]      |
[INFO] [stdout] 4104 | pub const CURLSHoption_CURLSHOPT_SHARE: CURLSHoption = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSHOPTION_CURLSHOPT_SHARE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSHoption_CURLSHOPT_UNSHARE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4105:11
[INFO] [stdout]      |
[INFO] [stdout] 4105 | pub const CURLSHoption_CURLSHOPT_UNSHARE: CURLSHoption = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSHOPTION_CURLSHOPT_UNSHARE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSHoption_CURLSHOPT_LOCKFUNC` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4106:11
[INFO] [stdout]      |
[INFO] [stdout] 4106 | pub const CURLSHoption_CURLSHOPT_LOCKFUNC: CURLSHoption = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSHOPTION_CURLSHOPT_LOCKFUNC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSHoption_CURLSHOPT_UNLOCKFUNC` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4107:11
[INFO] [stdout]      |
[INFO] [stdout] 4107 | pub const CURLSHoption_CURLSHOPT_UNLOCKFUNC: CURLSHoption = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSHOPTION_CURLSHOPT_UNLOCKFUNC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSHoption_CURLSHOPT_USERDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4108:11
[INFO] [stdout]      |
[INFO] [stdout] 4108 | pub const CURLSHoption_CURLSHOPT_USERDATA: CURLSHoption = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSHOPTION_CURLSHOPT_USERDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLSHoption_CURLSHOPT_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4109:11
[INFO] [stdout]      |
[INFO] [stdout] 4109 | pub const CURLSHoption_CURLSHOPT_LAST: CURLSHoption = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSHOPTION_CURLSHOPT_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLversion_CURLVERSION_FIRST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4120:11
[INFO] [stdout]      |
[INFO] [stdout] 4120 | pub const CURLversion_CURLVERSION_FIRST: CURLversion = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLVERSION_CURLVERSION_FIRST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLversion_CURLVERSION_SECOND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4121:11
[INFO] [stdout]      |
[INFO] [stdout] 4121 | pub const CURLversion_CURLVERSION_SECOND: CURLversion = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLVERSION_CURLVERSION_SECOND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLversion_CURLVERSION_THIRD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4122:11
[INFO] [stdout]      |
[INFO] [stdout] 4122 | pub const CURLversion_CURLVERSION_THIRD: CURLversion = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLVERSION_CURLVERSION_THIRD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLversion_CURLVERSION_FOURTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4123:11
[INFO] [stdout]      |
[INFO] [stdout] 4123 | pub const CURLversion_CURLVERSION_FOURTH: CURLversion = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLVERSION_CURLVERSION_FOURTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLversion_CURLVERSION_FIFTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4124:11
[INFO] [stdout]      |
[INFO] [stdout] 4124 | pub const CURLversion_CURLVERSION_FIFTH: CURLversion = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLVERSION_CURLVERSION_FIFTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLversion_CURLVERSION_SIXTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4125:11
[INFO] [stdout]      |
[INFO] [stdout] 4125 | pub const CURLversion_CURLVERSION_SIXTH: CURLversion = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLVERSION_CURLVERSION_SIXTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLversion_CURLVERSION_SEVENTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4126:11
[INFO] [stdout]      |
[INFO] [stdout] 4126 | pub const CURLversion_CURLVERSION_SEVENTH: CURLversion = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLVERSION_CURLVERSION_SEVENTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLversion_CURLVERSION_EIGHTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4127:11
[INFO] [stdout]      |
[INFO] [stdout] 4127 | pub const CURLversion_CURLVERSION_EIGHTH: CURLversion = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLVERSION_CURLVERSION_EIGHTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLversion_CURLVERSION_NINTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4128:11
[INFO] [stdout]      |
[INFO] [stdout] 4128 | pub const CURLversion_CURLVERSION_NINTH: CURLversion = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLVERSION_CURLVERSION_NINTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLversion_CURLVERSION_TENTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4129:11
[INFO] [stdout]      |
[INFO] [stdout] 4129 | pub const CURLversion_CURLVERSION_TENTH: CURLversion = 9;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLVERSION_CURLVERSION_TENTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLversion_CURLVERSION_ELEVENTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4130:11
[INFO] [stdout]      |
[INFO] [stdout] 4130 | pub const CURLversion_CURLVERSION_ELEVENTH: CURLversion = 10;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLVERSION_CURLVERSION_ELEVENTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLversion_CURLVERSION_TWELFTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4131:11
[INFO] [stdout]      |
[INFO] [stdout] 4131 | pub const CURLversion_CURLVERSION_TWELFTH: CURLversion = 11;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLVERSION_CURLVERSION_TWELFTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLversion_CURLVERSION_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4132:11
[INFO] [stdout]      |
[INFO] [stdout] 4132 | pub const CURLversion_CURLVERSION_LAST: CURLversion = 12;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLVERSION_CURLVERSION_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_CALL_MULTI_PERFORM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4294:11
[INFO] [stdout]      |
[INFO] [stdout] 4294 | pub const CURLMcode_CURLM_CALL_MULTI_PERFORM: CURLMcode = -1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_CALL_MULTI_PERFORM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_OK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4295:11
[INFO] [stdout]      |
[INFO] [stdout] 4295 | pub const CURLMcode_CURLM_OK: CURLMcode = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_OK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_BAD_HANDLE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4296:11
[INFO] [stdout]      |
[INFO] [stdout] 4296 | pub const CURLMcode_CURLM_BAD_HANDLE: CURLMcode = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_BAD_HANDLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_BAD_EASY_HANDLE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4297:11
[INFO] [stdout]      |
[INFO] [stdout] 4297 | pub const CURLMcode_CURLM_BAD_EASY_HANDLE: CURLMcode = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_BAD_EASY_HANDLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_OUT_OF_MEMORY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4298:11
[INFO] [stdout]      |
[INFO] [stdout] 4298 | pub const CURLMcode_CURLM_OUT_OF_MEMORY: CURLMcode = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_OUT_OF_MEMORY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_INTERNAL_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4299:11
[INFO] [stdout]      |
[INFO] [stdout] 4299 | pub const CURLMcode_CURLM_INTERNAL_ERROR: CURLMcode = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_INTERNAL_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_BAD_SOCKET` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4300:11
[INFO] [stdout]      |
[INFO] [stdout] 4300 | pub const CURLMcode_CURLM_BAD_SOCKET: CURLMcode = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_BAD_SOCKET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_UNKNOWN_OPTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4301:11
[INFO] [stdout]      |
[INFO] [stdout] 4301 | pub const CURLMcode_CURLM_UNKNOWN_OPTION: CURLMcode = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_UNKNOWN_OPTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_ADDED_ALREADY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4302:11
[INFO] [stdout]      |
[INFO] [stdout] 4302 | pub const CURLMcode_CURLM_ADDED_ALREADY: CURLMcode = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_ADDED_ALREADY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_RECURSIVE_API_CALL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4303:11
[INFO] [stdout]      |
[INFO] [stdout] 4303 | pub const CURLMcode_CURLM_RECURSIVE_API_CALL: CURLMcode = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_RECURSIVE_API_CALL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_WAKEUP_FAILURE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4304:11
[INFO] [stdout]      |
[INFO] [stdout] 4304 | pub const CURLMcode_CURLM_WAKEUP_FAILURE: CURLMcode = 9;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_WAKEUP_FAILURE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_BAD_FUNCTION_ARGUMENT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4305:11
[INFO] [stdout]      |
[INFO] [stdout] 4305 | pub const CURLMcode_CURLM_BAD_FUNCTION_ARGUMENT: CURLMcode = 10;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_BAD_FUNCTION_ARGUMENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_ABORTED_BY_CALLBACK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4306:11
[INFO] [stdout]      |
[INFO] [stdout] 4306 | pub const CURLMcode_CURLM_ABORTED_BY_CALLBACK: CURLMcode = 11;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_ABORTED_BY_CALLBACK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_UNRECOVERABLE_POLL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4307:11
[INFO] [stdout]      |
[INFO] [stdout] 4307 | pub const CURLMcode_CURLM_UNRECOVERABLE_POLL: CURLMcode = 12;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_UNRECOVERABLE_POLL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMcode_CURLM_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4308:11
[INFO] [stdout]      |
[INFO] [stdout] 4308 | pub const CURLMcode_CURLM_LAST: CURLMcode = 13;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMCODE_CURLM_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_SOCKETFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4462:11
[INFO] [stdout]      |
[INFO] [stdout] 4462 | pub const CURLMoption_CURLMOPT_SOCKETFUNCTION: CURLMoption = 20001;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_SOCKETFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_SOCKETDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4463:11
[INFO] [stdout]      |
[INFO] [stdout] 4463 | pub const CURLMoption_CURLMOPT_SOCKETDATA: CURLMoption = 10002;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_SOCKETDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_PIPELINING` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4464:11
[INFO] [stdout]      |
[INFO] [stdout] 4464 | pub const CURLMoption_CURLMOPT_PIPELINING: CURLMoption = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_PIPELINING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_TIMERFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4465:11
[INFO] [stdout]      |
[INFO] [stdout] 4465 | pub const CURLMoption_CURLMOPT_TIMERFUNCTION: CURLMoption = 20004;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_TIMERFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_TIMERDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4466:11
[INFO] [stdout]      |
[INFO] [stdout] 4466 | pub const CURLMoption_CURLMOPT_TIMERDATA: CURLMoption = 10005;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_TIMERDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_MAXCONNECTS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4467:11
[INFO] [stdout]      |
[INFO] [stdout] 4467 | pub const CURLMoption_CURLMOPT_MAXCONNECTS: CURLMoption = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_MAXCONNECTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_MAX_HOST_CONNECTIONS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4468:11
[INFO] [stdout]      |
[INFO] [stdout] 4468 | pub const CURLMoption_CURLMOPT_MAX_HOST_CONNECTIONS: CURLMoption = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_MAX_HOST_CONNECTIONS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_MAX_PIPELINE_LENGTH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4469:11
[INFO] [stdout]      |
[INFO] [stdout] 4469 | pub const CURLMoption_CURLMOPT_MAX_PIPELINE_LENGTH: CURLMoption = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_MAX_PIPELINE_LENGTH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4470:11
[INFO] [stdout]      |
[INFO] [stdout] 4470 | pub const CURLMoption_CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE: CURLMoption = 30009;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4471:11
[INFO] [stdout]      |
[INFO] [stdout] 4471 | pub const CURLMoption_CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE: CURLMoption = 30010;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_PIPELINING_SITE_BL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4472:11
[INFO] [stdout]      |
[INFO] [stdout] 4472 | pub const CURLMoption_CURLMOPT_PIPELINING_SITE_BL: CURLMoption = 10011;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_PIPELINING_SITE_BL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_PIPELINING_SERVER_BL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4473:11
[INFO] [stdout]      |
[INFO] [stdout] 4473 | pub const CURLMoption_CURLMOPT_PIPELINING_SERVER_BL: CURLMoption = 10012;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_PIPELINING_SERVER_BL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_MAX_TOTAL_CONNECTIONS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4474:11
[INFO] [stdout]      |
[INFO] [stdout] 4474 | pub const CURLMoption_CURLMOPT_MAX_TOTAL_CONNECTIONS: CURLMoption = 13;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_MAX_TOTAL_CONNECTIONS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_PUSHFUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4475:11
[INFO] [stdout]      |
[INFO] [stdout] 4475 | pub const CURLMoption_CURLMOPT_PUSHFUNCTION: CURLMoption = 20014;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_PUSHFUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_PUSHDATA` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4476:11
[INFO] [stdout]      |
[INFO] [stdout] 4476 | pub const CURLMoption_CURLMOPT_PUSHDATA: CURLMoption = 10015;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_PUSHDATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_MAX_CONCURRENT_STREAMS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4477:11
[INFO] [stdout]      |
[INFO] [stdout] 4477 | pub const CURLMoption_CURLMOPT_MAX_CONCURRENT_STREAMS: CURLMoption = 16;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_MAX_CONCURRENT_STREAMS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLMoption_CURLMOPT_LASTENTRY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4478:11
[INFO] [stdout]      |
[INFO] [stdout] 4478 | pub const CURLMoption_CURLMOPT_LASTENTRY: CURLMoption = 17;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLMOPTION_CURLMOPT_LASTENTRY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_OK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4527:11
[INFO] [stdout]      |
[INFO] [stdout] 4527 | pub const CURLUcode_CURLUE_OK: CURLUcode = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_OK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_BAD_HANDLE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4528:11
[INFO] [stdout]      |
[INFO] [stdout] 4528 | pub const CURLUcode_CURLUE_BAD_HANDLE: CURLUcode = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_BAD_HANDLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_BAD_PARTPOINTER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4529:11
[INFO] [stdout]      |
[INFO] [stdout] 4529 | pub const CURLUcode_CURLUE_BAD_PARTPOINTER: CURLUcode = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_BAD_PARTPOINTER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_MALFORMED_INPUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4530:11
[INFO] [stdout]      |
[INFO] [stdout] 4530 | pub const CURLUcode_CURLUE_MALFORMED_INPUT: CURLUcode = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_MALFORMED_INPUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_BAD_PORT_NUMBER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4531:11
[INFO] [stdout]      |
[INFO] [stdout] 4531 | pub const CURLUcode_CURLUE_BAD_PORT_NUMBER: CURLUcode = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_BAD_PORT_NUMBER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_UNSUPPORTED_SCHEME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4532:11
[INFO] [stdout]      |
[INFO] [stdout] 4532 | pub const CURLUcode_CURLUE_UNSUPPORTED_SCHEME: CURLUcode = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_UNSUPPORTED_SCHEME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_URLDECODE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4533:11
[INFO] [stdout]      |
[INFO] [stdout] 4533 | pub const CURLUcode_CURLUE_URLDECODE: CURLUcode = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_URLDECODE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_OUT_OF_MEMORY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4534:11
[INFO] [stdout]      |
[INFO] [stdout] 4534 | pub const CURLUcode_CURLUE_OUT_OF_MEMORY: CURLUcode = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_OUT_OF_MEMORY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_USER_NOT_ALLOWED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4535:11
[INFO] [stdout]      |
[INFO] [stdout] 4535 | pub const CURLUcode_CURLUE_USER_NOT_ALLOWED: CURLUcode = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_USER_NOT_ALLOWED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_UNKNOWN_PART` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4536:11
[INFO] [stdout]      |
[INFO] [stdout] 4536 | pub const CURLUcode_CURLUE_UNKNOWN_PART: CURLUcode = 9;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_UNKNOWN_PART`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_NO_SCHEME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4537:11
[INFO] [stdout]      |
[INFO] [stdout] 4537 | pub const CURLUcode_CURLUE_NO_SCHEME: CURLUcode = 10;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_NO_SCHEME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_NO_USER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4538:11
[INFO] [stdout]      |
[INFO] [stdout] 4538 | pub const CURLUcode_CURLUE_NO_USER: CURLUcode = 11;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_NO_USER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_NO_PASSWORD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4539:11
[INFO] [stdout]      |
[INFO] [stdout] 4539 | pub const CURLUcode_CURLUE_NO_PASSWORD: CURLUcode = 12;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_NO_PASSWORD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_NO_OPTIONS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4540:11
[INFO] [stdout]      |
[INFO] [stdout] 4540 | pub const CURLUcode_CURLUE_NO_OPTIONS: CURLUcode = 13;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_NO_OPTIONS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_NO_HOST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4541:11
[INFO] [stdout]      |
[INFO] [stdout] 4541 | pub const CURLUcode_CURLUE_NO_HOST: CURLUcode = 14;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_NO_HOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_NO_PORT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4542:11
[INFO] [stdout]      |
[INFO] [stdout] 4542 | pub const CURLUcode_CURLUE_NO_PORT: CURLUcode = 15;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_NO_PORT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_NO_QUERY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4543:11
[INFO] [stdout]      |
[INFO] [stdout] 4543 | pub const CURLUcode_CURLUE_NO_QUERY: CURLUcode = 16;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_NO_QUERY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_NO_FRAGMENT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4544:11
[INFO] [stdout]      |
[INFO] [stdout] 4544 | pub const CURLUcode_CURLUE_NO_FRAGMENT: CURLUcode = 17;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_NO_FRAGMENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_NO_ZONEID` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4545:11
[INFO] [stdout]      |
[INFO] [stdout] 4545 | pub const CURLUcode_CURLUE_NO_ZONEID: CURLUcode = 18;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_NO_ZONEID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_BAD_FILE_URL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4546:11
[INFO] [stdout]      |
[INFO] [stdout] 4546 | pub const CURLUcode_CURLUE_BAD_FILE_URL: CURLUcode = 19;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_BAD_FILE_URL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_BAD_FRAGMENT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4547:11
[INFO] [stdout]      |
[INFO] [stdout] 4547 | pub const CURLUcode_CURLUE_BAD_FRAGMENT: CURLUcode = 20;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_BAD_FRAGMENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_BAD_HOSTNAME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4548:11
[INFO] [stdout]      |
[INFO] [stdout] 4548 | pub const CURLUcode_CURLUE_BAD_HOSTNAME: CURLUcode = 21;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_BAD_HOSTNAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_BAD_IPV6` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4549:11
[INFO] [stdout]      |
[INFO] [stdout] 4549 | pub const CURLUcode_CURLUE_BAD_IPV6: CURLUcode = 22;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_BAD_IPV6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_BAD_LOGIN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4550:11
[INFO] [stdout]      |
[INFO] [stdout] 4550 | pub const CURLUcode_CURLUE_BAD_LOGIN: CURLUcode = 23;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_BAD_LOGIN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_BAD_PASSWORD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4551:11
[INFO] [stdout]      |
[INFO] [stdout] 4551 | pub const CURLUcode_CURLUE_BAD_PASSWORD: CURLUcode = 24;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_BAD_PASSWORD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_BAD_PATH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4552:11
[INFO] [stdout]      |
[INFO] [stdout] 4552 | pub const CURLUcode_CURLUE_BAD_PATH: CURLUcode = 25;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_BAD_PATH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_BAD_QUERY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4553:11
[INFO] [stdout]      |
[INFO] [stdout] 4553 | pub const CURLUcode_CURLUE_BAD_QUERY: CURLUcode = 26;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_BAD_QUERY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_BAD_SCHEME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4554:11
[INFO] [stdout]      |
[INFO] [stdout] 4554 | pub const CURLUcode_CURLUE_BAD_SCHEME: CURLUcode = 27;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_BAD_SCHEME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_BAD_SLASHES` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4555:11
[INFO] [stdout]      |
[INFO] [stdout] 4555 | pub const CURLUcode_CURLUE_BAD_SLASHES: CURLUcode = 28;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_BAD_SLASHES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_BAD_USER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4556:11
[INFO] [stdout]      |
[INFO] [stdout] 4556 | pub const CURLUcode_CURLUE_BAD_USER: CURLUcode = 29;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_BAD_USER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_LACKS_IDN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4557:11
[INFO] [stdout]      |
[INFO] [stdout] 4557 | pub const CURLUcode_CURLUE_LACKS_IDN: CURLUcode = 30;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_LACKS_IDN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_TOO_LARGE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4558:11
[INFO] [stdout]      |
[INFO] [stdout] 4558 | pub const CURLUcode_CURLUE_TOO_LARGE: CURLUcode = 31;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_TOO_LARGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUcode_CURLUE_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4559:11
[INFO] [stdout]      |
[INFO] [stdout] 4559 | pub const CURLUcode_CURLUE_LAST: CURLUcode = 32;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUCODE_CURLUE_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUPart_CURLUPART_URL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4561:11
[INFO] [stdout]      |
[INFO] [stdout] 4561 | pub const CURLUPart_CURLUPART_URL: CURLUPart = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUPART_CURLUPART_URL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUPart_CURLUPART_SCHEME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4562:11
[INFO] [stdout]      |
[INFO] [stdout] 4562 | pub const CURLUPart_CURLUPART_SCHEME: CURLUPart = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUPART_CURLUPART_SCHEME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUPart_CURLUPART_USER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4563:11
[INFO] [stdout]      |
[INFO] [stdout] 4563 | pub const CURLUPart_CURLUPART_USER: CURLUPart = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUPART_CURLUPART_USER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUPart_CURLUPART_PASSWORD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4564:11
[INFO] [stdout]      |
[INFO] [stdout] 4564 | pub const CURLUPart_CURLUPART_PASSWORD: CURLUPart = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUPART_CURLUPART_PASSWORD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUPart_CURLUPART_OPTIONS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4565:11
[INFO] [stdout]      |
[INFO] [stdout] 4565 | pub const CURLUPart_CURLUPART_OPTIONS: CURLUPart = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUPART_CURLUPART_OPTIONS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUPart_CURLUPART_HOST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4566:11
[INFO] [stdout]      |
[INFO] [stdout] 4566 | pub const CURLUPart_CURLUPART_HOST: CURLUPart = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUPART_CURLUPART_HOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUPart_CURLUPART_PORT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4567:11
[INFO] [stdout]      |
[INFO] [stdout] 4567 | pub const CURLUPart_CURLUPART_PORT: CURLUPart = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUPART_CURLUPART_PORT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUPart_CURLUPART_PATH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4568:11
[INFO] [stdout]      |
[INFO] [stdout] 4568 | pub const CURLUPart_CURLUPART_PATH: CURLUPart = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUPART_CURLUPART_PATH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUPart_CURLUPART_QUERY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4569:11
[INFO] [stdout]      |
[INFO] [stdout] 4569 | pub const CURLUPart_CURLUPART_QUERY: CURLUPart = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUPART_CURLUPART_QUERY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUPart_CURLUPART_FRAGMENT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4570:11
[INFO] [stdout]      |
[INFO] [stdout] 4570 | pub const CURLUPart_CURLUPART_FRAGMENT: CURLUPart = 9;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUPART_CURLUPART_FRAGMENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLUPart_CURLUPART_ZONEID` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4571:11
[INFO] [stdout]      |
[INFO] [stdout] 4571 | pub const CURLUPart_CURLUPART_ZONEID: CURLUPart = 10;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLUPART_CURLUPART_ZONEID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_easytype_CURLOT_LONG` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4607:11
[INFO] [stdout]      |
[INFO] [stdout] 4607 | pub const curl_easytype_CURLOT_LONG: curl_easytype = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_EASYTYPE_CURLOT_LONG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_easytype_CURLOT_VALUES` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4608:11
[INFO] [stdout]      |
[INFO] [stdout] 4608 | pub const curl_easytype_CURLOT_VALUES: curl_easytype = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_EASYTYPE_CURLOT_VALUES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_easytype_CURLOT_OFF_T` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4609:11
[INFO] [stdout]      |
[INFO] [stdout] 4609 | pub const curl_easytype_CURLOT_OFF_T: curl_easytype = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_EASYTYPE_CURLOT_OFF_T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_easytype_CURLOT_OBJECT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4610:11
[INFO] [stdout]      |
[INFO] [stdout] 4610 | pub const curl_easytype_CURLOT_OBJECT: curl_easytype = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_EASYTYPE_CURLOT_OBJECT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_easytype_CURLOT_STRING` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4611:11
[INFO] [stdout]      |
[INFO] [stdout] 4611 | pub const curl_easytype_CURLOT_STRING: curl_easytype = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_EASYTYPE_CURLOT_STRING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_easytype_CURLOT_SLIST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4612:11
[INFO] [stdout]      |
[INFO] [stdout] 4612 | pub const curl_easytype_CURLOT_SLIST: curl_easytype = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_EASYTYPE_CURLOT_SLIST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_easytype_CURLOT_CBPTR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4613:11
[INFO] [stdout]      |
[INFO] [stdout] 4613 | pub const curl_easytype_CURLOT_CBPTR: curl_easytype = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_EASYTYPE_CURLOT_CBPTR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_easytype_CURLOT_BLOB` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4614:11
[INFO] [stdout]      |
[INFO] [stdout] 4614 | pub const curl_easytype_CURLOT_BLOB: curl_easytype = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_EASYTYPE_CURLOT_BLOB`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_easytype_CURLOT_FUNCTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4615:11
[INFO] [stdout]      |
[INFO] [stdout] 4615 | pub const curl_easytype_CURLOT_FUNCTION: curl_easytype = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_EASYTYPE_CURLOT_FUNCTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLHcode_CURLHE_OK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4667:11
[INFO] [stdout]      |
[INFO] [stdout] 4667 | pub const CURLHcode_CURLHE_OK: CURLHcode = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLHCODE_CURLHE_OK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLHcode_CURLHE_BADINDEX` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4668:11
[INFO] [stdout]      |
[INFO] [stdout] 4668 | pub const CURLHcode_CURLHE_BADINDEX: CURLHcode = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLHCODE_CURLHE_BADINDEX`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLHcode_CURLHE_MISSING` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4669:11
[INFO] [stdout]      |
[INFO] [stdout] 4669 | pub const CURLHcode_CURLHE_MISSING: CURLHcode = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLHCODE_CURLHE_MISSING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLHcode_CURLHE_NOHEADERS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4670:11
[INFO] [stdout]      |
[INFO] [stdout] 4670 | pub const CURLHcode_CURLHE_NOHEADERS: CURLHcode = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLHCODE_CURLHE_NOHEADERS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLHcode_CURLHE_NOREQUEST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4671:11
[INFO] [stdout]      |
[INFO] [stdout] 4671 | pub const CURLHcode_CURLHE_NOREQUEST: CURLHcode = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLHCODE_CURLHE_NOREQUEST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLHcode_CURLHE_OUT_OF_MEMORY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4672:11
[INFO] [stdout]      |
[INFO] [stdout] 4672 | pub const CURLHcode_CURLHE_OUT_OF_MEMORY: CURLHcode = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLHCODE_CURLHE_OUT_OF_MEMORY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLHcode_CURLHE_BAD_ARGUMENT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4673:11
[INFO] [stdout]      |
[INFO] [stdout] 4673 | pub const CURLHcode_CURLHE_BAD_ARGUMENT: CURLHcode = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLHCODE_CURLHE_BAD_ARGUMENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLHcode_CURLHE_NOT_BUILT_IN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:4674:11
[INFO] [stdout]      |
[INFO] [stdout] 4674 | pub const CURLHcode_CURLHE_NOT_BUILT_IN: CURLHcode = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLHCODE_CURLHE_NOT_BUILT_IN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
[INFO] running `Command { std: "docker" "inspect" "3e7bfa707e5cb3e90a6d5e11f355ab76ec63d8b6bbebc40aa434d870611a6c72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e7bfa707e5cb3e90a6d5e11f355ab76ec63d8b6bbebc40aa434d870611a6c72", kill_on_drop: false }`
[INFO] [stdout] 3e7bfa707e5cb3e90a6d5e11f355ab76ec63d8b6bbebc40aa434d870611a6c72
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b97640e68430dddf02dda724b15451247c823736849ffe2eb04173ab5c0c094c
[INFO] running `Command { std: "docker" "start" "-a" "b97640e68430dddf02dda724b15451247c823736849ffe2eb04173ab5c0c094c", kill_on_drop: false }`
[INFO] [stdout] warning: type `__u_char` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:829:10
[INFO] [stdout]     |
[INFO] [stdout] 829 | pub type __u_char = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UChar`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_short` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:830:10
[INFO] [stdout]     |
[INFO] [stdout] 830 | 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/curl.rs:831:10
[INFO] [stdout]     |
[INFO] [stdout] 831 | 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/curl.rs:832:10
[INFO] [stdout]     |
[INFO] [stdout] 832 | 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/curl.rs:833:10
[INFO] [stdout]     |
[INFO] [stdout] 833 | 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/curl.rs:834:10
[INFO] [stdout]     |
[INFO] [stdout] 834 | 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/curl.rs:835:10
[INFO] [stdout]     |
[INFO] [stdout] 835 | 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/curl.rs:836:10
[INFO] [stdout]     |
[INFO] [stdout] 836 | 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/curl.rs:837:10
[INFO] [stdout]     |
[INFO] [stdout] 837 | 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/curl.rs:838:10
[INFO] [stdout]     |
[INFO] [stdout] 838 | 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/curl.rs:839:10
[INFO] [stdout]     |
[INFO] [stdout] 839 | 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/curl.rs:840:10
[INFO] [stdout]     |
[INFO] [stdout] 840 | 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 `__int_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:841:10
[INFO] [stdout]     |
[INFO] [stdout] 841 | pub type __int_least8_t = __int8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:842:10
[INFO] [stdout]     |
[INFO] [stdout] 842 | pub type __uint_least8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:843:10
[INFO] [stdout]     |
[INFO] [stdout] 843 | pub type __int_least16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:844:10
[INFO] [stdout]     |
[INFO] [stdout] 844 | pub type __uint_least16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:845:10
[INFO] [stdout]     |
[INFO] [stdout] 845 | pub type __int_least32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:846:10
[INFO] [stdout]     |
[INFO] [stdout] 846 | pub type __uint_least32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:847:10
[INFO] [stdout]     |
[INFO] [stdout] 847 | pub type __int_least64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:848:10
[INFO] [stdout]     |
[INFO] [stdout] 848 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__quad_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:849:10
[INFO] [stdout]     |
[INFO] [stdout] 849 | 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/curl.rs:850:10
[INFO] [stdout]     |
[INFO] [stdout] 850 | 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/curl.rs:851:10
[INFO] [stdout]     |
[INFO] [stdout] 851 | 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/curl.rs:852:10
[INFO] [stdout]     |
[INFO] [stdout] 852 | 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/curl.rs:853:10
[INFO] [stdout]     |
[INFO] [stdout] 853 | 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/curl.rs:854:10
[INFO] [stdout]     |
[INFO] [stdout] 854 | 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/curl.rs:855:10
[INFO] [stdout]     |
[INFO] [stdout] 855 | 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/curl.rs:856:10
[INFO] [stdout]     |
[INFO] [stdout] 856 | 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/curl.rs:857:10
[INFO] [stdout]     |
[INFO] [stdout] 857 | 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/curl.rs:858:10
[INFO] [stdout]     |
[INFO] [stdout] 858 | 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/curl.rs:859:10
[INFO] [stdout]     |
[INFO] [stdout] 859 | 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/curl.rs:860:10
[INFO] [stdout]     |
[INFO] [stdout] 860 | 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/curl.rs:861:10
[INFO] [stdout]     |
[INFO] [stdout] 861 | 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/curl.rs:862:10
[INFO] [stdout]     |
[INFO] [stdout] 862 | 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/curl.rs:874:10
[INFO] [stdout]     |
[INFO] [stdout] 874 | 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/curl.rs:875:10
[INFO] [stdout]     |
[INFO] [stdout] 875 | 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/curl.rs:876:10
[INFO] [stdout]     |
[INFO] [stdout] 876 | 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/curl.rs:877:10
[INFO] [stdout]     |
[INFO] [stdout] 877 | 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/curl.rs:878:10
[INFO] [stdout]     |
[INFO] [stdout] 878 | 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/curl.rs:879:10
[INFO] [stdout]     |
[INFO] [stdout] 879 | 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/curl.rs:880:10
[INFO] [stdout]     |
[INFO] [stdout] 880 | 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 `__suseconds64_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:881:10
[INFO] [stdout]     |
[INFO] [stdout] 881 | pub type __suseconds64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Suseconds64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:882:10
[INFO] [stdout]     |
[INFO] [stdout] 882 | 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/curl.rs:883:10
[INFO] [stdout]     |
[INFO] [stdout] 883 | 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/curl.rs:884:10
[INFO] [stdout]     |
[INFO] [stdout] 884 | 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/curl.rs:885:10
[INFO] [stdout]     |
[INFO] [stdout] 885 | 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/curl.rs:886:10
[INFO] [stdout]     |
[INFO] [stdout] 886 | 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/curl.rs:887:10
[INFO] [stdout]     |
[INFO] [stdout] 887 | 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/curl.rs:888:10
[INFO] [stdout]     |
[INFO] [stdout] 888 | 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/curl.rs:889:10
[INFO] [stdout]     |
[INFO] [stdout] 889 | 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/curl.rs:890:10
[INFO] [stdout]     |
[INFO] [stdout] 890 | 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/curl.rs:891:10
[INFO] [stdout]     |
[INFO] [stdout] 891 | 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/curl.rs:892:10
[INFO] [stdout]     |
[INFO] [stdout] 892 | 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/curl.rs:893:10
[INFO] [stdout]     |
[INFO] [stdout] 893 | 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/curl.rs:894:10
[INFO] [stdout]     |
[INFO] [stdout] 894 | 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/curl.rs:895:10
[INFO] [stdout]     |
[INFO] [stdout] 895 | 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/curl.rs:896:10
[INFO] [stdout]     |
[INFO] [stdout] 896 | 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/curl.rs:897:10
[INFO] [stdout]     |
[INFO] [stdout] 897 | 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/curl.rs:898:10
[INFO] [stdout]     |
[INFO] [stdout] 898 | 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/curl.rs:899:10
[INFO] [stdout]     |
[INFO] [stdout] 899 | 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/curl.rs:900:10
[INFO] [stdout]     |
[INFO] [stdout] 900 | 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/curl.rs:901:10
[INFO] [stdout]     |
[INFO] [stdout] 901 | 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 `u_char` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:902:10
[INFO] [stdout]     |
[INFO] [stdout] 902 | pub type u_char = __u_char;
[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/curl.rs:903:10
[INFO] [stdout]     |
[INFO] [stdout] 903 | pub type u_short = __u_short;
[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/curl.rs:904:10
[INFO] [stdout]     |
[INFO] [stdout] 904 | pub type u_int = __u_int;
[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/curl.rs:905:10
[INFO] [stdout]     |
[INFO] [stdout] 905 | pub type u_long = __u_long;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ULong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `quad_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:906:10
[INFO] [stdout]     |
[INFO] [stdout] 906 | pub type quad_t = __quad_t;
[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/curl.rs:907:10
[INFO] [stdout]     |
[INFO] [stdout] 907 | pub type u_quad_t = __u_quad_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `fsid_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:908:10
[INFO] [stdout]     |
[INFO] [stdout] 908 | pub type fsid_t = __fsid_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `FsidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `loff_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:909:10
[INFO] [stdout]     |
[INFO] [stdout] 909 | pub type loff_t = __loff_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `LoffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ino_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:910:10
[INFO] [stdout]     |
[INFO] [stdout] 910 | pub type ino_t = __ino_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `InoT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `dev_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:911:10
[INFO] [stdout]     |
[INFO] [stdout] 911 | pub type dev_t = __dev_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `DevT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `gid_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:912:10
[INFO] [stdout]     |
[INFO] [stdout] 912 | pub type gid_t = __gid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `GidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:913:10
[INFO] [stdout]     |
[INFO] [stdout] 913 | pub type mode_t = __mode_t;
[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/curl.rs:914:10
[INFO] [stdout]     |
[INFO] [stdout] 914 | pub type nlink_t = __nlink_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `NlinkT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uid_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:915:10
[INFO] [stdout]     |
[INFO] [stdout] 915 | pub type uid_t = __uid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `UidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:916:10
[INFO] [stdout]     |
[INFO] [stdout] 916 | 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 `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:917:10
[INFO] [stdout]     |
[INFO] [stdout] 917 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `id_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:918:10
[INFO] [stdout]     |
[INFO] [stdout] 918 | pub type id_t = __id_t;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `IdT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `daddr_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:919:10
[INFO] [stdout]     |
[INFO] [stdout] 919 | pub type daddr_t = __daddr_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `DaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `caddr_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:920:10
[INFO] [stdout]     |
[INFO] [stdout] 920 | pub type caddr_t = __caddr_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `CaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `key_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:921:10
[INFO] [stdout]     |
[INFO] [stdout] 921 | pub type key_t = __key_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `KeyT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `clock_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:922:10
[INFO] [stdout]     |
[INFO] [stdout] 922 | pub type clock_t = __clock_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `clockid_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:923:10
[INFO] [stdout]     |
[INFO] [stdout] 923 | pub type clockid_t = __clockid_t;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:924:10
[INFO] [stdout]     |
[INFO] [stdout] 924 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `timer_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:925:10
[INFO] [stdout]     |
[INFO] [stdout] 925 | pub type timer_t = __timer_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `TimerT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ulong` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:926:10
[INFO] [stdout]     |
[INFO] [stdout] 926 | pub type ulong = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ushort` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:927:10
[INFO] [stdout]     |
[INFO] [stdout] 927 | pub type ushort = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ushort`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:928:10
[INFO] [stdout]     |
[INFO] [stdout] 928 | pub type uint = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:929:10
[INFO] [stdout]     |
[INFO] [stdout] 929 | pub type u_int8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UInt8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `u_int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:930:10
[INFO] [stdout]     |
[INFO] [stdout] 930 | pub type u_int16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `u_int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:931:10
[INFO] [stdout]     |
[INFO] [stdout] 931 | pub type u_int32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `u_int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:932:10
[INFO] [stdout]     |
[INFO] [stdout] 932 | pub type u_int64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `register_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:933:10
[INFO] [stdout]     |
[INFO] [stdout] 933 | pub type register_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `RegisterT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sigset_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:945:10
[INFO] [stdout]     |
[INFO] [stdout] 945 | pub type sigset_t = __sigset_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `suseconds_t` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:972:10
[INFO] [stdout]     |
[INFO] [stdout] 972 | pub type suseconds_t = __suseconds_t;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fd_mask` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:973:10
[INFO] [stdout]     |
[INFO] [stdout] 973 | pub type __fd_mask = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `FdMask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `fd_mask` should have an upper camel case name
[INFO] [stdout]    --> src/curl.rs:985:10
[INFO] [stdout]     |
[INFO] [stdout] 985 | pub type fd_mask = __fd_mask;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `FdMask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `blksize_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1005:10
[INFO] [stdout]      |
[INFO] [stdout] 1005 | pub type blksize_t = __blksize_t;
[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/curl.rs:1006:10
[INFO] [stdout]      |
[INFO] [stdout] 1006 | pub type blkcnt_t = __blkcnt_t;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `fsblkcnt_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1007:10
[INFO] [stdout]      |
[INFO] [stdout] 1007 | pub type fsblkcnt_t = __fsblkcnt_t;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `fsfilcnt_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1008:10
[INFO] [stdout]      |
[INFO] [stdout] 1008 | pub type fsfilcnt_t = __fsfilcnt_t;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pthread_list_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1058:10
[INFO] [stdout]      |
[INFO] [stdout] 1058 | pub type __pthread_list_t = __pthread_internal_list;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadListT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pthread_slist_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1073:10
[INFO] [stdout]      |
[INFO] [stdout] 1073 | pub type __pthread_slist_t = __pthread_internal_slist;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSlistT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__tss_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1183:10
[INFO] [stdout]      |
[INFO] [stdout] 1183 | pub type __tss_t = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^ help: convert the identifier to upper camel case: `TssT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__thrd_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1184:10
[INFO] [stdout]      |
[INFO] [stdout] 1184 | pub type __thrd_t = ::std::os::raw::c_ulong;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ThrdT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1196:10
[INFO] [stdout]      |
[INFO] [stdout] 1196 | pub type pthread_t = ::std::os::raw::c_ulong;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_key_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1227:10
[INFO] [stdout]      |
[INFO] [stdout] 1227 | pub type pthread_key_t = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadKeyT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_once_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1228:10
[INFO] [stdout]      |
[INFO] [stdout] 1228 | pub type pthread_once_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadOnceT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_spinlock_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1313:10
[INFO] [stdout]      |
[INFO] [stdout] 1313 | pub type pthread_spinlock_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSpinlockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `socklen_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1358:10
[INFO] [stdout]      |
[INFO] [stdout] 1358 | pub type socklen_t = __socklen_t;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__socket_type` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1368:10
[INFO] [stdout]      |
[INFO] [stdout] 1368 | pub type __socket_type = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocketType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sa_family_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1369:10
[INFO] [stdout]      |
[INFO] [stdout] 1369 | pub type sa_family_t = ::std::os::raw::c_ushort;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SaFamilyT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_bindgen_ty_1` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1422:10
[INFO] [stdout]      |
[INFO] [stdout] 1422 | pub type _bindgen_ty_1 = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_bindgen_ty_2` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1469:10
[INFO] [stdout]      |
[INFO] [stdout] 1469 | pub type _bindgen_ty_2 = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_sighandler_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1482:10
[INFO] [stdout]      |
[INFO] [stdout] 1482 | pub type __kernel_sighandler_t =
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSighandlerT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_key_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1484:10
[INFO] [stdout]      |
[INFO] [stdout] 1484 | pub type __kernel_key_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelKeyT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_mqd_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1485:10
[INFO] [stdout]      |
[INFO] [stdout] 1485 | pub type __kernel_mqd_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelMqdT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_old_uid_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1486:10
[INFO] [stdout]      |
[INFO] [stdout] 1486 | pub type __kernel_old_uid_t = ::std::os::raw::c_ushort;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldUidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_old_gid_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1487:10
[INFO] [stdout]      |
[INFO] [stdout] 1487 | pub type __kernel_old_gid_t = ::std::os::raw::c_ushort;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldGidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_old_dev_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1488:10
[INFO] [stdout]      |
[INFO] [stdout] 1488 | pub type __kernel_old_dev_t = ::std::os::raw::c_ulong;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldDevT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_long_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1489:10
[INFO] [stdout]      |
[INFO] [stdout] 1489 | pub type __kernel_long_t = ::std::os::raw::c_long;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelLongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_ulong_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1490:10
[INFO] [stdout]      |
[INFO] [stdout] 1490 | pub type __kernel_ulong_t = ::std::os::raw::c_ulong;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUlongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_ino_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1491:10
[INFO] [stdout]      |
[INFO] [stdout] 1491 | pub type __kernel_ino_t = __kernel_ulong_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelInoT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_mode_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1492:10
[INFO] [stdout]      |
[INFO] [stdout] 1492 | pub type __kernel_mode_t = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_pid_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1493:10
[INFO] [stdout]      |
[INFO] [stdout] 1493 | pub type __kernel_pid_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelPidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_ipc_pid_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1494:10
[INFO] [stdout]      |
[INFO] [stdout] 1494 | pub type __kernel_ipc_pid_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelIpcPidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_uid_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1495:10
[INFO] [stdout]      |
[INFO] [stdout] 1495 | pub type __kernel_uid_t = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_gid_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1496:10
[INFO] [stdout]      |
[INFO] [stdout] 1496 | pub type __kernel_gid_t = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_suseconds_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1497:10
[INFO] [stdout]      |
[INFO] [stdout] 1497 | pub type __kernel_suseconds_t = __kernel_long_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSusecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_daddr_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1498:10
[INFO] [stdout]      |
[INFO] [stdout] 1498 | pub type __kernel_daddr_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelDaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_uid32_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1499:10
[INFO] [stdout]      |
[INFO] [stdout] 1499 | pub type __kernel_uid32_t = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUid32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_gid32_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1500:10
[INFO] [stdout]      |
[INFO] [stdout] 1500 | pub type __kernel_gid32_t = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGid32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_size_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1501:10
[INFO] [stdout]      |
[INFO] [stdout] 1501 | pub type __kernel_size_t = __kernel_ulong_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_ssize_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1502:10
[INFO] [stdout]      |
[INFO] [stdout] 1502 | pub type __kernel_ssize_t = __kernel_long_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_ptrdiff_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1503:10
[INFO] [stdout]      |
[INFO] [stdout] 1503 | pub type __kernel_ptrdiff_t = __kernel_long_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelPtrdiffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_off_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1516:10
[INFO] [stdout]      |
[INFO] [stdout] 1516 | pub type __kernel_off_t = __kernel_long_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_loff_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1517:10
[INFO] [stdout]      |
[INFO] [stdout] 1517 | pub type __kernel_loff_t = ::std::os::raw::c_longlong;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelLoffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_old_time_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1518:10
[INFO] [stdout]      |
[INFO] [stdout] 1518 | pub type __kernel_old_time_t = __kernel_long_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldTimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_time_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1519:10
[INFO] [stdout]      |
[INFO] [stdout] 1519 | pub type __kernel_time_t = __kernel_long_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_time64_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1520:10
[INFO] [stdout]      |
[INFO] [stdout] 1520 | pub type __kernel_time64_t = ::std::os::raw::c_longlong;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTime64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_clock_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1521:10
[INFO] [stdout]      |
[INFO] [stdout] 1521 | pub type __kernel_clock_t = __kernel_long_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelClockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_timer_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1522:10
[INFO] [stdout]      |
[INFO] [stdout] 1522 | pub type __kernel_timer_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTimerT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_clockid_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1523:10
[INFO] [stdout]      |
[INFO] [stdout] 1523 | pub type __kernel_clockid_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelClockidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_caddr_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1524:10
[INFO] [stdout]      |
[INFO] [stdout] 1524 | pub type __kernel_caddr_t = *mut ::std::os::raw::c_char;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelCaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_uid16_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1525:10
[INFO] [stdout]      |
[INFO] [stdout] 1525 | pub type __kernel_uid16_t = ::std::os::raw::c_ushort;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUid16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__kernel_gid16_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1526:10
[INFO] [stdout]      |
[INFO] [stdout] 1526 | pub type __kernel_gid16_t = ::std::os::raw::c_ushort;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGid16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_bindgen_ty_3` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1557:10
[INFO] [stdout]      |
[INFO] [stdout] 1557 | pub type _bindgen_ty_3 = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_socklen_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1695:10
[INFO] [stdout]      |
[INFO] [stdout] 1695 | pub type curl_socklen_t = socklen_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSocklenT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_off_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1696:10
[INFO] [stdout]      |
[INFO] [stdout] 1696 | pub type curl_off_t = ::std::os::raw::c_long;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlOffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__gnuc_va_list` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1697:10
[INFO] [stdout]      |
[INFO] [stdout] 1697 | 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 `__fpos_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1743:10
[INFO] [stdout]      |
[INFO] [stdout] 1743 | 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 `__fpos64_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1758:10
[INFO] [stdout]      |
[INFO] [stdout] 1758 | pub type __fpos64_t = _G_fpos64_t;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Fpos64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1776:10
[INFO] [stdout]      |
[INFO] [stdout] 1776 | 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 `cookie_read_function_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1862:10
[INFO] [stdout]      |
[INFO] [stdout] 1862 | pub type cookie_read_function_t = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CookieReadFunctionT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cookie_write_function_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1869:10
[INFO] [stdout]      |
[INFO] [stdout] 1869 | pub type cookie_write_function_t = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CookieWriteFunctionT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cookie_seek_function_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1876:10
[INFO] [stdout]      |
[INFO] [stdout] 1876 | pub type cookie_seek_function_t = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CookieSeekFunctionT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cookie_close_function_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1883:10
[INFO] [stdout]      |
[INFO] [stdout] 1883 | pub type cookie_close_function_t = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CookieCloseFunctionT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cookie_io_functions_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1909:10
[INFO] [stdout]      |
[INFO] [stdout] 1909 | pub type cookie_io_functions_t = _IO_cookie_io_functions_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CookieIoFunctionsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `va_list` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1910:10
[INFO] [stdout]      |
[INFO] [stdout] 1910 | pub type va_list = __gnuc_va_list;
[INFO] [stdout]      |          ^^^^^^^ help: convert the identifier to upper camel case: `VaList`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `fpos_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:1911:10
[INFO] [stdout]      |
[INFO] [stdout] 1911 | pub type fpos_t = __fpos_t;
[INFO] [stdout]      |          ^^^^^^ help: convert the identifier to upper camel case: `FposT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__locale_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2460:10
[INFO] [stdout]      |
[INFO] [stdout] 2460 | pub type __locale_t = *mut __locale_struct;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `LocaleT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `locale_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2461:10
[INFO] [stdout]      |
[INFO] [stdout] 2461 | pub type locale_t = __locale_t;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `LocaleT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__itimer_which` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2637:10
[INFO] [stdout]      |
[INFO] [stdout] 2637 | pub type __itimer_which = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ItimerWhich`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__itimer_which_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2652:10
[INFO] [stdout]      |
[INFO] [stdout] 2652 | pub type __itimer_which_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ItimerWhichT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_socket_t` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2680:10
[INFO] [stdout]      |
[INFO] [stdout] 2680 | pub type curl_socket_t = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSocketT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_sslbackend` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2696:10
[INFO] [stdout]      |
[INFO] [stdout] 2696 | pub type curl_sslbackend = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSslbackend`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_progress_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2745:10
[INFO] [stdout]      |
[INFO] [stdout] 2745 | pub type curl_progress_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlProgressCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_xferinfo_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2754:10
[INFO] [stdout]      |
[INFO] [stdout] 2754 | pub type curl_xferinfo_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlXferinfoCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_write_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2763:10
[INFO] [stdout]      |
[INFO] [stdout] 2763 | pub type curl_write_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlWriteCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_resolver_start_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2771:10
[INFO] [stdout]      |
[INFO] [stdout] 2771 | pub type curl_resolver_start_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlResolverStartCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curlfiletype` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2787:10
[INFO] [stdout]      |
[INFO] [stdout] 2787 | pub type curlfiletype = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Curlfiletype`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_chunk_bgn_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2857:10
[INFO] [stdout]      |
[INFO] [stdout] 2857 | pub type curl_chunk_bgn_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlChunkBgnCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_chunk_end_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2864:10
[INFO] [stdout]      |
[INFO] [stdout] 2864 | pub type curl_chunk_end_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlChunkEndCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_fnmatch_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2867:10
[INFO] [stdout]      |
[INFO] [stdout] 2867 | pub type curl_fnmatch_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlFnmatchCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_seek_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2874:10
[INFO] [stdout]      |
[INFO] [stdout] 2874 | pub type curl_seek_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSeekCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_read_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2881:10
[INFO] [stdout]      |
[INFO] [stdout] 2881 | pub type curl_read_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlReadCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_trailer_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2889:10
[INFO] [stdout]      |
[INFO] [stdout] 2889 | pub type curl_trailer_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlTrailerCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curlsocktype` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2898:10
[INFO] [stdout]      |
[INFO] [stdout] 2898 | pub type curlsocktype = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Curlsocktype`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_sockopt_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2899:10
[INFO] [stdout]      |
[INFO] [stdout] 2899 | pub type curl_sockopt_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSockoptCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_opensocket_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2929:10
[INFO] [stdout]      |
[INFO] [stdout] 2929 | pub type curl_opensocket_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlOpensocketCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_closesocket_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2936:10
[INFO] [stdout]      |
[INFO] [stdout] 2936 | pub type curl_closesocket_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlClosesocketCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curlioerr` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2946:10
[INFO] [stdout]      |
[INFO] [stdout] 2946 | pub type curlioerr = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Curlioerr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curliocmd` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2950:10
[INFO] [stdout]      |
[INFO] [stdout] 2950 | pub type curliocmd = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Curliocmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_ioctl_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2951:10
[INFO] [stdout]      |
[INFO] [stdout] 2951 | pub type curl_ioctl_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlIoctlCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_malloc_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2958:10
[INFO] [stdout]      |
[INFO] [stdout] 2958 | pub type curl_malloc_callback =
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlMallocCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_free_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2960:10
[INFO] [stdout]      |
[INFO] [stdout] 2960 | pub type curl_free_callback =
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlFreeCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_realloc_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2962:10
[INFO] [stdout]      |
[INFO] [stdout] 2962 | pub type curl_realloc_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlReallocCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_strdup_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2968:10
[INFO] [stdout]      |
[INFO] [stdout] 2968 | pub type curl_strdup_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlStrdupCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_calloc_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2971:10
[INFO] [stdout]      |
[INFO] [stdout] 2971 | pub type curl_calloc_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlCallocCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_infotype` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2982:10
[INFO] [stdout]      |
[INFO] [stdout] 2982 | pub type curl_infotype = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlInfotype`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_debug_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2983:10
[INFO] [stdout]      |
[INFO] [stdout] 2983 | pub type curl_debug_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlDebugCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_prereq_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:2992:10
[INFO] [stdout]      |
[INFO] [stdout] 2992 | pub type curl_prereq_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlPrereqCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_conv_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3141:10
[INFO] [stdout]      |
[INFO] [stdout] 3141 | pub type curl_conv_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlConvCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_ssl_ctx_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3144:10
[INFO] [stdout]      |
[INFO] [stdout] 3144 | pub type curl_ssl_ctx_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSslCtxCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_proxytype` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3159:10
[INFO] [stdout]      |
[INFO] [stdout] 3159 | pub type curl_proxytype = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlProxytype`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_khtype` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3166:10
[INFO] [stdout]      |
[INFO] [stdout] 3166 | pub type curl_khtype = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlKhtype`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_khstat` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3188:10
[INFO] [stdout]      |
[INFO] [stdout] 3188 | pub type curl_khstat = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlKhstat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_khmatch` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3193:10
[INFO] [stdout]      |
[INFO] [stdout] 3193 | pub type curl_khmatch = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlKhmatch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_sshkeycallback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3194:10
[INFO] [stdout]      |
[INFO] [stdout] 3194 | pub type curl_sshkeycallback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSshkeycallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_sshhostkeycallback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3203:10
[INFO] [stdout]      |
[INFO] [stdout] 3203 | pub type curl_sshhostkeycallback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSshhostkeycallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_usessl` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3216:10
[INFO] [stdout]      |
[INFO] [stdout] 3216 | pub type curl_usessl = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlUsessl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_ftpccc` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3221:10
[INFO] [stdout]      |
[INFO] [stdout] 3221 | pub type curl_ftpccc = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlFtpccc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_ftpauth` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3226:10
[INFO] [stdout]      |
[INFO] [stdout] 3226 | pub type curl_ftpauth = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlFtpauth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_ftpcreatedir` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3231:10
[INFO] [stdout]      |
[INFO] [stdout] 3231 | pub type curl_ftpcreatedir = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlFtpcreatedir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_ftpmethod` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3237:10
[INFO] [stdout]      |
[INFO] [stdout] 3237 | pub type curl_ftpmethod = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlFtpmethod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_hstsread_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3299:10
[INFO] [stdout]      |
[INFO] [stdout] 3299 | pub type curl_hstsread_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlHstsreadCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_hstswrite_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3306:10
[INFO] [stdout]      |
[INFO] [stdout] 3306 | pub type curl_hstswrite_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlHstswriteCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_bindgen_ty_4` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3631:10
[INFO] [stdout]      |
[INFO] [stdout] 3631 | pub type _bindgen_ty_4 = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_bindgen_ty_5` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3645:10
[INFO] [stdout]      |
[INFO] [stdout] 3645 | pub type _bindgen_ty_5 = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CURL_NETRC_OPTION` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3650:10
[INFO] [stdout]      |
[INFO] [stdout] 3650 | pub type CURL_NETRC_OPTION = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlNetrcOption`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CURL_TLSAUTH` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3654:10
[INFO] [stdout]      |
[INFO] [stdout] 3654 | pub type CURL_TLSAUTH = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlTlsauth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_TimeCond` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3660:10
[INFO] [stdout]      |
[INFO] [stdout] 3660 | pub type curl_TimeCond = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlTimeCond`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_formget_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:3825:10
[INFO] [stdout]      |
[INFO] [stdout] 3825 | pub type curl_formget_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlFormgetCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_closepolicy` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4063:10
[INFO] [stdout]      |
[INFO] [stdout] 4063 | pub type curl_closepolicy = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlClosepolicy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_lock_data` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4074:10
[INFO] [stdout]      |
[INFO] [stdout] 4074 | pub type curl_lock_data = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlLockData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_lock_access` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4079:10
[INFO] [stdout]      |
[INFO] [stdout] 4079 | pub type curl_lock_access = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlLockAccess`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_lock_function` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4080:10
[INFO] [stdout]      |
[INFO] [stdout] 4080 | pub type curl_lock_function = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlLockFunction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_unlock_function` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4088:10
[INFO] [stdout]      |
[INFO] [stdout] 4088 | pub type curl_unlock_function = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlUnlockFunction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_socket_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4419:10
[INFO] [stdout]      |
[INFO] [stdout] 4419 | pub type curl_socket_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlSocketCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_multi_timer_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4428:10
[INFO] [stdout]      |
[INFO] [stdout] 4428 | pub type curl_multi_timer_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlMultiTimerCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_push_callback` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4510:10
[INFO] [stdout]      |
[INFO] [stdout] 4510 | pub type curl_push_callback = ::std::option::Option<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlPushCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `curl_easytype` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4616:10
[INFO] [stdout]      |
[INFO] [stdout] 4616 | pub type curl_easytype = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CurlEasytype`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__builtin_va_list` should have an upper camel case name
[INFO] [stdout]     --> src/curl.rs:4801:10
[INFO] [stdout]      |
[INFO] [stdout] 4801 | 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: constant `__glibc_c99_flexarr_available` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:159:11
[INFO] [stdout]     |
[INFO] [stdout] 159 | 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]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__clock_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:171:11
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub const __clock_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLOCK_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__clockid_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:172:11
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub const __clockid_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLOCKID_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__time_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:173:11
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub const __time_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIME_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__timer_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:174:11
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub const __timer_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIMER_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__sigset_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:192:11
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub const __sigset_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIGSET_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__timeval_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:193:11
[INFO] [stdout]     |
[INFO] [stdout] 193 | pub const __timeval_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIMEVAL_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__have_pthread_attr_t` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:210:11
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub const __have_pthread_attr_t: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__HAVE_PTHREAD_ATTR_T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__iovec_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:212:11
[INFO] [stdout]     |
[INFO] [stdout] 212 | pub const __iovec_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__IOVEC_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PF_DECnet` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:227:11
[INFO] [stdout]     |
[INFO] [stdout] 227 | pub const PF_DECnet: u32 = 12;
[INFO] [stdout]     |           ^^^^^^^^^ help: convert the identifier to upper case: `PF_DECNET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `AF_DECnet` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:277:11
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub const AF_DECnet: u32 = 12;
[INFO] [stdout]     |           ^^^^^^^^^ help: convert the identifier to upper case: `AF_DECNET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__osockaddr_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:441:11
[INFO] [stdout]     |
[INFO] [stdout] 441 | pub const __osockaddr_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__OSOCKADDR_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_____fpos_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:450:11
[INFO] [stdout]     |
[INFO] [stdout] 450 | pub const _____fpos_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_____FPOS_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `____mbstate_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:451:11
[INFO] [stdout]     |
[INFO] [stdout] 451 | 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 `_____fpos64_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:452:11
[INFO] [stdout]     |
[INFO] [stdout] 452 | pub const _____fpos64_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_____FPOS64_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `____FILE_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:453:11
[INFO] [stdout]     |
[INFO] [stdout] 453 | 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/curl.rs:454:11
[INFO] [stdout]     |
[INFO] [stdout] 454 | 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 `__struct_FILE_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:455:11
[INFO] [stdout]     |
[INFO] [stdout] 455 | pub const __struct_FILE_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__STRUCT_FILE_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__cookie_io_functions_t_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:459:11
[INFO] [stdout]     |
[INFO] [stdout] 459 | pub const __cookie_io_functions_t_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__COOKIE_IO_FUNCTIONS_T_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `P_tmpdir` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:468:11
[INFO] [stdout]     |
[INFO] [stdout] 468 | pub const P_tmpdir: &[u8; 5] = 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/curl.rs:469:11
[INFO] [stdout]     |
[INFO] [stdout] 469 | 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/curl.rs:473:11
[INFO] [stdout]     |
[INFO] [stdout] 473 | 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 `__struct_tm_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:583:11
[INFO] [stdout]     |
[INFO] [stdout] 583 | pub const __struct_tm_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__STRUCT_TM_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__itimerspec_defined` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:584:11
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub const __itimerspec_defined: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__ITIMERSPEC_DEFINED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_TLSv1` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:706:11
[INFO] [stdout]     |
[INFO] [stdout] 706 | pub const CURL_SSLVERSION_TLSv1: u32 = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_TLSV1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_SSLv2` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:707:11
[INFO] [stdout]     |
[INFO] [stdout] 707 | pub const CURL_SSLVERSION_SSLv2: u32 = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_SSLV2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_SSLv3` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:708:11
[INFO] [stdout]     |
[INFO] [stdout] 708 | pub const CURL_SSLVERSION_SSLv3: u32 = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_SSLV3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_TLSv1_0` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:709:11
[INFO] [stdout]     |
[INFO] [stdout] 709 | pub const CURL_SSLVERSION_TLSv1_0: u32 = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_TLSV1_0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_TLSv1_1` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:710:11
[INFO] [stdout]     |
[INFO] [stdout] 710 | pub const CURL_SSLVERSION_TLSv1_1: u32 = 5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_TLSV1_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_TLSv1_2` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:711:11
[INFO] [stdout]     |
[INFO] [stdout] 711 | pub const CURL_SSLVERSION_TLSv1_2: u32 = 6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_TLSV1_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_TLSv1_3` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:712:11
[INFO] [stdout]     |
[INFO] [stdout] 712 | pub const CURL_SSLVERSION_TLSv1_3: u32 = 7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_TLSV1_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_MAX_TLSv1_0` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:716:11
[INFO] [stdout]     |
[INFO] [stdout] 716 | pub const CURL_SSLVERSION_MAX_TLSv1_0: u32 = 262144;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_MAX_TLSV1_0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_MAX_TLSv1_1` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:717:11
[INFO] [stdout]     |
[INFO] [stdout] 717 | pub const CURL_SSLVERSION_MAX_TLSv1_1: u32 = 327680;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_MAX_TLSV1_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_MAX_TLSv1_2` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:718:11
[INFO] [stdout]     |
[INFO] [stdout] 718 | pub const CURL_SSLVERSION_MAX_TLSv1_2: u32 = 393216;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_MAX_TLSV1_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURL_SSLVERSION_MAX_TLSv1_3` should have an upper case name
[INFO] [stdout]    --> src/curl.rs:719:11
[INFO] [stdout]     |
[INFO] [stdout] 719 | pub const CURL_SSLVERSION_MAX_TLSv1_3: u32 = 458752;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CURL_SSLVERSION_MAX_TLSV1_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_STREAM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1359:11
[INFO] [stdout]      |
[INFO] [stdout] 1359 | pub const __socket_type_SOCK_STREAM: __socket_type = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_STREAM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_DGRAM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1360:11
[INFO] [stdout]      |
[INFO] [stdout] 1360 | pub const __socket_type_SOCK_DGRAM: __socket_type = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_DGRAM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_RAW` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1361:11
[INFO] [stdout]      |
[INFO] [stdout] 1361 | pub const __socket_type_SOCK_RAW: __socket_type = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_RAW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_RDM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1362:11
[INFO] [stdout]      |
[INFO] [stdout] 1362 | pub const __socket_type_SOCK_RDM: __socket_type = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_RDM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_SEQPACKET` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1363:11
[INFO] [stdout]      |
[INFO] [stdout] 1363 | pub const __socket_type_SOCK_SEQPACKET: __socket_type = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_SEQPACKET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_DCCP` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1364:11
[INFO] [stdout]      |
[INFO] [stdout] 1364 | pub const __socket_type_SOCK_DCCP: __socket_type = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_DCCP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_PACKET` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1365:11
[INFO] [stdout]      |
[INFO] [stdout] 1365 | pub const __socket_type_SOCK_PACKET: __socket_type = 10;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_PACKET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_CLOEXEC` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1366:11
[INFO] [stdout]      |
[INFO] [stdout] 1366 | pub const __socket_type_SOCK_CLOEXEC: __socket_type = 524288;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_CLOEXEC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__socket_type_SOCK_NONBLOCK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:1367:11
[INFO] [stdout]      |
[INFO] [stdout] 1367 | pub const __socket_type_SOCK_NONBLOCK: __socket_type = 2048;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_NONBLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_read_ptr` should have a snake case name
[INFO] [stdout]     --> src/curl.rs:1781:9
[INFO] [stdout]      |
[INFO] [stdout] 1781 |     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)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `_IO_read_end` should have a snake case name
[INFO] [stdout]     --> src/curl.rs:1782:9
[INFO] [stdout]      |
[INFO] [stdout] 1782 |     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/curl.rs:1783:9
[INFO] [stdout]      |
[INFO] [stdout] 1783 |     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/curl.rs:1784:9
[INFO] [stdout]      |
[INFO] [stdout] 1784 |     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/curl.rs:1785:9
[INFO] [stdout]      |
[INFO] [stdout] 1785 |     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/curl.rs:1786:9
[INFO] [stdout]      |
[INFO] [stdout] 1786 |     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/curl.rs:1787:9
[INFO] [stdout]      |
[INFO] [stdout] 1787 |     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/curl.rs:1788:9
[INFO] [stdout]      |
[INFO] [stdout] 1788 |     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/curl.rs:1789:9
[INFO] [stdout]      |
[INFO] [stdout] 1789 |     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/curl.rs:1790:9
[INFO] [stdout]      |
[INFO] [stdout] 1790 |     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/curl.rs:1791:9
[INFO] [stdout]      |
[INFO] [stdout] 1791 |     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: constant `__itimer_which_ITIMER_REAL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2634:11
[INFO] [stdout]      |
[INFO] [stdout] 2634 | pub const __itimer_which_ITIMER_REAL: __itimer_which = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__ITIMER_WHICH_ITIMER_REAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__itimer_which_ITIMER_VIRTUAL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2635:11
[INFO] [stdout]      |
[INFO] [stdout] 2635 | pub const __itimer_which_ITIMER_VIRTUAL: __itimer_which = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__ITIMER_WHICH_ITIMER_VIRTUAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__itimer_which_ITIMER_PROF` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2636:11
[INFO] [stdout]      |
[INFO] [stdout] 2636 | pub const __itimer_which_ITIMER_PROF: __itimer_which = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__ITIMER_WHICH_ITIMER_PROF`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_NONE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2681:11
[INFO] [stdout]      |
[INFO] [stdout] 2681 | pub const curl_sslbackend_CURLSSLBACKEND_NONE: curl_sslbackend = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_OPENSSL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2682:11
[INFO] [stdout]      |
[INFO] [stdout] 2682 | pub const curl_sslbackend_CURLSSLBACKEND_OPENSSL: curl_sslbackend = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_OPENSSL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_GNUTLS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2683:11
[INFO] [stdout]      |
[INFO] [stdout] 2683 | pub const curl_sslbackend_CURLSSLBACKEND_GNUTLS: curl_sslbackend = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_GNUTLS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_NSS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2684:11
[INFO] [stdout]      |
[INFO] [stdout] 2684 | pub const curl_sslbackend_CURLSSLBACKEND_NSS: curl_sslbackend = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_NSS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_OBSOLETE4` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2685:11
[INFO] [stdout]      |
[INFO] [stdout] 2685 | pub const curl_sslbackend_CURLSSLBACKEND_OBSOLETE4: curl_sslbackend = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_OBSOLETE4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_GSKIT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2686:11
[INFO] [stdout]      |
[INFO] [stdout] 2686 | pub const curl_sslbackend_CURLSSLBACKEND_GSKIT: curl_sslbackend = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_GSKIT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_POLARSSL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2687:11
[INFO] [stdout]      |
[INFO] [stdout] 2687 | pub const curl_sslbackend_CURLSSLBACKEND_POLARSSL: curl_sslbackend = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_POLARSSL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_WOLFSSL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2688:11
[INFO] [stdout]      |
[INFO] [stdout] 2688 | pub const curl_sslbackend_CURLSSLBACKEND_WOLFSSL: curl_sslbackend = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_WOLFSSL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_SCHANNEL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2689:11
[INFO] [stdout]      |
[INFO] [stdout] 2689 | pub const curl_sslbackend_CURLSSLBACKEND_SCHANNEL: curl_sslbackend = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_SCHANNEL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_SECURETRANSPORT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2690:11
[INFO] [stdout]      |
[INFO] [stdout] 2690 | pub const curl_sslbackend_CURLSSLBACKEND_SECURETRANSPORT: curl_sslbackend = 9;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_SECURETRANSPORT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_AXTLS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2691:11
[INFO] [stdout]      |
[INFO] [stdout] 2691 | pub const curl_sslbackend_CURLSSLBACKEND_AXTLS: curl_sslbackend = 10;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_AXTLS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_MBEDTLS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2692:11
[INFO] [stdout]      |
[INFO] [stdout] 2692 | pub const curl_sslbackend_CURLSSLBACKEND_MBEDTLS: curl_sslbackend = 11;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_MBEDTLS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_MESALINK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2693:11
[INFO] [stdout]      |
[INFO] [stdout] 2693 | pub const curl_sslbackend_CURLSSLBACKEND_MESALINK: curl_sslbackend = 12;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_MESALINK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_BEARSSL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2694:11
[INFO] [stdout]      |
[INFO] [stdout] 2694 | pub const curl_sslbackend_CURLSSLBACKEND_BEARSSL: curl_sslbackend = 13;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_BEARSSL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_sslbackend_CURLSSLBACKEND_RUSTLS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2695:11
[INFO] [stdout]      |
[INFO] [stdout] 2695 | pub const curl_sslbackend_CURLSSLBACKEND_RUSTLS: curl_sslbackend = 14;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_SSLBACKEND_CURLSSLBACKEND_RUSTLS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_FILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2778:11
[INFO] [stdout]      |
[INFO] [stdout] 2778 | pub const curlfiletype_CURLFILETYPE_FILE: curlfiletype = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_DIRECTORY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2779:11
[INFO] [stdout]      |
[INFO] [stdout] 2779 | pub const curlfiletype_CURLFILETYPE_DIRECTORY: curlfiletype = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_DIRECTORY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_SYMLINK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2780:11
[INFO] [stdout]      |
[INFO] [stdout] 2780 | pub const curlfiletype_CURLFILETYPE_SYMLINK: curlfiletype = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_SYMLINK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_DEVICE_BLOCK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2781:11
[INFO] [stdout]      |
[INFO] [stdout] 2781 | pub const curlfiletype_CURLFILETYPE_DEVICE_BLOCK: curlfiletype = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_DEVICE_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_DEVICE_CHAR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2782:11
[INFO] [stdout]      |
[INFO] [stdout] 2782 | pub const curlfiletype_CURLFILETYPE_DEVICE_CHAR: curlfiletype = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_DEVICE_CHAR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_NAMEDPIPE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2783:11
[INFO] [stdout]      |
[INFO] [stdout] 2783 | pub const curlfiletype_CURLFILETYPE_NAMEDPIPE: curlfiletype = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_NAMEDPIPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_SOCKET` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2784:11
[INFO] [stdout]      |
[INFO] [stdout] 2784 | pub const curlfiletype_CURLFILETYPE_SOCKET: curlfiletype = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_SOCKET`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_DOOR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2785:11
[INFO] [stdout]      |
[INFO] [stdout] 2785 | pub const curlfiletype_CURLFILETYPE_DOOR: curlfiletype = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_DOOR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlfiletype_CURLFILETYPE_UNKNOWN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2786:11
[INFO] [stdout]      |
[INFO] [stdout] 2786 | pub const curlfiletype_CURLFILETYPE_UNKNOWN: curlfiletype = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLFILETYPE_CURLFILETYPE_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlsocktype_CURLSOCKTYPE_IPCXN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2895:11
[INFO] [stdout]      |
[INFO] [stdout] 2895 | pub const curlsocktype_CURLSOCKTYPE_IPCXN: curlsocktype = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSOCKTYPE_CURLSOCKTYPE_IPCXN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlsocktype_CURLSOCKTYPE_ACCEPT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2896:11
[INFO] [stdout]      |
[INFO] [stdout] 2896 | pub const curlsocktype_CURLSOCKTYPE_ACCEPT: curlsocktype = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSOCKTYPE_CURLSOCKTYPE_ACCEPT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlsocktype_CURLSOCKTYPE_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2897:11
[INFO] [stdout]      |
[INFO] [stdout] 2897 | pub const curlsocktype_CURLSOCKTYPE_LAST: curlsocktype = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLSOCKTYPE_CURLSOCKTYPE_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlioerr_CURLIOE_OK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2942:11
[INFO] [stdout]      |
[INFO] [stdout] 2942 | pub const curlioerr_CURLIOE_OK: curlioerr = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLIOERR_CURLIOE_OK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlioerr_CURLIOE_UNKNOWNCMD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2943:11
[INFO] [stdout]      |
[INFO] [stdout] 2943 | pub const curlioerr_CURLIOE_UNKNOWNCMD: curlioerr = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLIOERR_CURLIOE_UNKNOWNCMD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlioerr_CURLIOE_FAILRESTART` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2944:11
[INFO] [stdout]      |
[INFO] [stdout] 2944 | pub const curlioerr_CURLIOE_FAILRESTART: curlioerr = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLIOERR_CURLIOE_FAILRESTART`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curlioerr_CURLIOE_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2945:11
[INFO] [stdout]      |
[INFO] [stdout] 2945 | pub const curlioerr_CURLIOE_LAST: curlioerr = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLIOERR_CURLIOE_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curliocmd_CURLIOCMD_NOP` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2947:11
[INFO] [stdout]      |
[INFO] [stdout] 2947 | pub const curliocmd_CURLIOCMD_NOP: curliocmd = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLIOCMD_CURLIOCMD_NOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curliocmd_CURLIOCMD_RESTARTREAD` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2948:11
[INFO] [stdout]      |
[INFO] [stdout] 2948 | pub const curliocmd_CURLIOCMD_RESTARTREAD: curliocmd = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLIOCMD_CURLIOCMD_RESTARTREAD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curliocmd_CURLIOCMD_LAST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2949:11
[INFO] [stdout]      |
[INFO] [stdout] 2949 | pub const curliocmd_CURLIOCMD_LAST: curliocmd = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLIOCMD_CURLIOCMD_LAST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_TEXT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2974:11
[INFO] [stdout]      |
[INFO] [stdout] 2974 | pub const curl_infotype_CURLINFO_TEXT: curl_infotype = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_TEXT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_HEADER_IN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2975:11
[INFO] [stdout]      |
[INFO] [stdout] 2975 | pub const curl_infotype_CURLINFO_HEADER_IN: curl_infotype = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_HEADER_IN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_HEADER_OUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2976:11
[INFO] [stdout]      |
[INFO] [stdout] 2976 | pub const curl_infotype_CURLINFO_HEADER_OUT: curl_infotype = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_HEADER_OUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_DATA_IN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2977:11
[INFO] [stdout]      |
[INFO] [stdout] 2977 | pub const curl_infotype_CURLINFO_DATA_IN: curl_infotype = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_DATA_IN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_DATA_OUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2978:11
[INFO] [stdout]      |
[INFO] [stdout] 2978 | pub const curl_infotype_CURLINFO_DATA_OUT: curl_infotype = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_DATA_OUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_SSL_DATA_IN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2979:11
[INFO] [stdout]      |
[INFO] [stdout] 2979 | pub const curl_infotype_CURLINFO_SSL_DATA_IN: curl_infotype = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_SSL_DATA_IN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_SSL_DATA_OUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2980:11
[INFO] [stdout]      |
[INFO] [stdout] 2980 | pub const curl_infotype_CURLINFO_SSL_DATA_OUT: curl_infotype = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_SSL_DATA_OUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `curl_infotype_CURLINFO_END` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:2981:11
[INFO] [stdout]      |
[INFO] [stdout] 2981 | pub const curl_infotype_CURLINFO_END: curl_infotype = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURL_INFOTYPE_CURLINFO_END`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3001:11
[INFO] [stdout]      |
[INFO] [stdout] 3001 | pub const CURLcode_CURLE_OK: CURLcode = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_UNSUPPORTED_PROTOCOL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3002:11
[INFO] [stdout]      |
[INFO] [stdout] 3002 | pub const CURLcode_CURLE_UNSUPPORTED_PROTOCOL: CURLcode = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_UNSUPPORTED_PROTOCOL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FAILED_INIT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3003:11
[INFO] [stdout]      |
[INFO] [stdout] 3003 | pub const CURLcode_CURLE_FAILED_INIT: CURLcode = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FAILED_INIT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_URL_MALFORMAT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3004:11
[INFO] [stdout]      |
[INFO] [stdout] 3004 | pub const CURLcode_CURLE_URL_MALFORMAT: CURLcode = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_URL_MALFORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_NOT_BUILT_IN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3005:11
[INFO] [stdout]      |
[INFO] [stdout] 3005 | pub const CURLcode_CURLE_NOT_BUILT_IN: CURLcode = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_NOT_BUILT_IN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_COULDNT_RESOLVE_PROXY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3006:11
[INFO] [stdout]      |
[INFO] [stdout] 3006 | pub const CURLcode_CURLE_COULDNT_RESOLVE_PROXY: CURLcode = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_COULDNT_RESOLVE_PROXY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_COULDNT_RESOLVE_HOST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3007:11
[INFO] [stdout]      |
[INFO] [stdout] 3007 | pub const CURLcode_CURLE_COULDNT_RESOLVE_HOST: CURLcode = 6;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_COULDNT_RESOLVE_HOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_COULDNT_CONNECT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3008:11
[INFO] [stdout]      |
[INFO] [stdout] 3008 | pub const CURLcode_CURLE_COULDNT_CONNECT: CURLcode = 7;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_COULDNT_CONNECT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_WEIRD_SERVER_REPLY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3009:11
[INFO] [stdout]      |
[INFO] [stdout] 3009 | pub const CURLcode_CURLE_WEIRD_SERVER_REPLY: CURLcode = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_WEIRD_SERVER_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_REMOTE_ACCESS_DENIED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3010:11
[INFO] [stdout]      |
[INFO] [stdout] 3010 | pub const CURLcode_CURLE_REMOTE_ACCESS_DENIED: CURLcode = 9;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_REMOTE_ACCESS_DENIED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_ACCEPT_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3011:11
[INFO] [stdout]      |
[INFO] [stdout] 3011 | pub const CURLcode_CURLE_FTP_ACCEPT_FAILED: CURLcode = 10;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_ACCEPT_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_WEIRD_PASS_REPLY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3012:11
[INFO] [stdout]      |
[INFO] [stdout] 3012 | pub const CURLcode_CURLE_FTP_WEIRD_PASS_REPLY: CURLcode = 11;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_WEIRD_PASS_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_ACCEPT_TIMEOUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3013:11
[INFO] [stdout]      |
[INFO] [stdout] 3013 | pub const CURLcode_CURLE_FTP_ACCEPT_TIMEOUT: CURLcode = 12;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_ACCEPT_TIMEOUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_WEIRD_PASV_REPLY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3014:11
[INFO] [stdout]      |
[INFO] [stdout] 3014 | pub const CURLcode_CURLE_FTP_WEIRD_PASV_REPLY: CURLcode = 13;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_WEIRD_PASV_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_WEIRD_227_FORMAT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3015:11
[INFO] [stdout]      |
[INFO] [stdout] 3015 | pub const CURLcode_CURLE_FTP_WEIRD_227_FORMAT: CURLcode = 14;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_WEIRD_227_FORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_CANT_GET_HOST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3016:11
[INFO] [stdout]      |
[INFO] [stdout] 3016 | pub const CURLcode_CURLE_FTP_CANT_GET_HOST: CURLcode = 15;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_CANT_GET_HOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_HTTP2` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3017:11
[INFO] [stdout]      |
[INFO] [stdout] 3017 | pub const CURLcode_CURLE_HTTP2: CURLcode = 16;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_HTTP2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_COULDNT_SET_TYPE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3018:11
[INFO] [stdout]      |
[INFO] [stdout] 3018 | pub const CURLcode_CURLE_FTP_COULDNT_SET_TYPE: CURLcode = 17;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_COULDNT_SET_TYPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_PARTIAL_FILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3019:11
[INFO] [stdout]      |
[INFO] [stdout] 3019 | pub const CURLcode_CURLE_PARTIAL_FILE: CURLcode = 18;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_PARTIAL_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_COULDNT_RETR_FILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3020:11
[INFO] [stdout]      |
[INFO] [stdout] 3020 | pub const CURLcode_CURLE_FTP_COULDNT_RETR_FILE: CURLcode = 19;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_COULDNT_RETR_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE20` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3021:11
[INFO] [stdout]      |
[INFO] [stdout] 3021 | pub const CURLcode_CURLE_OBSOLETE20: CURLcode = 20;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_QUOTE_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3022:11
[INFO] [stdout]      |
[INFO] [stdout] 3022 | pub const CURLcode_CURLE_QUOTE_ERROR: CURLcode = 21;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_QUOTE_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_HTTP_RETURNED_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3023:11
[INFO] [stdout]      |
[INFO] [stdout] 3023 | pub const CURLcode_CURLE_HTTP_RETURNED_ERROR: CURLcode = 22;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_HTTP_RETURNED_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_WRITE_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3024:11
[INFO] [stdout]      |
[INFO] [stdout] 3024 | pub const CURLcode_CURLE_WRITE_ERROR: CURLcode = 23;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_WRITE_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE24` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3025:11
[INFO] [stdout]      |
[INFO] [stdout] 3025 | pub const CURLcode_CURLE_OBSOLETE24: CURLcode = 24;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE24`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_UPLOAD_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3026:11
[INFO] [stdout]      |
[INFO] [stdout] 3026 | pub const CURLcode_CURLE_UPLOAD_FAILED: CURLcode = 25;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_UPLOAD_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_READ_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3027:11
[INFO] [stdout]      |
[INFO] [stdout] 3027 | pub const CURLcode_CURLE_READ_ERROR: CURLcode = 26;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_READ_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OUT_OF_MEMORY` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3028:11
[INFO] [stdout]      |
[INFO] [stdout] 3028 | pub const CURLcode_CURLE_OUT_OF_MEMORY: CURLcode = 27;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OUT_OF_MEMORY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OPERATION_TIMEDOUT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3029:11
[INFO] [stdout]      |
[INFO] [stdout] 3029 | pub const CURLcode_CURLE_OPERATION_TIMEDOUT: CURLcode = 28;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OPERATION_TIMEDOUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE29` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3030:11
[INFO] [stdout]      |
[INFO] [stdout] 3030 | pub const CURLcode_CURLE_OBSOLETE29: CURLcode = 29;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_PORT_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3031:11
[INFO] [stdout]      |
[INFO] [stdout] 3031 | pub const CURLcode_CURLE_FTP_PORT_FAILED: CURLcode = 30;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_PORT_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_COULDNT_USE_REST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3032:11
[INFO] [stdout]      |
[INFO] [stdout] 3032 | pub const CURLcode_CURLE_FTP_COULDNT_USE_REST: CURLcode = 31;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_COULDNT_USE_REST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE32` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3033:11
[INFO] [stdout]      |
[INFO] [stdout] 3033 | pub const CURLcode_CURLE_OBSOLETE32: CURLcode = 32;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_RANGE_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3034:11
[INFO] [stdout]      |
[INFO] [stdout] 3034 | pub const CURLcode_CURLE_RANGE_ERROR: CURLcode = 33;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_RANGE_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_HTTP_POST_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3035:11
[INFO] [stdout]      |
[INFO] [stdout] 3035 | pub const CURLcode_CURLE_HTTP_POST_ERROR: CURLcode = 34;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_HTTP_POST_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_CONNECT_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3036:11
[INFO] [stdout]      |
[INFO] [stdout] 3036 | pub const CURLcode_CURLE_SSL_CONNECT_ERROR: CURLcode = 35;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_CONNECT_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_BAD_DOWNLOAD_RESUME` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3037:11
[INFO] [stdout]      |
[INFO] [stdout] 3037 | pub const CURLcode_CURLE_BAD_DOWNLOAD_RESUME: CURLcode = 36;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_BAD_DOWNLOAD_RESUME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FILE_COULDNT_READ_FILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3038:11
[INFO] [stdout]      |
[INFO] [stdout] 3038 | pub const CURLcode_CURLE_FILE_COULDNT_READ_FILE: CURLcode = 37;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FILE_COULDNT_READ_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_LDAP_CANNOT_BIND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3039:11
[INFO] [stdout]      |
[INFO] [stdout] 3039 | pub const CURLcode_CURLE_LDAP_CANNOT_BIND: CURLcode = 38;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_LDAP_CANNOT_BIND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_LDAP_SEARCH_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3040:11
[INFO] [stdout]      |
[INFO] [stdout] 3040 | pub const CURLcode_CURLE_LDAP_SEARCH_FAILED: CURLcode = 39;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_LDAP_SEARCH_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE40` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3041:11
[INFO] [stdout]      |
[INFO] [stdout] 3041 | pub const CURLcode_CURLE_OBSOLETE40: CURLcode = 40;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE40`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FUNCTION_NOT_FOUND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3042:11
[INFO] [stdout]      |
[INFO] [stdout] 3042 | pub const CURLcode_CURLE_FUNCTION_NOT_FOUND: CURLcode = 41;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FUNCTION_NOT_FOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_ABORTED_BY_CALLBACK` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3043:11
[INFO] [stdout]      |
[INFO] [stdout] 3043 | pub const CURLcode_CURLE_ABORTED_BY_CALLBACK: CURLcode = 42;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_ABORTED_BY_CALLBACK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_BAD_FUNCTION_ARGUMENT` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3044:11
[INFO] [stdout]      |
[INFO] [stdout] 3044 | pub const CURLcode_CURLE_BAD_FUNCTION_ARGUMENT: CURLcode = 43;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_BAD_FUNCTION_ARGUMENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE44` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3045:11
[INFO] [stdout]      |
[INFO] [stdout] 3045 | pub const CURLcode_CURLE_OBSOLETE44: CURLcode = 44;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE44`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_INTERFACE_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3046:11
[INFO] [stdout]      |
[INFO] [stdout] 3046 | pub const CURLcode_CURLE_INTERFACE_FAILED: CURLcode = 45;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_INTERFACE_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE46` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3047:11
[INFO] [stdout]      |
[INFO] [stdout] 3047 | pub const CURLcode_CURLE_OBSOLETE46: CURLcode = 46;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE46`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_TOO_MANY_REDIRECTS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3048:11
[INFO] [stdout]      |
[INFO] [stdout] 3048 | pub const CURLcode_CURLE_TOO_MANY_REDIRECTS: CURLcode = 47;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_TOO_MANY_REDIRECTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_UNKNOWN_OPTION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3049:11
[INFO] [stdout]      |
[INFO] [stdout] 3049 | pub const CURLcode_CURLE_UNKNOWN_OPTION: CURLcode = 48;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_UNKNOWN_OPTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SETOPT_OPTION_SYNTAX` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3050:11
[INFO] [stdout]      |
[INFO] [stdout] 3050 | pub const CURLcode_CURLE_SETOPT_OPTION_SYNTAX: CURLcode = 49;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SETOPT_OPTION_SYNTAX`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE50` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3051:11
[INFO] [stdout]      |
[INFO] [stdout] 3051 | pub const CURLcode_CURLE_OBSOLETE50: CURLcode = 50;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE50`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE51` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3052:11
[INFO] [stdout]      |
[INFO] [stdout] 3052 | pub const CURLcode_CURLE_OBSOLETE51: CURLcode = 51;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE51`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_GOT_NOTHING` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3053:11
[INFO] [stdout]      |
[INFO] [stdout] 3053 | pub const CURLcode_CURLE_GOT_NOTHING: CURLcode = 52;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_GOT_NOTHING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_ENGINE_NOTFOUND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3054:11
[INFO] [stdout]      |
[INFO] [stdout] 3054 | pub const CURLcode_CURLE_SSL_ENGINE_NOTFOUND: CURLcode = 53;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_ENGINE_NOTFOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_ENGINE_SETFAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3055:11
[INFO] [stdout]      |
[INFO] [stdout] 3055 | pub const CURLcode_CURLE_SSL_ENGINE_SETFAILED: CURLcode = 54;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_ENGINE_SETFAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SEND_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3056:11
[INFO] [stdout]      |
[INFO] [stdout] 3056 | pub const CURLcode_CURLE_SEND_ERROR: CURLcode = 55;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SEND_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_RECV_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3057:11
[INFO] [stdout]      |
[INFO] [stdout] 3057 | pub const CURLcode_CURLE_RECV_ERROR: CURLcode = 56;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_RECV_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE57` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3058:11
[INFO] [stdout]      |
[INFO] [stdout] 3058 | pub const CURLcode_CURLE_OBSOLETE57: CURLcode = 57;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE57`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_CERTPROBLEM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3059:11
[INFO] [stdout]      |
[INFO] [stdout] 3059 | pub const CURLcode_CURLE_SSL_CERTPROBLEM: CURLcode = 58;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_CERTPROBLEM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_CIPHER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3060:11
[INFO] [stdout]      |
[INFO] [stdout] 3060 | pub const CURLcode_CURLE_SSL_CIPHER: CURLcode = 59;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_CIPHER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_PEER_FAILED_VERIFICATION` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3061:11
[INFO] [stdout]      |
[INFO] [stdout] 3061 | pub const CURLcode_CURLE_PEER_FAILED_VERIFICATION: CURLcode = 60;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_PEER_FAILED_VERIFICATION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_BAD_CONTENT_ENCODING` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3062:11
[INFO] [stdout]      |
[INFO] [stdout] 3062 | pub const CURLcode_CURLE_BAD_CONTENT_ENCODING: CURLcode = 61;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_BAD_CONTENT_ENCODING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE62` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3063:11
[INFO] [stdout]      |
[INFO] [stdout] 3063 | pub const CURLcode_CURLE_OBSOLETE62: CURLcode = 62;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE62`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FILESIZE_EXCEEDED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3064:11
[INFO] [stdout]      |
[INFO] [stdout] 3064 | pub const CURLcode_CURLE_FILESIZE_EXCEEDED: CURLcode = 63;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FILESIZE_EXCEEDED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_USE_SSL_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3065:11
[INFO] [stdout]      |
[INFO] [stdout] 3065 | pub const CURLcode_CURLE_USE_SSL_FAILED: CURLcode = 64;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_USE_SSL_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SEND_FAIL_REWIND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3066:11
[INFO] [stdout]      |
[INFO] [stdout] 3066 | pub const CURLcode_CURLE_SEND_FAIL_REWIND: CURLcode = 65;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SEND_FAIL_REWIND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_ENGINE_INITFAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3067:11
[INFO] [stdout]      |
[INFO] [stdout] 3067 | pub const CURLcode_CURLE_SSL_ENGINE_INITFAILED: CURLcode = 66;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_ENGINE_INITFAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_LOGIN_DENIED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3068:11
[INFO] [stdout]      |
[INFO] [stdout] 3068 | pub const CURLcode_CURLE_LOGIN_DENIED: CURLcode = 67;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_LOGIN_DENIED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_TFTP_NOTFOUND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3069:11
[INFO] [stdout]      |
[INFO] [stdout] 3069 | pub const CURLcode_CURLE_TFTP_NOTFOUND: CURLcode = 68;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_TFTP_NOTFOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_TFTP_PERM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3070:11
[INFO] [stdout]      |
[INFO] [stdout] 3070 | pub const CURLcode_CURLE_TFTP_PERM: CURLcode = 69;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_TFTP_PERM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_REMOTE_DISK_FULL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3071:11
[INFO] [stdout]      |
[INFO] [stdout] 3071 | pub const CURLcode_CURLE_REMOTE_DISK_FULL: CURLcode = 70;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_REMOTE_DISK_FULL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_TFTP_ILLEGAL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3072:11
[INFO] [stdout]      |
[INFO] [stdout] 3072 | pub const CURLcode_CURLE_TFTP_ILLEGAL: CURLcode = 71;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_TFTP_ILLEGAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_TFTP_UNKNOWNID` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3073:11
[INFO] [stdout]      |
[INFO] [stdout] 3073 | pub const CURLcode_CURLE_TFTP_UNKNOWNID: CURLcode = 72;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_TFTP_UNKNOWNID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_REMOTE_FILE_EXISTS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3074:11
[INFO] [stdout]      |
[INFO] [stdout] 3074 | pub const CURLcode_CURLE_REMOTE_FILE_EXISTS: CURLcode = 73;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_REMOTE_FILE_EXISTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_TFTP_NOSUCHUSER` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3075:11
[INFO] [stdout]      |
[INFO] [stdout] 3075 | pub const CURLcode_CURLE_TFTP_NOSUCHUSER: CURLcode = 74;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_TFTP_NOSUCHUSER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE75` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3076:11
[INFO] [stdout]      |
[INFO] [stdout] 3076 | pub const CURLcode_CURLE_OBSOLETE75: CURLcode = 75;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE75`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_OBSOLETE76` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3077:11
[INFO] [stdout]      |
[INFO] [stdout] 3077 | pub const CURLcode_CURLE_OBSOLETE76: CURLcode = 76;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_OBSOLETE76`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_CACERT_BADFILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3078:11
[INFO] [stdout]      |
[INFO] [stdout] 3078 | pub const CURLcode_CURLE_SSL_CACERT_BADFILE: CURLcode = 77;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_CACERT_BADFILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_REMOTE_FILE_NOT_FOUND` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3079:11
[INFO] [stdout]      |
[INFO] [stdout] 3079 | pub const CURLcode_CURLE_REMOTE_FILE_NOT_FOUND: CURLcode = 78;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_REMOTE_FILE_NOT_FOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3080:11
[INFO] [stdout]      |
[INFO] [stdout] 3080 | pub const CURLcode_CURLE_SSH: CURLcode = 79;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_SHUTDOWN_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3081:11
[INFO] [stdout]      |
[INFO] [stdout] 3081 | pub const CURLcode_CURLE_SSL_SHUTDOWN_FAILED: CURLcode = 80;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_SHUTDOWN_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_AGAIN` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3082:11
[INFO] [stdout]      |
[INFO] [stdout] 3082 | pub const CURLcode_CURLE_AGAIN: CURLcode = 81;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_AGAIN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_CRL_BADFILE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3083:11
[INFO] [stdout]      |
[INFO] [stdout] 3083 | pub const CURLcode_CURLE_SSL_CRL_BADFILE: CURLcode = 82;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_CRL_BADFILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_ISSUER_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3084:11
[INFO] [stdout]      |
[INFO] [stdout] 3084 | pub const CURLcode_CURLE_SSL_ISSUER_ERROR: CURLcode = 83;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_ISSUER_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_PRET_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3085:11
[INFO] [stdout]      |
[INFO] [stdout] 3085 | pub const CURLcode_CURLE_FTP_PRET_FAILED: CURLcode = 84;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_PRET_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_RTSP_CSEQ_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3086:11
[INFO] [stdout]      |
[INFO] [stdout] 3086 | pub const CURLcode_CURLE_RTSP_CSEQ_ERROR: CURLcode = 85;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_RTSP_CSEQ_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_RTSP_SESSION_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3087:11
[INFO] [stdout]      |
[INFO] [stdout] 3087 | pub const CURLcode_CURLE_RTSP_SESSION_ERROR: CURLcode = 86;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_RTSP_SESSION_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_FTP_BAD_FILE_LIST` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3088:11
[INFO] [stdout]      |
[INFO] [stdout] 3088 | pub const CURLcode_CURLE_FTP_BAD_FILE_LIST: CURLcode = 87;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_FTP_BAD_FILE_LIST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_CHUNK_FAILED` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3089:11
[INFO] [stdout]      |
[INFO] [stdout] 3089 | pub const CURLcode_CURLE_CHUNK_FAILED: CURLcode = 88;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_CHUNK_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_NO_CONNECTION_AVAILABLE` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3090:11
[INFO] [stdout]      |
[INFO] [stdout] 3090 | pub const CURLcode_CURLE_NO_CONNECTION_AVAILABLE: CURLcode = 89;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_NO_CONNECTION_AVAILABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_PINNEDPUBKEYNOTMATCH` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3091:11
[INFO] [stdout]      |
[INFO] [stdout] 3091 | pub const CURLcode_CURLE_SSL_PINNEDPUBKEYNOTMATCH: CURLcode = 90;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_PINNEDPUBKEYNOTMATCH`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_SSL_INVALIDCERTSTATUS` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3092:11
[INFO] [stdout]      |
[INFO] [stdout] 3092 | pub const CURLcode_CURLE_SSL_INVALIDCERTSTATUS: CURLcode = 91;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_SSL_INVALIDCERTSTATUS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_HTTP2_STREAM` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3093:11
[INFO] [stdout]      |
[INFO] [stdout] 3093 | pub const CURLcode_CURLE_HTTP2_STREAM: CURLcode = 92;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_HTTP2_STREAM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_RECURSIVE_API_CALL` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3094:11
[INFO] [stdout]      |
[INFO] [stdout] 3094 | pub const CURLcode_CURLE_RECURSIVE_API_CALL: CURLcode = 93;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_RECURSIVE_API_CALL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_AUTH_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3095:11
[INFO] [stdout]      |
[INFO] [stdout] 3095 | pub const CURLcode_CURLE_AUTH_ERROR: CURLcode = 94;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_AUTH_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_HTTP3` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3096:11
[INFO] [stdout]      |
[INFO] [stdout] 3096 | pub const CURLcode_CURLE_HTTP3: CURLcode = 95;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_HTTP3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CURLcode_CURLE_QUIC_CONNECT_ERROR` should have an upper case name
[INFO] [stdout]     --> src/curl.rs:3097:11
[INFO] [stdout]      |
[INFO] [stdout] 3097 | pub const CURLcode_CURLE_QUIC_CONNECT_ERROR: CURLcode = 96;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CURLCODE_CURLE_QUIC_CONNECT_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[WARN] too many lines in the log, truncating it
