[INFO] fetching crate libvirt-sys 1.2.18... [INFO] checking libvirt-sys-1.2.18 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate libvirt-sys 1.2.18 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate libvirt-sys 1.2.18 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate libvirt-sys 1.2.18 [INFO] finished tweaking crates.io crate libvirt-sys 1.2.18 [INFO] tweaked toml for crates.io crate libvirt-sys 1.2.18 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6afd78300c6dde3da198aa97c43be59b9503a26bc668cf75f18a349a6973f781 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6afd78300c6dde3da198aa97c43be59b9503a26bc668cf75f18a349a6973f781", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6afd78300c6dde3da198aa97c43be59b9503a26bc668cf75f18a349a6973f781", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6afd78300c6dde3da198aa97c43be59b9503a26bc668cf75f18a349a6973f781", kill_on_drop: false }` [INFO] [stdout] 6afd78300c6dde3da198aa97c43be59b9503a26bc668cf75f18a349a6973f781 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 935e39178d636ff9854d1a8272cf98c0f84b2f1a4465b4c1e85b7bd1252b8a71 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "935e39178d636ff9854d1a8272cf98c0f84b2f1a4465b4c1e85b7bd1252b8a71", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.1.12 [INFO] [stderr] Checking libvirt-sys v1.2.18 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `virFreeCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | pub type virFreeCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirFreeCallback` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virConnect` should have an upper camel case name [INFO] [stdout] --> lib.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Struct__virConnect { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirConnect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnect` should have an upper camel case name [INFO] [stdout] --> lib.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | pub type virConnect = Struct__virConnect; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | pub type virConnectPtr = *mut virConnect; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virDomain` should have an upper camel case name [INFO] [stdout] --> lib.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | pub enum Struct__virDomain { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirDomain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomain` should have an upper camel case name [INFO] [stdout] --> lib.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | pub type virDomain = Struct__virDomain; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | pub type virDomainPtr = *mut virDomain; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed1` should have an upper camel case name [INFO] [stdout] --> lib.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | pub type Enum_Unnamed1 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainState` should have an upper camel case name [INFO] [stdout] --> lib.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | pub type virDomainState = Enum_Unnamed1; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed2` should have an upper camel case name [INFO] [stdout] --> lib.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | pub type Enum_Unnamed2 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainNostateReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | pub type virDomainNostateReason = Enum_Unnamed2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainNostateReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed3` should have an upper camel case name [INFO] [stdout] --> lib.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | pub type Enum_Unnamed3 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainRunningReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | pub type virDomainRunningReason = Enum_Unnamed3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainRunningReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed4` should have an upper camel case name [INFO] [stdout] --> lib.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | pub type Enum_Unnamed4 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockedReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | pub type virDomainBlockedReason = Enum_Unnamed4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockedReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed5` should have an upper camel case name [INFO] [stdout] --> lib.rs:43:10 [INFO] [stdout] | [INFO] [stdout] 43 | pub type Enum_Unnamed5 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainPausedReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:55:10 [INFO] [stdout] | [INFO] [stdout] 55 | pub type virDomainPausedReason = Enum_Unnamed5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainPausedReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed6` should have an upper camel case name [INFO] [stdout] --> lib.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | pub type Enum_Unnamed6 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainShutdownReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:59:10 [INFO] [stdout] | [INFO] [stdout] 59 | pub type virDomainShutdownReason = Enum_Unnamed6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainShutdownReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed7` should have an upper camel case name [INFO] [stdout] --> lib.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | pub type Enum_Unnamed7 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainShutoffReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | pub type virDomainShutoffReason = Enum_Unnamed7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainShutoffReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed8` should have an upper camel case name [INFO] [stdout] --> lib.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | pub type Enum_Unnamed8 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainCrashedReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | pub type virDomainCrashedReason = Enum_Unnamed8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainCrashedReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed9` should have an upper camel case name [INFO] [stdout] --> lib.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | pub type Enum_Unnamed9 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainPMSuspendedReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | pub type virDomainPMSuspendedReason = Enum_Unnamed9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirDomainPmsuspendedReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed10` should have an upper camel case name [INFO] [stdout] --> lib.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | pub type Enum_Unnamed10 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainPMSuspendedDiskReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | pub type virDomainPMSuspendedDiskReason = Enum_Unnamed10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirDomainPmsuspendedDiskReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed11` should have an upper camel case name [INFO] [stdout] --> lib.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | pub type Enum_Unnamed11 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainControlState` should have an upper camel case name [INFO] [stdout] --> lib.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | pub type virDomainControlState = Enum_Unnamed11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainControlState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainControlInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | pub type virDomainControlInfo = Struct__virDomainControlInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainControlInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainControlInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | pub type virDomainControlInfoPtr = *mut virDomainControlInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainControlInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed12` should have an upper camel case name [INFO] [stdout] --> lib.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | pub type Enum_Unnamed12 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainModificationImpact` should have an upper camel case name [INFO] [stdout] --> lib.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | pub type virDomainModificationImpact = Enum_Unnamed12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainModificationImpact` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:106:10 [INFO] [stdout] | [INFO] [stdout] 106 | pub type virDomainInfo = Struct__virDomainInfo; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | pub type virDomainInfoPtr = *mut virDomainInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed13` should have an upper camel case name [INFO] [stdout] --> lib.rs:123:10 [INFO] [stdout] | [INFO] [stdout] 123 | pub type Enum_Unnamed13 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainCreateFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:129:10 [INFO] [stdout] | [INFO] [stdout] 129 | pub type virDomainCreateFlags = Enum_Unnamed13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainCreateFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed14` should have an upper camel case name [INFO] [stdout] --> lib.rs:130:10 [INFO] [stdout] | [INFO] [stdout] 130 | pub type Enum_Unnamed14 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeSuspendTarget` should have an upper camel case name [INFO] [stdout] --> lib.rs:134:10 [INFO] [stdout] | [INFO] [stdout] 134 | pub type virNodeSuspendTarget = Enum_Unnamed14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeSuspendTarget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virStream` should have an upper camel case name [INFO] [stdout] --> lib.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | pub enum Struct__virStream { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStream` should have an upper camel case name [INFO] [stdout] --> lib.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | pub type virStream = Struct__virStream; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStreamPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:137:10 [INFO] [stdout] | [INFO] [stdout] 137 | pub type virStreamPtr = *mut virStream; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStreamPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSecurityLabel` should have an upper camel case name [INFO] [stdout] --> lib.rs:150:10 [INFO] [stdout] | [INFO] [stdout] 150 | pub type virSecurityLabel = Struct__virSecurityLabel; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSecurityLabel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSecurityLabelPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | pub type virSecurityLabelPtr = *mut virSecurityLabel; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSecurityLabelPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSecurityModel` should have an upper camel case name [INFO] [stdout] --> lib.rs:164:10 [INFO] [stdout] | [INFO] [stdout] 164 | pub type virSecurityModel = Struct__virSecurityModel; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSecurityModel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSecurityModelPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:165:10 [INFO] [stdout] | [INFO] [stdout] 165 | pub type virSecurityModelPtr = *mut virSecurityModel; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSecurityModelPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed15` should have an upper camel case name [INFO] [stdout] --> lib.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | pub type Enum_Unnamed15 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virTypedParameterType` should have an upper camel case name [INFO] [stdout] --> lib.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | pub type virTypedParameterType = Enum_Unnamed15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirTypedParameterType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed16` should have an upper camel case name [INFO] [stdout] --> lib.rs:175:10 [INFO] [stdout] | [INFO] [stdout] 175 | pub type Enum_Unnamed16 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virTypedParameterFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | pub type virTypedParameterFlags = Enum_Unnamed16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirTypedParameterFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virTypedParameter` should have an upper camel case name [INFO] [stdout] --> lib.rs:178:10 [INFO] [stdout] | [INFO] [stdout] 178 | pub type virTypedParameter = Struct__virTypedParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirTypedParameter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virTypedParameterPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:233:10 [INFO] [stdout] | [INFO] [stdout] 233 | pub type virTypedParameterPtr = *mut virTypedParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirTypedParameterPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:234:10 [INFO] [stdout] | [INFO] [stdout] 234 | pub type virNodeInfo = Struct__virNodeInfo; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed18` should have an upper camel case name [INFO] [stdout] --> lib.rs:253:10 [INFO] [stdout] | [INFO] [stdout] 253 | pub type Enum_Unnamed18 = self::libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeGetCPUStatsAllCPUs` should have an upper camel case name [INFO] [stdout] --> lib.rs:255:10 [INFO] [stdout] | [INFO] [stdout] 255 | pub type virNodeGetCPUStatsAllCPUs = Enum_Unnamed18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirNodeGetCpustatsAllCpus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeCPUStats` should have an upper camel case name [INFO] [stdout] --> lib.rs:256:10 [INFO] [stdout] | [INFO] [stdout] 256 | pub type virNodeCPUStats = Struct__virNodeCPUStats; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirNodeCpustats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed19` should have an upper camel case name [INFO] [stdout] --> lib.rs:269:10 [INFO] [stdout] | [INFO] [stdout] 269 | pub type Enum_Unnamed19 = self::libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed19` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeGetMemoryStatsAllCells` should have an upper camel case name [INFO] [stdout] --> lib.rs:271:10 [INFO] [stdout] | [INFO] [stdout] 271 | pub type virNodeGetMemoryStatsAllCells = Enum_Unnamed19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeGetMemoryStatsAllCells` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeMemoryStats` should have an upper camel case name [INFO] [stdout] --> lib.rs:272:10 [INFO] [stdout] | [INFO] [stdout] 272 | pub type virNodeMemoryStats = Struct__virNodeMemoryStats; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeMemoryStats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockStatsStruct` should have an upper camel case name [INFO] [stdout] --> lib.rs:285:10 [INFO] [stdout] | [INFO] [stdout] 285 | pub type virDomainBlockStatsStruct = Struct__virDomainBlockStats; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockStatsStruct` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockStatsPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:301:10 [INFO] [stdout] | [INFO] [stdout] 301 | pub type virDomainBlockStatsPtr = *mut virDomainBlockStatsStruct; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockStatsPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainInterfaceStatsStruct` should have an upper camel case name [INFO] [stdout] --> lib.rs:302:10 [INFO] [stdout] | [INFO] [stdout] 302 | pub type virDomainInterfaceStatsStruct = Struct__virDomainInterfaceStats; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainInterfaceStatsStruct` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainInterfaceStatsPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:321:10 [INFO] [stdout] | [INFO] [stdout] 321 | pub type virDomainInterfaceStatsPtr = *mut virDomainInterfaceStatsStruct; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainInterfaceStatsPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virFreeCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | pub type virFreeCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirFreeCallback` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virConnect` should have an upper camel case name [INFO] [stdout] --> lib.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Struct__virConnect { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirConnect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnect` should have an upper camel case name [INFO] [stdout] --> lib.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | pub type virConnect = Struct__virConnect; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | pub type virConnectPtr = *mut virConnect; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virDomain` should have an upper camel case name [INFO] [stdout] --> lib.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | pub enum Struct__virDomain { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirDomain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomain` should have an upper camel case name [INFO] [stdout] --> lib.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | pub type virDomain = Struct__virDomain; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | pub type virDomainPtr = *mut virDomain; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed1` should have an upper camel case name [INFO] [stdout] --> lib.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | pub type Enum_Unnamed1 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainState` should have an upper camel case name [INFO] [stdout] --> lib.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | pub type virDomainState = Enum_Unnamed1; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed2` should have an upper camel case name [INFO] [stdout] --> lib.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | pub type Enum_Unnamed2 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainNostateReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | pub type virDomainNostateReason = Enum_Unnamed2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainNostateReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed3` should have an upper camel case name [INFO] [stdout] --> lib.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | pub type Enum_Unnamed3 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainRunningReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | pub type virDomainRunningReason = Enum_Unnamed3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainRunningReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed4` should have an upper camel case name [INFO] [stdout] --> lib.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | pub type Enum_Unnamed4 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockedReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | pub type virDomainBlockedReason = Enum_Unnamed4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockedReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed5` should have an upper camel case name [INFO] [stdout] --> lib.rs:43:10 [INFO] [stdout] | [INFO] [stdout] 43 | pub type Enum_Unnamed5 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainPausedReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:55:10 [INFO] [stdout] | [INFO] [stdout] 55 | pub type virDomainPausedReason = Enum_Unnamed5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainPausedReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed6` should have an upper camel case name [INFO] [stdout] --> lib.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | pub type Enum_Unnamed6 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainShutdownReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:59:10 [INFO] [stdout] | [INFO] [stdout] 59 | pub type virDomainShutdownReason = Enum_Unnamed6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainShutdownReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed20` should have an upper camel case name [INFO] [stdout] --> lib.rs:322:10 [INFO] [stdout] | [INFO] [stdout] 322 | pub type Enum_Unnamed20 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed7` should have an upper camel case name [INFO] [stdout] --> lib.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | pub type Enum_Unnamed7 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainMemoryStatTags` should have an upper camel case name [INFO] [stdout] --> lib.rs:332:10 [INFO] [stdout] | [INFO] [stdout] 332 | pub type virDomainMemoryStatTags = Enum_Unnamed20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainMemoryStatTags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainShutoffReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | pub type virDomainShutoffReason = Enum_Unnamed7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainShutoffReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainMemoryStatStruct` should have an upper camel case name [INFO] [stdout] --> lib.rs:333:10 [INFO] [stdout] | [INFO] [stdout] 333 | pub type virDomainMemoryStatStruct = Struct__virDomainMemoryStat; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainMemoryStatStruct` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainMemoryStatPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:346:10 [INFO] [stdout] | [INFO] [stdout] 346 | pub type virDomainMemoryStatPtr = *mut virDomainMemoryStatStruct; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainMemoryStatPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed8` should have an upper camel case name [INFO] [stdout] --> lib.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | pub type Enum_Unnamed8 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed21` should have an upper camel case name [INFO] [stdout] --> lib.rs:347:10 [INFO] [stdout] | [INFO] [stdout] 347 | pub type Enum_Unnamed21 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainCrashedReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | pub type virDomainCrashedReason = Enum_Unnamed8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainCrashedReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed9` should have an upper camel case name [INFO] [stdout] --> lib.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | pub type Enum_Unnamed9 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainCoreDumpFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:353:10 [INFO] [stdout] | [INFO] [stdout] 353 | pub type virDomainCoreDumpFlags = Enum_Unnamed21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainCoreDumpFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed22` should have an upper camel case name [INFO] [stdout] --> lib.rs:354:10 [INFO] [stdout] | [INFO] [stdout] 354 | pub type Enum_Unnamed22 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainMigrateFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:368:10 [INFO] [stdout] | [INFO] [stdout] 368 | pub type virDomainMigrateFlags = Enum_Unnamed22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainMigrateFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:369:10 [INFO] [stdout] | [INFO] [stdout] 369 | pub type virNodeInfoPtr = *mut virNodeInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeCPUStatsPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:370:10 [INFO] [stdout] | [INFO] [stdout] 370 | pub type virNodeCPUStatsPtr = *mut virNodeCPUStats; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirNodeCpustatsPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeMemoryStatsPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:371:10 [INFO] [stdout] | [INFO] [stdout] 371 | pub type virNodeMemoryStatsPtr = *mut virNodeMemoryStats; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeMemoryStatsPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed23` should have an upper camel case name [INFO] [stdout] --> lib.rs:372:10 [INFO] [stdout] | [INFO] [stdout] 372 | pub type Enum_Unnamed23 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainPMSuspendedReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | pub type virDomainPMSuspendedReason = Enum_Unnamed9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirDomainPmsuspendedReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:375:10 [INFO] [stdout] | [INFO] [stdout] 375 | pub type virConnectFlags = Enum_Unnamed23; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed24` should have an upper camel case name [INFO] [stdout] --> lib.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | pub type Enum_Unnamed24 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed10` should have an upper camel case name [INFO] [stdout] --> lib.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | pub type Enum_Unnamed10 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectCredentialType` should have an upper camel case name [INFO] [stdout] --> lib.rs:386:10 [INFO] [stdout] | [INFO] [stdout] 386 | pub type virConnectCredentialType = Enum_Unnamed24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectCredentialType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainPMSuspendedDiskReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | pub type virDomainPMSuspendedDiskReason = Enum_Unnamed10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirDomainPmsuspendedDiskReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectCredential` should have an upper camel case name [INFO] [stdout] --> lib.rs:403:10 [INFO] [stdout] | [INFO] [stdout] 403 | pub type virConnectCredential = Struct__virConnectCredential; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectCredential` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectCredentialPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | pub type virConnectCredentialPtr = *mut virConnectCredential; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectCredentialPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed11` should have an upper camel case name [INFO] [stdout] --> lib.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | pub type Enum_Unnamed11 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectAuthCallbackPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:405:10 [INFO] [stdout] | [INFO] [stdout] 405 | pub type virConnectAuthCallbackPtr = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectAuthCallbackPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectAuth` should have an upper camel case name [INFO] [stdout] --> lib.rs:424:10 [INFO] [stdout] | [INFO] [stdout] 424 | pub type virConnectAuth = Struct__virConnectAuth; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectAuth` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainControlState` should have an upper camel case name [INFO] [stdout] --> lib.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | pub type virDomainControlState = Enum_Unnamed11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainControlState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectAuthPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:425:10 [INFO] [stdout] | [INFO] [stdout] 425 | pub type virConnectAuthPtr = *mut virConnectAuth; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectAuthPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed25` should have an upper camel case name [INFO] [stdout] --> lib.rs:426:10 [INFO] [stdout] | [INFO] [stdout] 426 | pub type Enum_Unnamed25 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainControlInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | pub type virDomainControlInfo = Struct__virDomainControlInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainControlInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectCloseReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:431:10 [INFO] [stdout] | [INFO] [stdout] 431 | pub type virConnectCloseReason = Enum_Unnamed25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectCloseReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectCloseFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:432:10 [INFO] [stdout] | [INFO] [stdout] 432 | pub type virConnectCloseFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectCloseFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainControlInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | pub type virDomainControlInfoPtr = *mut virDomainControlInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainControlInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed26` should have an upper camel case name [INFO] [stdout] --> lib.rs:436:10 [INFO] [stdout] | [INFO] [stdout] 436 | pub type Enum_Unnamed26 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed26` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed12` should have an upper camel case name [INFO] [stdout] --> lib.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | pub type Enum_Unnamed12 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainShutdownFlagValues` should have an upper camel case name [INFO] [stdout] --> lib.rs:442:10 [INFO] [stdout] | [INFO] [stdout] 442 | pub type virDomainShutdownFlagValues = Enum_Unnamed26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainShutdownFlagValues` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed27` should have an upper camel case name [INFO] [stdout] --> lib.rs:443:10 [INFO] [stdout] | [INFO] [stdout] 443 | pub type Enum_Unnamed27 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed27` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainModificationImpact` should have an upper camel case name [INFO] [stdout] --> lib.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | pub type virDomainModificationImpact = Enum_Unnamed12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainModificationImpact` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainRebootFlagValues` should have an upper camel case name [INFO] [stdout] --> lib.rs:449:10 [INFO] [stdout] | [INFO] [stdout] 449 | pub type virDomainRebootFlagValues = Enum_Unnamed27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainRebootFlagValues` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:106:10 [INFO] [stdout] | [INFO] [stdout] 106 | pub type virDomainInfo = Struct__virDomainInfo; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed28` should have an upper camel case name [INFO] [stdout] --> lib.rs:450:10 [INFO] [stdout] | [INFO] [stdout] 450 | pub type Enum_Unnamed28 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed28` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainDestroyFlagsValues` should have an upper camel case name [INFO] [stdout] --> lib.rs:453:10 [INFO] [stdout] | [INFO] [stdout] 453 | pub type virDomainDestroyFlagsValues = Enum_Unnamed28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainDestroyFlagsValues` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed29` should have an upper camel case name [INFO] [stdout] --> lib.rs:454:10 [INFO] [stdout] | [INFO] [stdout] 454 | pub type Enum_Unnamed29 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainSaveRestoreFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:458:10 [INFO] [stdout] | [INFO] [stdout] 458 | pub type virDomainSaveRestoreFlags = Enum_Unnamed29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainSaveRestoreFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed30` should have an upper camel case name [INFO] [stdout] --> lib.rs:459:10 [INFO] [stdout] | [INFO] [stdout] 459 | pub type Enum_Unnamed30 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainMemoryModFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:464:10 [INFO] [stdout] | [INFO] [stdout] 464 | pub type virDomainMemoryModFlags = Enum_Unnamed30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainMemoryModFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed31` should have an upper camel case name [INFO] [stdout] --> lib.rs:465:10 [INFO] [stdout] | [INFO] [stdout] 465 | pub type Enum_Unnamed31 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed31` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainNumatuneMemMode` should have an upper camel case name [INFO] [stdout] --> lib.rs:469:10 [INFO] [stdout] | [INFO] [stdout] 469 | pub type virDomainNumatuneMemMode = Enum_Unnamed31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainNumatuneMemMode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed32` should have an upper camel case name [INFO] [stdout] --> lib.rs:470:10 [INFO] [stdout] | [INFO] [stdout] 470 | pub type Enum_Unnamed32 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainMetadataType` should have an upper camel case name [INFO] [stdout] --> lib.rs:474:10 [INFO] [stdout] | [INFO] [stdout] 474 | pub type virDomainMetadataType = Enum_Unnamed32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainMetadataType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed33` should have an upper camel case name [INFO] [stdout] --> lib.rs:475:10 [INFO] [stdout] | [INFO] [stdout] 475 | pub type Enum_Unnamed33 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainXMLFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:480:10 [INFO] [stdout] | [INFO] [stdout] 480 | pub type virDomainXMLFlags = Enum_Unnamed33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirDomainXmlflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed34` should have an upper camel case name [INFO] [stdout] --> lib.rs:481:10 [INFO] [stdout] | [INFO] [stdout] 481 | pub type Enum_Unnamed34 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed34` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockResizeFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:483:10 [INFO] [stdout] | [INFO] [stdout] 483 | pub type virDomainBlockResizeFlags = Enum_Unnamed34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockResizeFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:484:10 [INFO] [stdout] | [INFO] [stdout] 484 | pub type virDomainBlockInfo = Struct__virDomainBlockInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:485:10 [INFO] [stdout] | [INFO] [stdout] 485 | pub type virDomainBlockInfoPtr = *mut virDomainBlockInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed35` should have an upper camel case name [INFO] [stdout] --> lib.rs:499:10 [INFO] [stdout] | [INFO] [stdout] 499 | pub type Enum_Unnamed35 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainMemoryFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:502:10 [INFO] [stdout] | [INFO] [stdout] 502 | pub type virDomainMemoryFlags = Enum_Unnamed35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainMemoryFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed36` should have an upper camel case name [INFO] [stdout] --> lib.rs:503:10 [INFO] [stdout] | [INFO] [stdout] 503 | pub type Enum_Unnamed36 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed36` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainUndefineFlagsValues` should have an upper camel case name [INFO] [stdout] --> lib.rs:506:10 [INFO] [stdout] | [INFO] [stdout] 506 | pub type virDomainUndefineFlagsValues = Enum_Unnamed36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainUndefineFlagsValues` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed37` should have an upper camel case name [INFO] [stdout] --> lib.rs:507:10 [INFO] [stdout] | [INFO] [stdout] 507 | pub type Enum_Unnamed37 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed37` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | pub type virDomainInfoPtr = *mut virDomainInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectListAllDomainsFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:522:10 [INFO] [stdout] | [INFO] [stdout] 522 | pub type virConnectListAllDomainsFlags = Enum_Unnamed37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectListAllDomainsFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed38` should have an upper camel case name [INFO] [stdout] --> lib.rs:523:10 [INFO] [stdout] | [INFO] [stdout] 523 | pub type Enum_Unnamed38 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed38` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virVcpuState` should have an upper camel case name [INFO] [stdout] --> lib.rs:527:10 [INFO] [stdout] | [INFO] [stdout] 527 | pub type virVcpuState = Enum_Unnamed38; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirVcpuState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virVcpuInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:528:10 [INFO] [stdout] | [INFO] [stdout] 528 | pub type virVcpuInfo = Struct__virVcpuInfo; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirVcpuInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virVcpuInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:543:10 [INFO] [stdout] | [INFO] [stdout] 543 | pub type virVcpuInfoPtr = *mut virVcpuInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirVcpuInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed39` should have an upper camel case name [INFO] [stdout] --> lib.rs:544:10 [INFO] [stdout] | [INFO] [stdout] 544 | pub type Enum_Unnamed39 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed39` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainVcpuFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:550:10 [INFO] [stdout] | [INFO] [stdout] 550 | pub type virDomainVcpuFlags = Enum_Unnamed39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainVcpuFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed13` should have an upper camel case name [INFO] [stdout] --> lib.rs:123:10 [INFO] [stdout] | [INFO] [stdout] 123 | pub type Enum_Unnamed13 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed40` should have an upper camel case name [INFO] [stdout] --> lib.rs:551:10 [INFO] [stdout] | [INFO] [stdout] 551 | pub type Enum_Unnamed40 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed40` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainDeviceModifyFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:556:10 [INFO] [stdout] | [INFO] [stdout] 556 | pub type virDomainDeviceModifyFlags = Enum_Unnamed40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainDeviceModifyFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed41` should have an upper camel case name [INFO] [stdout] --> lib.rs:557:10 [INFO] [stdout] | [INFO] [stdout] 557 | pub type Enum_Unnamed41 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainCreateFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:129:10 [INFO] [stdout] | [INFO] [stdout] 129 | pub type virDomainCreateFlags = Enum_Unnamed13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainCreateFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockJobType` should have an upper camel case name [INFO] [stdout] --> lib.rs:562:10 [INFO] [stdout] | [INFO] [stdout] 562 | pub type virDomainBlockJobType = Enum_Unnamed41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockJobType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed42` should have an upper camel case name [INFO] [stdout] --> lib.rs:563:10 [INFO] [stdout] | [INFO] [stdout] 563 | pub type Enum_Unnamed42 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed14` should have an upper camel case name [INFO] [stdout] --> lib.rs:130:10 [INFO] [stdout] | [INFO] [stdout] 130 | pub type Enum_Unnamed14 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockJobAbortFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:566:10 [INFO] [stdout] | [INFO] [stdout] 566 | pub type virDomainBlockJobAbortFlags = Enum_Unnamed42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockJobAbortFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeSuspendTarget` should have an upper camel case name [INFO] [stdout] --> lib.rs:134:10 [INFO] [stdout] | [INFO] [stdout] 134 | pub type virNodeSuspendTarget = Enum_Unnamed14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeSuspendTarget` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virStream` should have an upper camel case name [INFO] [stdout] --> lib.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | pub enum Struct__virStream { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockJobCursor` should have an upper camel case name [INFO] [stdout] --> lib.rs:567:10 [INFO] [stdout] | [INFO] [stdout] 567 | pub type virDomainBlockJobCursor = self::libc::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockJobCursor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStream` should have an upper camel case name [INFO] [stdout] --> lib.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | pub type virStream = Struct__virStream; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockJobInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:568:10 [INFO] [stdout] | [INFO] [stdout] 568 | pub type virDomainBlockJobInfo = Struct__virDomainBlockJobInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockJobInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStreamPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:137:10 [INFO] [stdout] | [INFO] [stdout] 137 | pub type virStreamPtr = *mut virStream; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStreamPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockJobInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:583:10 [INFO] [stdout] | [INFO] [stdout] 583 | pub type virDomainBlockJobInfoPtr = *mut virDomainBlockJobInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockJobInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed43` should have an upper camel case name [INFO] [stdout] --> lib.rs:584:10 [INFO] [stdout] | [INFO] [stdout] 584 | pub type Enum_Unnamed43 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed43` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSecurityLabel` should have an upper camel case name [INFO] [stdout] --> lib.rs:150:10 [INFO] [stdout] | [INFO] [stdout] 150 | pub type virSecurityLabel = Struct__virSecurityLabel; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSecurityLabel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSecurityLabelPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | pub type virSecurityLabelPtr = *mut virSecurityLabel; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSecurityLabelPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockRebaseFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:589:10 [INFO] [stdout] | [INFO] [stdout] 589 | pub type virDomainBlockRebaseFlags = Enum_Unnamed43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockRebaseFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed44` should have an upper camel case name [INFO] [stdout] --> lib.rs:590:10 [INFO] [stdout] | [INFO] [stdout] 590 | pub type Enum_Unnamed44 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed44` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSecurityModel` should have an upper camel case name [INFO] [stdout] --> lib.rs:164:10 [INFO] [stdout] | [INFO] [stdout] 164 | pub type virSecurityModel = Struct__virSecurityModel; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSecurityModel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockCommitFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:593:10 [INFO] [stdout] | [INFO] [stdout] 593 | pub type virDomainBlockCommitFlags = Enum_Unnamed44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockCommitFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSecurityModelPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:165:10 [INFO] [stdout] | [INFO] [stdout] 165 | pub type virSecurityModelPtr = *mut virSecurityModel; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSecurityModelPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed45` should have an upper camel case name [INFO] [stdout] --> lib.rs:594:10 [INFO] [stdout] | [INFO] [stdout] 594 | pub type Enum_Unnamed45 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed45` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainDiskErrorCode` should have an upper camel case name [INFO] [stdout] --> lib.rs:598:10 [INFO] [stdout] | [INFO] [stdout] 598 | pub type virDomainDiskErrorCode = Enum_Unnamed45; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainDiskErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed15` should have an upper camel case name [INFO] [stdout] --> lib.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | pub type Enum_Unnamed15 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainDiskError` should have an upper camel case name [INFO] [stdout] --> lib.rs:599:10 [INFO] [stdout] | [INFO] [stdout] 599 | pub type virDomainDiskError = Struct__virDomainDiskError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainDiskError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virTypedParameterType` should have an upper camel case name [INFO] [stdout] --> lib.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | pub type virTypedParameterType = Enum_Unnamed15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirTypedParameterType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainDiskErrorPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:600:10 [INFO] [stdout] | [INFO] [stdout] 600 | pub type virDomainDiskErrorPtr = *mut virDomainDiskError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainDiskErrorPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed16` should have an upper camel case name [INFO] [stdout] --> lib.rs:175:10 [INFO] [stdout] | [INFO] [stdout] 175 | pub type Enum_Unnamed16 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virTypedParameterFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | pub type virTypedParameterFlags = Enum_Unnamed16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirTypedParameterFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virTypedParameter` should have an upper camel case name [INFO] [stdout] --> lib.rs:178:10 [INFO] [stdout] | [INFO] [stdout] 178 | pub type virTypedParameter = Struct__virTypedParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirTypedParameter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virTypedParameterPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:233:10 [INFO] [stdout] | [INFO] [stdout] 233 | pub type virTypedParameterPtr = *mut virTypedParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirTypedParameterPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:234:10 [INFO] [stdout] | [INFO] [stdout] 234 | pub type virNodeInfo = Struct__virNodeInfo; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed18` should have an upper camel case name [INFO] [stdout] --> lib.rs:253:10 [INFO] [stdout] | [INFO] [stdout] 253 | pub type Enum_Unnamed18 = self::libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeGetCPUStatsAllCPUs` should have an upper camel case name [INFO] [stdout] --> lib.rs:255:10 [INFO] [stdout] | [INFO] [stdout] 255 | pub type virNodeGetCPUStatsAllCPUs = Enum_Unnamed18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirNodeGetCpustatsAllCpus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeCPUStats` should have an upper camel case name [INFO] [stdout] --> lib.rs:256:10 [INFO] [stdout] | [INFO] [stdout] 256 | pub type virNodeCPUStats = Struct__virNodeCPUStats; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirNodeCpustats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed19` should have an upper camel case name [INFO] [stdout] --> lib.rs:269:10 [INFO] [stdout] | [INFO] [stdout] 269 | pub type Enum_Unnamed19 = self::libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed19` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeGetMemoryStatsAllCells` should have an upper camel case name [INFO] [stdout] --> lib.rs:271:10 [INFO] [stdout] | [INFO] [stdout] 271 | pub type virNodeGetMemoryStatsAllCells = Enum_Unnamed19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeGetMemoryStatsAllCells` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeMemoryStats` should have an upper camel case name [INFO] [stdout] --> lib.rs:272:10 [INFO] [stdout] | [INFO] [stdout] 272 | pub type virNodeMemoryStats = Struct__virNodeMemoryStats; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeMemoryStats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockStatsStruct` should have an upper camel case name [INFO] [stdout] --> lib.rs:285:10 [INFO] [stdout] | [INFO] [stdout] 285 | pub type virDomainBlockStatsStruct = Struct__virDomainBlockStats; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockStatsStruct` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockStatsPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:301:10 [INFO] [stdout] | [INFO] [stdout] 301 | pub type virDomainBlockStatsPtr = *mut virDomainBlockStatsStruct; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockStatsPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainInterfaceStatsStruct` should have an upper camel case name [INFO] [stdout] --> lib.rs:302:10 [INFO] [stdout] | [INFO] [stdout] 302 | pub type virDomainInterfaceStatsStruct = Struct__virDomainInterfaceStats; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainInterfaceStatsStruct` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainInterfaceStatsPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:321:10 [INFO] [stdout] | [INFO] [stdout] 321 | pub type virDomainInterfaceStatsPtr = *mut virDomainInterfaceStatsStruct; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainInterfaceStatsPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed20` should have an upper camel case name [INFO] [stdout] --> lib.rs:322:10 [INFO] [stdout] | [INFO] [stdout] 322 | pub type Enum_Unnamed20 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainMemoryStatTags` should have an upper camel case name [INFO] [stdout] --> lib.rs:332:10 [INFO] [stdout] | [INFO] [stdout] 332 | pub type virDomainMemoryStatTags = Enum_Unnamed20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainMemoryStatTags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainMemoryStatStruct` should have an upper camel case name [INFO] [stdout] --> lib.rs:333:10 [INFO] [stdout] | [INFO] [stdout] 333 | pub type virDomainMemoryStatStruct = Struct__virDomainMemoryStat; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainMemoryStatStruct` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainMemoryStatPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:346:10 [INFO] [stdout] | [INFO] [stdout] 346 | pub type virDomainMemoryStatPtr = *mut virDomainMemoryStatStruct; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainMemoryStatPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed21` should have an upper camel case name [INFO] [stdout] --> lib.rs:347:10 [INFO] [stdout] | [INFO] [stdout] 347 | pub type Enum_Unnamed21 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainCoreDumpFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:353:10 [INFO] [stdout] | [INFO] [stdout] 353 | pub type virDomainCoreDumpFlags = Enum_Unnamed21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainCoreDumpFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed22` should have an upper camel case name [INFO] [stdout] --> lib.rs:354:10 [INFO] [stdout] | [INFO] [stdout] 354 | pub type Enum_Unnamed22 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainMigrateFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:368:10 [INFO] [stdout] | [INFO] [stdout] 368 | pub type virDomainMigrateFlags = Enum_Unnamed22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainMigrateFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:369:10 [INFO] [stdout] | [INFO] [stdout] 369 | pub type virNodeInfoPtr = *mut virNodeInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeCPUStatsPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:370:10 [INFO] [stdout] | [INFO] [stdout] 370 | pub type virNodeCPUStatsPtr = *mut virNodeCPUStats; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirNodeCpustatsPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeMemoryStatsPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:371:10 [INFO] [stdout] | [INFO] [stdout] 371 | pub type virNodeMemoryStatsPtr = *mut virNodeMemoryStats; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeMemoryStatsPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed23` should have an upper camel case name [INFO] [stdout] --> lib.rs:372:10 [INFO] [stdout] | [INFO] [stdout] 372 | pub type Enum_Unnamed23 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:375:10 [INFO] [stdout] | [INFO] [stdout] 375 | pub type virConnectFlags = Enum_Unnamed23; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed24` should have an upper camel case name [INFO] [stdout] --> lib.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | pub type Enum_Unnamed24 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectCredentialType` should have an upper camel case name [INFO] [stdout] --> lib.rs:386:10 [INFO] [stdout] | [INFO] [stdout] 386 | pub type virConnectCredentialType = Enum_Unnamed24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectCredentialType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectCredential` should have an upper camel case name [INFO] [stdout] --> lib.rs:403:10 [INFO] [stdout] | [INFO] [stdout] 403 | pub type virConnectCredential = Struct__virConnectCredential; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectCredential` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectCredentialPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | pub type virConnectCredentialPtr = *mut virConnectCredential; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectCredentialPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectAuthCallbackPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:405:10 [INFO] [stdout] | [INFO] [stdout] 405 | pub type virConnectAuthCallbackPtr = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectAuthCallbackPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectAuth` should have an upper camel case name [INFO] [stdout] --> lib.rs:424:10 [INFO] [stdout] | [INFO] [stdout] 424 | pub type virConnectAuth = Struct__virConnectAuth; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectAuth` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectAuthPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:425:10 [INFO] [stdout] | [INFO] [stdout] 425 | pub type virConnectAuthPtr = *mut virConnectAuth; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectAuthPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed25` should have an upper camel case name [INFO] [stdout] --> lib.rs:426:10 [INFO] [stdout] | [INFO] [stdout] 426 | pub type Enum_Unnamed25 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectCloseReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:431:10 [INFO] [stdout] | [INFO] [stdout] 431 | pub type virConnectCloseReason = Enum_Unnamed25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectCloseReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectCloseFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:432:10 [INFO] [stdout] | [INFO] [stdout] 432 | pub type virConnectCloseFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectCloseFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed26` should have an upper camel case name [INFO] [stdout] --> lib.rs:436:10 [INFO] [stdout] | [INFO] [stdout] 436 | pub type Enum_Unnamed26 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed26` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainShutdownFlagValues` should have an upper camel case name [INFO] [stdout] --> lib.rs:442:10 [INFO] [stdout] | [INFO] [stdout] 442 | pub type virDomainShutdownFlagValues = Enum_Unnamed26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainShutdownFlagValues` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed46` should have an upper camel case name [INFO] [stdout] --> lib.rs:613:10 [INFO] [stdout] | [INFO] [stdout] 613 | pub type Enum_Unnamed46 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed46` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed27` should have an upper camel case name [INFO] [stdout] --> lib.rs:443:10 [INFO] [stdout] | [INFO] [stdout] 443 | pub type Enum_Unnamed27 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed27` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetworkXMLFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:615:10 [INFO] [stdout] | [INFO] [stdout] 615 | pub type virNetworkXMLFlags = Enum_Unnamed46; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirNetworkXmlflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainRebootFlagValues` should have an upper camel case name [INFO] [stdout] --> lib.rs:449:10 [INFO] [stdout] | [INFO] [stdout] 449 | pub type virDomainRebootFlagValues = Enum_Unnamed27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainRebootFlagValues` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virNetwork` should have an upper camel case name [INFO] [stdout] --> lib.rs:616:10 [INFO] [stdout] | [INFO] [stdout] 616 | pub enum Struct__virNetwork { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirNetwork` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed28` should have an upper camel case name [INFO] [stdout] --> lib.rs:450:10 [INFO] [stdout] | [INFO] [stdout] 450 | pub type Enum_Unnamed28 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed28` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetwork` should have an upper camel case name [INFO] [stdout] --> lib.rs:617:10 [INFO] [stdout] | [INFO] [stdout] 617 | pub type virNetwork = Struct__virNetwork; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNetwork` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetworkPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:618:10 [INFO] [stdout] | [INFO] [stdout] 618 | pub type virNetworkPtr = *mut virNetwork; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNetworkPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainDestroyFlagsValues` should have an upper camel case name [INFO] [stdout] --> lib.rs:453:10 [INFO] [stdout] | [INFO] [stdout] 453 | pub type virDomainDestroyFlagsValues = Enum_Unnamed28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainDestroyFlagsValues` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed47` should have an upper camel case name [INFO] [stdout] --> lib.rs:619:10 [INFO] [stdout] | [INFO] [stdout] 619 | pub type Enum_Unnamed47 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed47` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed29` should have an upper camel case name [INFO] [stdout] --> lib.rs:454:10 [INFO] [stdout] | [INFO] [stdout] 454 | pub type Enum_Unnamed29 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectListAllNetworksFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:626:10 [INFO] [stdout] | [INFO] [stdout] 626 | pub type virConnectListAllNetworksFlags = Enum_Unnamed47; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectListAllNetworksFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainSaveRestoreFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:458:10 [INFO] [stdout] | [INFO] [stdout] 458 | pub type virDomainSaveRestoreFlags = Enum_Unnamed29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainSaveRestoreFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed48` should have an upper camel case name [INFO] [stdout] --> lib.rs:627:10 [INFO] [stdout] | [INFO] [stdout] 627 | pub type Enum_Unnamed48 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed48` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetworkUpdateCommand` should have an upper camel case name [INFO] [stdout] --> lib.rs:633:10 [INFO] [stdout] | [INFO] [stdout] 633 | pub type virNetworkUpdateCommand = Enum_Unnamed48; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNetworkUpdateCommand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed30` should have an upper camel case name [INFO] [stdout] --> lib.rs:459:10 [INFO] [stdout] | [INFO] [stdout] 459 | pub type Enum_Unnamed30 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed49` should have an upper camel case name [INFO] [stdout] --> lib.rs:634:10 [INFO] [stdout] | [INFO] [stdout] 634 | pub type Enum_Unnamed49 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed49` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainMemoryModFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:464:10 [INFO] [stdout] | [INFO] [stdout] 464 | pub type virDomainMemoryModFlags = Enum_Unnamed30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainMemoryModFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetworkUpdateSection` should have an upper camel case name [INFO] [stdout] --> lib.rs:648:10 [INFO] [stdout] | [INFO] [stdout] 648 | pub type virNetworkUpdateSection = Enum_Unnamed49; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNetworkUpdateSection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed31` should have an upper camel case name [INFO] [stdout] --> lib.rs:465:10 [INFO] [stdout] | [INFO] [stdout] 465 | pub type Enum_Unnamed31 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed31` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed50` should have an upper camel case name [INFO] [stdout] --> lib.rs:649:10 [INFO] [stdout] | [INFO] [stdout] 649 | pub type Enum_Unnamed50 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed50` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainNumatuneMemMode` should have an upper camel case name [INFO] [stdout] --> lib.rs:469:10 [INFO] [stdout] | [INFO] [stdout] 469 | pub type virDomainNumatuneMemMode = Enum_Unnamed31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainNumatuneMemMode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetworkUpdateFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:653:10 [INFO] [stdout] | [INFO] [stdout] 653 | pub type virNetworkUpdateFlags = Enum_Unnamed50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNetworkUpdateFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed32` should have an upper camel case name [INFO] [stdout] --> lib.rs:470:10 [INFO] [stdout] | [INFO] [stdout] 470 | pub type Enum_Unnamed32 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virInterface` should have an upper camel case name [INFO] [stdout] --> lib.rs:654:10 [INFO] [stdout] | [INFO] [stdout] 654 | pub enum Struct__virInterface { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirInterface` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainMetadataType` should have an upper camel case name [INFO] [stdout] --> lib.rs:474:10 [INFO] [stdout] | [INFO] [stdout] 474 | pub type virDomainMetadataType = Enum_Unnamed32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainMetadataType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virInterface` should have an upper camel case name [INFO] [stdout] --> lib.rs:655:10 [INFO] [stdout] | [INFO] [stdout] 655 | pub type virInterface = Struct__virInterface; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirInterface` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed33` should have an upper camel case name [INFO] [stdout] --> lib.rs:475:10 [INFO] [stdout] | [INFO] [stdout] 475 | pub type Enum_Unnamed33 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virInterfacePtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:656:10 [INFO] [stdout] | [INFO] [stdout] 656 | pub type virInterfacePtr = *mut virInterface; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirInterfacePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainXMLFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:480:10 [INFO] [stdout] | [INFO] [stdout] 480 | pub type virDomainXMLFlags = Enum_Unnamed33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirDomainXmlflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed34` should have an upper camel case name [INFO] [stdout] --> lib.rs:481:10 [INFO] [stdout] | [INFO] [stdout] 481 | pub type Enum_Unnamed34 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed34` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockResizeFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:483:10 [INFO] [stdout] | [INFO] [stdout] 483 | pub type virDomainBlockResizeFlags = Enum_Unnamed34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockResizeFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:484:10 [INFO] [stdout] | [INFO] [stdout] 484 | pub type virDomainBlockInfo = Struct__virDomainBlockInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:485:10 [INFO] [stdout] | [INFO] [stdout] 485 | pub type virDomainBlockInfoPtr = *mut virDomainBlockInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed35` should have an upper camel case name [INFO] [stdout] --> lib.rs:499:10 [INFO] [stdout] | [INFO] [stdout] 499 | pub type Enum_Unnamed35 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainMemoryFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:502:10 [INFO] [stdout] | [INFO] [stdout] 502 | pub type virDomainMemoryFlags = Enum_Unnamed35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainMemoryFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed51` should have an upper camel case name [INFO] [stdout] --> lib.rs:657:10 [INFO] [stdout] | [INFO] [stdout] 657 | pub type Enum_Unnamed51 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed51` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed36` should have an upper camel case name [INFO] [stdout] --> lib.rs:503:10 [INFO] [stdout] | [INFO] [stdout] 503 | pub type Enum_Unnamed36 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed36` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectListAllInterfacesFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:660:10 [INFO] [stdout] | [INFO] [stdout] 660 | pub type virConnectListAllInterfacesFlags = Enum_Unnamed51; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectListAllInterfacesFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainUndefineFlagsValues` should have an upper camel case name [INFO] [stdout] --> lib.rs:506:10 [INFO] [stdout] | [INFO] [stdout] 506 | pub type virDomainUndefineFlagsValues = Enum_Unnamed36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainUndefineFlagsValues` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed52` should have an upper camel case name [INFO] [stdout] --> lib.rs:661:10 [INFO] [stdout] | [INFO] [stdout] 661 | pub type Enum_Unnamed52 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed52` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed37` should have an upper camel case name [INFO] [stdout] --> lib.rs:507:10 [INFO] [stdout] | [INFO] [stdout] 507 | pub type Enum_Unnamed37 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed37` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virInterfaceXMLFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:663:10 [INFO] [stdout] | [INFO] [stdout] 663 | pub type virInterfaceXMLFlags = Enum_Unnamed52; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirInterfaceXmlflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectListAllDomainsFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:522:10 [INFO] [stdout] | [INFO] [stdout] 522 | pub type virConnectListAllDomainsFlags = Enum_Unnamed37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectListAllDomainsFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virStoragePool` should have an upper camel case name [INFO] [stdout] --> lib.rs:664:10 [INFO] [stdout] | [INFO] [stdout] 664 | pub enum Struct__virStoragePool { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirStoragePool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed38` should have an upper camel case name [INFO] [stdout] --> lib.rs:523:10 [INFO] [stdout] | [INFO] [stdout] 523 | pub type Enum_Unnamed38 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed38` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStoragePool` should have an upper camel case name [INFO] [stdout] --> lib.rs:665:10 [INFO] [stdout] | [INFO] [stdout] 665 | pub type virStoragePool = Struct__virStoragePool; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStoragePool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virVcpuState` should have an upper camel case name [INFO] [stdout] --> lib.rs:527:10 [INFO] [stdout] | [INFO] [stdout] 527 | pub type virVcpuState = Enum_Unnamed38; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirVcpuState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStoragePoolPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:666:10 [INFO] [stdout] | [INFO] [stdout] 666 | pub type virStoragePoolPtr = *mut virStoragePool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStoragePoolPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virVcpuInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:528:10 [INFO] [stdout] | [INFO] [stdout] 528 | pub type virVcpuInfo = Struct__virVcpuInfo; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirVcpuInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed53` should have an upper camel case name [INFO] [stdout] --> lib.rs:667:10 [INFO] [stdout] | [INFO] [stdout] 667 | pub type Enum_Unnamed53 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed53` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStoragePoolState` should have an upper camel case name [INFO] [stdout] --> lib.rs:673:10 [INFO] [stdout] | [INFO] [stdout] 673 | pub type virStoragePoolState = Enum_Unnamed53; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStoragePoolState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed54` should have an upper camel case name [INFO] [stdout] --> lib.rs:674:10 [INFO] [stdout] | [INFO] [stdout] 674 | pub type Enum_Unnamed54 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed54` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStoragePoolBuildFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:680:10 [INFO] [stdout] | [INFO] [stdout] 680 | pub type virStoragePoolBuildFlags = Enum_Unnamed54; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStoragePoolBuildFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed55` should have an upper camel case name [INFO] [stdout] --> lib.rs:681:10 [INFO] [stdout] | [INFO] [stdout] 681 | pub type Enum_Unnamed55 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed55` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStoragePoolDeleteFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:684:10 [INFO] [stdout] | [INFO] [stdout] 684 | pub type virStoragePoolDeleteFlags = Enum_Unnamed55; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStoragePoolDeleteFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStoragePoolInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:685:10 [INFO] [stdout] | [INFO] [stdout] 685 | pub type virStoragePoolInfo = Struct__virStoragePoolInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStoragePoolInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStoragePoolInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:700:10 [INFO] [stdout] | [INFO] [stdout] 700 | pub type virStoragePoolInfoPtr = *mut virStoragePoolInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStoragePoolInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virStorageVol` should have an upper camel case name [INFO] [stdout] --> lib.rs:701:10 [INFO] [stdout] | [INFO] [stdout] 701 | pub enum Struct__virStorageVol { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirStorageVol` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVol` should have an upper camel case name [INFO] [stdout] --> lib.rs:702:10 [INFO] [stdout] | [INFO] [stdout] 702 | pub type virStorageVol = Struct__virStorageVol; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVol` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:703:10 [INFO] [stdout] | [INFO] [stdout] 703 | pub type virStorageVolPtr = *mut virStorageVol; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed56` should have an upper camel case name [INFO] [stdout] --> lib.rs:704:10 [INFO] [stdout] | [INFO] [stdout] 704 | pub type Enum_Unnamed56 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed56` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolType` should have an upper camel case name [INFO] [stdout] --> lib.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | pub type virStorageVolType = Enum_Unnamed56; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed57` should have an upper camel case name [INFO] [stdout] --> lib.rs:711:10 [INFO] [stdout] | [INFO] [stdout] 711 | pub type Enum_Unnamed57 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed57` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolDeleteFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:714:10 [INFO] [stdout] | [INFO] [stdout] 714 | pub type virStorageVolDeleteFlags = Enum_Unnamed57; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolDeleteFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed58` should have an upper camel case name [INFO] [stdout] --> lib.rs:715:10 [INFO] [stdout] | [INFO] [stdout] 715 | pub type Enum_Unnamed58 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed58` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolWipeAlgorithm` should have an upper camel case name [INFO] [stdout] --> lib.rs:725:10 [INFO] [stdout] | [INFO] [stdout] 725 | pub type virStorageVolWipeAlgorithm = Enum_Unnamed58; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolWipeAlgorithm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:726:10 [INFO] [stdout] | [INFO] [stdout] 726 | pub type virStorageVolInfo = Struct__virStorageVolInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:740:10 [INFO] [stdout] | [INFO] [stdout] 740 | pub type virStorageVolInfoPtr = *mut virStorageVolInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed59` should have an upper camel case name [INFO] [stdout] --> lib.rs:741:10 [INFO] [stdout] | [INFO] [stdout] 741 | pub type Enum_Unnamed59 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed59` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageXMLFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:743:10 [INFO] [stdout] | [INFO] [stdout] 743 | pub type virStorageXMLFlags = Enum_Unnamed59; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirStorageXmlflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed60` should have an upper camel case name [INFO] [stdout] --> lib.rs:744:10 [INFO] [stdout] | [INFO] [stdout] 744 | pub type Enum_Unnamed60 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed60` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectListAllStoragePoolsFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:762:10 [INFO] [stdout] | [INFO] [stdout] 762 | pub type virConnectListAllStoragePoolsFlags = Enum_Unnamed60; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectListAllStoragePoolsFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed61` should have an upper camel case name [INFO] [stdout] --> lib.rs:763:10 [INFO] [stdout] | [INFO] [stdout] 763 | pub type Enum_Unnamed61 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed61` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolCreateFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:765:10 [INFO] [stdout] | [INFO] [stdout] 765 | pub type virStorageVolCreateFlags = Enum_Unnamed61; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolCreateFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed62` should have an upper camel case name [INFO] [stdout] --> lib.rs:766:10 [INFO] [stdout] | [INFO] [stdout] 766 | pub type Enum_Unnamed62 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed62` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolResizeFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:770:10 [INFO] [stdout] | [INFO] [stdout] 770 | pub type virStorageVolResizeFlags = Enum_Unnamed62; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolResizeFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed63` should have an upper camel case name [INFO] [stdout] --> lib.rs:771:10 [INFO] [stdout] | [INFO] [stdout] 771 | pub type Enum_Unnamed63 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed63` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virKeycodeSet` should have an upper camel case name [INFO] [stdout] --> lib.rs:782:10 [INFO] [stdout] | [INFO] [stdout] 782 | pub type virKeycodeSet = Enum_Unnamed63; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirKeycodeSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed64` should have an upper camel case name [INFO] [stdout] --> lib.rs:783:10 [INFO] [stdout] | [INFO] [stdout] 783 | pub type Enum_Unnamed64 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainProcessSignal` should have an upper camel case name [INFO] [stdout] --> lib.rs:849:10 [INFO] [stdout] | [INFO] [stdout] 849 | pub type virDomainProcessSignal = Enum_Unnamed64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainProcessSignal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virNodeDevice` should have an upper camel case name [INFO] [stdout] --> lib.rs:850:10 [INFO] [stdout] | [INFO] [stdout] 850 | pub enum Struct__virNodeDevice { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirNodeDevice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeDevice` should have an upper camel case name [INFO] [stdout] --> lib.rs:851:10 [INFO] [stdout] | [INFO] [stdout] 851 | pub type virNodeDevice = Struct__virNodeDevice; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeDevice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeDevicePtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:852:10 [INFO] [stdout] | [INFO] [stdout] 852 | pub type virNodeDevicePtr = *mut virNodeDevice; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeDevicePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed65` should have an upper camel case name [INFO] [stdout] --> lib.rs:853:10 [INFO] [stdout] | [INFO] [stdout] 853 | pub type Enum_Unnamed65 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed65` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectListAllNodeDeviceFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:867:10 [INFO] [stdout] | [INFO] [stdout] 867 | pub type virConnectListAllNodeDeviceFlags = Enum_Unnamed65; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectListAllNodeDeviceFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virVcpuInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:543:10 [INFO] [stdout] | [INFO] [stdout] 543 | pub type virVcpuInfoPtr = *mut virVcpuInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirVcpuInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed39` should have an upper camel case name [INFO] [stdout] --> lib.rs:544:10 [INFO] [stdout] | [INFO] [stdout] 544 | pub type Enum_Unnamed39 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed39` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainVcpuFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:550:10 [INFO] [stdout] | [INFO] [stdout] 550 | pub type virDomainVcpuFlags = Enum_Unnamed39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainVcpuFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed40` should have an upper camel case name [INFO] [stdout] --> lib.rs:551:10 [INFO] [stdout] | [INFO] [stdout] 551 | pub type Enum_Unnamed40 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed40` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainDeviceModifyFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:556:10 [INFO] [stdout] | [INFO] [stdout] 556 | pub type virDomainDeviceModifyFlags = Enum_Unnamed40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainDeviceModifyFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed41` should have an upper camel case name [INFO] [stdout] --> lib.rs:557:10 [INFO] [stdout] | [INFO] [stdout] 557 | pub type Enum_Unnamed41 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockJobType` should have an upper camel case name [INFO] [stdout] --> lib.rs:562:10 [INFO] [stdout] | [INFO] [stdout] 562 | pub type virDomainBlockJobType = Enum_Unnamed41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockJobType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed42` should have an upper camel case name [INFO] [stdout] --> lib.rs:563:10 [INFO] [stdout] | [INFO] [stdout] 563 | pub type Enum_Unnamed42 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockJobAbortFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:566:10 [INFO] [stdout] | [INFO] [stdout] 566 | pub type virDomainBlockJobAbortFlags = Enum_Unnamed42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockJobAbortFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockJobCursor` should have an upper camel case name [INFO] [stdout] --> lib.rs:567:10 [INFO] [stdout] | [INFO] [stdout] 567 | pub type virDomainBlockJobCursor = self::libc::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockJobCursor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockJobInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:568:10 [INFO] [stdout] | [INFO] [stdout] 568 | pub type virDomainBlockJobInfo = Struct__virDomainBlockJobInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockJobInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockJobInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:583:10 [INFO] [stdout] | [INFO] [stdout] 583 | pub type virDomainBlockJobInfoPtr = *mut virDomainBlockJobInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockJobInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed43` should have an upper camel case name [INFO] [stdout] --> lib.rs:584:10 [INFO] [stdout] | [INFO] [stdout] 584 | pub type Enum_Unnamed43 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed43` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockRebaseFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:589:10 [INFO] [stdout] | [INFO] [stdout] 589 | pub type virDomainBlockRebaseFlags = Enum_Unnamed43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockRebaseFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed44` should have an upper camel case name [INFO] [stdout] --> lib.rs:590:10 [INFO] [stdout] | [INFO] [stdout] 590 | pub type Enum_Unnamed44 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed44` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainBlockCommitFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:593:10 [INFO] [stdout] | [INFO] [stdout] 593 | pub type virDomainBlockCommitFlags = Enum_Unnamed44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainBlockCommitFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed45` should have an upper camel case name [INFO] [stdout] --> lib.rs:594:10 [INFO] [stdout] | [INFO] [stdout] 594 | pub type Enum_Unnamed45 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed45` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainDiskErrorCode` should have an upper camel case name [INFO] [stdout] --> lib.rs:598:10 [INFO] [stdout] | [INFO] [stdout] 598 | pub type virDomainDiskErrorCode = Enum_Unnamed45; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainDiskErrorCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainDiskError` should have an upper camel case name [INFO] [stdout] --> lib.rs:599:10 [INFO] [stdout] | [INFO] [stdout] 599 | pub type virDomainDiskError = Struct__virDomainDiskError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainDiskError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainDiskErrorPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:600:10 [INFO] [stdout] | [INFO] [stdout] 600 | pub type virDomainDiskErrorPtr = *mut virDomainDiskError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainDiskErrorPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed46` should have an upper camel case name [INFO] [stdout] --> lib.rs:613:10 [INFO] [stdout] | [INFO] [stdout] 613 | pub type Enum_Unnamed46 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed46` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetworkXMLFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:615:10 [INFO] [stdout] | [INFO] [stdout] 615 | pub type virNetworkXMLFlags = Enum_Unnamed46; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirNetworkXmlflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virNetwork` should have an upper camel case name [INFO] [stdout] --> lib.rs:616:10 [INFO] [stdout] | [INFO] [stdout] 616 | pub enum Struct__virNetwork { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirNetwork` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetwork` should have an upper camel case name [INFO] [stdout] --> lib.rs:617:10 [INFO] [stdout] | [INFO] [stdout] 617 | pub type virNetwork = Struct__virNetwork; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNetwork` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetworkPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:618:10 [INFO] [stdout] | [INFO] [stdout] 618 | pub type virNetworkPtr = *mut virNetwork; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNetworkPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed47` should have an upper camel case name [INFO] [stdout] --> lib.rs:619:10 [INFO] [stdout] | [INFO] [stdout] 619 | pub type Enum_Unnamed47 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed47` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectListAllNetworksFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:626:10 [INFO] [stdout] | [INFO] [stdout] 626 | pub type virConnectListAllNetworksFlags = Enum_Unnamed47; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectListAllNetworksFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed48` should have an upper camel case name [INFO] [stdout] --> lib.rs:627:10 [INFO] [stdout] | [INFO] [stdout] 627 | pub type Enum_Unnamed48 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed48` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetworkUpdateCommand` should have an upper camel case name [INFO] [stdout] --> lib.rs:633:10 [INFO] [stdout] | [INFO] [stdout] 633 | pub type virNetworkUpdateCommand = Enum_Unnamed48; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNetworkUpdateCommand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed49` should have an upper camel case name [INFO] [stdout] --> lib.rs:634:10 [INFO] [stdout] | [INFO] [stdout] 634 | pub type Enum_Unnamed49 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed49` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetworkUpdateSection` should have an upper camel case name [INFO] [stdout] --> lib.rs:648:10 [INFO] [stdout] | [INFO] [stdout] 648 | pub type virNetworkUpdateSection = Enum_Unnamed49; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNetworkUpdateSection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed50` should have an upper camel case name [INFO] [stdout] --> lib.rs:649:10 [INFO] [stdout] | [INFO] [stdout] 649 | pub type Enum_Unnamed50 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed50` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetworkUpdateFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:653:10 [INFO] [stdout] | [INFO] [stdout] 653 | pub type virNetworkUpdateFlags = Enum_Unnamed50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNetworkUpdateFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virInterface` should have an upper camel case name [INFO] [stdout] --> lib.rs:654:10 [INFO] [stdout] | [INFO] [stdout] 654 | pub enum Struct__virInterface { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirInterface` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virInterface` should have an upper camel case name [INFO] [stdout] --> lib.rs:655:10 [INFO] [stdout] | [INFO] [stdout] 655 | pub type virInterface = Struct__virInterface; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirInterface` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virInterfacePtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:656:10 [INFO] [stdout] | [INFO] [stdout] 656 | pub type virInterfacePtr = *mut virInterface; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirInterfacePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed51` should have an upper camel case name [INFO] [stdout] --> lib.rs:657:10 [INFO] [stdout] | [INFO] [stdout] 657 | pub type Enum_Unnamed51 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed51` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectListAllInterfacesFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:660:10 [INFO] [stdout] | [INFO] [stdout] 660 | pub type virConnectListAllInterfacesFlags = Enum_Unnamed51; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectListAllInterfacesFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed52` should have an upper camel case name [INFO] [stdout] --> lib.rs:661:10 [INFO] [stdout] | [INFO] [stdout] 661 | pub type Enum_Unnamed52 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed52` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virInterfaceXMLFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:663:10 [INFO] [stdout] | [INFO] [stdout] 663 | pub type virInterfaceXMLFlags = Enum_Unnamed52; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirInterfaceXmlflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virStoragePool` should have an upper camel case name [INFO] [stdout] --> lib.rs:664:10 [INFO] [stdout] | [INFO] [stdout] 664 | pub enum Struct__virStoragePool { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirStoragePool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStoragePool` should have an upper camel case name [INFO] [stdout] --> lib.rs:665:10 [INFO] [stdout] | [INFO] [stdout] 665 | pub type virStoragePool = Struct__virStoragePool; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStoragePool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStoragePoolPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:666:10 [INFO] [stdout] | [INFO] [stdout] 666 | pub type virStoragePoolPtr = *mut virStoragePool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStoragePoolPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed53` should have an upper camel case name [INFO] [stdout] --> lib.rs:667:10 [INFO] [stdout] | [INFO] [stdout] 667 | pub type Enum_Unnamed53 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed53` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStoragePoolState` should have an upper camel case name [INFO] [stdout] --> lib.rs:673:10 [INFO] [stdout] | [INFO] [stdout] 673 | pub type virStoragePoolState = Enum_Unnamed53; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStoragePoolState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed54` should have an upper camel case name [INFO] [stdout] --> lib.rs:674:10 [INFO] [stdout] | [INFO] [stdout] 674 | pub type Enum_Unnamed54 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed54` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStoragePoolBuildFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:680:10 [INFO] [stdout] | [INFO] [stdout] 680 | pub type virStoragePoolBuildFlags = Enum_Unnamed54; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStoragePoolBuildFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed55` should have an upper camel case name [INFO] [stdout] --> lib.rs:681:10 [INFO] [stdout] | [INFO] [stdout] 681 | pub type Enum_Unnamed55 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed55` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStoragePoolDeleteFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:684:10 [INFO] [stdout] | [INFO] [stdout] 684 | pub type virStoragePoolDeleteFlags = Enum_Unnamed55; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStoragePoolDeleteFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStoragePoolInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:685:10 [INFO] [stdout] | [INFO] [stdout] 685 | pub type virStoragePoolInfo = Struct__virStoragePoolInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStoragePoolInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStoragePoolInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:700:10 [INFO] [stdout] | [INFO] [stdout] 700 | pub type virStoragePoolInfoPtr = *mut virStoragePoolInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStoragePoolInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virStorageVol` should have an upper camel case name [INFO] [stdout] --> lib.rs:701:10 [INFO] [stdout] | [INFO] [stdout] 701 | pub enum Struct__virStorageVol { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirStorageVol` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVol` should have an upper camel case name [INFO] [stdout] --> lib.rs:702:10 [INFO] [stdout] | [INFO] [stdout] 702 | pub type virStorageVol = Struct__virStorageVol; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVol` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:703:10 [INFO] [stdout] | [INFO] [stdout] 703 | pub type virStorageVolPtr = *mut virStorageVol; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed56` should have an upper camel case name [INFO] [stdout] --> lib.rs:704:10 [INFO] [stdout] | [INFO] [stdout] 704 | pub type Enum_Unnamed56 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed56` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolType` should have an upper camel case name [INFO] [stdout] --> lib.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | pub type virStorageVolType = Enum_Unnamed56; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed57` should have an upper camel case name [INFO] [stdout] --> lib.rs:711:10 [INFO] [stdout] | [INFO] [stdout] 711 | pub type Enum_Unnamed57 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed57` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolDeleteFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:714:10 [INFO] [stdout] | [INFO] [stdout] 714 | pub type virStorageVolDeleteFlags = Enum_Unnamed57; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolDeleteFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed58` should have an upper camel case name [INFO] [stdout] --> lib.rs:715:10 [INFO] [stdout] | [INFO] [stdout] 715 | pub type Enum_Unnamed58 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed58` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolWipeAlgorithm` should have an upper camel case name [INFO] [stdout] --> lib.rs:725:10 [INFO] [stdout] | [INFO] [stdout] 725 | pub type virStorageVolWipeAlgorithm = Enum_Unnamed58; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolWipeAlgorithm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:726:10 [INFO] [stdout] | [INFO] [stdout] 726 | pub type virStorageVolInfo = Struct__virStorageVolInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:740:10 [INFO] [stdout] | [INFO] [stdout] 740 | pub type virStorageVolInfoPtr = *mut virStorageVolInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed59` should have an upper camel case name [INFO] [stdout] --> lib.rs:741:10 [INFO] [stdout] | [INFO] [stdout] 741 | pub type Enum_Unnamed59 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed59` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageXMLFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:743:10 [INFO] [stdout] | [INFO] [stdout] 743 | pub type virStorageXMLFlags = Enum_Unnamed59; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirStorageXmlflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed60` should have an upper camel case name [INFO] [stdout] --> lib.rs:744:10 [INFO] [stdout] | [INFO] [stdout] 744 | pub type Enum_Unnamed60 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed60` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectListAllStoragePoolsFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:762:10 [INFO] [stdout] | [INFO] [stdout] 762 | pub type virConnectListAllStoragePoolsFlags = Enum_Unnamed60; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectListAllStoragePoolsFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed61` should have an upper camel case name [INFO] [stdout] --> lib.rs:763:10 [INFO] [stdout] | [INFO] [stdout] 763 | pub type Enum_Unnamed61 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed61` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolCreateFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:765:10 [INFO] [stdout] | [INFO] [stdout] 765 | pub type virStorageVolCreateFlags = Enum_Unnamed61; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolCreateFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed62` should have an upper camel case name [INFO] [stdout] --> lib.rs:766:10 [INFO] [stdout] | [INFO] [stdout] 766 | pub type Enum_Unnamed62 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed62` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStorageVolResizeFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:770:10 [INFO] [stdout] | [INFO] [stdout] 770 | pub type virStorageVolResizeFlags = Enum_Unnamed62; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStorageVolResizeFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed63` should have an upper camel case name [INFO] [stdout] --> lib.rs:771:10 [INFO] [stdout] | [INFO] [stdout] 771 | pub type Enum_Unnamed63 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed63` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virKeycodeSet` should have an upper camel case name [INFO] [stdout] --> lib.rs:782:10 [INFO] [stdout] | [INFO] [stdout] 782 | pub type virKeycodeSet = Enum_Unnamed63; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirKeycodeSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed64` should have an upper camel case name [INFO] [stdout] --> lib.rs:783:10 [INFO] [stdout] | [INFO] [stdout] 783 | pub type Enum_Unnamed64 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainProcessSignal` should have an upper camel case name [INFO] [stdout] --> lib.rs:849:10 [INFO] [stdout] | [INFO] [stdout] 849 | pub type virDomainProcessSignal = Enum_Unnamed64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainProcessSignal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed66` should have an upper camel case name [INFO] [stdout] --> lib.rs:868:10 [INFO] [stdout] | [INFO] [stdout] 868 | pub type Enum_Unnamed66 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed66` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virNodeDevice` should have an upper camel case name [INFO] [stdout] --> lib.rs:850:10 [INFO] [stdout] | [INFO] [stdout] 850 | pub enum Struct__virNodeDevice { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirNodeDevice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventType` should have an upper camel case name [INFO] [stdout] --> lib.rs:878:10 [INFO] [stdout] | [INFO] [stdout] 878 | pub type virDomainEventType = Enum_Unnamed66; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeDevice` should have an upper camel case name [INFO] [stdout] --> lib.rs:851:10 [INFO] [stdout] | [INFO] [stdout] 851 | pub type virNodeDevice = Struct__virNodeDevice; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeDevice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed67` should have an upper camel case name [INFO] [stdout] --> lib.rs:879:10 [INFO] [stdout] | [INFO] [stdout] 879 | pub type Enum_Unnamed67 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed67` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNodeDevicePtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:852:10 [INFO] [stdout] | [INFO] [stdout] 852 | pub type virNodeDevicePtr = *mut virNodeDevice; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNodeDevicePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventDefinedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:882:10 [INFO] [stdout] | [INFO] [stdout] 882 | pub type virDomainEventDefinedDetailType = Enum_Unnamed67; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventDefinedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed65` should have an upper camel case name [INFO] [stdout] --> lib.rs:853:10 [INFO] [stdout] | [INFO] [stdout] 853 | pub type Enum_Unnamed65 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed65` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed68` should have an upper camel case name [INFO] [stdout] --> lib.rs:883:10 [INFO] [stdout] | [INFO] [stdout] 883 | pub type Enum_Unnamed68 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed68` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectListAllNodeDeviceFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:867:10 [INFO] [stdout] | [INFO] [stdout] 867 | pub type virConnectListAllNodeDeviceFlags = Enum_Unnamed65; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectListAllNodeDeviceFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventUndefinedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:885:10 [INFO] [stdout] | [INFO] [stdout] 885 | pub type virDomainEventUndefinedDetailType = Enum_Unnamed68; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventUndefinedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed66` should have an upper camel case name [INFO] [stdout] --> lib.rs:868:10 [INFO] [stdout] | [INFO] [stdout] 868 | pub type Enum_Unnamed66 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed66` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed69` should have an upper camel case name [INFO] [stdout] --> lib.rs:886:10 [INFO] [stdout] | [INFO] [stdout] 886 | pub type Enum_Unnamed69 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed69` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventType` should have an upper camel case name [INFO] [stdout] --> lib.rs:878:10 [INFO] [stdout] | [INFO] [stdout] 878 | pub type virDomainEventType = Enum_Unnamed66; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed67` should have an upper camel case name [INFO] [stdout] --> lib.rs:879:10 [INFO] [stdout] | [INFO] [stdout] 879 | pub type Enum_Unnamed67 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed67` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventStartedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:892:10 [INFO] [stdout] | [INFO] [stdout] 892 | pub type virDomainEventStartedDetailType = Enum_Unnamed69; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventStartedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventDefinedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:882:10 [INFO] [stdout] | [INFO] [stdout] 882 | pub type virDomainEventDefinedDetailType = Enum_Unnamed67; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventDefinedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed70` should have an upper camel case name [INFO] [stdout] --> lib.rs:893:10 [INFO] [stdout] | [INFO] [stdout] 893 | pub type Enum_Unnamed70 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed70` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed68` should have an upper camel case name [INFO] [stdout] --> lib.rs:883:10 [INFO] [stdout] | [INFO] [stdout] 883 | pub type Enum_Unnamed68 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed68` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventSuspendedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:901:10 [INFO] [stdout] | [INFO] [stdout] 901 | pub type virDomainEventSuspendedDetailType = Enum_Unnamed70; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventSuspendedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventUndefinedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:885:10 [INFO] [stdout] | [INFO] [stdout] 885 | pub type virDomainEventUndefinedDetailType = Enum_Unnamed68; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventUndefinedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed69` should have an upper camel case name [INFO] [stdout] --> lib.rs:886:10 [INFO] [stdout] | [INFO] [stdout] 886 | pub type Enum_Unnamed69 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed69` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed71` should have an upper camel case name [INFO] [stdout] --> lib.rs:902:10 [INFO] [stdout] | [INFO] [stdout] 902 | pub type Enum_Unnamed71 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed71` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventResumedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:906:10 [INFO] [stdout] | [INFO] [stdout] 906 | pub type virDomainEventResumedDetailType = Enum_Unnamed71; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventResumedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventStartedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:892:10 [INFO] [stdout] | [INFO] [stdout] 892 | pub type virDomainEventStartedDetailType = Enum_Unnamed69; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventStartedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed72` should have an upper camel case name [INFO] [stdout] --> lib.rs:907:10 [INFO] [stdout] | [INFO] [stdout] 907 | pub type Enum_Unnamed72 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed72` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed70` should have an upper camel case name [INFO] [stdout] --> lib.rs:893:10 [INFO] [stdout] | [INFO] [stdout] 893 | pub type Enum_Unnamed70 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed70` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventStoppedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:915:10 [INFO] [stdout] | [INFO] [stdout] 915 | pub type virDomainEventStoppedDetailType = Enum_Unnamed72; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventStoppedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventSuspendedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:901:10 [INFO] [stdout] | [INFO] [stdout] 901 | pub type virDomainEventSuspendedDetailType = Enum_Unnamed70; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventSuspendedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed73` should have an upper camel case name [INFO] [stdout] --> lib.rs:916:10 [INFO] [stdout] | [INFO] [stdout] 916 | pub type Enum_Unnamed73 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed73` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed71` should have an upper camel case name [INFO] [stdout] --> lib.rs:902:10 [INFO] [stdout] | [INFO] [stdout] 902 | pub type Enum_Unnamed71 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed71` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventShutdownDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:918:10 [INFO] [stdout] | [INFO] [stdout] 918 | pub type virDomainEventShutdownDetailType = Enum_Unnamed73; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventShutdownDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventResumedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:906:10 [INFO] [stdout] | [INFO] [stdout] 906 | pub type virDomainEventResumedDetailType = Enum_Unnamed71; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventResumedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed72` should have an upper camel case name [INFO] [stdout] --> lib.rs:907:10 [INFO] [stdout] | [INFO] [stdout] 907 | pub type Enum_Unnamed72 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed72` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventStoppedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:915:10 [INFO] [stdout] | [INFO] [stdout] 915 | pub type virDomainEventStoppedDetailType = Enum_Unnamed72; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventStoppedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed73` should have an upper camel case name [INFO] [stdout] --> lib.rs:916:10 [INFO] [stdout] | [INFO] [stdout] 916 | pub type Enum_Unnamed73 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed73` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventShutdownDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:918:10 [INFO] [stdout] | [INFO] [stdout] 918 | pub type virDomainEventShutdownDetailType = Enum_Unnamed73; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventShutdownDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed74` should have an upper camel case name [INFO] [stdout] --> lib.rs:919:10 [INFO] [stdout] | [INFO] [stdout] 919 | pub type Enum_Unnamed74 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed74` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventPMSuspendedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:922:10 [INFO] [stdout] | [INFO] [stdout] 922 | pub type virDomainEventPMSuspendedDetailType = Enum_Unnamed74; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirDomainEventPmsuspendedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed75` should have an upper camel case name [INFO] [stdout] --> lib.rs:923:10 [INFO] [stdout] | [INFO] [stdout] 923 | pub type Enum_Unnamed75 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed75` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed74` should have an upper camel case name [INFO] [stdout] --> lib.rs:919:10 [INFO] [stdout] | [INFO] [stdout] 919 | pub type Enum_Unnamed74 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed74` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventCrashedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:925:10 [INFO] [stdout] | [INFO] [stdout] 925 | pub type virDomainEventCrashedDetailType = Enum_Unnamed75; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventCrashedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventPMSuspendedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:922:10 [INFO] [stdout] | [INFO] [stdout] 922 | pub type virDomainEventPMSuspendedDetailType = Enum_Unnamed74; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirDomainEventPmsuspendedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed75` should have an upper camel case name [INFO] [stdout] --> lib.rs:923:10 [INFO] [stdout] | [INFO] [stdout] 923 | pub type Enum_Unnamed75 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed75` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:926:10 [INFO] [stdout] | [INFO] [stdout] 926 | pub type virConnectDomainEventCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed76` should have an upper camel case name [INFO] [stdout] --> lib.rs:933:10 [INFO] [stdout] | [INFO] [stdout] 933 | pub type Enum_Unnamed76 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed76` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventCrashedDetailType` should have an upper camel case name [INFO] [stdout] --> lib.rs:925:10 [INFO] [stdout] | [INFO] [stdout] 925 | pub type virDomainEventCrashedDetailType = Enum_Unnamed75; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventCrashedDetailType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:926:10 [INFO] [stdout] | [INFO] [stdout] 926 | pub type virConnectDomainEventCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventHandleType` should have an upper camel case name [INFO] [stdout] --> lib.rs:938:10 [INFO] [stdout] | [INFO] [stdout] 938 | pub type virEventHandleType = Enum_Unnamed76; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventHandleType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventHandleCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:939:10 [INFO] [stdout] | [INFO] [stdout] 939 | pub type virEventHandleCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventHandleCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed76` should have an upper camel case name [INFO] [stdout] --> lib.rs:933:10 [INFO] [stdout] | [INFO] [stdout] 933 | pub type Enum_Unnamed76 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed76` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventAddHandleFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:944:10 [INFO] [stdout] | [INFO] [stdout] 944 | pub type virEventAddHandleFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventAddHandleFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventHandleType` should have an upper camel case name [INFO] [stdout] --> lib.rs:938:10 [INFO] [stdout] | [INFO] [stdout] 938 | pub type virEventHandleType = Enum_Unnamed76; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventHandleType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventHandleCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:939:10 [INFO] [stdout] | [INFO] [stdout] 939 | pub type virEventHandleCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventHandleCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventAddHandleFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:944:10 [INFO] [stdout] | [INFO] [stdout] 944 | pub type virEventAddHandleFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventAddHandleFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventUpdateHandleFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:951:10 [INFO] [stdout] | [INFO] [stdout] 951 | pub type virEventUpdateHandleFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventUpdateHandleFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventUpdateHandleFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:951:10 [INFO] [stdout] | [INFO] [stdout] 951 | pub type virEventUpdateHandleFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventUpdateHandleFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventRemoveHandleFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:954:10 [INFO] [stdout] | [INFO] [stdout] 954 | pub type virEventRemoveHandleFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventRemoveHandleFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventRemoveHandleFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:954:10 [INFO] [stdout] | [INFO] [stdout] 954 | pub type virEventRemoveHandleFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventRemoveHandleFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventTimeoutCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:957:10 [INFO] [stdout] | [INFO] [stdout] 957 | pub type virEventTimeoutCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventTimeoutCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventTimeoutCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:957:10 [INFO] [stdout] | [INFO] [stdout] 957 | pub type virEventTimeoutCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventTimeoutCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventAddTimeoutFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:960:10 [INFO] [stdout] | [INFO] [stdout] 960 | pub type virEventAddTimeoutFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventAddTimeoutFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventAddTimeoutFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:960:10 [INFO] [stdout] | [INFO] [stdout] 960 | pub type virEventAddTimeoutFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventAddTimeoutFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventUpdateTimeoutFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:966:10 [INFO] [stdout] | [INFO] [stdout] 966 | pub type virEventUpdateTimeoutFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventUpdateTimeoutFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventUpdateTimeoutFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:966:10 [INFO] [stdout] | [INFO] [stdout] 966 | pub type virEventUpdateTimeoutFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventUpdateTimeoutFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventRemoveTimeoutFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:969:10 [INFO] [stdout] | [INFO] [stdout] 969 | pub type virEventRemoveTimeoutFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventRemoveTimeoutFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virSecret` should have an upper camel case name [INFO] [stdout] --> lib.rs:972:10 [INFO] [stdout] | [INFO] [stdout] 972 | pub enum Struct__virSecret { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirSecret` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virEventRemoveTimeoutFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:969:10 [INFO] [stdout] | [INFO] [stdout] 969 | pub type virEventRemoveTimeoutFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirEventRemoveTimeoutFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSecret` should have an upper camel case name [INFO] [stdout] --> lib.rs:973:10 [INFO] [stdout] | [INFO] [stdout] 973 | pub type virSecret = Struct__virSecret; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSecret` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virSecret` should have an upper camel case name [INFO] [stdout] --> lib.rs:972:10 [INFO] [stdout] | [INFO] [stdout] 972 | pub enum Struct__virSecret { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirSecret` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSecretPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:974:10 [INFO] [stdout] | [INFO] [stdout] 974 | pub type virSecretPtr = *mut virSecret; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSecretPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSecret` should have an upper camel case name [INFO] [stdout] --> lib.rs:973:10 [INFO] [stdout] | [INFO] [stdout] 973 | pub type virSecret = Struct__virSecret; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSecret` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed77` should have an upper camel case name [INFO] [stdout] --> lib.rs:975:10 [INFO] [stdout] | [INFO] [stdout] 975 | pub type Enum_Unnamed77 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed77` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSecretPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:974:10 [INFO] [stdout] | [INFO] [stdout] 974 | pub type virSecretPtr = *mut virSecret; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSecretPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSecretUsageType` should have an upper camel case name [INFO] [stdout] --> lib.rs:980:10 [INFO] [stdout] | [INFO] [stdout] 980 | pub type virSecretUsageType = Enum_Unnamed77; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSecretUsageType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed77` should have an upper camel case name [INFO] [stdout] --> lib.rs:975:10 [INFO] [stdout] | [INFO] [stdout] 975 | pub type Enum_Unnamed77 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed77` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed78` should have an upper camel case name [INFO] [stdout] --> lib.rs:981:10 [INFO] [stdout] | [INFO] [stdout] 981 | pub type Enum_Unnamed78 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed78` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSecretUsageType` should have an upper camel case name [INFO] [stdout] --> lib.rs:980:10 [INFO] [stdout] | [INFO] [stdout] 980 | pub type virSecretUsageType = Enum_Unnamed77; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSecretUsageType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectListAllSecretsFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:986:10 [INFO] [stdout] | [INFO] [stdout] 986 | pub type virConnectListAllSecretsFlags = Enum_Unnamed78; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectListAllSecretsFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed79` should have an upper camel case name [INFO] [stdout] --> lib.rs:987:10 [INFO] [stdout] | [INFO] [stdout] 987 | pub type Enum_Unnamed79 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed79` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed78` should have an upper camel case name [INFO] [stdout] --> lib.rs:981:10 [INFO] [stdout] | [INFO] [stdout] 981 | pub type Enum_Unnamed78 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed78` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStreamFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:989:10 [INFO] [stdout] | [INFO] [stdout] 989 | pub type virStreamFlags = Enum_Unnamed79; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStreamFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectListAllSecretsFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:986:10 [INFO] [stdout] | [INFO] [stdout] 986 | pub type virConnectListAllSecretsFlags = Enum_Unnamed78; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectListAllSecretsFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStreamSourceFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:990:10 [INFO] [stdout] | [INFO] [stdout] 990 | pub type virStreamSourceFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStreamSourceFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStreamSinkFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:996:10 [INFO] [stdout] | [INFO] [stdout] 996 | pub type virStreamSinkFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStreamSinkFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed80` should have an upper camel case name [INFO] [stdout] --> lib.rs:1002:10 [INFO] [stdout] | [INFO] [stdout] 1002 | pub type Enum_Unnamed80 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed80` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStreamEventType` should have an upper camel case name [INFO] [stdout] --> lib.rs:1007:10 [INFO] [stdout] | [INFO] [stdout] 1007 | pub type virStreamEventType = Enum_Unnamed80; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStreamEventType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStreamEventCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1008:10 [INFO] [stdout] | [INFO] [stdout] 1008 | pub type virStreamEventCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStreamEventCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed81` should have an upper camel case name [INFO] [stdout] --> lib.rs:1012:10 [INFO] [stdout] | [INFO] [stdout] 1012 | pub type Enum_Unnamed81 = self::libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed81` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virCPUCompareResult` should have an upper camel case name [INFO] [stdout] --> lib.rs:1017:10 [INFO] [stdout] | [INFO] [stdout] 1017 | pub type virCPUCompareResult = Enum_Unnamed81; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirCpucompareResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed82` should have an upper camel case name [INFO] [stdout] --> lib.rs:1018:10 [INFO] [stdout] | [INFO] [stdout] 1018 | pub type Enum_Unnamed82 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed82` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectBaselineCPUFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1020:10 [INFO] [stdout] | [INFO] [stdout] 1020 | pub type virConnectBaselineCPUFlags = Enum_Unnamed82; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirConnectBaselineCpuflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed79` should have an upper camel case name [INFO] [stdout] --> lib.rs:987:10 [INFO] [stdout] | [INFO] [stdout] 987 | pub type Enum_Unnamed79 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed79` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed83` should have an upper camel case name [INFO] [stdout] --> lib.rs:1021:10 [INFO] [stdout] | [INFO] [stdout] 1021 | pub type Enum_Unnamed83 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed83` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainJobType` should have an upper camel case name [INFO] [stdout] --> lib.rs:1028:10 [INFO] [stdout] | [INFO] [stdout] 1028 | pub type virDomainJobType = Enum_Unnamed83; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainJobType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainJobInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:1029:10 [INFO] [stdout] | [INFO] [stdout] 1029 | pub type virDomainJobInfo = Struct__virDomainJobInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainJobInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainJobInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1030:10 [INFO] [stdout] | [INFO] [stdout] 1030 | pub type virDomainJobInfoPtr = *mut virDomainJobInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainJobInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virDomainSnapshot` should have an upper camel case name [INFO] [stdout] --> lib.rs:1053:10 [INFO] [stdout] | [INFO] [stdout] 1053 | pub enum Struct__virDomainSnapshot { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirDomainSnapshot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainSnapshot` should have an upper camel case name [INFO] [stdout] --> lib.rs:1054:10 [INFO] [stdout] | [INFO] [stdout] 1054 | pub type virDomainSnapshot = Struct__virDomainSnapshot; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainSnapshot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainSnapshotPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1055:10 [INFO] [stdout] | [INFO] [stdout] 1055 | pub type virDomainSnapshotPtr = *mut virDomainSnapshot; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainSnapshotPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed84` should have an upper camel case name [INFO] [stdout] --> lib.rs:1056:10 [INFO] [stdout] | [INFO] [stdout] 1056 | pub type Enum_Unnamed84 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed84` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainSnapshotCreateFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1066:10 [INFO] [stdout] | [INFO] [stdout] 1066 | pub type virDomainSnapshotCreateFlags = Enum_Unnamed84; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainSnapshotCreateFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed85` should have an upper camel case name [INFO] [stdout] --> lib.rs:1067:10 [INFO] [stdout] | [INFO] [stdout] 1067 | pub type Enum_Unnamed85 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed85` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainSnapshotListFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1079:10 [INFO] [stdout] | [INFO] [stdout] 1079 | pub type virDomainSnapshotListFlags = Enum_Unnamed85; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainSnapshotListFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed86` should have an upper camel case name [INFO] [stdout] --> lib.rs:1080:10 [INFO] [stdout] | [INFO] [stdout] 1080 | pub type Enum_Unnamed86 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed86` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainSnapshotRevertFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1084:10 [INFO] [stdout] | [INFO] [stdout] 1084 | pub type virDomainSnapshotRevertFlags = Enum_Unnamed86; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainSnapshotRevertFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed87` should have an upper camel case name [INFO] [stdout] --> lib.rs:1085:10 [INFO] [stdout] | [INFO] [stdout] 1085 | pub type Enum_Unnamed87 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed87` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainSnapshotDeleteFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1089:10 [INFO] [stdout] | [INFO] [stdout] 1089 | pub type virDomainSnapshotDeleteFlags = Enum_Unnamed87; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainSnapshotDeleteFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventGenericCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1090:10 [INFO] [stdout] | [INFO] [stdout] 1090 | pub type virConnectDomainEventGenericCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventGenericCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventRTCChangeCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1094:10 [INFO] [stdout] | [INFO] [stdout] 1094 | pub type virConnectDomainEventRTCChangeCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirConnectDomainEventRtcchangeCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed88` should have an upper camel case name [INFO] [stdout] --> lib.rs:1099:10 [INFO] [stdout] | [INFO] [stdout] 1099 | pub type Enum_Unnamed88 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed88` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventWatchdogAction` should have an upper camel case name [INFO] [stdout] --> lib.rs:1106:10 [INFO] [stdout] | [INFO] [stdout] 1106 | pub type virDomainEventWatchdogAction = Enum_Unnamed88; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventWatchdogAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventWatchdogCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1107:10 [INFO] [stdout] | [INFO] [stdout] 1107 | pub type virConnectDomainEventWatchdogCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventWatchdogCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed89` should have an upper camel case name [INFO] [stdout] --> lib.rs:1112:10 [INFO] [stdout] | [INFO] [stdout] 1112 | pub type Enum_Unnamed89 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed89` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventIOErrorAction` should have an upper camel case name [INFO] [stdout] --> lib.rs:1116:10 [INFO] [stdout] | [INFO] [stdout] 1116 | pub type virDomainEventIOErrorAction = Enum_Unnamed89; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirDomainEventIoerrorAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventIOErrorCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1117:10 [INFO] [stdout] | [INFO] [stdout] 1117 | pub type virConnectDomainEventIOErrorCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirConnectDomainEventIoerrorCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventIOErrorReasonCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1124:10 [INFO] [stdout] | [INFO] [stdout] 1124 | pub type virConnectDomainEventIOErrorReasonCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirConnectDomainEventIoerrorReasonCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed90` should have an upper camel case name [INFO] [stdout] --> lib.rs:1132:10 [INFO] [stdout] | [INFO] [stdout] 1132 | pub type Enum_Unnamed90 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed90` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsPhase` should have an upper camel case name [INFO] [stdout] --> lib.rs:1136:10 [INFO] [stdout] | [INFO] [stdout] 1136 | pub type virDomainEventGraphicsPhase = Enum_Unnamed90; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsPhase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed91` should have an upper camel case name [INFO] [stdout] --> lib.rs:1137:10 [INFO] [stdout] | [INFO] [stdout] 1137 | pub type Enum_Unnamed91 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed91` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsAddressType` should have an upper camel case name [INFO] [stdout] --> lib.rs:1141:10 [INFO] [stdout] | [INFO] [stdout] 1141 | pub type virDomainEventGraphicsAddressType = Enum_Unnamed91; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsAddressType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsAddress` should have an upper camel case name [INFO] [stdout] --> lib.rs:1155:10 [INFO] [stdout] | [INFO] [stdout] 1155 | pub type virDomainEventGraphicsAddress = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsAddress` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsAddressPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1157:10 [INFO] [stdout] | [INFO] [stdout] 1157 | pub type virDomainEventGraphicsAddressPtr = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsAddressPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsSubjectIdentity` should have an upper camel case name [INFO] [stdout] --> lib.rs:1172:10 [INFO] [stdout] | [INFO] [stdout] 1172 | pub type virDomainEventGraphicsSubjectIdentity = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsSubjectIdentity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsSubjectIdentityPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1174:10 [INFO] [stdout] | [INFO] [stdout] 1174 | pub type virDomainEventGraphicsSubjectIdentityPtr = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsSubjectIdentityPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsSubject` should have an upper camel case name [INFO] [stdout] --> lib.rs:1188:10 [INFO] [stdout] | [INFO] [stdout] 1188 | pub type virDomainEventGraphicsSubject = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsSubject` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsSubjectPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1190:10 [INFO] [stdout] | [INFO] [stdout] 1190 | pub type virDomainEventGraphicsSubjectPtr = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsSubjectPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventGraphicsCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1192:10 [INFO] [stdout] | [INFO] [stdout] 1192 | pub type virConnectDomainEventGraphicsCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventGraphicsCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed92` should have an upper camel case name [INFO] [stdout] --> lib.rs:1204:10 [INFO] [stdout] | [INFO] [stdout] 1204 | pub type Enum_Unnamed92 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed92` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventBlockJobStatus` should have an upper camel case name [INFO] [stdout] --> lib.rs:1209:10 [INFO] [stdout] | [INFO] [stdout] 1209 | pub type virConnectDomainEventBlockJobStatus = Enum_Unnamed92; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventBlockJobStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventBlockJobCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1210:10 [INFO] [stdout] | [INFO] [stdout] 1210 | pub type virConnectDomainEventBlockJobCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventBlockJobCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed93` should have an upper camel case name [INFO] [stdout] --> lib.rs:1217:10 [INFO] [stdout] | [INFO] [stdout] 1217 | pub type Enum_Unnamed93 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed93` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventDiskChangeReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:1220:10 [INFO] [stdout] | [INFO] [stdout] 1220 | pub type virConnectDomainEventDiskChangeReason = Enum_Unnamed93; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventDiskChangeReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventDiskChangeCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1221:10 [INFO] [stdout] | [INFO] [stdout] 1221 | pub type virConnectDomainEventDiskChangeCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventDiskChangeCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed94` should have an upper camel case name [INFO] [stdout] --> lib.rs:1229:10 [INFO] [stdout] | [INFO] [stdout] 1229 | pub type Enum_Unnamed94 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed94` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStreamFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:989:10 [INFO] [stdout] | [INFO] [stdout] 989 | pub type virStreamFlags = Enum_Unnamed79; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStreamFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventTrayChangeReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:1232:10 [INFO] [stdout] | [INFO] [stdout] 1232 | pub type virDomainEventTrayChangeReason = Enum_Unnamed94; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventTrayChangeReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventTrayChangeCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1233:10 [INFO] [stdout] | [INFO] [stdout] 1233 | pub type virConnectDomainEventTrayChangeCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventTrayChangeCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventPMWakeupCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1239:10 [INFO] [stdout] | [INFO] [stdout] 1239 | pub type virConnectDomainEventPMWakeupCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirConnectDomainEventPmwakeupCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventPMSuspendCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1244:10 [INFO] [stdout] | [INFO] [stdout] 1244 | pub type virConnectDomainEventPMSuspendCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirConnectDomainEventPmsuspendCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventBalloonChangeCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1249:10 [INFO] [stdout] | [INFO] [stdout] 1249 | pub type virConnectDomainEventBalloonChangeCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventBalloonChangeCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventPMSuspendDiskCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1254:10 [INFO] [stdout] | [INFO] [stdout] 1254 | pub type virConnectDomainEventPMSuspendDiskCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirConnectDomainEventPmsuspendDiskCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventDeviceRemovedCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1259:10 [INFO] [stdout] | [INFO] [stdout] 1259 | pub type virConnectDomainEventDeviceRemovedCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventDeviceRemovedCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed95` should have an upper camel case name [INFO] [stdout] --> lib.rs:1264:10 [INFO] [stdout] | [INFO] [stdout] 1264 | pub type Enum_Unnamed95 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed95` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventID` should have an upper camel case name [INFO] [stdout] --> lib.rs:1281:10 [INFO] [stdout] | [INFO] [stdout] 1281 | pub type virDomainEventID = Enum_Unnamed95; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirDomainEventId` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed96` should have an upper camel case name [INFO] [stdout] --> lib.rs:1282:10 [INFO] [stdout] | [INFO] [stdout] 1282 | pub type Enum_Unnamed96 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed96` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetworkEventLifecycleType` should have an upper camel case name [INFO] [stdout] --> lib.rs:1287:10 [INFO] [stdout] | [INFO] [stdout] 1287 | pub type virNetworkEventLifecycleType = Enum_Unnamed96; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNetworkEventLifecycleType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectNetworkEventLifecycleCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1288:10 [INFO] [stdout] | [INFO] [stdout] 1288 | pub type virConnectNetworkEventLifecycleCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectNetworkEventLifecycleCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed97` should have an upper camel case name [INFO] [stdout] --> lib.rs:1294:10 [INFO] [stdout] | [INFO] [stdout] 1294 | pub type Enum_Unnamed97 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed97` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetworkEventID` should have an upper camel case name [INFO] [stdout] --> lib.rs:1296:10 [INFO] [stdout] | [INFO] [stdout] 1296 | pub type virNetworkEventID = Enum_Unnamed97; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirNetworkEventId` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectNetworkEventGenericCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1297:10 [INFO] [stdout] | [INFO] [stdout] 1297 | pub type virConnectNetworkEventGenericCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectNetworkEventGenericCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virNWFilter` should have an upper camel case name [INFO] [stdout] --> lib.rs:1301:10 [INFO] [stdout] | [INFO] [stdout] 1301 | pub enum Struct__virNWFilter { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirNwfilter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNWFilter` should have an upper camel case name [INFO] [stdout] --> lib.rs:1302:10 [INFO] [stdout] | [INFO] [stdout] 1302 | pub type virNWFilter = Struct__virNWFilter; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNwfilter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNWFilterPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1303:10 [INFO] [stdout] | [INFO] [stdout] 1303 | pub type virNWFilterPtr = *mut virNWFilter; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNwfilterPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed98` should have an upper camel case name [INFO] [stdout] --> lib.rs:1304:10 [INFO] [stdout] | [INFO] [stdout] 1304 | pub type Enum_Unnamed98 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed98` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainConsoleFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1307:10 [INFO] [stdout] | [INFO] [stdout] 1307 | pub type virDomainConsoleFlags = Enum_Unnamed98; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainConsoleFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed99` should have an upper camel case name [INFO] [stdout] --> lib.rs:1308:10 [INFO] [stdout] | [INFO] [stdout] 1308 | pub type Enum_Unnamed99 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed99` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainChannelFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1310:10 [INFO] [stdout] | [INFO] [stdout] 1310 | pub type virDomainChannelFlags = Enum_Unnamed99; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainChannelFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStreamSourceFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:990:10 [INFO] [stdout] | [INFO] [stdout] 990 | pub type virStreamSourceFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStreamSourceFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed100` should have an upper camel case name [INFO] [stdout] --> lib.rs:1311:10 [INFO] [stdout] | [INFO] [stdout] 1311 | pub type Enum_Unnamed100 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed100` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainOpenGraphicsFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1313:10 [INFO] [stdout] | [INFO] [stdout] 1313 | pub type virDomainOpenGraphicsFlags = Enum_Unnamed100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainOpenGraphicsFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStreamSinkFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:996:10 [INFO] [stdout] | [INFO] [stdout] 996 | pub type virStreamSinkFunc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStreamSinkFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed101` should have an upper camel case name [INFO] [stdout] --> lib.rs:1314:10 [INFO] [stdout] | [INFO] [stdout] 1314 | pub type Enum_Unnamed101 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed101` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed80` should have an upper camel case name [INFO] [stdout] --> lib.rs:1002:10 [INFO] [stdout] | [INFO] [stdout] 1002 | pub type Enum_Unnamed80 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed80` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSchedParameterType` should have an upper camel case name [INFO] [stdout] --> lib.rs:1321:10 [INFO] [stdout] | [INFO] [stdout] 1321 | pub type virSchedParameterType = Enum_Unnamed101; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSchedParameterType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStreamEventType` should have an upper camel case name [INFO] [stdout] --> lib.rs:1007:10 [INFO] [stdout] | [INFO] [stdout] 1007 | pub type virStreamEventType = Enum_Unnamed80; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStreamEventType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSchedParameter` should have an upper camel case name [INFO] [stdout] --> lib.rs:1322:10 [INFO] [stdout] | [INFO] [stdout] 1322 | pub type virSchedParameter = Struct__virTypedParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSchedParameter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virStreamEventCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1008:10 [INFO] [stdout] | [INFO] [stdout] 1008 | pub type virStreamEventCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirStreamEventCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSchedParameterPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1323:10 [INFO] [stdout] | [INFO] [stdout] 1323 | pub type virSchedParameterPtr = *mut virSchedParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSchedParameterPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed81` should have an upper camel case name [INFO] [stdout] --> lib.rs:1012:10 [INFO] [stdout] | [INFO] [stdout] 1012 | pub type Enum_Unnamed81 = self::libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed81` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed102` should have an upper camel case name [INFO] [stdout] --> lib.rs:1324:10 [INFO] [stdout] | [INFO] [stdout] 1324 | pub type Enum_Unnamed102 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed102` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virCPUCompareResult` should have an upper camel case name [INFO] [stdout] --> lib.rs:1017:10 [INFO] [stdout] | [INFO] [stdout] 1017 | pub type virCPUCompareResult = Enum_Unnamed81; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirCpucompareResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virBlkioParameterType` should have an upper camel case name [INFO] [stdout] --> lib.rs:1331:10 [INFO] [stdout] | [INFO] [stdout] 1331 | pub type virBlkioParameterType = Enum_Unnamed102; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirBlkioParameterType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed82` should have an upper camel case name [INFO] [stdout] --> lib.rs:1018:10 [INFO] [stdout] | [INFO] [stdout] 1018 | pub type Enum_Unnamed82 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed82` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virBlkioParameter` should have an upper camel case name [INFO] [stdout] --> lib.rs:1332:10 [INFO] [stdout] | [INFO] [stdout] 1332 | pub type virBlkioParameter = Struct__virTypedParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirBlkioParameter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectBaselineCPUFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1020:10 [INFO] [stdout] | [INFO] [stdout] 1020 | pub type virConnectBaselineCPUFlags = Enum_Unnamed82; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirConnectBaselineCpuflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virBlkioParameterPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1333:10 [INFO] [stdout] | [INFO] [stdout] 1333 | pub type virBlkioParameterPtr = *mut virBlkioParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirBlkioParameterPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed83` should have an upper camel case name [INFO] [stdout] --> lib.rs:1021:10 [INFO] [stdout] | [INFO] [stdout] 1021 | pub type Enum_Unnamed83 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed83` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed103` should have an upper camel case name [INFO] [stdout] --> lib.rs:1334:10 [INFO] [stdout] | [INFO] [stdout] 1334 | pub type Enum_Unnamed103 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed103` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainJobType` should have an upper camel case name [INFO] [stdout] --> lib.rs:1028:10 [INFO] [stdout] | [INFO] [stdout] 1028 | pub type virDomainJobType = Enum_Unnamed83; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainJobType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virMemoryParameterType` should have an upper camel case name [INFO] [stdout] --> lib.rs:1341:10 [INFO] [stdout] | [INFO] [stdout] 1341 | pub type virMemoryParameterType = Enum_Unnamed103; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirMemoryParameterType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainJobInfo` should have an upper camel case name [INFO] [stdout] --> lib.rs:1029:10 [INFO] [stdout] | [INFO] [stdout] 1029 | pub type virDomainJobInfo = Struct__virDomainJobInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainJobInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virMemoryParameter` should have an upper camel case name [INFO] [stdout] --> lib.rs:1342:10 [INFO] [stdout] | [INFO] [stdout] 1342 | pub type virMemoryParameter = Struct__virTypedParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirMemoryParameter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainJobInfoPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1030:10 [INFO] [stdout] | [INFO] [stdout] 1030 | pub type virDomainJobInfoPtr = *mut virDomainJobInfo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainJobInfoPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virMemoryParameterPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1343:10 [INFO] [stdout] | [INFO] [stdout] 1343 | pub type virMemoryParameterPtr = *mut virMemoryParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirMemoryParameterPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virDomainSnapshot` should have an upper camel case name [INFO] [stdout] --> lib.rs:1053:10 [INFO] [stdout] | [INFO] [stdout] 1053 | pub enum Struct__virDomainSnapshot { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirDomainSnapshot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed135` should have an upper camel case name [INFO] [stdout] --> lib.rs:1344:10 [INFO] [stdout] | [INFO] [stdout] 1344 | pub type Enum_Unnamed135 = ::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed135` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virErrorLevel` should have an upper camel case name [INFO] [stdout] --> lib.rs:1348:10 [INFO] [stdout] | [INFO] [stdout] 1348 | pub type virErrorLevel = Enum_Unnamed135; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirErrorLevel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainSnapshot` should have an upper camel case name [INFO] [stdout] --> lib.rs:1054:10 [INFO] [stdout] | [INFO] [stdout] 1054 | pub type virDomainSnapshot = Struct__virDomainSnapshot; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainSnapshot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed136` should have an upper camel case name [INFO] [stdout] --> lib.rs:1349:10 [INFO] [stdout] | [INFO] [stdout] 1349 | pub type Enum_Unnamed136 = ::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed136` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainSnapshotPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1055:10 [INFO] [stdout] | [INFO] [stdout] 1055 | pub type virDomainSnapshotPtr = *mut virDomainSnapshot; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainSnapshotPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed137` should have an upper camel case name [INFO] [stdout] --> lib.rs:1414:10 [INFO] [stdout] | [INFO] [stdout] 1414 | pub type Enum_Unnamed137 = ::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed137` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed84` should have an upper camel case name [INFO] [stdout] --> lib.rs:1056:10 [INFO] [stdout] | [INFO] [stdout] 1056 | pub type Enum_Unnamed84 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed84` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virErrorNumber` should have an upper camel case name [INFO] [stdout] --> lib.rs:1509:10 [INFO] [stdout] | [INFO] [stdout] 1509 | pub type virErrorNumber = Enum_Unnamed137; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirErrorNumber` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainSnapshotCreateFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1066:10 [INFO] [stdout] | [INFO] [stdout] 1066 | pub type virDomainSnapshotCreateFlags = Enum_Unnamed84; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainSnapshotCreateFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virErrorFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:1510:10 [INFO] [stdout] | [INFO] [stdout] 1510 | pub type virErrorFunc = [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirErrorFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed85` should have an upper camel case name [INFO] [stdout] --> lib.rs:1067:10 [INFO] [stdout] | [INFO] [stdout] 1067 | pub type Enum_Unnamed85 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed85` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainSnapshotListFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1079:10 [INFO] [stdout] | [INFO] [stdout] 1079 | pub type virDomainSnapshotListFlags = Enum_Unnamed85; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainSnapshotListFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed86` should have an upper camel case name [INFO] [stdout] --> lib.rs:1080:10 [INFO] [stdout] | [INFO] [stdout] 1080 | pub type Enum_Unnamed86 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed86` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainSnapshotRevertFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1084:10 [INFO] [stdout] | [INFO] [stdout] 1084 | pub type virDomainSnapshotRevertFlags = Enum_Unnamed86; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainSnapshotRevertFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed87` should have an upper camel case name [INFO] [stdout] --> lib.rs:1085:10 [INFO] [stdout] | [INFO] [stdout] 1085 | pub type Enum_Unnamed87 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed87` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainSnapshotDeleteFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1089:10 [INFO] [stdout] | [INFO] [stdout] 1089 | pub type virDomainSnapshotDeleteFlags = Enum_Unnamed87; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainSnapshotDeleteFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventGenericCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1090:10 [INFO] [stdout] | [INFO] [stdout] 1090 | pub type virConnectDomainEventGenericCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventGenericCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventRTCChangeCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1094:10 [INFO] [stdout] | [INFO] [stdout] 1094 | pub type virConnectDomainEventRTCChangeCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirConnectDomainEventRtcchangeCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed88` should have an upper camel case name [INFO] [stdout] --> lib.rs:1099:10 [INFO] [stdout] | [INFO] [stdout] 1099 | pub type Enum_Unnamed88 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed88` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virErrorDomain` should have an upper camel case name [INFO] [stdout] --> lib.rs:1513:10 [INFO] [stdout] | [INFO] [stdout] 1513 | pub type virErrorDomain = Enum_Unnamed136; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirErrorDomain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virError` should have an upper camel case name [INFO] [stdout] --> lib.rs:1514:10 [INFO] [stdout] | [INFO] [stdout] 1514 | pub type virError = Struct__virError; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virErrorPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1515:10 [INFO] [stdout] | [INFO] [stdout] 1515 | pub type virErrorPtr = *mut virError; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirErrorPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventWatchdogAction` should have an upper camel case name [INFO] [stdout] --> lib.rs:1106:10 [INFO] [stdout] | [INFO] [stdout] 1106 | pub type virDomainEventWatchdogAction = Enum_Unnamed88; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventWatchdogAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventWatchdogCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1107:10 [INFO] [stdout] | [INFO] [stdout] 1107 | pub type virConnectDomainEventWatchdogCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventWatchdogCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed89` should have an upper camel case name [INFO] [stdout] --> lib.rs:1112:10 [INFO] [stdout] | [INFO] [stdout] 1112 | pub type Enum_Unnamed89 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed89` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventIOErrorAction` should have an upper camel case name [INFO] [stdout] --> lib.rs:1116:10 [INFO] [stdout] | [INFO] [stdout] 1116 | pub type virDomainEventIOErrorAction = Enum_Unnamed89; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirDomainEventIoerrorAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventIOErrorCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1117:10 [INFO] [stdout] | [INFO] [stdout] 1117 | pub type virConnectDomainEventIOErrorCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirConnectDomainEventIoerrorCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventIOErrorReasonCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1124:10 [INFO] [stdout] | [INFO] [stdout] 1124 | pub type virConnectDomainEventIOErrorReasonCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirConnectDomainEventIoerrorReasonCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed90` should have an upper camel case name [INFO] [stdout] --> lib.rs:1132:10 [INFO] [stdout] | [INFO] [stdout] 1132 | pub type Enum_Unnamed90 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed90` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsPhase` should have an upper camel case name [INFO] [stdout] --> lib.rs:1136:10 [INFO] [stdout] | [INFO] [stdout] 1136 | pub type virDomainEventGraphicsPhase = Enum_Unnamed90; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsPhase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed91` should have an upper camel case name [INFO] [stdout] --> lib.rs:1137:10 [INFO] [stdout] | [INFO] [stdout] 1137 | pub type Enum_Unnamed91 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed91` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsAddressType` should have an upper camel case name [INFO] [stdout] --> lib.rs:1141:10 [INFO] [stdout] | [INFO] [stdout] 1141 | pub type virDomainEventGraphicsAddressType = Enum_Unnamed91; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsAddressType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsAddress` should have an upper camel case name [INFO] [stdout] --> lib.rs:1155:10 [INFO] [stdout] | [INFO] [stdout] 1155 | pub type virDomainEventGraphicsAddress = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsAddress` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsAddressPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1157:10 [INFO] [stdout] | [INFO] [stdout] 1157 | pub type virDomainEventGraphicsAddressPtr = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsAddressPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsSubjectIdentity` should have an upper camel case name [INFO] [stdout] --> lib.rs:1172:10 [INFO] [stdout] | [INFO] [stdout] 1172 | pub type virDomainEventGraphicsSubjectIdentity = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsSubjectIdentity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsSubjectIdentityPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1174:10 [INFO] [stdout] | [INFO] [stdout] 1174 | pub type virDomainEventGraphicsSubjectIdentityPtr = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsSubjectIdentityPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsSubject` should have an upper camel case name [INFO] [stdout] --> lib.rs:1188:10 [INFO] [stdout] | [INFO] [stdout] 1188 | pub type virDomainEventGraphicsSubject = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsSubject` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventGraphicsSubjectPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1190:10 [INFO] [stdout] | [INFO] [stdout] 1190 | pub type virDomainEventGraphicsSubjectPtr = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventGraphicsSubjectPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventGraphicsCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1192:10 [INFO] [stdout] | [INFO] [stdout] 1192 | pub type virConnectDomainEventGraphicsCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventGraphicsCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed92` should have an upper camel case name [INFO] [stdout] --> lib.rs:1204:10 [INFO] [stdout] | [INFO] [stdout] 1204 | pub type Enum_Unnamed92 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed92` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventBlockJobStatus` should have an upper camel case name [INFO] [stdout] --> lib.rs:1209:10 [INFO] [stdout] | [INFO] [stdout] 1209 | pub type virConnectDomainEventBlockJobStatus = Enum_Unnamed92; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventBlockJobStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventBlockJobCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1210:10 [INFO] [stdout] | [INFO] [stdout] 1210 | pub type virConnectDomainEventBlockJobCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventBlockJobCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed93` should have an upper camel case name [INFO] [stdout] --> lib.rs:1217:10 [INFO] [stdout] | [INFO] [stdout] 1217 | pub type Enum_Unnamed93 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed93` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventDiskChangeReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:1220:10 [INFO] [stdout] | [INFO] [stdout] 1220 | pub type virConnectDomainEventDiskChangeReason = Enum_Unnamed93; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventDiskChangeReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventDiskChangeCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1221:10 [INFO] [stdout] | [INFO] [stdout] 1221 | pub type virConnectDomainEventDiskChangeCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventDiskChangeCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed94` should have an upper camel case name [INFO] [stdout] --> lib.rs:1229:10 [INFO] [stdout] | [INFO] [stdout] 1229 | pub type Enum_Unnamed94 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed94` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventTrayChangeReason` should have an upper camel case name [INFO] [stdout] --> lib.rs:1232:10 [INFO] [stdout] | [INFO] [stdout] 1232 | pub type virDomainEventTrayChangeReason = Enum_Unnamed94; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainEventTrayChangeReason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventTrayChangeCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1233:10 [INFO] [stdout] | [INFO] [stdout] 1233 | pub type virConnectDomainEventTrayChangeCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventTrayChangeCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventPMWakeupCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1239:10 [INFO] [stdout] | [INFO] [stdout] 1239 | pub type virConnectDomainEventPMWakeupCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirConnectDomainEventPmwakeupCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventPMSuspendCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1244:10 [INFO] [stdout] | [INFO] [stdout] 1244 | pub type virConnectDomainEventPMSuspendCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirConnectDomainEventPmsuspendCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventBalloonChangeCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1249:10 [INFO] [stdout] | [INFO] [stdout] 1249 | pub type virConnectDomainEventBalloonChangeCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventBalloonChangeCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventPMSuspendDiskCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1254:10 [INFO] [stdout] | [INFO] [stdout] 1254 | pub type virConnectDomainEventPMSuspendDiskCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirConnectDomainEventPmsuspendDiskCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectDomainEventDeviceRemovedCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1259:10 [INFO] [stdout] | [INFO] [stdout] 1259 | pub type virConnectDomainEventDeviceRemovedCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectDomainEventDeviceRemovedCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed95` should have an upper camel case name [INFO] [stdout] --> lib.rs:1264:10 [INFO] [stdout] | [INFO] [stdout] 1264 | pub type Enum_Unnamed95 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed95` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainEventID` should have an upper camel case name [INFO] [stdout] --> lib.rs:1281:10 [INFO] [stdout] | [INFO] [stdout] 1281 | pub type virDomainEventID = Enum_Unnamed95; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirDomainEventId` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed96` should have an upper camel case name [INFO] [stdout] --> lib.rs:1282:10 [INFO] [stdout] | [INFO] [stdout] 1282 | pub type Enum_Unnamed96 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed96` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetworkEventLifecycleType` should have an upper camel case name [INFO] [stdout] --> lib.rs:1287:10 [INFO] [stdout] | [INFO] [stdout] 1287 | pub type virNetworkEventLifecycleType = Enum_Unnamed96; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNetworkEventLifecycleType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectNetworkEventLifecycleCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1288:10 [INFO] [stdout] | [INFO] [stdout] 1288 | pub type virConnectNetworkEventLifecycleCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectNetworkEventLifecycleCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed97` should have an upper camel case name [INFO] [stdout] --> lib.rs:1294:10 [INFO] [stdout] | [INFO] [stdout] 1294 | pub type Enum_Unnamed97 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed97` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNetworkEventID` should have an upper camel case name [INFO] [stdout] --> lib.rs:1296:10 [INFO] [stdout] | [INFO] [stdout] 1296 | pub type virNetworkEventID = Enum_Unnamed97; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VirNetworkEventId` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virConnectNetworkEventGenericCallback` should have an upper camel case name [INFO] [stdout] --> lib.rs:1297:10 [INFO] [stdout] | [INFO] [stdout] 1297 | pub type virConnectNetworkEventGenericCallback = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirConnectNetworkEventGenericCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Struct__virNWFilter` should have an upper camel case name [INFO] [stdout] --> lib.rs:1301:10 [INFO] [stdout] | [INFO] [stdout] 1301 | pub enum Struct__virNWFilter { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StructVirNwfilter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNWFilter` should have an upper camel case name [INFO] [stdout] --> lib.rs:1302:10 [INFO] [stdout] | [INFO] [stdout] 1302 | pub type virNWFilter = Struct__virNWFilter; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNwfilter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virNWFilterPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1303:10 [INFO] [stdout] | [INFO] [stdout] 1303 | pub type virNWFilterPtr = *mut virNWFilter; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirNwfilterPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed98` should have an upper camel case name [INFO] [stdout] --> lib.rs:1304:10 [INFO] [stdout] | [INFO] [stdout] 1304 | pub type Enum_Unnamed98 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed98` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainConsoleFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1307:10 [INFO] [stdout] | [INFO] [stdout] 1307 | pub type virDomainConsoleFlags = Enum_Unnamed98; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainConsoleFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed99` should have an upper camel case name [INFO] [stdout] --> lib.rs:1308:10 [INFO] [stdout] | [INFO] [stdout] 1308 | pub type Enum_Unnamed99 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed99` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainChannelFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1310:10 [INFO] [stdout] | [INFO] [stdout] 1310 | pub type virDomainChannelFlags = Enum_Unnamed99; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainChannelFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed100` should have an upper camel case name [INFO] [stdout] --> lib.rs:1311:10 [INFO] [stdout] | [INFO] [stdout] 1311 | pub type Enum_Unnamed100 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed100` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virDomainOpenGraphicsFlags` should have an upper camel case name [INFO] [stdout] --> lib.rs:1313:10 [INFO] [stdout] | [INFO] [stdout] 1313 | pub type virDomainOpenGraphicsFlags = Enum_Unnamed100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirDomainOpenGraphicsFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed101` should have an upper camel case name [INFO] [stdout] --> lib.rs:1314:10 [INFO] [stdout] | [INFO] [stdout] 1314 | pub type Enum_Unnamed101 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed101` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSchedParameterType` should have an upper camel case name [INFO] [stdout] --> lib.rs:1321:10 [INFO] [stdout] | [INFO] [stdout] 1321 | pub type virSchedParameterType = Enum_Unnamed101; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSchedParameterType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSchedParameter` should have an upper camel case name [INFO] [stdout] --> lib.rs:1322:10 [INFO] [stdout] | [INFO] [stdout] 1322 | pub type virSchedParameter = Struct__virTypedParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSchedParameter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virSchedParameterPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1323:10 [INFO] [stdout] | [INFO] [stdout] 1323 | pub type virSchedParameterPtr = *mut virSchedParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirSchedParameterPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed102` should have an upper camel case name [INFO] [stdout] --> lib.rs:1324:10 [INFO] [stdout] | [INFO] [stdout] 1324 | pub type Enum_Unnamed102 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed102` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virBlkioParameterType` should have an upper camel case name [INFO] [stdout] --> lib.rs:1331:10 [INFO] [stdout] | [INFO] [stdout] 1331 | pub type virBlkioParameterType = Enum_Unnamed102; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirBlkioParameterType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virBlkioParameter` should have an upper camel case name [INFO] [stdout] --> lib.rs:1332:10 [INFO] [stdout] | [INFO] [stdout] 1332 | pub type virBlkioParameter = Struct__virTypedParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirBlkioParameter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virBlkioParameterPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1333:10 [INFO] [stdout] | [INFO] [stdout] 1333 | pub type virBlkioParameterPtr = *mut virBlkioParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirBlkioParameterPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed103` should have an upper camel case name [INFO] [stdout] --> lib.rs:1334:10 [INFO] [stdout] | [INFO] [stdout] 1334 | pub type Enum_Unnamed103 = self::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed103` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virMemoryParameterType` should have an upper camel case name [INFO] [stdout] --> lib.rs:1341:10 [INFO] [stdout] | [INFO] [stdout] 1341 | pub type virMemoryParameterType = Enum_Unnamed103; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirMemoryParameterType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virMemoryParameter` should have an upper camel case name [INFO] [stdout] --> lib.rs:1342:10 [INFO] [stdout] | [INFO] [stdout] 1342 | pub type virMemoryParameter = Struct__virTypedParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirMemoryParameter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virMemoryParameterPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1343:10 [INFO] [stdout] | [INFO] [stdout] 1343 | pub type virMemoryParameterPtr = *mut virMemoryParameter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirMemoryParameterPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed135` should have an upper camel case name [INFO] [stdout] --> lib.rs:1344:10 [INFO] [stdout] | [INFO] [stdout] 1344 | pub type Enum_Unnamed135 = ::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed135` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virErrorLevel` should have an upper camel case name [INFO] [stdout] --> lib.rs:1348:10 [INFO] [stdout] | [INFO] [stdout] 1348 | pub type virErrorLevel = Enum_Unnamed135; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirErrorLevel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed136` should have an upper camel case name [INFO] [stdout] --> lib.rs:1349:10 [INFO] [stdout] | [INFO] [stdout] 1349 | pub type Enum_Unnamed136 = ::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed136` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Enum_Unnamed137` should have an upper camel case name [INFO] [stdout] --> lib.rs:1414:10 [INFO] [stdout] | [INFO] [stdout] 1414 | pub type Enum_Unnamed137 = ::libc::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EnumUnnamed137` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virErrorNumber` should have an upper camel case name [INFO] [stdout] --> lib.rs:1509:10 [INFO] [stdout] | [INFO] [stdout] 1509 | pub type virErrorNumber = Enum_Unnamed137; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirErrorNumber` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virErrorFunc` should have an upper camel case name [INFO] [stdout] --> lib.rs:1510:10 [INFO] [stdout] | [INFO] [stdout] 1510 | pub type virErrorFunc = [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirErrorFunc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virErrorDomain` should have an upper camel case name [INFO] [stdout] --> lib.rs:1513:10 [INFO] [stdout] | [INFO] [stdout] 1513 | pub type virErrorDomain = Enum_Unnamed136; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirErrorDomain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virError` should have an upper camel case name [INFO] [stdout] --> lib.rs:1514:10 [INFO] [stdout] | [INFO] [stdout] 1514 | pub type virError = Struct__virError; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `virErrorPtr` should have an upper camel case name [INFO] [stdout] --> lib.rs:1515:10 [INFO] [stdout] | [INFO] [stdout] 1515 | pub type virErrorPtr = *mut virError; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `VirErrorPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `stateTime` should have a snake case name [INFO] [stdout] --> lib.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub stateTime: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `state_time` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxMem` should have a snake case name [INFO] [stdout] --> lib.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | pub maxMem: self::libc::c_ulong, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `max_mem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nrVirtCpu` should have a snake case name [INFO] [stdout] --> lib.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | pub nrVirtCpu: self::libc::c_ushort, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `nr_virt_cpu` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cpuTime` should have a snake case name [INFO] [stdout] --> lib.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | pub cpuTime: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `cpu_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cpuTime` should have a snake case name [INFO] [stdout] --> lib.rs:534:9 [INFO] [stdout] | [INFO] [stdout] 534 | pub cpuTime: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `cpu_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `timeElapsed` should have a snake case name [INFO] [stdout] --> lib.rs:1035:9 [INFO] [stdout] | [INFO] [stdout] 1035 | pub timeElapsed: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `time_elapsed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `timeRemaining` should have a snake case name [INFO] [stdout] --> lib.rs:1036:9 [INFO] [stdout] | [INFO] [stdout] 1036 | pub timeRemaining: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `time_remaining` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataTotal` should have a snake case name [INFO] [stdout] --> lib.rs:1037:9 [INFO] [stdout] | [INFO] [stdout] 1037 | pub dataTotal: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `data_total` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataProcessed` should have a snake case name [INFO] [stdout] --> lib.rs:1038:9 [INFO] [stdout] | [INFO] [stdout] 1038 | pub dataProcessed: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `data_processed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataRemaining` should have a snake case name [INFO] [stdout] --> lib.rs:1039:9 [INFO] [stdout] | [INFO] [stdout] 1039 | pub dataRemaining: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `data_remaining` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `memTotal` should have a snake case name [INFO] [stdout] --> lib.rs:1040:9 [INFO] [stdout] | [INFO] [stdout] 1040 | pub memTotal: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `mem_total` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `memProcessed` should have a snake case name [INFO] [stdout] --> lib.rs:1041:9 [INFO] [stdout] | [INFO] [stdout] 1041 | pub memProcessed: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `mem_processed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `memRemaining` should have a snake case name [INFO] [stdout] --> lib.rs:1042:9 [INFO] [stdout] | [INFO] [stdout] 1042 | pub memRemaining: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `mem_remaining` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `fileTotal` should have a snake case name [INFO] [stdout] --> lib.rs:1043:9 [INFO] [stdout] | [INFO] [stdout] 1043 | pub fileTotal: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `file_total` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `fileProcessed` should have a snake case name [INFO] [stdout] --> lib.rs:1044:9 [INFO] [stdout] | [INFO] [stdout] 1044 | pub fileProcessed: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `file_processed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `fileRemaining` should have a snake case name [INFO] [stdout] --> lib.rs:1045:9 [INFO] [stdout] | [INFO] [stdout] 1045 | pub fileRemaining: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `file_remaining` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 346 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `stateTime` should have a snake case name [INFO] [stdout] --> lib.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub stateTime: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `state_time` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxMem` should have a snake case name [INFO] [stdout] --> lib.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | pub maxMem: self::libc::c_ulong, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `max_mem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nrVirtCpu` should have a snake case name [INFO] [stdout] --> lib.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | pub nrVirtCpu: self::libc::c_ushort, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `nr_virt_cpu` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cpuTime` should have a snake case name [INFO] [stdout] --> lib.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | pub cpuTime: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `cpu_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cpuTime` should have a snake case name [INFO] [stdout] --> lib.rs:534:9 [INFO] [stdout] | [INFO] [stdout] 534 | pub cpuTime: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `cpu_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `timeElapsed` should have a snake case name [INFO] [stdout] --> lib.rs:1035:9 [INFO] [stdout] | [INFO] [stdout] 1035 | pub timeElapsed: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `time_elapsed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `timeRemaining` should have a snake case name [INFO] [stdout] --> lib.rs:1036:9 [INFO] [stdout] | [INFO] [stdout] 1036 | pub timeRemaining: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `time_remaining` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataTotal` should have a snake case name [INFO] [stdout] --> lib.rs:1037:9 [INFO] [stdout] | [INFO] [stdout] 1037 | pub dataTotal: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `data_total` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataProcessed` should have a snake case name [INFO] [stdout] --> lib.rs:1038:9 [INFO] [stdout] | [INFO] [stdout] 1038 | pub dataProcessed: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `data_processed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataRemaining` should have a snake case name [INFO] [stdout] --> lib.rs:1039:9 [INFO] [stdout] | [INFO] [stdout] 1039 | pub dataRemaining: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `data_remaining` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `memTotal` should have a snake case name [INFO] [stdout] --> lib.rs:1040:9 [INFO] [stdout] | [INFO] [stdout] 1040 | pub memTotal: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `mem_total` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `memProcessed` should have a snake case name [INFO] [stdout] --> lib.rs:1041:9 [INFO] [stdout] | [INFO] [stdout] 1041 | pub memProcessed: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `mem_processed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `memRemaining` should have a snake case name [INFO] [stdout] --> lib.rs:1042:9 [INFO] [stdout] | [INFO] [stdout] 1042 | pub memRemaining: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `mem_remaining` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `fileTotal` should have a snake case name [INFO] [stdout] --> lib.rs:1043:9 [INFO] [stdout] | [INFO] [stdout] 1043 | pub fileTotal: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `file_total` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `fileProcessed` should have a snake case name [INFO] [stdout] --> lib.rs:1044:9 [INFO] [stdout] | [INFO] [stdout] 1044 | pub fileProcessed: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `file_processed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `fileRemaining` should have a snake case name [INFO] [stdout] --> lib.rs:1045:9 [INFO] [stdout] | [INFO] [stdout] 1045 | pub fileRemaining: self::libc::c_ulonglong, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `file_remaining` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 346 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.10s [INFO] running `Command { std: "docker" "inspect" "935e39178d636ff9854d1a8272cf98c0f84b2f1a4465b4c1e85b7bd1252b8a71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "935e39178d636ff9854d1a8272cf98c0f84b2f1a4465b4c1e85b7bd1252b8a71", kill_on_drop: false }` [INFO] [stdout] 935e39178d636ff9854d1a8272cf98c0f84b2f1a4465b4c1e85b7bd1252b8a71