[INFO] fetching crate redrust 0.1.1...
[INFO] testing redrust-0.1.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate redrust 0.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate redrust 0.1.1
[INFO] finished tweaking crates.io crate redrust 0.1.1
[INFO] tweaked toml for crates.io crate redrust 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate redrust 0.1.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] [stderr]       Adding c2rust-bitfields v0.17.0 (available: v0.20.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ef982078123d21a92c0b94e52c22c4e61a2d12fbd4be1ca1e525ddeba6e9859b
[INFO] running `Command { std: "docker" "start" "-a" "ef982078123d21a92c0b94e52c22c4e61a2d12fbd4be1ca1e525ddeba6e9859b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ef982078123d21a92c0b94e52c22c4e61a2d12fbd4be1ca1e525ddeba6e9859b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef982078123d21a92c0b94e52c22c4e61a2d12fbd4be1ca1e525ddeba6e9859b", kill_on_drop: false }`
[INFO] [stdout] ef982078123d21a92c0b94e52c22c4e61a2d12fbd4be1ca1e525ddeba6e9859b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0c7bf8e2f45a041ab8caa02b017e63706b2f59f98d6b24fa0d9b9637e6d46632
[INFO] running `Command { std: "docker" "start" "-a" "0c7bf8e2f45a041ab8caa02b017e63706b2f59f98d6b24fa0d9b9637e6d46632", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling c2rust-bitfields-derive v0.17.0
[INFO] [stderr]    Compiling c2rust-bitfields v0.17.0
[INFO] [stderr]    Compiling redrust v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/aof.rs:3419:46
[INFO] [stdout]      |
[INFO] [stdout] 3419 |     aof_bio_fsync_status = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]      |                                              ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/aof.rs:3430:27
[INFO] [stdout]      |
[INFO] [stdout] 3430 |         core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/bio.rs:1611:53
[INFO] [stdout]      |
[INFO] [stdout] 1611 |                     last_status = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]      |                                                     ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/bio.rs:1614:39
[INFO] [stdout]      |
[INFO] [stdout] 1614 |                     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/bio.rs:1618:39
[INFO] [stdout]      |
[INFO] [stdout] 1618 |                     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/bio.rs:1634:39
[INFO] [stdout]      |
[INFO] [stdout] 1634 |                     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/evict.rs:1395:38
[INFO] [stdout]      |
[INFO] [stdout] 1395 |         lruclock = core::intrinsics::atomic_load_relaxed(&mut server.lruclock);
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xsub_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:298:23
[INFO] [stdout]     |
[INFO] [stdout] 298 |     core::intrinsics::atomic_xsub_relaxed(fresh0, fresh1) - fresh1;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:301:23
[INFO] [stdout]     |
[INFO] [stdout] 301 |     core::intrinsics::atomic_xadd_relaxed(fresh2, fresh3) + fresh3;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xsub_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:313:23
[INFO] [stdout]     |
[INFO] [stdout] 313 |     core::intrinsics::atomic_xsub_relaxed(fresh4, fresh5) - fresh5;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:316:23
[INFO] [stdout]     |
[INFO] [stdout] 316 |     core::intrinsics::atomic_xadd_relaxed(fresh6, fresh7) + fresh7;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xsub_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:325:23
[INFO] [stdout]     |
[INFO] [stdout] 325 |     core::intrinsics::atomic_xsub_relaxed(fresh8, fresh9) - fresh9;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:328:23
[INFO] [stdout]     |
[INFO] [stdout] 328 |     core::intrinsics::atomic_xadd_relaxed(fresh10, fresh11) + fresh11;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xsub_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:340:23
[INFO] [stdout]     |
[INFO] [stdout] 340 |     core::intrinsics::atomic_xsub_relaxed(fresh12, fresh13) - fresh13;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:343:23
[INFO] [stdout]     |
[INFO] [stdout] 343 |     core::intrinsics::atomic_xadd_relaxed(fresh14, fresh15) + fresh15;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xsub_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:353:23
[INFO] [stdout]     |
[INFO] [stdout] 353 |     core::intrinsics::atomic_xsub_relaxed(fresh16, fresh17) - fresh17;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:356:23
[INFO] [stdout]     |
[INFO] [stdout] 356 |     core::intrinsics::atomic_xadd_relaxed(fresh18, fresh19) + fresh19;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xsub_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:371:23
[INFO] [stdout]     |
[INFO] [stdout] 371 |     core::intrinsics::atomic_xsub_relaxed(fresh20, fresh21) - fresh21;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:374:23
[INFO] [stdout]     |
[INFO] [stdout] 374 |     core::intrinsics::atomic_xadd_relaxed(fresh22, fresh23) + fresh23;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:379:29
[INFO] [stdout]     |
[INFO] [stdout] 379 |     aux = core::intrinsics::atomic_load_relaxed(&mut lazyfree_objects);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:385:29
[INFO] [stdout]     |
[INFO] [stdout] 385 |     aux = core::intrinsics::atomic_load_relaxed(&mut lazyfreed_objects);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:390:23
[INFO] [stdout]     |
[INFO] [stdout] 390 |     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:498:27
[INFO] [stdout]     |
[INFO] [stdout] 498 |         core::intrinsics::atomic_xadd_relaxed(fresh24, fresh25) + fresh25;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:519:23
[INFO] [stdout]     |
[INFO] [stdout] 519 |     core::intrinsics::atomic_xadd_relaxed(fresh26, fresh27) + fresh27;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:532:27
[INFO] [stdout]     |
[INFO] [stdout] 532 |         core::intrinsics::atomic_xadd_relaxed(fresh28, fresh29) + fresh29;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:554:27
[INFO] [stdout]     |
[INFO] [stdout] 554 |         core::intrinsics::atomic_xadd_relaxed(fresh30, fresh31) + fresh31;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:575:27
[INFO] [stdout]     |
[INFO] [stdout] 575 |         core::intrinsics::atomic_xadd_relaxed(fresh32, fresh33) + fresh33;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/lazyfree.rs:598:27
[INFO] [stdout]     |
[INFO] [stdout] 598 |         core::intrinsics::atomic_xadd_relaxed(fresh34, fresh35) + fresh35;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/networking.rs:4638:23
[INFO] [stdout]      |
[INFO] [stdout] 4638 |     core::intrinsics::atomic_xadd_relaxed(fresh10, fresh11) + fresh11;
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/networking.rs:4659:27
[INFO] [stdout]      |
[INFO] [stdout] 4659 |         core::intrinsics::atomic_xadd_relaxed(fresh12, fresh13) + fresh13;
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/networking.rs:4663:27
[INFO] [stdout]      |
[INFO] [stdout] 4663 |         core::intrinsics::atomic_xadd_relaxed(fresh14, fresh15) + fresh15;
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/networking.rs:5463:23
[INFO] [stdout]      |
[INFO] [stdout] 5463 |     core::intrinsics::atomic_xadd_relaxed(fresh21, fresh22) + fresh22;
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/networking.rs:5535:31
[INFO] [stdout]      |
[INFO] [stdout] 5535 |             core::intrinsics::atomic_xadd_relaxed(fresh23, fresh24) + fresh24;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/networking.rs:5539:31
[INFO] [stdout]      |
[INFO] [stdout] 5539 |             core::intrinsics::atomic_xadd_relaxed(fresh25, fresh26) + fresh26;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_seqcst` in module `core::intrinsics`
[INFO] [stdout]     --> src/networking.rs:7564:31
[INFO] [stdout]      |
[INFO] [stdout] 7564 |     count = core::intrinsics::atomic_load_seqcst(
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_seqcst` in module `core::intrinsics`
[INFO] [stdout]     --> src/networking.rs:7571:23
[INFO] [stdout]      |
[INFO] [stdout] 7571 |     core::intrinsics::atomic_store_seqcst(
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/rdb.rs:7017:27
[INFO] [stdout]      |
[INFO] [stdout] 7017 |         core::intrinsics::atomic_xadd_relaxed(fresh9, fresh10) + fresh10;
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:17659:47
[INFO] [stdout]       |
[INFO] [stdout] 17659 |         requests_finished = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]       |                                               ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:17792:43
[INFO] [stdout]       |
[INFO] [stdout] 17792 |     is_updating_slots = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]       |                                           ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:17829:43
[INFO] [stdout]       |
[INFO] [stdout] 17829 |     requests_finished = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]       |                                           ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:17983:55
[INFO] [stdout]       |
[INFO] [stdout] 17983 |                 requests_finished = core::intrinsics::atomic_xadd_relaxed(
[INFO] [stdout]       |                                                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:18045:45
[INFO] [stdout]       |
[INFO] [stdout] 18045 |         requests_issued = core::intrinsics::atomic_xadd_relaxed(fresh4, fresh5)
[INFO] [stdout]       |                                             ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:18057:52
[INFO] [stdout]       |
[INFO] [stdout] 18057 |             .slots_last_update = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]       |                                                    ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:18447:23
[INFO] [stdout]       |
[INFO] [stdout] 18447 |     core::intrinsics::atomic_xadd_relaxed(fresh14, fresh15) + fresh15;
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:18449:48
[INFO] [stdout]       |
[INFO] [stdout] 18449 |         .slots_last_update = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]       |                                                ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:19292:37
[INFO] [stdout]       |
[INFO] [stdout] 19292 |     last_update = core::intrinsics::atomic_load_relaxed(&mut config.slots_last_update);
[INFO] [stdout]       |                                     ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:19300:43
[INFO] [stdout]       |
[INFO] [stdout] 19300 |     is_fetching_slots = core::intrinsics::atomic_xadd_relaxed(fresh27, fresh28)
[INFO] [stdout]       |                                           ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:19305:23
[INFO] [stdout]       |
[INFO] [stdout] 19305 |     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:19565:23
[INFO] [stdout]       |
[INFO] [stdout] 19565 |     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:19573:23
[INFO] [stdout]       |
[INFO] [stdout] 19573 |     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:19592:23
[INFO] [stdout]       |
[INFO] [stdout] 19592 |     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:19598:23
[INFO] [stdout]       |
[INFO] [stdout] 19598 |     core::intrinsics::atomic_xadd_relaxed(fresh30, fresh31) + fresh31;
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:20000:37
[INFO] [stdout]       |
[INFO] [stdout] 20000 |     liveclients = core::intrinsics::atomic_load_relaxed(&mut config.liveclients);
[INFO] [stdout]       |                                     ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:20001:43
[INFO] [stdout]       |
[INFO] [stdout] 20001 |     requests_finished = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]       |                                           ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:20004:52
[INFO] [stdout]       |
[INFO] [stdout] 20004 |     previous_requests_finished = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]       |                                                    ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/redis_benchmark.rs:20041:23
[INFO] [stdout]       |
[INFO] [stdout] 20041 |     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]       |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/replication.rs:3831:27
[INFO] [stdout]      |
[INFO] [stdout] 3831 |         core::intrinsics::atomic_xadd_relaxed(fresh4, fresh5) + fresh5;
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/replication.rs:3881:23
[INFO] [stdout]      |
[INFO] [stdout] 3881 |     core::intrinsics::atomic_xadd_relaxed(fresh6, fresh7) + fresh7;
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/replication.rs:3965:27
[INFO] [stdout]      |
[INFO] [stdout] 3965 |         core::intrinsics::atomic_xadd_relaxed(fresh8, fresh9) + fresh9;
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/replication.rs:4092:39
[INFO] [stdout]      |
[INFO] [stdout] 4092 |                     core::intrinsics::atomic_xadd_relaxed(fresh12, fresh13) + fresh13;
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/replication.rs:4454:31
[INFO] [stdout]      |
[INFO] [stdout] 4454 |             core::intrinsics::atomic_xadd_relaxed(fresh14, fresh15) + fresh15;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/replication.rs:4578:31
[INFO] [stdout]      |
[INFO] [stdout] 4578 |             core::intrinsics::atomic_xadd_relaxed(fresh16, fresh17) + fresh17;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:4863:23
[INFO] [stdout]      |
[INFO] [stdout] 4863 |     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:5031:50
[INFO] [stdout]      |
[INFO] [stdout] 5031 |         stat_net_input_bytes = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:5034:51
[INFO] [stdout]      |
[INFO] [stdout] 5034 |         stat_net_output_bytes = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:5037:55
[INFO] [stdout]      |
[INFO] [stdout] 5037 |         stat_net_repl_input_bytes = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:5040:56
[INFO] [stdout]      |
[INFO] [stdout] 5040 |         stat_net_repl_output_bytes = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]      |                                                        ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:5056:23
[INFO] [stdout]      |
[INFO] [stdout] 5056 |     core::intrinsics::atomic_store_relaxed(&mut server.lruclock, lruclock);
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:6202:23
[INFO] [stdout]      |
[INFO] [stdout] 6202 |     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:6246:23
[INFO] [stdout]      |
[INFO] [stdout] 6246 |     core::intrinsics::atomic_store_relaxed(&mut server.lruclock, lruclock);
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:6729:23
[INFO] [stdout]      |
[INFO] [stdout] 6729 |     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:6734:23
[INFO] [stdout]      |
[INFO] [stdout] 6734 |     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:6755:23
[INFO] [stdout]      |
[INFO] [stdout] 6755 |     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:6759:23
[INFO] [stdout]      |
[INFO] [stdout] 6759 |     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:6763:23
[INFO] [stdout]      |
[INFO] [stdout] 6763 |     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_store_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:6767:23
[INFO] [stdout]      |
[INFO] [stdout] 6767 |     core::intrinsics::atomic_store_relaxed(
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:9248:54
[INFO] [stdout]      |
[INFO] [stdout] 9248 |             aof_bio_fsync_status = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]     --> src/server.rs:9253:63
[INFO] [stdout]      |
[INFO] [stdout] 9253 |                     .aof_last_write_errno = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]      |                                                               ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/server.rs:11284:38
[INFO] [stdout]       |
[INFO] [stdout] 11284 |         lruclock = core::intrinsics::atomic_load_relaxed(&mut server.lruclock);
[INFO] [stdout]       |                                      ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/server.rs:11499:50
[INFO] [stdout]       |
[INFO] [stdout] 11499 |         aof_bio_fsync_status = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]       |                                                  ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/server.rs:11648:56
[INFO] [stdout]       |
[INFO] [stdout] 11648 |         stat_total_reads_processed = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]       |                                                        ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/server.rs:11651:57
[INFO] [stdout]       |
[INFO] [stdout] 11651 |         stat_total_writes_processed = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]       |                                                         ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/server.rs:11654:50
[INFO] [stdout]       |
[INFO] [stdout] 11654 |         stat_net_input_bytes = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]       |                                                  ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/server.rs:11657:51
[INFO] [stdout]       |
[INFO] [stdout] 11657 |         stat_net_output_bytes = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]       |                                                   ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/server.rs:11660:55
[INFO] [stdout]       |
[INFO] [stdout] 11660 |         stat_net_repl_input_bytes = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]       |                                                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]      --> src/server.rs:11663:56
[INFO] [stdout]       |
[INFO] [stdout] 11663 |         stat_net_repl_output_bytes = core::intrinsics::atomic_load_relaxed(
[INFO] [stdout]       |                                                        ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/zmalloc.rs:376:23
[INFO] [stdout]     |
[INFO] [stdout] 376 |     core::intrinsics::atomic_xadd_relaxed(fresh0, fresh1) + fresh1;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/zmalloc.rs:417:23
[INFO] [stdout]     |
[INFO] [stdout] 417 |     core::intrinsics::atomic_xadd_relaxed(fresh2, fresh3) + fresh3;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xsub_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/zmalloc.rs:427:23
[INFO] [stdout]     |
[INFO] [stdout] 427 |     core::intrinsics::atomic_xsub_relaxed(fresh4, fresh5) - fresh5;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/zmalloc.rs:450:23
[INFO] [stdout]     |
[INFO] [stdout] 450 |     core::intrinsics::atomic_xadd_relaxed(fresh6, fresh7) + fresh7;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xsub_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/zmalloc.rs:529:23
[INFO] [stdout]     |
[INFO] [stdout] 529 |     core::intrinsics::atomic_xsub_relaxed(fresh8, fresh9) - fresh9;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xadd_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/zmalloc.rs:533:23
[INFO] [stdout]     |
[INFO] [stdout] 533 |     core::intrinsics::atomic_xadd_relaxed(fresh10, fresh11) + fresh11;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xsub_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/zmalloc.rs:577:23
[INFO] [stdout]     |
[INFO] [stdout] 577 |     core::intrinsics::atomic_xsub_relaxed(fresh12, fresh13) - fresh13;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_xsub_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/zmalloc.rs:591:23
[INFO] [stdout]     |
[INFO] [stdout] 591 |     core::intrinsics::atomic_xsub_relaxed(fresh14, fresh15) - fresh15;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `core::intrinsics`
[INFO] [stdout]    --> src/zmalloc.rs:604:28
[INFO] [stdout]     |
[INFO] [stdout] 604 |     um = core::intrinsics::atomic_load_relaxed(&mut used_memory);
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^ not found in `core::intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(extern_types)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(c_variadic)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(core_intrinsics)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(label_break_value)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `label_break_value` has been stable since `1.65.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_for)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(const_mut_refs)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `const_mut_refs` has been stable since `1.83.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(const_cell_into_inner)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![feature(const_refs_to_cell)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `const_refs_to_cell` has been stable since `1.83.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(core_intrinsics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:183:10
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:184:10
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub type __int16_t = libc::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:185:10
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:186:10
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:187:10
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:188:10
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:189:10
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:190:10
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:191:10
[INFO] [stdout]     |
[INFO] [stdout] 191 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:192:10
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub type __off_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:193:10
[INFO] [stdout]     |
[INFO] [stdout] 193 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:194:10
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub type __pid_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:195:10
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:196:10
[INFO] [stdout]     |
[INFO] [stdout] 196 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:197:10
[INFO] [stdout]     |
[INFO] [stdout] 197 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:205:10
[INFO] [stdout]     |
[INFO] [stdout] 205 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:206:10
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:207:10
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:208:10
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:210:10
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:211:10
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:212:10
[INFO] [stdout]     |
[INFO] [stdout] 212 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:213:10
[INFO] [stdout]     |
[INFO] [stdout] 213 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:247:10
[INFO] [stdout]     |
[INFO] [stdout] 247 | pub type _IO_lock_t = ();
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:249:10
[INFO] [stdout]     |
[INFO] [stdout] 249 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:250:10
[INFO] [stdout]     |
[INFO] [stdout] 250 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:251:10
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:252:10
[INFO] [stdout]     |
[INFO] [stdout] 252 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:253:10
[INFO] [stdout]     |
[INFO] [stdout] 253 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:254:10
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:302:10
[INFO] [stdout]     |
[INFO] [stdout] 302 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:315:10
[INFO] [stdout]     |
[INFO] [stdout] 315 | pub type aeEventFinalizerProc = unsafe extern "C" fn(*mut aeEventLoop, *mut libc::c_void) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:316:10
[INFO] [stdout]     |
[INFO] [stdout] 316 | pub type aeTimeProc =
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:318:10
[INFO] [stdout]     |
[INFO] [stdout] 318 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:333:10
[INFO] [stdout]     |
[INFO] [stdout] 333 | pub type aeFileProc =
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:431:10
[INFO] [stdout]     |
[INFO] [stdout] 431 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:432:10
[INFO] [stdout]     |
[INFO] [stdout] 432 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:433:10
[INFO] [stdout]     |
[INFO] [stdout] 433 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:434:10
[INFO] [stdout]     |
[INFO] [stdout] 434 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:455:10
[INFO] [stdout]     |
[INFO] [stdout] 455 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:456:10
[INFO] [stdout]     |
[INFO] [stdout] 456 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `raxNodeCallback` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:557:10
[INFO] [stdout]     |
[INFO] [stdout] 557 | pub type raxNodeCallback = Option<unsafe extern "C" fn(*mut *mut raxNode) -> libc::c_int>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RaxNodeCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:572:10
[INFO] [stdout]     |
[INFO] [stdout] 572 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:582:10
[INFO] [stdout]     |
[INFO] [stdout] 582 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:676:10
[INFO] [stdout]     |
[INFO] [stdout] 676 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:698:10
[INFO] [stdout]     |
[INFO] [stdout] 698 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:717:10
[INFO] [stdout]     |
[INFO] [stdout] 717 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:727:10
[INFO] [stdout]     |
[INFO] [stdout] 727 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:747:10
[INFO] [stdout]     |
[INFO] [stdout] 747 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]    --> src/acl.rs:885:10
[INFO] [stdout]     |
[INFO] [stdout] 885 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]     --> src/acl.rs:1081:10
[INFO] [stdout]      |
[INFO] [stdout] 1081 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `C2RustUnnamed_7` should have an upper camel case name
[INFO] [stdout]     --> src/acl.rs:1576:10
[INFO] [stdout]      |
[INFO] [stdout] 1576 | pub type C2RustUnnamed_7 = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `C2rustUnnamed7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]     --> src/acl.rs:3049:37
[INFO] [stdout]      |
[INFO] [stdout] 3049 | ...                   __res = (if __c < -(128 as libc::c_int) || __c > 255 as libc::c_int {
[INFO] [stdout]      |                               ^
[INFO] [stdout] ...
[INFO] [stdout] 3053 | ...                   });
[INFO] [stdout]      |                        ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 3049 ~                             __res = if __c < -(128 as libc::c_int) || __c > 255 as libc::c_int {
[INFO] [stdout] 3050 |                                 __c
[INFO] [stdout] 3051 |                             } else {
[INFO] [stdout] 3052 |                                 *(*__ctype_toupper_loc()).offset(__c as isize)
[INFO] [stdout] 3053 ~                             };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]     --> src/acl.rs:3073:37
[INFO] [stdout]      |
[INFO] [stdout] 3073 | ...                   __res = (if __c < -(128 as libc::c_int) || __c > 255 as libc::c_int {
[INFO] [stdout]      |                               ^
[INFO] [stdout] ...
[INFO] [stdout] 3077 | ...                   });
[INFO] [stdout]      |                        ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 3073 ~                             __res = if __c < -(128 as libc::c_int) || __c > 255 as libc::c_int {
[INFO] [stdout] 3074 |                                 __c
[INFO] [stdout] 3075 |                             } else {
[INFO] [stdout] 3076 |                                 *(*__ctype_toupper_loc()).offset(__c as isize)
[INFO] [stdout] 3077 ~                             };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/crc64.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/crc64.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/crc64.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub type uint8_t = __uint8_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/crc64.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub type uint64_t = __uint64_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast8_t` should have an upper camel case name
[INFO] [stdout]   --> src/crc64.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub type uint_fast8_t = libc::c_uchar;
[INFO] [stdout]    |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast64_t` should have an upper camel case name
[INFO] [stdout]   --> src/crc64.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub type uint_fast64_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]   --> src/crc64.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub type size_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `crcfn64` should have an upper camel case name
[INFO] [stdout]   --> src/crc64.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub type crcfn64 = Option::<
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Crcfn64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]  --> src/adlist.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub type size_t = libc::c_ulong;
[INFO] [stdout]   |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/ae.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]   --> src/ae.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub type __int64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/ae.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]   --> src/ae.rs:44:10
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub type __time_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name
[INFO] [stdout]   --> src/ae.rs:45:10
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub type __suseconds_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]   --> src/ae.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub type int64_t = __int64_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/ae.rs:47:10
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub type uint32_t = __uint32_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/ae.rs:48:10
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub type uint64_t = __uint64_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]   --> src/ae.rs:49:10
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub type size_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]   --> src/ae.rs:50:10
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub type monotime = uint64_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]   --> src/ae.rs:66:10
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]   --> src/ae.rs:79:10
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]   --> src/ae.rs:83:10
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/ae.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `epoll_data_t` should have an upper camel case name
[INFO] [stdout]    --> src/ae.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub type epoll_data_t = epoll_data;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EpollDataT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `nfds_t` should have an upper camel case name
[INFO] [stdout]    --> src/ae.rs:146:10
[INFO] [stdout]     |
[INFO] [stdout] 146 | pub type nfds_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `NfdsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EPOLL_EVENTS` should have an upper camel case name
[INFO] [stdout]    --> src/ae.rs:147:10
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub type EPOLL_EVENTS = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EpollEvents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__builtin_va_list` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:101:10
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub type __builtin_va_list = __va_list;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuiltinVaList`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:111:10
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:112:10
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:113:10
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:114:10
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:115:10
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:116:10
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub type __suseconds_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:117:10
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub type __socklen_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:118:10
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:119:10
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `socklen_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:126:10
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub type socklen_t = __socklen_t;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__socket_type` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:127:10
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub type __socket_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocketType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sa_family_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:137:10
[INFO] [stdout]     |
[INFO] [stdout] 137 | pub type sa_family_t = libc::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SaFamilyT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:183:10
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:196:10
[INFO] [stdout]     |
[INFO] [stdout] 196 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:197:10
[INFO] [stdout]     |
[INFO] [stdout] 197 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `in_port_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 | pub type in_port_t = uint16_t;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `InPortT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `in_addr_t` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:212:10
[INFO] [stdout]     |
[INFO] [stdout] 212 | pub type in_addr_t = uint32_t;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `InAddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `C2RustUnnamed_0` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:230:10
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub type C2RustUnnamed_0 = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `C2rustUnnamed0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `va_list` should have an upper camel case name
[INFO] [stdout]    --> src/anet.rs:269:10
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub type va_list = __builtin_va_list;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `VaList`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int8_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:287:10
[INFO] [stdout]     |
[INFO] [stdout] 287 | pub type __int8_t = libc::c_schar;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:288:10
[INFO] [stdout]     |
[INFO] [stdout] 288 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:289:10
[INFO] [stdout]     |
[INFO] [stdout] 289 | pub type __int16_t = libc::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:290:10
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:291:10
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:292:10
[INFO] [stdout]     |
[INFO] [stdout] 292 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:293:10
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:294:10
[INFO] [stdout]     |
[INFO] [stdout] 294 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:295:10
[INFO] [stdout]     |
[INFO] [stdout] 295 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__dev_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:296:10
[INFO] [stdout]     |
[INFO] [stdout] 296 | pub type __dev_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `DevT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uid_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:297:10
[INFO] [stdout]     |
[INFO] [stdout] 297 | pub type __uid_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `UidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__gid_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:298:10
[INFO] [stdout]     |
[INFO] [stdout] 298 | pub type __gid_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `GidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:299:10
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub type __ino64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:300:10
[INFO] [stdout]     |
[INFO] [stdout] 300 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__nlink_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:301:10
[INFO] [stdout]     |
[INFO] [stdout] 301 | pub type __nlink_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:302:10
[INFO] [stdout]     |
[INFO] [stdout] 302 | pub type __off_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:303:10
[INFO] [stdout]     |
[INFO] [stdout] 303 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:304:10
[INFO] [stdout]     |
[INFO] [stdout] 304 | pub type __pid_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:305:10
[INFO] [stdout]     |
[INFO] [stdout] 305 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:306:10
[INFO] [stdout]     |
[INFO] [stdout] 306 | pub type __useconds_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UsecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:307:10
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub type __blksize_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:308:10
[INFO] [stdout]     |
[INFO] [stdout] 308 | pub type __blkcnt64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:309:10
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:310:10
[INFO] [stdout]     |
[INFO] [stdout] 310 | pub type __syscall_slong_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:311:10
[INFO] [stdout]     |
[INFO] [stdout] 311 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:312:10
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:319:10
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:320:10
[INFO] [stdout]     |
[INFO] [stdout] 320 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:321:10
[INFO] [stdout]     |
[INFO] [stdout] 321 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:348:10
[INFO] [stdout]     |
[INFO] [stdout] 348 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:349:10
[INFO] [stdout]     |
[INFO] [stdout] 349 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int8_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:350:10
[INFO] [stdout]     |
[INFO] [stdout] 350 | pub type int8_t = __int8_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `Int8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:351:10
[INFO] [stdout]     |
[INFO] [stdout] 351 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:352:10
[INFO] [stdout]     |
[INFO] [stdout] 352 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:353:10
[INFO] [stdout]     |
[INFO] [stdout] 353 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:354:10
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:388:10
[INFO] [stdout]     |
[INFO] [stdout] 388 | pub type _IO_lock_t = ();
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:390:10
[INFO] [stdout]     |
[INFO] [stdout] 390 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:391:10
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:392:10
[INFO] [stdout]     |
[INFO] [stdout] 392 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:393:10
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:394:10
[INFO] [stdout]     |
[INFO] [stdout] 394 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:395:10
[INFO] [stdout]     |
[INFO] [stdout] 395 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:443:10
[INFO] [stdout]     |
[INFO] [stdout] 443 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:456:10
[INFO] [stdout]     |
[INFO] [stdout] 456 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:460:10
[INFO] [stdout]     |
[INFO] [stdout] 460 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:465:10
[INFO] [stdout]     |
[INFO] [stdout] 465 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:480:10
[INFO] [stdout]     |
[INFO] [stdout] 480 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `rio` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:645:10
[INFO] [stdout]     |
[INFO] [stdout] 645 | pub type rio = _rio;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case: `Rio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:656:10
[INFO] [stdout]     |
[INFO] [stdout] 656 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `memory_order` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:657:10
[INFO] [stdout]     |
[INFO] [stdout] 657 | pub type memory_order = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MemoryOrder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:664:10
[INFO] [stdout]     |
[INFO] [stdout] 664 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:665:10
[INFO] [stdout]     |
[INFO] [stdout] 665 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:666:10
[INFO] [stdout]     |
[INFO] [stdout] 666 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:667:10
[INFO] [stdout]     |
[INFO] [stdout] 667 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:688:10
[INFO] [stdout]     |
[INFO] [stdout] 688 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:689:10
[INFO] [stdout]     |
[INFO] [stdout] 689 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `raxNodeCallback` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:872:10
[INFO] [stdout]     |
[INFO] [stdout] 872 | pub type raxNodeCallback = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RaxNodeCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:889:10
[INFO] [stdout]     |
[INFO] [stdout] 889 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleType` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:945:10
[INFO] [stdout]     |
[INFO] [stdout] 945 | pub type moduleType = RedisModuleType;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeCopyFunc2` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:970:10
[INFO] [stdout]     |
[INFO] [stdout] 970 | pub type moduleTypeCopyFunc2 = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeCopyFunc2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeUnlinkFunc2` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:976:10
[INFO] [stdout]     |
[INFO] [stdout] 976 | pub type moduleTypeUnlinkFunc2 = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeUnlinkFunc2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeFreeEffortFunc2` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:979:10
[INFO] [stdout]     |
[INFO] [stdout] 979 | pub type moduleTypeFreeEffortFunc2 = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeFreeEffortFunc2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeMemUsageFunc2` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:982:10
[INFO] [stdout]     |
[INFO] [stdout] 982 | pub type moduleTypeMemUsageFunc2 = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeMemUsageFunc2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeAuxSaveFunc` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:989:10
[INFO] [stdout]     |
[INFO] [stdout] 989 | pub type moduleTypeAuxSaveFunc = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeAuxSaveFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeAuxLoadFunc` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:992:10
[INFO] [stdout]     |
[INFO] [stdout] 992 | pub type moduleTypeAuxLoadFunc = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeAuxLoadFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeDefragFunc` should have an upper camel case name
[INFO] [stdout]    --> src/aof.rs:995:10
[INFO] [stdout]     |
[INFO] [stdout] 995 | pub type moduleTypeDefragFunc = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeDefragFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeCopyFunc` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1002:10
[INFO] [stdout]      |
[INFO] [stdout] 1002 | pub type moduleTypeCopyFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeCopyFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeUnlinkFunc` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1009:10
[INFO] [stdout]      |
[INFO] [stdout] 1009 | pub type moduleTypeUnlinkFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeUnlinkFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeFreeEffortFunc` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1012:10
[INFO] [stdout]      |
[INFO] [stdout] 1012 | pub type moduleTypeFreeEffortFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeFreeEffortFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeFreeFunc` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1015:10
[INFO] [stdout]      |
[INFO] [stdout] 1015 | pub type moduleTypeFreeFunc = Option::<unsafe extern "C" fn(*mut libc::c_void) -> ()>;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeFreeFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeDigestFunc` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1016:10
[INFO] [stdout]      |
[INFO] [stdout] 1016 | pub type moduleTypeDigestFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeDigestFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeMemUsageFunc` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1027:10
[INFO] [stdout]      |
[INFO] [stdout] 1027 | pub type moduleTypeMemUsageFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeMemUsageFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeRewriteFunc` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1030:10
[INFO] [stdout]      |
[INFO] [stdout] 1030 | pub type moduleTypeRewriteFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeRewriteFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeSaveFunc` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1033:10
[INFO] [stdout]      |
[INFO] [stdout] 1033 | pub type moduleTypeSaveFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeSaveFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeLoadFunc` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1036:10
[INFO] [stdout]      |
[INFO] [stdout] 1036 | pub type moduleTypeLoadFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeLoadFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1139:10
[INFO] [stdout]      |
[INFO] [stdout] 1139 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1161:10
[INFO] [stdout]      |
[INFO] [stdout] 1161 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1180:10
[INFO] [stdout]      |
[INFO] [stdout] 1180 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1190:10
[INFO] [stdout]      |
[INFO] [stdout] 1190 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1210:10
[INFO] [stdout]      |
[INFO] [stdout] 1210 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1348:10
[INFO] [stdout]      |
[INFO] [stdout] 1348 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1482:10
[INFO] [stdout]      |
[INFO] [stdout] 1482 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `childInfoType` should have an upper camel case name
[INFO] [stdout]     --> src/aof.rs:1503:10
[INFO] [stdout]      |
[INFO] [stdout] 1503 | pub type childInfoType = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `ChildInfoType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__builtin_va_list` should have an upper camel case name
[INFO] [stdout]   --> src/bio.rs:79:10
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub type __builtin_va_list = __va_list;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuiltinVaList`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]   --> src/bio.rs:89:10
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub type __int16_t = libc::c_short;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]   --> src/bio.rs:90:10
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub type __int32_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/bio.rs:91:10
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]   --> src/bio.rs:92:10
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub type __int64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/bio.rs:93:10
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]   --> src/bio.rs:94:10
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]   --> src/bio.rs:95:10
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]   --> src/bio.rs:96:10
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub type __off64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]   --> src/bio.rs:97:10
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub type __pid_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]   --> src/bio.rs:98:10
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub type __time_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]   --> src/bio.rs:99:10
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:100:10
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:101:10
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:108:10
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:109:10
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:110:10
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:111:10
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:112:10
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:113:10
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:114:10
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:115:10
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sigset_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub type sigset_t = __sigset_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pthread_list_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:128:10
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub type __pthread_list_t = __pthread_internal_list;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadListT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:175:10
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `va_list` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:208:10
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub type va_list = __builtin_va_list;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `VaList`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:210:10
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:211:10
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:212:10
[INFO] [stdout]     |
[INFO] [stdout] 212 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:228:10
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:241:10
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:245:10
[INFO] [stdout]     |
[INFO] [stdout] 245 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:250:10
[INFO] [stdout]     |
[INFO] [stdout] 250 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:265:10
[INFO] [stdout]     |
[INFO] [stdout] 265 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `memory_order` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:383:10
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub type memory_order = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MemoryOrder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:390:10
[INFO] [stdout]     |
[INFO] [stdout] 390 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:391:10
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:392:10
[INFO] [stdout]     |
[INFO] [stdout] 392 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:393:10
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:414:10
[INFO] [stdout]     |
[INFO] [stdout] 414 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:415:10
[INFO] [stdout]     |
[INFO] [stdout] 415 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:506:10
[INFO] [stdout]     |
[INFO] [stdout] 506 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:516:10
[INFO] [stdout]     |
[INFO] [stdout] 516 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:611:10
[INFO] [stdout]     |
[INFO] [stdout] 611 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:633:10
[INFO] [stdout]     |
[INFO] [stdout] 633 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:652:10
[INFO] [stdout]     |
[INFO] [stdout] 652 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:662:10
[INFO] [stdout]     |
[INFO] [stdout] 662 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:682:10
[INFO] [stdout]     |
[INFO] [stdout] 682 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:820:10
[INFO] [stdout]     |
[INFO] [stdout] 820 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]    --> src/bio.rs:918:10
[INFO] [stdout]     |
[INFO] [stdout] 918 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `lazy_free_fn` should have an upper camel case name
[INFO] [stdout]     --> src/bio.rs:1358:10
[INFO] [stdout]      |
[INFO] [stdout] 1358 | pub type lazy_free_fn = unsafe extern "C" fn(*mut *mut libc::c_void) -> ();
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LazyFreeFn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/bitops.rs:97:10
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]   --> src/bitops.rs:98:10
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub type __int16_t = libc::c_short;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]   --> src/bitops.rs:99:10
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:100:10
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:101:10
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:103:10
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:105:10
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:107:10
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub type __pid_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:108:10
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:109:10
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:110:10
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:111:10
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:118:10
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:119:10
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:122:10
[INFO] [stdout]     |
[INFO] [stdout] 122 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:123:10
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:124:10
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:125:10
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:126:10
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:127:10
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:128:10
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:129:10
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:130:10
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:131:10
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:132:10
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:180:10
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:193:10
[INFO] [stdout]     |
[INFO] [stdout] 193 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:197:10
[INFO] [stdout]     |
[INFO] [stdout] 197 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:202:10
[INFO] [stdout]     |
[INFO] [stdout] 202 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:217:10
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:335:10
[INFO] [stdout]     |
[INFO] [stdout] 335 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:336:10
[INFO] [stdout]     |
[INFO] [stdout] 336 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:337:10
[INFO] [stdout]     |
[INFO] [stdout] 337 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:338:10
[INFO] [stdout]     |
[INFO] [stdout] 338 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:359:10
[INFO] [stdout]     |
[INFO] [stdout] 359 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:360:10
[INFO] [stdout]     |
[INFO] [stdout] 360 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:451:10
[INFO] [stdout]     |
[INFO] [stdout] 451 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:461:10
[INFO] [stdout]     |
[INFO] [stdout] 461 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:556:10
[INFO] [stdout]     |
[INFO] [stdout] 556 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:578:10
[INFO] [stdout]     |
[INFO] [stdout] 578 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:597:10
[INFO] [stdout]     |
[INFO] [stdout] 597 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:607:10
[INFO] [stdout]     |
[INFO] [stdout] 607 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:627:10
[INFO] [stdout]     |
[INFO] [stdout] 627 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:765:10
[INFO] [stdout]     |
[INFO] [stdout] 765 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]    --> src/bitops.rs:961:10
[INFO] [stdout]     |
[INFO] [stdout] 961 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:155:10
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub type __int16_t = libc::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:156:10
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:157:10
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:158:10
[INFO] [stdout]     |
[INFO] [stdout] 158 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:159:10
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:160:10
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:161:10
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:162:10
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:163:10
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub type __pid_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:164:10
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:165:10
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:166:10
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:167:10
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:174:10
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:175:10
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:176:10
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:177:10
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:178:10
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:179:10
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:180:10
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:181:10
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:182:10
[INFO] [stdout]     |
[INFO] [stdout] 182 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:183:10
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:184:10
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:185:10
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:186:10
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:202:10
[INFO] [stdout]     |
[INFO] [stdout] 202 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:215:10
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:219:10
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:224:10
[INFO] [stdout]     |
[INFO] [stdout] 224 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:239:10
[INFO] [stdout]     |
[INFO] [stdout] 239 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:357:10
[INFO] [stdout]     |
[INFO] [stdout] 357 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:358:10
[INFO] [stdout]     |
[INFO] [stdout] 358 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:359:10
[INFO] [stdout]     |
[INFO] [stdout] 359 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:360:10
[INFO] [stdout]     |
[INFO] [stdout] 360 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:381:10
[INFO] [stdout]     |
[INFO] [stdout] 381 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:382:10
[INFO] [stdout]     |
[INFO] [stdout] 382 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:490:10
[INFO] [stdout]     |
[INFO] [stdout] 490 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:500:10
[INFO] [stdout]     |
[INFO] [stdout] 500 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:595:10
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:617:10
[INFO] [stdout]     |
[INFO] [stdout] 617 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:636:10
[INFO] [stdout]     |
[INFO] [stdout] 636 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:646:10
[INFO] [stdout]     |
[INFO] [stdout] 646 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:666:10
[INFO] [stdout]     |
[INFO] [stdout] 666 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]    --> src/blocked.rs:804:10
[INFO] [stdout]     |
[INFO] [stdout] 804 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]     --> src/blocked.rs:1006:10
[INFO] [stdout]      |
[INFO] [stdout] 1006 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/call_reply.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]   --> src/call_reply.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/call_reply.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/call_reply.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]   --> src/call_reply.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub type size_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/call_reply.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub type uint8_t = __uint8_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]   --> src/call_reply.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub type uint16_t = __uint16_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/call_reply.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub type uint32_t = __uint32_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/call_reply.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub type uint64_t = __uint64_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]   --> src/call_reply.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub type sds = *mut libc::c_char;
[INFO] [stdout]    |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub type __int16_t = libc::c_short;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub type __int32_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:27:10
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub type __int64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:30:10
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub type __off64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:32:10
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub type __pid_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub type __time_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:35:10
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub type size_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub type mode_t = __mode_t;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:44:10
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub type off_t = __off64_t;
[INFO] [stdout]    |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:45:10
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub type pid_t = __pid_t;
[INFO] [stdout]    |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub type ssize_t = __ssize_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:47:10
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub type time_t = __time_t;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:48:10
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub type int16_t = __int16_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:49:10
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub type int32_t = __int32_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:50:10
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub type int64_t = __int64_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:51:10
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:52:10
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub type uint32_t = __uint32_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:53:10
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub type uint64_t = __uint64_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:54:10
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:55:10
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub type sds = *mut libc::c_char;
[INFO] [stdout]    |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:71:10
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:84:10
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:88:10
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]   --> src/childinfo.rs:93:10
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub type monotime = uint64_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:108:10
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:226:10
[INFO] [stdout]     |
[INFO] [stdout] 226 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:227:10
[INFO] [stdout]     |
[INFO] [stdout] 227 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:228:10
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:229:10
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:250:10
[INFO] [stdout]     |
[INFO] [stdout] 250 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:251:10
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:342:10
[INFO] [stdout]     |
[INFO] [stdout] 342 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:352:10
[INFO] [stdout]     |
[INFO] [stdout] 352 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:447:10
[INFO] [stdout]     |
[INFO] [stdout] 447 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:469:10
[INFO] [stdout]     |
[INFO] [stdout] 469 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:488:10
[INFO] [stdout]     |
[INFO] [stdout] 488 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:498:10
[INFO] [stdout]     |
[INFO] [stdout] 498 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:518:10
[INFO] [stdout]     |
[INFO] [stdout] 518 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:656:10
[INFO] [stdout]     |
[INFO] [stdout] 656 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:754:10
[INFO] [stdout]     |
[INFO] [stdout] 754 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `childInfoType` should have an upper camel case name
[INFO] [stdout]    --> src/childinfo.rs:775:10
[INFO] [stdout]     |
[INFO] [stdout] 775 | pub type childInfoType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `ChildInfoType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]   --> src/cli_common.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub type size_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/cli_common.rs:47:10
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]   --> src/cli_common.rs:48:10
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]   --> src/cli_common.rs:49:10
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub type __int32_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/cli_common.rs:50:10
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/cli_common.rs:51:10
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off_t` should have an upper camel case name
[INFO] [stdout]   --> src/cli_common.rs:52:10
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub type __off_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]   --> src/cli_common.rs:53:10
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub type __off64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]   --> src/cli_common.rs:54:10
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub type __time_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name
[INFO] [stdout]   --> src/cli_common.rs:55:10
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub type __suseconds_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]   --> src/cli_common.rs:56:10
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name
[INFO] [stdout]   --> src/cli_common.rs:90:10
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub type _IO_lock_t = ();
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]   --> src/cli_common.rs:92:10
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub type ssize_t = __ssize_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/cli_common.rs:158:10
[INFO] [stdout]     |
[INFO] [stdout] 158 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/cli_common.rs:159:10
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/cli_common.rs:160:10
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/cli_common.rs:161:10
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `hisds` should have an upper camel case name
[INFO] [stdout]    --> src/cli_common.rs:162:10
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub type hisds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `Hisds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisPushFn` should have an upper camel case name
[INFO] [stdout]    --> src/cli_common.rs:217:10
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub type redisPushFn = unsafe extern "C" fn(*mut libc::c_void, *mut libc::c_void) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisPushFn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisConnectionType` should have an upper camel case name
[INFO] [stdout]    --> src/cli_common.rs:230:10
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub type redisConnectionType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisConnectionType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisFD` should have an upper camel case name
[INFO] [stdout]    --> src/cli_common.rs:234:10
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub type redisFD = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `RedisFd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `C2RustUnnamed_1` should have an upper camel case name
[INFO] [stdout]    --> src/cli_common.rs:268:10
[INFO] [stdout]     |
[INFO] [stdout] 268 | pub type C2RustUnnamed_1 = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `C2rustUnnamed1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:379:10
[INFO] [stdout]     |
[INFO] [stdout] 379 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:380:10
[INFO] [stdout]     |
[INFO] [stdout] 380 | pub type __int16_t = libc::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:381:10
[INFO] [stdout]     |
[INFO] [stdout] 381 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:382:10
[INFO] [stdout]     |
[INFO] [stdout] 382 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:383:10
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:384:10
[INFO] [stdout]     |
[INFO] [stdout] 384 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:385:10
[INFO] [stdout]     |
[INFO] [stdout] 385 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:386:10
[INFO] [stdout]     |
[INFO] [stdout] 386 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__dev_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:387:10
[INFO] [stdout]     |
[INFO] [stdout] 387 | pub type __dev_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `DevT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uid_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:388:10
[INFO] [stdout]     |
[INFO] [stdout] 388 | pub type __uid_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `UidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__gid_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:389:10
[INFO] [stdout]     |
[INFO] [stdout] 389 | pub type __gid_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `GidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:390:10
[INFO] [stdout]     |
[INFO] [stdout] 390 | pub type __ino64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:391:10
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__nlink_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:392:10
[INFO] [stdout]     |
[INFO] [stdout] 392 | pub type __nlink_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:393:10
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub type __off_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:394:10
[INFO] [stdout]     |
[INFO] [stdout] 394 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:395:10
[INFO] [stdout]     |
[INFO] [stdout] 395 | pub type __pid_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:396:10
[INFO] [stdout]     |
[INFO] [stdout] 396 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:397:10
[INFO] [stdout]     |
[INFO] [stdout] 397 | pub type __blksize_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:398:10
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub type __blkcnt64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:399:10
[INFO] [stdout]     |
[INFO] [stdout] 399 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:400:10
[INFO] [stdout]     |
[INFO] [stdout] 400 | pub type __syscall_slong_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:401:10
[INFO] [stdout]     |
[INFO] [stdout] 401 | pub type __socklen_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:402:10
[INFO] [stdout]     |
[INFO] [stdout] 402 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:403:10
[INFO] [stdout]     |
[INFO] [stdout] 403 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:410:10
[INFO] [stdout]     |
[INFO] [stdout] 410 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:411:10
[INFO] [stdout]     |
[INFO] [stdout] 411 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:412:10
[INFO] [stdout]     |
[INFO] [stdout] 412 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:439:10
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:440:10
[INFO] [stdout]     |
[INFO] [stdout] 440 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:441:10
[INFO] [stdout]     |
[INFO] [stdout] 441 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:442:10
[INFO] [stdout]     |
[INFO] [stdout] 442 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:443:10
[INFO] [stdout]     |
[INFO] [stdout] 443 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:444:10
[INFO] [stdout]     |
[INFO] [stdout] 444 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:478:10
[INFO] [stdout]     |
[INFO] [stdout] 478 | pub type _IO_lock_t = ();
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:480:10
[INFO] [stdout]     |
[INFO] [stdout] 480 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:481:10
[INFO] [stdout]     |
[INFO] [stdout] 481 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:482:10
[INFO] [stdout]     |
[INFO] [stdout] 482 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:483:10
[INFO] [stdout]     |
[INFO] [stdout] 483 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:484:10
[INFO] [stdout]     |
[INFO] [stdout] 484 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:485:10
[INFO] [stdout]     |
[INFO] [stdout] 485 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:533:10
[INFO] [stdout]     |
[INFO] [stdout] 533 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:546:10
[INFO] [stdout]     |
[INFO] [stdout] 546 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:550:10
[INFO] [stdout]     |
[INFO] [stdout] 550 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:555:10
[INFO] [stdout]     |
[INFO] [stdout] 555 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:570:10
[INFO] [stdout]     |
[INFO] [stdout] 570 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `rio` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:735:10
[INFO] [stdout]     |
[INFO] [stdout] 735 | pub type rio = _rio;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case: `Rio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:746:10
[INFO] [stdout]     |
[INFO] [stdout] 746 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:747:10
[INFO] [stdout]     |
[INFO] [stdout] 747 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:748:10
[INFO] [stdout]     |
[INFO] [stdout] 748 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `socklen_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:749:10
[INFO] [stdout]     |
[INFO] [stdout] 749 | pub type socklen_t = __socklen_t;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sa_family_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:750:10
[INFO] [stdout]     |
[INFO] [stdout] 750 | pub type sa_family_t = libc::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SaFamilyT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `in_port_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:779:10
[INFO] [stdout]     |
[INFO] [stdout] 779 | pub type in_port_t = uint16_t;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `InPortT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `in_addr_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:793:10
[INFO] [stdout]     |
[INFO] [stdout] 793 | pub type in_addr_t = uint32_t;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `InAddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:794:10
[INFO] [stdout]     |
[INFO] [stdout] 794 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:815:10
[INFO] [stdout]     |
[INFO] [stdout] 815 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:816:10
[INFO] [stdout]     |
[INFO] [stdout] 816 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `raxNodeCallback` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:933:10
[INFO] [stdout]     |
[INFO] [stdout] 933 | pub type raxNodeCallback = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RaxNodeCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `C2RustUnnamed_6` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:950:10
[INFO] [stdout]     |
[INFO] [stdout] 950 | pub type C2RustUnnamed_6 = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `C2rustUnnamed6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:964:10
[INFO] [stdout]     |
[INFO] [stdout] 964 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_purpose` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:968:10
[INFO] [stdout]     |
[INFO] [stdout] 968 | pub type pause_purpose = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PausePurpose`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `C2RustUnnamed_7` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:979:10
[INFO] [stdout]     |
[INFO] [stdout] 979 | pub type C2RustUnnamed_7 = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `C2rustUnnamed7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/cluster.rs:983:10
[INFO] [stdout]     |
[INFO] [stdout] 983 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]     --> src/cluster.rs:1089:10
[INFO] [stdout]      |
[INFO] [stdout] 1089 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]     --> src/cluster.rs:1111:10
[INFO] [stdout]      |
[INFO] [stdout] 1111 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]     --> src/cluster.rs:1130:10
[INFO] [stdout]      |
[INFO] [stdout] 1130 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]     --> src/cluster.rs:1140:10
[INFO] [stdout]      |
[INFO] [stdout] 1140 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]     --> src/cluster.rs:1160:10
[INFO] [stdout]      |
[INFO] [stdout] 1160 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]     --> src/cluster.rs:1298:10
[INFO] [stdout]      |
[INFO] [stdout] 1298 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]     --> src/cluster.rs:1494:10
[INFO] [stdout]      |
[INFO] [stdout] 1494 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `C2RustUnnamed_21` should have an upper camel case name
[INFO] [stdout]     --> src/cluster.rs:2151:10
[INFO] [stdout]      |
[INFO] [stdout] 2151 | pub type C2RustUnnamed_21 = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `C2rustUnnamed21`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:351:10
[INFO] [stdout]     |
[INFO] [stdout] 351 | pub type __int16_t = libc::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:352:10
[INFO] [stdout]     |
[INFO] [stdout] 352 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:353:10
[INFO] [stdout]     |
[INFO] [stdout] 353 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:354:10
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:355:10
[INFO] [stdout]     |
[INFO] [stdout] 355 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:356:10
[INFO] [stdout]     |
[INFO] [stdout] 356 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:357:10
[INFO] [stdout]     |
[INFO] [stdout] 357 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:358:10
[INFO] [stdout]     |
[INFO] [stdout] 358 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:359:10
[INFO] [stdout]     |
[INFO] [stdout] 359 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:366:10
[INFO] [stdout]     |
[INFO] [stdout] 366 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:367:10
[INFO] [stdout]     |
[INFO] [stdout] 367 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:368:10
[INFO] [stdout]     |
[INFO] [stdout] 368 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:369:10
[INFO] [stdout]     |
[INFO] [stdout] 369 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:370:10
[INFO] [stdout]     |
[INFO] [stdout] 370 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:371:10
[INFO] [stdout]     |
[INFO] [stdout] 371 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:372:10
[INFO] [stdout]     |
[INFO] [stdout] 372 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:373:10
[INFO] [stdout]     |
[INFO] [stdout] 373 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:374:10
[INFO] [stdout]     |
[INFO] [stdout] 374 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:390:10
[INFO] [stdout]     |
[INFO] [stdout] 390 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:403:10
[INFO] [stdout]     |
[INFO] [stdout] 403 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:407:10
[INFO] [stdout]     |
[INFO] [stdout] 407 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:412:10
[INFO] [stdout]     |
[INFO] [stdout] 412 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:427:10
[INFO] [stdout]     |
[INFO] [stdout] 427 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:565:10
[INFO] [stdout]     |
[INFO] [stdout] 565 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:656:10
[INFO] [stdout]     |
[INFO] [stdout] 656 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:751:10
[INFO] [stdout]     |
[INFO] [stdout] 751 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:773:10
[INFO] [stdout]     |
[INFO] [stdout] 773 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:792:10
[INFO] [stdout]     |
[INFO] [stdout] 792 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:802:10
[INFO] [stdout]     |
[INFO] [stdout] 802 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:822:10
[INFO] [stdout]     |
[INFO] [stdout] 822 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]    --> src/commands.rs:960:10
[INFO] [stdout]     |
[INFO] [stdout] 960 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:318:10
[INFO] [stdout]     |
[INFO] [stdout] 318 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:319:10
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub type __int16_t = libc::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:320:10
[INFO] [stdout]     |
[INFO] [stdout] 320 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:321:10
[INFO] [stdout]     |
[INFO] [stdout] 321 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:322:10
[INFO] [stdout]     |
[INFO] [stdout] 322 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:323:10
[INFO] [stdout]     |
[INFO] [stdout] 323 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:324:10
[INFO] [stdout]     |
[INFO] [stdout] 324 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:325:10
[INFO] [stdout]     |
[INFO] [stdout] 325 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__intmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:326:10
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub type __intmax_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__dev_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:327:10
[INFO] [stdout]     |
[INFO] [stdout] 327 | pub type __dev_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `DevT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uid_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:328:10
[INFO] [stdout]     |
[INFO] [stdout] 328 | pub type __uid_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `UidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__gid_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:329:10
[INFO] [stdout]     |
[INFO] [stdout] 329 | pub type __gid_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `GidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:330:10
[INFO] [stdout]     |
[INFO] [stdout] 330 | pub type __ino64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:331:10
[INFO] [stdout]     |
[INFO] [stdout] 331 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__nlink_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:332:10
[INFO] [stdout]     |
[INFO] [stdout] 332 | pub type __nlink_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:333:10
[INFO] [stdout]     |
[INFO] [stdout] 333 | pub type __off_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:334:10
[INFO] [stdout]     |
[INFO] [stdout] 334 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:335:10
[INFO] [stdout]     |
[INFO] [stdout] 335 | pub type __pid_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:336:10
[INFO] [stdout]     |
[INFO] [stdout] 336 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:337:10
[INFO] [stdout]     |
[INFO] [stdout] 337 | pub type __blksize_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:338:10
[INFO] [stdout]     |
[INFO] [stdout] 338 | pub type __blkcnt64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:339:10
[INFO] [stdout]     |
[INFO] [stdout] 339 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:340:10
[INFO] [stdout]     |
[INFO] [stdout] 340 | pub type __syscall_slong_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:341:10
[INFO] [stdout]     |
[INFO] [stdout] 341 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:342:10
[INFO] [stdout]     |
[INFO] [stdout] 342 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:349:10
[INFO] [stdout]     |
[INFO] [stdout] 349 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:350:10
[INFO] [stdout]     |
[INFO] [stdout] 350 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:351:10
[INFO] [stdout]     |
[INFO] [stdout] 351 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:378:10
[INFO] [stdout]     |
[INFO] [stdout] 378 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:379:10
[INFO] [stdout]     |
[INFO] [stdout] 379 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:380:10
[INFO] [stdout]     |
[INFO] [stdout] 380 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:381:10
[INFO] [stdout]     |
[INFO] [stdout] 381 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:382:10
[INFO] [stdout]     |
[INFO] [stdout] 382 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:383:10
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:417:10
[INFO] [stdout]     |
[INFO] [stdout] 417 | pub type _IO_lock_t = ();
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:419:10
[INFO] [stdout]     |
[INFO] [stdout] 419 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:420:10
[INFO] [stdout]     |
[INFO] [stdout] 420 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:421:10
[INFO] [stdout]     |
[INFO] [stdout] 421 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:422:10
[INFO] [stdout]     |
[INFO] [stdout] 422 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:423:10
[INFO] [stdout]     |
[INFO] [stdout] 423 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `intmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:424:10
[INFO] [stdout]     |
[INFO] [stdout] 424 | pub type intmax_t = __intmax_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:425:10
[INFO] [stdout]     |
[INFO] [stdout] 425 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:473:10
[INFO] [stdout]     |
[INFO] [stdout] 473 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:486:10
[INFO] [stdout]     |
[INFO] [stdout] 486 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:490:10
[INFO] [stdout]     |
[INFO] [stdout] 490 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:495:10
[INFO] [stdout]     |
[INFO] [stdout] 495 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:510:10
[INFO] [stdout]     |
[INFO] [stdout] 510 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:628:10
[INFO] [stdout]     |
[INFO] [stdout] 628 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:629:10
[INFO] [stdout]     |
[INFO] [stdout] 629 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:630:10
[INFO] [stdout]     |
[INFO] [stdout] 630 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:631:10
[INFO] [stdout]     |
[INFO] [stdout] 631 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:652:10
[INFO] [stdout]     |
[INFO] [stdout] 652 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:653:10
[INFO] [stdout]     |
[INFO] [stdout] 653 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `raxNodeCallback` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:770:10
[INFO] [stdout]     |
[INFO] [stdout] 770 | pub type raxNodeCallback = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RaxNodeCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `C2RustUnnamed_0` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:795:10
[INFO] [stdout]     |
[INFO] [stdout] 795 | pub type C2RustUnnamed_0 = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `C2rustUnnamed0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:809:10
[INFO] [stdout]     |
[INFO] [stdout] 809 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `C2RustUnnamed_1` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:819:10
[INFO] [stdout]     |
[INFO] [stdout] 819 | pub type C2RustUnnamed_1 = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `C2rustUnnamed1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:851:10
[INFO] [stdout]     |
[INFO] [stdout] 851 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:963:10
[INFO] [stdout]     |
[INFO] [stdout] 963 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/config.rs:985:10
[INFO] [stdout]     |
[INFO] [stdout] 985 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]     --> src/config.rs:1004:10
[INFO] [stdout]      |
[INFO] [stdout] 1004 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]     --> src/config.rs:1014:10
[INFO] [stdout]      |
[INFO] [stdout] 1014 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]     --> src/config.rs:1034:10
[INFO] [stdout]      |
[INFO] [stdout] 1034 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]     --> src/config.rs:1172:10
[INFO] [stdout]      |
[INFO] [stdout] 1172 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `C2RustUnnamed_8` should have an upper camel case name
[INFO] [stdout]     --> src/config.rs:1333:10
[INFO] [stdout]      |
[INFO] [stdout] 1333 | pub type C2RustUnnamed_8 = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `C2rustUnnamed8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]     --> src/config.rs:1372:10
[INFO] [stdout]      |
[INFO] [stdout] 1372 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `configType` should have an upper camel case name
[INFO] [stdout]     --> src/config.rs:1892:10
[INFO] [stdout]      |
[INFO] [stdout] 1892 | pub type configType = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `ConfigType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `numericType` should have an upper camel case name
[INFO] [stdout]     --> src/config.rs:1939:10
[INFO] [stdout]      |
[INFO] [stdout] 1939 | pub type numericType = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `NumericType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `apply_fn` should have an upper camel case name
[INFO] [stdout]     --> src/config.rs:2035:10
[INFO] [stdout]      |
[INFO] [stdout] 2035 | pub type apply_fn = Option::<
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ApplyFn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__size_t` should have an upper camel case name
[INFO] [stdout]     --> src/config.rs:2057:10
[INFO] [stdout]      |
[INFO] [stdout] 2057 | pub type __size_t = libc::c_ulong;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:109:10
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub type __int16_t = libc::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:110:10
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:111:10
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:112:10
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:113:10
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:114:10
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:115:10
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:116:10
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:117:10
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub type __pid_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:118:10
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:119:10
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub type __socklen_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:122:10
[INFO] [stdout]     |
[INFO] [stdout] 122 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:129:10
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:130:10
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:131:10
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:132:10
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:133:10
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:134:10
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:135:10
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:136:10
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:137:10
[INFO] [stdout]     |
[INFO] [stdout] 137 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:138:10
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:139:10
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:140:10
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:141:10
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:157:10
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:170:10
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:174:10
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:179:10
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:194:10
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:713:10
[INFO] [stdout]     |
[INFO] [stdout] 713 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/connection.rs:940:10
[INFO] [stdout]     |
[INFO] [stdout] 940 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]     --> src/connection.rs:1044:10
[INFO] [stdout]      |
[INFO] [stdout] 1044 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]     --> src/connection.rs:1066:10
[INFO] [stdout]      |
[INFO] [stdout] 1066 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]     --> src/connection.rs:1105:10
[INFO] [stdout]      |
[INFO] [stdout] 1105 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]     --> src/connection.rs:1115:10
[INFO] [stdout]      |
[INFO] [stdout] 1115 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]     --> src/connection.rs:1135:10
[INFO] [stdout]      |
[INFO] [stdout] 1135 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]     --> src/connection.rs:1142:10
[INFO] [stdout]      |
[INFO] [stdout] 1142 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]     --> src/connection.rs:1184:10
[INFO] [stdout]      |
[INFO] [stdout] 1184 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]     --> src/connection.rs:1185:10
[INFO] [stdout]      |
[INFO] [stdout] 1185 | pub type atomic_int = libc::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]     --> src/connection.rs:1233:10
[INFO] [stdout]      |
[INFO] [stdout] 1233 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]     --> src/connection.rs:1252:10
[INFO] [stdout]      |
[INFO] [stdout] 1252 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]     --> src/connection.rs:1262:10
[INFO] [stdout]      |
[INFO] [stdout] 1262 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]     --> src/connection.rs:1269:10
[INFO] [stdout]      |
[INFO] [stdout] 1269 | pub type pause_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]     --> src/connection.rs:1279:10
[INFO] [stdout]      |
[INFO] [stdout] 1279 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `socklen_t` should have an upper camel case name
[INFO] [stdout]     --> src/connection.rs:1280:10
[INFO] [stdout]      |
[INFO] [stdout] 1280 | pub type socklen_t = __socklen_t;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]     --> src/connection.rs:1765:9
[INFO] [stdout]      |
[INFO] [stdout] 1765 |         (if !conn.is_null() { (*conn).fd } else { -(1 as libc::c_int) }),
[INFO] [stdout]      |         ^                                                              ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1765 -         (if !conn.is_null() { (*conn).fd } else { -(1 as libc::c_int) }),
[INFO] [stdout] 1765 +         if !conn.is_null() { (*conn).fd } else { -(1 as libc::c_int) },
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]  --> src/crc16.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]   |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]  --> src/crc16.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub type uint16_t = __uint16_t;
[INFO] [stdout]   |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]  --> src/crcspeed.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]   |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]  --> src/crcspeed.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]   |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]  --> src/crcspeed.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type uint16_t = __uint16_t;
[INFO] [stdout]   |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]  --> src/crcspeed.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub type uint64_t = __uint64_t;
[INFO] [stdout]   |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uintptr_t` should have an upper camel case name
[INFO] [stdout]  --> src/crcspeed.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub type uintptr_t = libc::c_ulong;
[INFO] [stdout]   |          ^^^^^^^^^ help: convert the identifier to upper camel case: `UintptrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]  --> src/crcspeed.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub type size_t = libc::c_ulong;
[INFO] [stdout]   |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `crcfn64` should have an upper camel case name
[INFO] [stdout]   --> src/crcspeed.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type crcfn64 = Option::<
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Crcfn64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `crcfn16` should have an upper camel case name
[INFO] [stdout]   --> src/crcspeed.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub type crcfn16 = Option::<
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Crcfn16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int8_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:243:10
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub type __int8_t = libc::c_schar;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:244:10
[INFO] [stdout]     |
[INFO] [stdout] 244 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:245:10
[INFO] [stdout]     |
[INFO] [stdout] 245 | pub type __int16_t = libc::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:246:10
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:247:10
[INFO] [stdout]     |
[INFO] [stdout] 247 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:248:10
[INFO] [stdout]     |
[INFO] [stdout] 248 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:249:10
[INFO] [stdout]     |
[INFO] [stdout] 249 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:250:10
[INFO] [stdout]     |
[INFO] [stdout] 250 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:251:10
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:252:10
[INFO] [stdout]     |
[INFO] [stdout] 252 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:253:10
[INFO] [stdout]     |
[INFO] [stdout] 253 | pub type __off_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:254:10
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:255:10
[INFO] [stdout]     |
[INFO] [stdout] 255 | pub type __pid_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:256:10
[INFO] [stdout]     |
[INFO] [stdout] 256 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:257:10
[INFO] [stdout]     |
[INFO] [stdout] 257 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:258:10
[INFO] [stdout]     |
[INFO] [stdout] 258 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:259:10
[INFO] [stdout]     |
[INFO] [stdout] 259 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:266:10
[INFO] [stdout]     |
[INFO] [stdout] 266 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:267:10
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:268:10
[INFO] [stdout]     |
[INFO] [stdout] 268 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:269:10
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:270:10
[INFO] [stdout]     |
[INFO] [stdout] 270 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int8_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:271:10
[INFO] [stdout]     |
[INFO] [stdout] 271 | pub type int8_t = __int8_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `Int8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:272:10
[INFO] [stdout]     |
[INFO] [stdout] 272 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:273:10
[INFO] [stdout]     |
[INFO] [stdout] 273 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:274:10
[INFO] [stdout]     |
[INFO] [stdout] 274 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:275:10
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:309:10
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub type _IO_lock_t = ();
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:311:10
[INFO] [stdout]     |
[INFO] [stdout] 311 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:312:10
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:313:10
[INFO] [stdout]     |
[INFO] [stdout] 313 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:314:10
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:315:10
[INFO] [stdout]     |
[INFO] [stdout] 315 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:316:10
[INFO] [stdout]     |
[INFO] [stdout] 316 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:364:10
[INFO] [stdout]     |
[INFO] [stdout] 364 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:377:10
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:381:10
[INFO] [stdout]     |
[INFO] [stdout] 381 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:386:10
[INFO] [stdout]     |
[INFO] [stdout] 386 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:401:10
[INFO] [stdout]     |
[INFO] [stdout] 401 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `rio` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:566:10
[INFO] [stdout]     |
[INFO] [stdout] 566 | pub type rio = _rio;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case: `Rio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:577:10
[INFO] [stdout]     |
[INFO] [stdout] 577 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:578:10
[INFO] [stdout]     |
[INFO] [stdout] 578 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:579:10
[INFO] [stdout]     |
[INFO] [stdout] 579 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:580:10
[INFO] [stdout]     |
[INFO] [stdout] 580 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:601:10
[INFO] [stdout]     |
[INFO] [stdout] 601 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:602:10
[INFO] [stdout]     |
[INFO] [stdout] 602 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `dictScanFunction` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:668:10
[INFO] [stdout]     |
[INFO] [stdout] 668 | pub type dictScanFunction = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DictScanFunction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `dictScanBucketFunction` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:672:10
[INFO] [stdout]     |
[INFO] [stdout] 672 | pub type dictScanBucketFunction = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DictScanBucketFunction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:735:10
[INFO] [stdout]     |
[INFO] [stdout] 735 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:773:10
[INFO] [stdout]     |
[INFO] [stdout] 773 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleType` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:792:10
[INFO] [stdout]     |
[INFO] [stdout] 792 | pub type moduleType = RedisModuleType;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeCopyFunc2` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:817:10
[INFO] [stdout]     |
[INFO] [stdout] 817 | pub type moduleTypeCopyFunc2 = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeCopyFunc2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeUnlinkFunc2` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:823:10
[INFO] [stdout]     |
[INFO] [stdout] 823 | pub type moduleTypeUnlinkFunc2 = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeUnlinkFunc2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeFreeEffortFunc2` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:826:10
[INFO] [stdout]     |
[INFO] [stdout] 826 | pub type moduleTypeFreeEffortFunc2 = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeFreeEffortFunc2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeMemUsageFunc2` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:829:10
[INFO] [stdout]     |
[INFO] [stdout] 829 | pub type moduleTypeMemUsageFunc2 = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeMemUsageFunc2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeAuxSaveFunc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:836:10
[INFO] [stdout]     |
[INFO] [stdout] 836 | pub type moduleTypeAuxSaveFunc = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeAuxSaveFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeAuxLoadFunc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:839:10
[INFO] [stdout]     |
[INFO] [stdout] 839 | pub type moduleTypeAuxLoadFunc = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeAuxLoadFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeDefragFunc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:842:10
[INFO] [stdout]     |
[INFO] [stdout] 842 | pub type moduleTypeDefragFunc = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeDefragFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeCopyFunc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:849:10
[INFO] [stdout]     |
[INFO] [stdout] 849 | pub type moduleTypeCopyFunc = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeCopyFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeUnlinkFunc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:856:10
[INFO] [stdout]     |
[INFO] [stdout] 856 | pub type moduleTypeUnlinkFunc = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeUnlinkFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeFreeEffortFunc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:859:10
[INFO] [stdout]     |
[INFO] [stdout] 859 | pub type moduleTypeFreeEffortFunc = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeFreeEffortFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeFreeFunc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:862:10
[INFO] [stdout]     |
[INFO] [stdout] 862 | pub type moduleTypeFreeFunc = Option::<unsafe extern "C" fn(*mut libc::c_void) -> ()>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeFreeFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeDigestFunc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:863:10
[INFO] [stdout]     |
[INFO] [stdout] 863 | pub type moduleTypeDigestFunc = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeDigestFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeMemUsageFunc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:874:10
[INFO] [stdout]     |
[INFO] [stdout] 874 | pub type moduleTypeMemUsageFunc = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeMemUsageFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeRewriteFunc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:877:10
[INFO] [stdout]     |
[INFO] [stdout] 877 | pub type moduleTypeRewriteFunc = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeRewriteFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeSaveFunc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:880:10
[INFO] [stdout]     |
[INFO] [stdout] 880 | pub type moduleTypeSaveFunc = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeSaveFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeLoadFunc` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:883:10
[INFO] [stdout]     |
[INFO] [stdout] 883 | pub type moduleTypeLoadFunc = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeLoadFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/db.rs:997:10
[INFO] [stdout]     |
[INFO] [stdout] 997 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]     --> src/db.rs:1019:10
[INFO] [stdout]      |
[INFO] [stdout] 1019 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]     --> src/db.rs:1038:10
[INFO] [stdout]      |
[INFO] [stdout] 1038 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]     --> src/db.rs:1048:10
[INFO] [stdout]      |
[INFO] [stdout] 1048 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]     --> src/db.rs:1068:10
[INFO] [stdout]      |
[INFO] [stdout] 1068 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]     --> src/db.rs:1206:10
[INFO] [stdout]      |
[INFO] [stdout] 1206 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]     --> src/db.rs:1438:10
[INFO] [stdout]      |
[INFO] [stdout] 1438 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `C2RustUnnamed_14` should have an upper camel case name
[INFO] [stdout]     --> src/db.rs:1973:10
[INFO] [stdout]      |
[INFO] [stdout] 1973 | pub type C2RustUnnamed_14 = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `C2rustUnnamed14`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__builtin_va_list` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:346:10
[INFO] [stdout]     |
[INFO] [stdout] 346 | pub type __builtin_va_list = __va_list;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuiltinVaList`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:356:10
[INFO] [stdout]     |
[INFO] [stdout] 356 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:357:10
[INFO] [stdout]     |
[INFO] [stdout] 357 | pub type __int16_t = libc::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:358:10
[INFO] [stdout]     |
[INFO] [stdout] 358 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:359:10
[INFO] [stdout]     |
[INFO] [stdout] 359 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:360:10
[INFO] [stdout]     |
[INFO] [stdout] 360 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:361:10
[INFO] [stdout]     |
[INFO] [stdout] 361 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:362:10
[INFO] [stdout]     |
[INFO] [stdout] 362 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:363:10
[INFO] [stdout]     |
[INFO] [stdout] 363 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uid_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:364:10
[INFO] [stdout]     |
[INFO] [stdout] 364 | pub type __uid_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `UidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:365:10
[INFO] [stdout]     |
[INFO] [stdout] 365 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:366:10
[INFO] [stdout]     |
[INFO] [stdout] 366 | pub type __off_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:367:10
[INFO] [stdout]     |
[INFO] [stdout] 367 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:368:10
[INFO] [stdout]     |
[INFO] [stdout] 368 | pub type __pid_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__clock_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:369:10
[INFO] [stdout]     |
[INFO] [stdout] 369 | pub type __clock_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:370:10
[INFO] [stdout]     |
[INFO] [stdout] 370 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:371:10
[INFO] [stdout]     |
[INFO] [stdout] 371 | pub type __useconds_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UsecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:372:10
[INFO] [stdout]     |
[INFO] [stdout] 372 | pub type __suseconds_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:373:10
[INFO] [stdout]     |
[INFO] [stdout] 373 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:374:10
[INFO] [stdout]     |
[INFO] [stdout] 374 | pub type __syscall_slong_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:375:10
[INFO] [stdout]     |
[INFO] [stdout] 375 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:376:10
[INFO] [stdout]     |
[INFO] [stdout] 376 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:383:10
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:384:10
[INFO] [stdout]     |
[INFO] [stdout] 384 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:385:10
[INFO] [stdout]     |
[INFO] [stdout] 385 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:392:10
[INFO] [stdout]     |
[INFO] [stdout] 392 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:393:10
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:394:10
[INFO] [stdout]     |
[INFO] [stdout] 394 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:395:10
[INFO] [stdout]     |
[INFO] [stdout] 395 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:396:10
[INFO] [stdout]     |
[INFO] [stdout] 396 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sigset_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:402:10
[INFO] [stdout]     |
[INFO] [stdout] 402 | pub type sigset_t = __sigset_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pthread_list_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:415:10
[INFO] [stdout]     |
[INFO] [stdout] 415 | pub type __pthread_list_t = __pthread_internal_list;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadListT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:427:10
[INFO] [stdout]     |
[INFO] [stdout] 427 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `va_list` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:435:10
[INFO] [stdout]     |
[INFO] [stdout] 435 | pub type va_list = __builtin_va_list;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `VaList`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:469:10
[INFO] [stdout]     |
[INFO] [stdout] 469 | pub type _IO_lock_t = ();
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:471:10
[INFO] [stdout]     |
[INFO] [stdout] 471 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:472:10
[INFO] [stdout]     |
[INFO] [stdout] 472 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:473:10
[INFO] [stdout]     |
[INFO] [stdout] 473 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:474:10
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:475:10
[INFO] [stdout]     |
[INFO] [stdout] 475 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:476:10
[INFO] [stdout]     |
[INFO] [stdout] 476 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:530:10
[INFO] [stdout]     |
[INFO] [stdout] 530 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:543:10
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:547:10
[INFO] [stdout]     |
[INFO] [stdout] 547 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:552:10
[INFO] [stdout]     |
[INFO] [stdout] 552 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:567:10
[INFO] [stdout]     |
[INFO] [stdout] 567 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `rio` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:732:10
[INFO] [stdout]     |
[INFO] [stdout] 732 | pub type rio = _rio;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case: `Rio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sigval_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:743:10
[INFO] [stdout]     |
[INFO] [stdout] 743 | pub type __sigval_t = sigval;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `SigvalT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `C2RustUnnamed_4` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:750:10
[INFO] [stdout]     |
[INFO] [stdout] 750 | pub type C2RustUnnamed_4 = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `C2rustUnnamed4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:760:10
[INFO] [stdout]     |
[INFO] [stdout] 760 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:761:10
[INFO] [stdout]     |
[INFO] [stdout] 761 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:762:10
[INFO] [stdout]     |
[INFO] [stdout] 762 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `C2RustUnnamed_5` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:763:10
[INFO] [stdout]     |
[INFO] [stdout] 763 | pub type C2RustUnnamed_5 = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `C2rustUnnamed5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/debug.rs:979:10
[INFO] [stdout]     |
[INFO] [stdout] 979 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `C2RustUnnamed_16` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1062:10
[INFO] [stdout]      |
[INFO] [stdout] 1062 | pub type C2RustUnnamed_16 = libc::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `C2rustUnnamed16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sighandler_t` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1073:10
[INFO] [stdout]      |
[INFO] [stdout] 1073 | pub type __sighandler_t = Option::<unsafe extern "C" fn(libc::c_int) -> ()>;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SighandlerT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__itimer_which` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1097:10
[INFO] [stdout]      |
[INFO] [stdout] 1097 | pub type __itimer_which = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ItimerWhich`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__itimer_which_t` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1107:10
[INFO] [stdout]      |
[INFO] [stdout] 1107 | pub type __itimer_which_t = __itimer_which;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ItimerWhichT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1147:10
[INFO] [stdout]      |
[INFO] [stdout] 1147 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1148:10
[INFO] [stdout]      |
[INFO] [stdout] 1148 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `raxNodeCallback` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1318:10
[INFO] [stdout]      |
[INFO] [stdout] 1318 | pub type raxNodeCallback = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RaxNodeCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1342:10
[INFO] [stdout]      |
[INFO] [stdout] 1342 | pub type pause_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1380:10
[INFO] [stdout]      |
[INFO] [stdout] 1380 | pub type robj = redisObject;
[INFO] [stdout]      |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleType` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1399:10
[INFO] [stdout]      |
[INFO] [stdout] 1399 | pub type moduleType = RedisModuleType;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeCopyFunc2` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1424:10
[INFO] [stdout]      |
[INFO] [stdout] 1424 | pub type moduleTypeCopyFunc2 = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeCopyFunc2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeUnlinkFunc2` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1430:10
[INFO] [stdout]      |
[INFO] [stdout] 1430 | pub type moduleTypeUnlinkFunc2 = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeUnlinkFunc2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeFreeEffortFunc2` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1433:10
[INFO] [stdout]      |
[INFO] [stdout] 1433 | pub type moduleTypeFreeEffortFunc2 = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeFreeEffortFunc2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeMemUsageFunc2` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1436:10
[INFO] [stdout]      |
[INFO] [stdout] 1436 | pub type moduleTypeMemUsageFunc2 = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeMemUsageFunc2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeAuxSaveFunc` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1443:10
[INFO] [stdout]      |
[INFO] [stdout] 1443 | pub type moduleTypeAuxSaveFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeAuxSaveFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeAuxLoadFunc` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1446:10
[INFO] [stdout]      |
[INFO] [stdout] 1446 | pub type moduleTypeAuxLoadFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeAuxLoadFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeDefragFunc` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1449:10
[INFO] [stdout]      |
[INFO] [stdout] 1449 | pub type moduleTypeDefragFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeDefragFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeCopyFunc` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1456:10
[INFO] [stdout]      |
[INFO] [stdout] 1456 | pub type moduleTypeCopyFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeCopyFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeUnlinkFunc` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1463:10
[INFO] [stdout]      |
[INFO] [stdout] 1463 | pub type moduleTypeUnlinkFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeUnlinkFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeFreeEffortFunc` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1466:10
[INFO] [stdout]      |
[INFO] [stdout] 1466 | pub type moduleTypeFreeEffortFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeFreeEffortFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeFreeFunc` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1469:10
[INFO] [stdout]      |
[INFO] [stdout] 1469 | pub type moduleTypeFreeFunc = Option::<unsafe extern "C" fn(*mut libc::c_void) -> ()>;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeFreeFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeDigestFunc` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1470:10
[INFO] [stdout]      |
[INFO] [stdout] 1470 | pub type moduleTypeDigestFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeDigestFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeMemUsageFunc` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1481:10
[INFO] [stdout]      |
[INFO] [stdout] 1481 | pub type moduleTypeMemUsageFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeMemUsageFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeRewriteFunc` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1484:10
[INFO] [stdout]      |
[INFO] [stdout] 1484 | pub type moduleTypeRewriteFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeRewriteFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeSaveFunc` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1487:10
[INFO] [stdout]      |
[INFO] [stdout] 1487 | pub type moduleTypeSaveFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeSaveFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `moduleTypeLoadFunc` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1490:10
[INFO] [stdout]      |
[INFO] [stdout] 1490 | pub type moduleTypeLoadFunc = Option::<
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ModuleTypeLoadFunc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1593:10
[INFO] [stdout]      |
[INFO] [stdout] 1593 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1615:10
[INFO] [stdout]      |
[INFO] [stdout] 1615 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1634:10
[INFO] [stdout]      |
[INFO] [stdout] 1634 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1644:10
[INFO] [stdout]      |
[INFO] [stdout] 1644 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1664:10
[INFO] [stdout]      |
[INFO] [stdout] 1664 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:1802:10
[INFO] [stdout]      |
[INFO] [stdout] 1802 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:2034:10
[INFO] [stdout]      |
[INFO] [stdout] 2034 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `invalidFunctionWasCalledType` should have an upper camel case name
[INFO] [stdout]     --> src/debug.rs:2551:10
[INFO] [stdout]      |
[INFO] [stdout] 2551 | pub type invalidFunctionWasCalledType = Option::<unsafe extern "C" fn() -> ()>;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `InvalidFunctionWasCalledType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int8_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:110:10
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub type __int8_t = libc::c_schar;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:111:10
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub type __int16_t = libc::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:112:10
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:113:10
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:114:10
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:115:10
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:116:10
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:117:10
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:118:10
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:119:10
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub type __pid_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:122:10
[INFO] [stdout]     |
[INFO] [stdout] 122 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:123:10
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:124:10
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:131:10
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:132:10
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:133:10
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:134:10
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:135:10
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int8_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:136:10
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub type int8_t = __int8_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `Int8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:137:10
[INFO] [stdout]     |
[INFO] [stdout] 137 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:138:10
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:139:10
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:140:10
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:141:10
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:142:10
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:143:10
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:144:10
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `intptr_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub type intptr_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `IntptrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:146:10
[INFO] [stdout]     |
[INFO] [stdout] 146 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:162:10
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:175:10
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:179:10
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:184:10
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:199:10
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:317:10
[INFO] [stdout]     |
[INFO] [stdout] 317 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:318:10
[INFO] [stdout]     |
[INFO] [stdout] 318 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:319:10
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:320:10
[INFO] [stdout]     |
[INFO] [stdout] 320 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:341:10
[INFO] [stdout]     |
[INFO] [stdout] 341 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:342:10
[INFO] [stdout]     |
[INFO] [stdout] 342 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `dictScanFunction` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:408:10
[INFO] [stdout]     |
[INFO] [stdout] 408 | pub type dictScanFunction = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DictScanFunction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `dictScanBucketFunction` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:412:10
[INFO] [stdout]     |
[INFO] [stdout] 412 | pub type dictScanBucketFunction = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DictScanBucketFunction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `raxNodeCallback` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:507:10
[INFO] [stdout]     |
[INFO] [stdout] 507 | pub type raxNodeCallback = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RaxNodeCallback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:524:10
[INFO] [stdout]     |
[INFO] [stdout] 524 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:534:10
[INFO] [stdout]     |
[INFO] [stdout] 534 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:640:10
[INFO] [stdout]     |
[INFO] [stdout] 640 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:662:10
[INFO] [stdout]     |
[INFO] [stdout] 662 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:681:10
[INFO] [stdout]     |
[INFO] [stdout] 681 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:691:10
[INFO] [stdout]     |
[INFO] [stdout] 691 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:711:10
[INFO] [stdout]     |
[INFO] [stdout] 711 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:849:10
[INFO] [stdout]     |
[INFO] [stdout] 849 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]    --> src/defrag.rs:975:10
[INFO] [stdout]     |
[INFO] [stdout] 975 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `raxDefragFunction` should have an upper camel case name
[INFO] [stdout]     --> src/defrag.rs:1528:10
[INFO] [stdout]      |
[INFO] [stdout] 1528 | pub type raxDefragFunction = unsafe extern "C" fn(
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RaxDefragFunction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]   --> src/dict.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub type size_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/dict.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]   --> src/dict.rs:44:10
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub type __int16_t = libc::c_short;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]   --> src/dict.rs:45:10
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub type __int64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/dict.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]   --> src/dict.rs:47:10
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub type __time_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name
[INFO] [stdout]   --> src/dict.rs:48:10
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub type __suseconds_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]   --> src/dict.rs:49:10
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub type int16_t = __int16_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]   --> src/dict.rs:50:10
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub type int64_t = __int64_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/dict.rs:57:10
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub type uint8_t = __uint8_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/dict.rs:58:10
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub type uint64_t = __uint64_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `dictScanFunction` should have an upper camel case name
[INFO] [stdout]    --> src/dict.rs:124:10
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub type dictScanFunction = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DictScanFunction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `dictScanBucketFunction` should have an upper camel case name
[INFO] [stdout]    --> src/dict.rs:128:10
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub type dictScanBucketFunction = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DictScanBucketFunction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `dictResizeEnable` should have an upper camel case name
[INFO] [stdout]    --> src/dict.rs:132:10
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub type dictResizeEnable = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DictResizeEnable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/dict.rs:301:17
[INFO] [stdout]     |
[INFO] [stdout] 301 |                 (if (*d).ht_size_exp[0 as libc::c_int as usize] as libc::c_int
[INFO] [stdout]     |                 ^
[INFO] [stdout] ...
[INFO] [stdout] 308 |                 }),
[INFO] [stdout]     |                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 301 ~                 if (*d).ht_size_exp[0 as libc::c_int as usize] as libc::c_int
[INFO] [stdout] 302 |                     == -(1 as libc::c_int)
[INFO] [stdout] ...
[INFO] [stdout] 307 |                         << (*d).ht_size_exp[0 as libc::c_int as usize] as libc::c_int
[INFO] [stdout] 308 ~                 },
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/dict.rs:954:37
[INFO] [stdout]     |
[INFO] [stdout] 954 | ...                   (if (*d).ht_size_exp[1 as libc::c_int as usize]
[INFO] [stdout]     |                       ^
[INFO] [stdout] ...
[INFO] [stdout] 962 | ...                   }),
[INFO] [stdout]     |                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 954 ~                                     if (*d).ht_size_exp[1 as libc::c_int as usize]
[INFO] [stdout] 955 |                                         as libc::c_int == -(1 as libc::c_int)
[INFO] [stdout] ...
[INFO] [stdout] 961 |                                                 as libc::c_int
[INFO] [stdout] 962 ~                                     },
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]     --> src/dict.rs:1412:21
[INFO] [stdout]      |
[INFO] [stdout] 1412 |                     (if (*d).ht_size_exp[0 as libc::c_int as usize] as libc::c_int
[INFO] [stdout]      |                     ^
[INFO] [stdout] ...
[INFO] [stdout] 1419 |                     }),
[INFO] [stdout]      |                      ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1412 ~                     if (*d).ht_size_exp[0 as libc::c_int as usize] as libc::c_int
[INFO] [stdout] 1413 |                         == -(1 as libc::c_int)
[INFO] [stdout]  ...
[INFO] [stdout] 1418 |                             << (*d).ht_size_exp[0 as libc::c_int as usize] as libc::c_int
[INFO] [stdout] 1419 ~                     },
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]  --> src/endianconv.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]   |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]  --> src/endianconv.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]   |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]  --> src/endianconv.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]   |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]  --> src/endianconv.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub type uint16_t = __uint16_t;
[INFO] [stdout]   |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]  --> src/endianconv.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub type uint32_t = __uint32_t;
[INFO] [stdout]   |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]  --> src/endianconv.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub type uint64_t = __uint64_t;
[INFO] [stdout]   |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:251:10
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:252:10
[INFO] [stdout]     |
[INFO] [stdout] 252 | pub type __int16_t = libc::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:253:10
[INFO] [stdout]     |
[INFO] [stdout] 253 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:254:10
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:255:10
[INFO] [stdout]     |
[INFO] [stdout] 255 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:256:10
[INFO] [stdout]     |
[INFO] [stdout] 256 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:257:10
[INFO] [stdout]     |
[INFO] [stdout] 257 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:258:10
[INFO] [stdout]     |
[INFO] [stdout] 258 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uid_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:259:10
[INFO] [stdout]     |
[INFO] [stdout] 259 | pub type __uid_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `UidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:260:10
[INFO] [stdout]     |
[INFO] [stdout] 260 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:261:10
[INFO] [stdout]     |
[INFO] [stdout] 261 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:262:10
[INFO] [stdout]     |
[INFO] [stdout] 262 | pub type __pid_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__clock_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:263:10
[INFO] [stdout]     |
[INFO] [stdout] 263 | pub type __clock_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:264:10
[INFO] [stdout]     |
[INFO] [stdout] 264 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:265:10
[INFO] [stdout]     |
[INFO] [stdout] 265 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:266:10
[INFO] [stdout]     |
[INFO] [stdout] 266 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:267:10
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:274:10
[INFO] [stdout]     |
[INFO] [stdout] 274 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:275:10
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:276:10
[INFO] [stdout]     |
[INFO] [stdout] 276 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:277:10
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:278:10
[INFO] [stdout]     |
[INFO] [stdout] 278 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:279:10
[INFO] [stdout]     |
[INFO] [stdout] 279 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:280:10
[INFO] [stdout]     |
[INFO] [stdout] 280 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:281:10
[INFO] [stdout]     |
[INFO] [stdout] 281 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sigset_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:287:10
[INFO] [stdout]     |
[INFO] [stdout] 287 | pub type sigset_t = __sigset_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:288:10
[INFO] [stdout]     |
[INFO] [stdout] 288 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:289:10
[INFO] [stdout]     |
[INFO] [stdout] 289 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:290:10
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:291:10
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:292:10
[INFO] [stdout]     |
[INFO] [stdout] 292 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:293:10
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:294:10
[INFO] [stdout]     |
[INFO] [stdout] 294 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:342:10
[INFO] [stdout]     |
[INFO] [stdout] 342 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:355:10
[INFO] [stdout]     |
[INFO] [stdout] 355 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:359:10
[INFO] [stdout]     |
[INFO] [stdout] 359 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:364:10
[INFO] [stdout]     |
[INFO] [stdout] 364 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:379:10
[INFO] [stdout]     |
[INFO] [stdout] 379 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sigval_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:497:10
[INFO] [stdout]     |
[INFO] [stdout] 497 | pub type __sigval_t = sigval;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `SigvalT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:504:10
[INFO] [stdout]     |
[INFO] [stdout] 504 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:505:10
[INFO] [stdout]     |
[INFO] [stdout] 505 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:506:10
[INFO] [stdout]     |
[INFO] [stdout] 506 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `lua_CFunction` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:507:10
[INFO] [stdout]     |
[INFO] [stdout] 507 | pub type lua_CFunction = Option::<unsafe extern "C" fn(*mut lua_State) -> libc::c_int>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LuaCfunction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `lua_Number` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:508:10
[INFO] [stdout]     |
[INFO] [stdout] 508 | pub type lua_Number = libc::c_double;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `LuaNumber`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:524:10
[INFO] [stdout]     |
[INFO] [stdout] 524 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sighandler_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:607:10
[INFO] [stdout]     |
[INFO] [stdout] 607 | pub type __sighandler_t = Option::<unsafe extern "C" fn(libc::c_int) -> ()>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SighandlerT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:644:10
[INFO] [stdout]     |
[INFO] [stdout] 644 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:645:10
[INFO] [stdout]     |
[INFO] [stdout] 645 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:749:10
[INFO] [stdout]     |
[INFO] [stdout] 749 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:759:10
[INFO] [stdout]     |
[INFO] [stdout] 759 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:865:10
[INFO] [stdout]     |
[INFO] [stdout] 865 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:887:10
[INFO] [stdout]     |
[INFO] [stdout] 887 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:906:10
[INFO] [stdout]     |
[INFO] [stdout] 906 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:916:10
[INFO] [stdout]     |
[INFO] [stdout] 916 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]    --> src/eval.rs:936:10
[INFO] [stdout]     |
[INFO] [stdout] 936 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]     --> src/eval.rs:1074:10
[INFO] [stdout]      |
[INFO] [stdout] 1074 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]     --> src/eval.rs:1270:10
[INFO] [stdout]      |
[INFO] [stdout] 1270 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]     --> src/eval.rs:2486:13
[INFO] [stdout]      |
[INFO] [stdout] 2486 |             (if !c.is_null() { c } else { lctx.lua_client }),
[INFO] [stdout]      |             ^                                              ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 2486 -             (if !c.is_null() { c } else { lctx.lua_client }),
[INFO] [stdout] 2486 +             if !c.is_null() { c } else { lctx.lua_client },
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]     --> src/eval.rs:2870:21
[INFO] [stdout]      |
[INFO] [stdout] 2870 |                     (if (*lctx.lua_scripts).ht_size_exp[1 as libc::c_int as usize]
[INFO] [stdout]      |                     ^
[INFO] [stdout] ...
[INFO] [stdout] 2878 |                     }),
[INFO] [stdout]      |                      ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 2870 ~                     if (*lctx.lua_scripts).ht_size_exp[1 as libc::c_int as usize]
[INFO] [stdout] 2871 |                         as libc::c_int == -(1 as libc::c_int)
[INFO] [stdout]  ...
[INFO] [stdout] 2877 |                                 as libc::c_int
[INFO] [stdout] 2878 ~                     },
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub type __int16_t = libc::c_short;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:76:10
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:77:10
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub type __int32_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:78:10
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:79:10
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub type __int64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:80:10
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:82:10
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:83:10
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub type __off64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:84:10
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub type __pid_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub type __time_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:86:10
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub type __useconds_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UsecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:87:10
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:88:10
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:89:10
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub type size_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:96:10
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub type mode_t = __mode_t;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:97:10
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub type off_t = __off64_t;
[INFO] [stdout]    |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:98:10
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub type pid_t = __pid_t;
[INFO] [stdout]    |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]   --> src/evict.rs:99:10
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub type ssize_t = __ssize_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:100:10
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:101:10
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:103:10
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:105:10
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:107:10
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:108:10
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:109:10
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:110:10
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:158:10
[INFO] [stdout]     |
[INFO] [stdout] 158 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:171:10
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:175:10
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:180:10
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:195:10
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `memory_order` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:313:10
[INFO] [stdout]     |
[INFO] [stdout] 313 | pub type memory_order = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MemoryOrder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:320:10
[INFO] [stdout]     |
[INFO] [stdout] 320 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:321:10
[INFO] [stdout]     |
[INFO] [stdout] 321 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:322:10
[INFO] [stdout]     |
[INFO] [stdout] 322 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:323:10
[INFO] [stdout]     |
[INFO] [stdout] 323 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:344:10
[INFO] [stdout]     |
[INFO] [stdout] 344 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:345:10
[INFO] [stdout]     |
[INFO] [stdout] 345 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:436:10
[INFO] [stdout]     |
[INFO] [stdout] 436 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:446:10
[INFO] [stdout]     |
[INFO] [stdout] 446 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:559:10
[INFO] [stdout]     |
[INFO] [stdout] 559 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:581:10
[INFO] [stdout]     |
[INFO] [stdout] 581 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:600:10
[INFO] [stdout]     |
[INFO] [stdout] 600 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:610:10
[INFO] [stdout]     |
[INFO] [stdout] 610 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:630:10
[INFO] [stdout]     |
[INFO] [stdout] 630 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:768:10
[INFO] [stdout]     |
[INFO] [stdout] 768 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]    --> src/evict.rs:866:10
[INFO] [stdout]     |
[INFO] [stdout] 866 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:84:10
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub type __int16_t = libc::c_short;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:86:10
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:87:10
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub type __int32_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:88:10
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:89:10
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub type __int64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:90:10
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:91:10
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:92:10
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:93:10
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub type __off64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:94:10
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub type __pid_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:95:10
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub type __time_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:96:10
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:97:10
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]   --> src/expire.rs:98:10
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub type size_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:105:10
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:107:10
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:108:10
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:109:10
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:110:10
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:111:10
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:112:10
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:113:10
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:114:10
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:115:10
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:116:10
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:117:10
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:118:10
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:119:10
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:167:10
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:180:10
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:184:10
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:189:10
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:204:10
[INFO] [stdout]     |
[INFO] [stdout] 204 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:322:10
[INFO] [stdout]     |
[INFO] [stdout] 322 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:323:10
[INFO] [stdout]     |
[INFO] [stdout] 323 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:324:10
[INFO] [stdout]     |
[INFO] [stdout] 324 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:325:10
[INFO] [stdout]     |
[INFO] [stdout] 325 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:346:10
[INFO] [stdout]     |
[INFO] [stdout] 346 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:347:10
[INFO] [stdout]     |
[INFO] [stdout] 347 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:438:10
[INFO] [stdout]     |
[INFO] [stdout] 438 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:448:10
[INFO] [stdout]     |
[INFO] [stdout] 448 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:543:10
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:565:10
[INFO] [stdout]     |
[INFO] [stdout] 565 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:584:10
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:594:10
[INFO] [stdout]     |
[INFO] [stdout] 594 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:614:10
[INFO] [stdout]     |
[INFO] [stdout] 614 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:752:10
[INFO] [stdout]     |
[INFO] [stdout] 752 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]    --> src/expire.rs:948:10
[INFO] [stdout]     |
[INFO] [stdout] 948 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]     --> src/expire.rs:1547:25
[INFO] [stdout]      |
[INFO] [stdout] 1547 |                         (if (*(*db).expires).ht_size_exp[1 as libc::c_int as usize]
[INFO] [stdout]      |                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1555 |                         }),
[INFO] [stdout]      |                          ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1547 ~                         if (*(*db).expires).ht_size_exp[1 as libc::c_int as usize]
[INFO] [stdout] 1548 |                             as libc::c_int == -(1 as libc::c_int)
[INFO] [stdout]  ...
[INFO] [stdout] 1554 |                                     as libc::c_int
[INFO] [stdout] 1555 ~                         },
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:115:10
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:116:10
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub type __int16_t = libc::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:117:10
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:118:10
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:119:10
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:122:10
[INFO] [stdout]     |
[INFO] [stdout] 122 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:123:10
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:124:10
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:125:10
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:132:10
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:133:10
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:134:10
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:135:10
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:136:10
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:137:10
[INFO] [stdout]     |
[INFO] [stdout] 137 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:138:10
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:139:10
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:140:10
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:141:10
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:142:10
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:190:10
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:203:10
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:207:10
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:212:10
[INFO] [stdout]     |
[INFO] [stdout] 212 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:227:10
[INFO] [stdout]     |
[INFO] [stdout] 227 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `lua_CFunction` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:345:10
[INFO] [stdout]     |
[INFO] [stdout] 345 | pub type lua_CFunction = Option::<unsafe extern "C" fn(*mut lua_State) -> libc::c_int>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LuaCfunction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `lua_Number` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:346:10
[INFO] [stdout]     |
[INFO] [stdout] 346 | pub type lua_Number = libc::c_double;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `LuaNumber`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `lua_Hook` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:362:10
[INFO] [stdout]     |
[INFO] [stdout] 362 | pub type lua_Hook = Option::<unsafe extern "C" fn(*mut lua_State, *mut lua_Debug) -> ()>;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `LuaHook`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:383:10
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:474:10
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:569:10
[INFO] [stdout]     |
[INFO] [stdout] 569 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:591:10
[INFO] [stdout]     |
[INFO] [stdout] 591 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:610:10
[INFO] [stdout]     |
[INFO] [stdout] 610 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:620:10
[INFO] [stdout]     |
[INFO] [stdout] 620 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:640:10
[INFO] [stdout]     |
[INFO] [stdout] 640 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]    --> src/function_lua.rs:778:10
[INFO] [stdout]     |
[INFO] [stdout] 778 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:158:10
[INFO] [stdout]     |
[INFO] [stdout] 158 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:159:10
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub type __int16_t = libc::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:160:10
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:161:10
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:162:10
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:163:10
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:164:10
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:165:10
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:166:10
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:167:10
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub type __off_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:168:10
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:169:10
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub type __pid_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:170:10
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:171:10
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:173:10
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:180:10
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:181:10
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:182:10
[INFO] [stdout]     |
[INFO] [stdout] 182 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:183:10
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:184:10
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:185:10
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:186:10
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:187:10
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:188:10
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:222:10
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub type _IO_lock_t = ();
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:224:10
[INFO] [stdout]     |
[INFO] [stdout] 224 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:225:10
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:226:10
[INFO] [stdout]     |
[INFO] [stdout] 226 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:227:10
[INFO] [stdout]     |
[INFO] [stdout] 227 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:228:10
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:229:10
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:277:10
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:290:10
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:294:10
[INFO] [stdout]     |
[INFO] [stdout] 294 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:299:10
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:314:10
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `rio` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:479:10
[INFO] [stdout]     |
[INFO] [stdout] 479 | pub type rio = _rio;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case: `Rio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:490:10
[INFO] [stdout]     |
[INFO] [stdout] 490 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:491:10
[INFO] [stdout]     |
[INFO] [stdout] 491 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:492:10
[INFO] [stdout]     |
[INFO] [stdout] 492 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:493:10
[INFO] [stdout]     |
[INFO] [stdout] 493 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:514:10
[INFO] [stdout]     |
[INFO] [stdout] 514 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:515:10
[INFO] [stdout]     |
[INFO] [stdout] 515 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:617:10
[INFO] [stdout]     |
[INFO] [stdout] 617 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:627:10
[INFO] [stdout]     |
[INFO] [stdout] 627 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:730:10
[INFO] [stdout]     |
[INFO] [stdout] 730 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:752:10
[INFO] [stdout]     |
[INFO] [stdout] 752 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:771:10
[INFO] [stdout]     |
[INFO] [stdout] 771 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:781:10
[INFO] [stdout]     |
[INFO] [stdout] 781 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:801:10
[INFO] [stdout]     |
[INFO] [stdout] 801 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]    --> src/functions.rs:939:10
[INFO] [stdout]     |
[INFO] [stdout] 939 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]     --> src/functions.rs:1135:10
[INFO] [stdout]      |
[INFO] [stdout] 1135 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `restorePolicy` should have an upper camel case name
[INFO] [stdout]     --> src/functions.rs:1664:10
[INFO] [stdout]      |
[INFO] [stdout] 1664 | pub type restorePolicy = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RestorePolicy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]     --> src/functions.rs:1888:13
[INFO] [stdout]      |
[INFO] [stdout] 1888 |             (if !((*fi).desc).is_null() {
[INFO] [stdout]      |             ^
[INFO] [stdout] ...
[INFO] [stdout] 1892 |             }),
[INFO] [stdout]      |              ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1888 ~             if !((*fi).desc).is_null() {
[INFO] [stdout] 1889 |                 sdsZmallocSize((*fi).desc)
[INFO] [stdout] 1890 |             } else {
[INFO] [stdout] 1891 |                 0 as libc::c_int as libc::c_ulong
[INFO] [stdout] 1892 ~             },
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]     --> src/functions.rs:3404:21
[INFO] [stdout]      |
[INFO] [stdout] 3404 |                     (if (*engines).ht_size_exp[1 as libc::c_int as usize] as libc::c_int
[INFO] [stdout]      |                     ^
[INFO] [stdout] ...
[INFO] [stdout] 3412 |                     }),
[INFO] [stdout]      |                      ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 3404 ~                     if (*engines).ht_size_exp[1 as libc::c_int as usize] as libc::c_int
[INFO] [stdout] 3405 |                         == -(1 as libc::c_int)
[INFO] [stdout]  ...
[INFO] [stdout] 3411 |                                 as libc::c_int
[INFO] [stdout] 3412 ~                     },
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]     --> src/functions.rs:3436:29
[INFO] [stdout]      |
[INFO] [stdout] 3436 | ...                   (if (*(*curr_functions_lib_ctx).functions)
[INFO] [stdout]      |                       ^
[INFO] [stdout] ...
[INFO] [stdout] 3445 | ...                   }),
[INFO] [stdout]      |                        ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 3436 ~                             if (*(*curr_functions_lib_ctx).functions)
[INFO] [stdout] 3437 |                                 .ht_size_exp[1 as libc::c_int as usize] as libc::c_int
[INFO] [stdout]  ...
[INFO] [stdout] 3444 |                                         .ht_size_exp[1 as libc::c_int as usize] as libc::c_int
[INFO] [stdout] 3445 ~                             },
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:200:10
[INFO] [stdout]     |
[INFO] [stdout] 200 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:201:10
[INFO] [stdout]     |
[INFO] [stdout] 201 | pub type __int16_t = libc::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:202:10
[INFO] [stdout]     |
[INFO] [stdout] 202 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:203:10
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub type __int32_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:204:10
[INFO] [stdout]     |
[INFO] [stdout] 204 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:205:10
[INFO] [stdout]     |
[INFO] [stdout] 205 | pub type __int64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:206:10
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:207:10
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:208:10
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub type __off_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:210:10
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:211:10
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub type __pid_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:212:10
[INFO] [stdout]     |
[INFO] [stdout] 212 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:213:10
[INFO] [stdout]     |
[INFO] [stdout] 213 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:214:10
[INFO] [stdout]     |
[INFO] [stdout] 214 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:215:10
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:222:10
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:223:10
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:224:10
[INFO] [stdout]     |
[INFO] [stdout] 224 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:225:10
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:226:10
[INFO] [stdout]     |
[INFO] [stdout] 226 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:227:10
[INFO] [stdout]     |
[INFO] [stdout] 227 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:228:10
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:229:10
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:230:10
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:264:10
[INFO] [stdout]     |
[INFO] [stdout] 264 | pub type _IO_lock_t = ();
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:266:10
[INFO] [stdout]     |
[INFO] [stdout] 266 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:267:10
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:268:10
[INFO] [stdout]     |
[INFO] [stdout] 268 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:269:10
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:270:10
[INFO] [stdout]     |
[INFO] [stdout] 270 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:271:10
[INFO] [stdout]     |
[INFO] [stdout] 271 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:319:10
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:332:10
[INFO] [stdout]     |
[INFO] [stdout] 332 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:336:10
[INFO] [stdout]     |
[INFO] [stdout] 336 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:341:10
[INFO] [stdout]     |
[INFO] [stdout] 341 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:356:10
[INFO] [stdout]     |
[INFO] [stdout] 356 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:474:10
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:475:10
[INFO] [stdout]     |
[INFO] [stdout] 475 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:476:10
[INFO] [stdout]     |
[INFO] [stdout] 476 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__compar_fn_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:477:10
[INFO] [stdout]     |
[INFO] [stdout] 477 | pub type __compar_fn_t = Option::<
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ComparFnT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:480:10
[INFO] [stdout]     |
[INFO] [stdout] 480 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:501:10
[INFO] [stdout]     |
[INFO] [stdout] 501 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:502:10
[INFO] [stdout]     |
[INFO] [stdout] 502 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:593:10
[INFO] [stdout]     |
[INFO] [stdout] 593 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:603:10
[INFO] [stdout]     |
[INFO] [stdout] 603 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:698:10
[INFO] [stdout]     |
[INFO] [stdout] 698 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:720:10
[INFO] [stdout]     |
[INFO] [stdout] 720 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:739:10
[INFO] [stdout]     |
[INFO] [stdout] 739 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:749:10
[INFO] [stdout]     |
[INFO] [stdout] 749 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:769:10
[INFO] [stdout]     |
[INFO] [stdout] 769 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]    --> src/geo.rs:907:10
[INFO] [stdout]     |
[INFO] [stdout] 907 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]     --> src/geo.rs:1131:10
[INFO] [stdout]      |
[INFO] [stdout] 1131 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int8_t` should have an upper camel case name
[INFO] [stdout]  --> src/geohash.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub type __int8_t = libc::c_schar;
[INFO] [stdout]   |          ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]  --> src/geohash.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]   |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]  --> src/geohash.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]   |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]  --> src/geohash.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]   |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int8_t` should have an upper camel case name
[INFO] [stdout]  --> src/geohash.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub type int8_t = __int8_t;
[INFO] [stdout]   |          ^^^^^^ help: convert the identifier to upper camel case: `Int8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]  --> src/geohash.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub type uint8_t = __uint8_t;
[INFO] [stdout]   |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/geohash.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type uint32_t = __uint32_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/geohash.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub type uint64_t = __uint64_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/geohash_helper.rs:27:10
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/geohash_helper.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/geohash_helper.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub type uint8_t = __uint8_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/geohash_helper.rs:30:10
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub type uint64_t = __uint64_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:72:10
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:73:10
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub type __int16_t = libc::c_short;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub type __int32_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:76:10
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:77:10
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub type __int64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:78:10
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:79:10
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:80:10
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub type __off64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:82:10
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub type __pid_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:83:10
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub type __time_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:84:10
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:86:10
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub type size_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:93:10
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub type mode_t = __mode_t;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:94:10
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub type off_t = __off64_t;
[INFO] [stdout]    |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:95:10
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub type pid_t = __pid_t;
[INFO] [stdout]    |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:96:10
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub type ssize_t = __ssize_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:97:10
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub type time_t = __time_t;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:98:10
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub type int16_t = __int16_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]   --> src/hyperloglog.rs:99:10
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub type int32_t = __int32_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:100:10
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:101:10
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:103:10
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:105:10
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sds` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:107:10
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub type sds = *mut libc::c_char;
[INFO] [stdout]     |          ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeBeforeSleepProc` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:155:10
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub type aeBeforeSleepProc = unsafe extern "C" fn(*mut aeEventLoop) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeBeforeSleepProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeEventFinalizerProc` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:168:10
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub type aeEventFinalizerProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AeEventFinalizerProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeTimeProc` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub type aeTimeProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeTimeProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `monotime` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:177:10
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub type monotime = uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Monotime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aeFileProc` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:192:10
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub type aeFileProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AeFileProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_int` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:310:10
[INFO] [stdout]     |
[INFO] [stdout] 310 | pub type atomic_int = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_uint` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:311:10
[INFO] [stdout]     |
[INFO] [stdout] 311 | pub type atomic_uint = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `atomic_llong` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:312:10
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub type atomic_llong = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AtomicLlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:313:10
[INFO] [stdout]     |
[INFO] [stdout] 313 | pub type sig_atomic_t = __sig_atomic_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mstime_t` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:334:10
[INFO] [stdout]     |
[INFO] [stdout] 334 | pub type mstime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `MstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ustime_t` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:335:10
[INFO] [stdout]     |
[INFO] [stdout] 335 | pub type ustime_t = libc::c_longlong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UstimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pause_type` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:426:10
[INFO] [stdout]     |
[INFO] [stdout] 426 | pub type pause_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PauseType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `robj` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:436:10
[INFO] [stdout]     |
[INFO] [stdout] 436 | pub type robj = redisObject;
[INFO] [stdout]     |          ^^^^ help: convert the identifier to upper camel case: `Robj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_fk_type` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:531:10
[INFO] [stdout]     |
[INFO] [stdout] 531 | pub type kspec_fk_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecFkType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kspec_bs_type` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:553:10
[INFO] [stdout]     |
[INFO] [stdout] 553 | pub type kspec_bs_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KspecBsType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandArgType` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:572:10
[INFO] [stdout]     |
[INFO] [stdout] 572 | pub type redisCommandArgType = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandArgType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisGetKeysProc` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:582:10
[INFO] [stdout]     |
[INFO] [stdout] 582 | pub type redisGetKeysProc = unsafe extern "C" fn(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisGetKeysProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandProc` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:602:10
[INFO] [stdout]     |
[INFO] [stdout] 602 | pub type redisCommandProc = unsafe extern "C" fn(*mut client) -> ();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandProc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `redisCommandGroup` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:740:10
[INFO] [stdout]     |
[INFO] [stdout] 740 | pub type redisCommandGroup = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RedisCommandGroup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `aof_file_type` should have an upper camel case name
[INFO] [stdout]    --> src/hyperloglog.rs:936:10
[INFO] [stdout]     |
[INFO] [stdout] 936 | pub type aof_file_type = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AofFileType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub type size_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int8_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub type __int8_t = libc::c_schar;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:27:10
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub type __int16_t = libc::c_short;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub type __int32_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:30:10
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub type __int64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int8_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:32:10
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub type int8_t = __int8_t;
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `Int8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub type int16_t = __int16_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub type int32_t = __int32_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:35:10
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub type int64_t = __int64_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub type uint8_t = __uint8_t;
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:37:10
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub type uint32_t = __uint32_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]   --> src/intset.rs:38:10
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub type uint64_t = __uint64_t;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]   --> src/latency.rs:94:10
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub type __uint8_t = libc::c_uchar;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]   --> src/latency.rs:95:10
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub type __int16_t = libc::c_short;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]   --> src/latency.rs:96:10
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub type __uint16_t = libc::c_ushort;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]   --> src/latency.rs:97:10
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub type __int32_t = libc::c_int;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]   --> src/latency.rs:98:10
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub type __uint32_t = libc::c_uint;
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]   --> src/latency.rs:99:10
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub type __int64_t = libc::c_long;
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:100:10
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub type __uint64_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:101:10
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub type __mode_t = libc::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:103:10
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub type __off64_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub type __pid_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:105:10
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub type __time_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub type __ssize_t = libc::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:107:10
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub type __sig_atomic_t = libc::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `size_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:108:10
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub type size_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `SizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:115:10
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub type mode_t = __mode_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `off_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:116:10
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub type off_t = __off64_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:117:10
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub type pid_t = __pid_t;
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:118:10
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub type ssize_t = __ssize_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `time_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:119:10
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub type time_t = __time_t;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub type int16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub type int32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:122:10
[INFO] [stdout]     |
[INFO] [stdout] 122 | pub type int64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `pthread_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:123:10
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub type pthread_t = libc::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:124:10
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub type uint8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:125:10
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub type uint16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:126:10
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub type uint32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/latency.rs:127:10
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub type uint64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[WARN] too many lines in the log, truncating it
