[INFO] fetching crate mbedtls-sys 0.0.2...
[INFO] testing mbedtls-sys-0.0.2 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mbedtls-sys 0.0.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate mbedtls-sys 0.0.2
[INFO] finished tweaking crates.io crate mbedtls-sys 0.0.2
[INFO] tweaked toml for crates.io crate mbedtls-sys 0.0.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mbedtls-sys 0.0.2 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7ea34a9c00a25558ce3133f371968697044234280027b7adda51416b3e4ddf0f
[INFO] running `Command { std: "docker" "start" "-a" "7ea34a9c00a25558ce3133f371968697044234280027b7adda51416b3e4ddf0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7ea34a9c00a25558ce3133f371968697044234280027b7adda51416b3e4ddf0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ea34a9c00a25558ce3133f371968697044234280027b7adda51416b3e4ddf0f", kill_on_drop: false }`
[INFO] [stdout] 7ea34a9c00a25558ce3133f371968697044234280027b7adda51416b3e4ddf0f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e451717197c772ef55dc5acb12d716a288d4daee693d20496f2f336f8748fc23
[INFO] running `Command { std: "docker" "start" "-a" "e451717197c772ef55dc5acb12d716a288d4daee693d20496f2f336f8748fc23", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling mbedtls-sys v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]   --> src/lib.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 | use self::libc::int64_t;
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]   --> src/lib.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 | use self::libc::uint16_t;
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/lib.rs:23:17
[INFO] [stdout]    |
[INFO] [stdout] 23 | use self::libc::uint32_t;
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/lib.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 | use self::libc::uint64_t;
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]    --> src/lib.rs:591:29
[INFO] [stdout]     |
[INFO] [stdout] 591 | pub type mbedtls_mpi_sint = int64_t;
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/lib.rs:593:29
[INFO] [stdout]     |
[INFO] [stdout] 593 | pub type mbedtls_mpi_uint = uint64_t;
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/lib.rs:601:9
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub a: uint64_t,
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/lib.rs:602:9
[INFO] [stdout]     |
[INFO] [stdout] 602 |     pub b: uint64_t,
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]    --> src/lib.rs:666:14
[INFO] [stdout]     |
[INFO] [stdout] 666 |     pub tls_id: uint16_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]    --> src/lib.rs:667:16
[INFO] [stdout]     |
[INFO] [stdout] 667 |     pub bit_size: uint16_t,
[INFO] [stdout]     |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1346:19
[INFO] [stdout]      |
[INFO] [stdout] 1346 |     pub allowed_mds: uint32_t,
[INFO] [stdout]      |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1347:19
[INFO] [stdout]      |
[INFO] [stdout] 1347 |     pub allowed_pks: uint32_t,
[INFO] [stdout]      |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1348:22
[INFO] [stdout]      |
[INFO] [stdout] 1348 |     pub allowed_curves: uint32_t,
[INFO] [stdout]      |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1349:22
[INFO] [stdout]      |
[INFO] [stdout] 1349 |     pub rsa_min_bitlen: uint32_t,
[INFO] [stdout]      |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1539:126
[INFO] [stdout]      |
[INFO] [stdout] 1539 | pub type mbedtls_ssl_recv_timeout_t = Option<unsafe extern "C" fn(ctx: *mut c_void, buf: *mut c_uchar, len: size_t, timeout: uint32_t) ->...
[INFO] [stdout]      |                                                                                                                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1541:90
[INFO] [stdout]      |
[INFO] [stdout] 1541 | pub type mbedtls_ssl_set_timer_t = Option<unsafe extern "C" fn(ctx: *mut c_void, int_ms: uint32_t, fin_ms: uint32_t)>;
[INFO] [stdout]      |                                                                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1541:108
[INFO] [stdout]      |
[INFO] [stdout] 1541 | pub type mbedtls_ssl_set_timer_t = Option<unsafe extern "C" fn(ctx: *mut c_void, int_ms: uint32_t, fin_ms: uint32_t)>;
[INFO] [stdout]      |                                                                                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1581:21
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     pub verify_result: uint32_t,
[INFO] [stdout]      |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1584:23
[INFO] [stdout]      |
[INFO] [stdout] 1584 |     pub ticket_lifetime: uint32_t,
[INFO] [stdout]      |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1620:114
[INFO] [stdout]      |
[INFO] [stdout] 1620 |     pub f_vrfy: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut mbedtls_x509_crt, arg3: c_int, arg4: *mut uint32_t) -> c_int>,
[INFO] [stdout]      |                                                                                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1627:175
[INFO] [stdout]      |
[INFO] [stdout] 1627 | ...t c_uchar, arg4: *const c_uchar, arg5: *mut size_t, arg6: *mut uint32_t) -> c_int>,
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1643:20
[INFO] [stdout]      |
[INFO] [stdout] 1643 |     pub read_timeout: uint32_t,
[INFO] [stdout]      |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1644:22
[INFO] [stdout]      |
[INFO] [stdout] 1644 |     pub hs_timeout_min: uint32_t,
[INFO] [stdout]      |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1645:22
[INFO] [stdout]      |
[INFO] [stdout] 1645 |     pub hs_timeout_max: uint32_t,
[INFO] [stdout]      |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]     --> src/lib.rs:1699:16
[INFO] [stdout]      |
[INFO] [stdout] 1699 |     pub in_epoch: uint16_t,
[INFO] [stdout]      |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]     --> src/lib.rs:1701:21
[INFO] [stdout]      |
[INFO] [stdout] 1701 |     pub in_window_top: uint64_t,
[INFO] [stdout]      |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]     --> src/lib.rs:1702:17
[INFO] [stdout]      |
[INFO] [stdout] 1702 |     pub in_window: uint64_t,
[INFO] [stdout]      |                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1732:203
[INFO] [stdout]      |
[INFO] [stdout] 1732 | ..._uchar, end: *const c_uchar, tlen: *mut size_t, lifetime: *mut uint32_t) -> c_int>;
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]     --> src/lib.rs:1808:52
[INFO] [stdout]      |
[INFO] [stdout] 1808 |     pub fn mbedtls_ecp_curve_info_from_tls_id(tls_id: uint16_t) -> *const mbedtls_ecp_curve_info;
[INFO] [stdout]      |                                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1989:100
[INFO] [stdout]      |
[INFO] [stdout] 1989 |     pub fn mbedtls_x509_crt_verify_info(buf: *mut c_char, size: size_t, prefix: *const c_char, flags: uint32_t) -> c_int;
[INFO] [stdout]      |                                                                                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1990:156
[INFO] [stdout]      |
[INFO] [stdout] 1990 | ... ca_crl: *mut mbedtls_x509_crl, cn: *const c_char, flags: *mut uint32_t, f_vrfy: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: ...
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1990:274
[INFO] [stdout]      |
[INFO] [stdout] 1990 | ...t c_void, arg2: *mut mbedtls_x509_crt, arg3: c_int, arg4: *mut uint32_t) -> c_int>, p_vrfy: *mut c_void) -> c_int;
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1991:211
[INFO] [stdout]      |
[INFO] [stdout] 1991 | ...const mbedtls_x509_crt_profile, cn: *const c_char, flags: *mut uint32_t, f_vrfy: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: ...
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1991:329
[INFO] [stdout]      |
[INFO] [stdout] 1991 | ...t c_void, arg2: *mut mbedtls_x509_crt, arg3: c_int, arg4: *mut uint32_t) -> c_int>, p_vrfy: *mut c_void) -> c_int;
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2043:172
[INFO] [stdout]      |
[INFO] [stdout] 2043 | ...t c_void, arg2: *mut mbedtls_x509_crt, arg3: c_int, arg4: *mut uint32_t) -> c_int>, p_vrfy: *mut c_void);
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2047:79
[INFO] [stdout]      |
[INFO] [stdout] 2047 |     pub fn mbedtls_ssl_conf_read_timeout(conf: *mut mbedtls_ssl_config, timeout: uint32_t);
[INFO] [stdout]      |                                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2054:80
[INFO] [stdout]      |
[INFO] [stdout] 2054 |     pub fn mbedtls_ssl_conf_handshake_timeout(conf: *mut mbedtls_ssl_config, min: uint32_t, max: uint32_t);
[INFO] [stdout]      |                                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2054:95
[INFO] [stdout]      |
[INFO] [stdout] 2054 |     pub fn mbedtls_ssl_conf_handshake_timeout(conf: *mut mbedtls_ssl_config, min: uint32_t, max: uint32_t);
[INFO] [stdout]      |                                                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2085:75
[INFO] [stdout]      |
[INFO] [stdout] 2085 |     pub fn mbedtls_ssl_get_verify_result(ssl: *const mbedtls_ssl_context) -> uint32_t;
[INFO] [stdout]      |                                                                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `X` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:684:6
[INFO] [stdout]     |
[INFO] [stdout] 684 |     pub X: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case (notice the capitalization): `x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Y` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:685:6
[INFO] [stdout]     |
[INFO] [stdout] 685 |     pub Y: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case (notice the capitalization): `y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Z` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:686:6
[INFO] [stdout]     |
[INFO] [stdout] 686 |     pub Z: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case (notice the capitalization): `z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `P` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:703:6
[INFO] [stdout]     |
[INFO] [stdout] 703 |     pub P: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `A` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:704:6
[INFO] [stdout]     |
[INFO] [stdout] 704 |     pub A: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `B` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:705:6
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub B: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `G` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:706:6
[INFO] [stdout]     |
[INFO] [stdout] 706 |     pub G: mbedtls_ecp_point,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `N` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:707:6
[INFO] [stdout]     |
[INFO] [stdout] 707 |     pub N: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `T` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:715:6
[INFO] [stdout]     |
[INFO] [stdout] 715 |     pub T: *mut mbedtls_ecp_point,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `T_size` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:716:6
[INFO] [stdout]     |
[INFO] [stdout] 716 |     pub T_size: size_t,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `t_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Q` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:734:6
[INFO] [stdout]     |
[INFO] [stdout] 734 |     pub Q: mbedtls_ecp_point,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `N` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:811:6
[INFO] [stdout]     |
[INFO] [stdout] 811 |     pub N: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `E` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:812:6
[INFO] [stdout]     |
[INFO] [stdout] 812 |     pub E: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `D` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:813:6
[INFO] [stdout]     |
[INFO] [stdout] 813 |     pub D: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `P` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:814:6
[INFO] [stdout]     |
[INFO] [stdout] 814 |     pub P: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Q` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:815:6
[INFO] [stdout]     |
[INFO] [stdout] 815 |     pub Q: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DP` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:816:6
[INFO] [stdout]     |
[INFO] [stdout] 816 |     pub DP: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `dp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DQ` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:817:6
[INFO] [stdout]     |
[INFO] [stdout] 817 |     pub DQ: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `dq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `QP` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:818:6
[INFO] [stdout]     |
[INFO] [stdout] 818 |     pub QP: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `qp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RN` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:819:6
[INFO] [stdout]     |
[INFO] [stdout] 819 |     pub RN: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `rn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RP` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:820:6
[INFO] [stdout]     |
[INFO] [stdout] 820 |     pub RP: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `rp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RQ` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:821:6
[INFO] [stdout]     |
[INFO] [stdout] 821 |     pub RQ: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `rq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vi` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:822:6
[INFO] [stdout]     |
[INFO] [stdout] 822 |     pub Vi: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case (notice the capitalization): `vi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vf` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:823:6
[INFO] [stdout]     |
[INFO] [stdout] 823 |     pub Vf: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case (notice the capitalization): `vf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `P` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1391:6
[INFO] [stdout]      |
[INFO] [stdout] 1391 |     pub P: mbedtls_mpi,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case: `p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `G` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1392:6
[INFO] [stdout]      |
[INFO] [stdout] 1392 |     pub G: mbedtls_mpi,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case: `g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `X` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1393:6
[INFO] [stdout]      |
[INFO] [stdout] 1393 |     pub X: mbedtls_mpi,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case (notice the capitalization): `x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GX` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1394:6
[INFO] [stdout]      |
[INFO] [stdout] 1394 |     pub GX: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `gx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GY` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1395:6
[INFO] [stdout]      |
[INFO] [stdout] 1395 |     pub GY: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `gy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `K` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1396:6
[INFO] [stdout]      |
[INFO] [stdout] 1396 |     pub K: mbedtls_mpi,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case (notice the capitalization): `k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RP` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1397:6
[INFO] [stdout]      |
[INFO] [stdout] 1397 |     pub RP: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `rp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vi` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1398:6
[INFO] [stdout]      |
[INFO] [stdout] 1398 |     pub Vi: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case (notice the capitalization): `vi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vf` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1399:6
[INFO] [stdout]      |
[INFO] [stdout] 1399 |     pub Vf: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case (notice the capitalization): `vf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pX` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1400:6
[INFO] [stdout]      |
[INFO] [stdout] 1400 |     pub pX: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `p_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Q` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1427:6
[INFO] [stdout]      |
[INFO] [stdout] 1427 |     pub Q: mbedtls_ecp_point,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case: `q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Qp` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1428:6
[INFO] [stdout]      |
[INFO] [stdout] 1428 |     pub Qp: mbedtls_ecp_point,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `qp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vi` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1431:6
[INFO] [stdout]      |
[INFO] [stdout] 1431 |     pub Vi: mbedtls_ecp_point,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case (notice the capitalization): `vi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vf` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1432:6
[INFO] [stdout]      |
[INFO] [stdout] 1432 |     pub Vf: mbedtls_ecp_point,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case (notice the capitalization): `vf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dhm_P` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1636:6
[INFO] [stdout]      |
[INFO] [stdout] 1636 |     pub dhm_P: mbedtls_mpi,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case: `dhm_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dhm_G` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1637:6
[INFO] [stdout]      |
[INFO] [stdout] 1637 |     pub dhm_G: mbedtls_mpi,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case: `dhm_g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] running `Command { std: "docker" "inspect" "e451717197c772ef55dc5acb12d716a288d4daee693d20496f2f336f8748fc23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e451717197c772ef55dc5acb12d716a288d4daee693d20496f2f336f8748fc23", kill_on_drop: false }`
[INFO] [stdout] e451717197c772ef55dc5acb12d716a288d4daee693d20496f2f336f8748fc23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f129a704c907acf17c5fdf04656565692e6e9f1f1e6d77b638480a37d61840ad
[INFO] running `Command { std: "docker" "start" "-a" "f129a704c907acf17c5fdf04656565692e6e9f1f1e6d77b638480a37d61840ad", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]   --> src/lib.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 | use self::libc::int64_t;
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]   --> src/lib.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 | use self::libc::uint16_t;
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/lib.rs:23:17
[INFO] [stdout]    |
[INFO] [stdout] 23 | use self::libc::uint32_t;
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/lib.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 | use self::libc::uint64_t;
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]    --> src/lib.rs:591:29
[INFO] [stdout]     |
[INFO] [stdout] 591 | pub type mbedtls_mpi_sint = int64_t;
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/lib.rs:593:29
[INFO] [stdout]     |
[INFO] [stdout] 593 | pub type mbedtls_mpi_uint = uint64_t;
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/lib.rs:601:9
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub a: uint64_t,
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/lib.rs:602:9
[INFO] [stdout]     |
[INFO] [stdout] 602 |     pub b: uint64_t,
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]    --> src/lib.rs:666:14
[INFO] [stdout]     |
[INFO] [stdout] 666 |     pub tls_id: uint16_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]    --> src/lib.rs:667:16
[INFO] [stdout]     |
[INFO] [stdout] 667 |     pub bit_size: uint16_t,
[INFO] [stdout]     |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1346:19
[INFO] [stdout]      |
[INFO] [stdout] 1346 |     pub allowed_mds: uint32_t,
[INFO] [stdout]      |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1347:19
[INFO] [stdout]      |
[INFO] [stdout] 1347 |     pub allowed_pks: uint32_t,
[INFO] [stdout]      |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1348:22
[INFO] [stdout]      |
[INFO] [stdout] 1348 |     pub allowed_curves: uint32_t,
[INFO] [stdout]      |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1349:22
[INFO] [stdout]      |
[INFO] [stdout] 1349 |     pub rsa_min_bitlen: uint32_t,
[INFO] [stdout]      |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1539:126
[INFO] [stdout]      |
[INFO] [stdout] 1539 | pub type mbedtls_ssl_recv_timeout_t = Option<unsafe extern "C" fn(ctx: *mut c_void, buf: *mut c_uchar, len: size_t, timeout: uint32_t) ->...
[INFO] [stdout]      |                                                                                                                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1541:90
[INFO] [stdout]      |
[INFO] [stdout] 1541 | pub type mbedtls_ssl_set_timer_t = Option<unsafe extern "C" fn(ctx: *mut c_void, int_ms: uint32_t, fin_ms: uint32_t)>;
[INFO] [stdout]      |                                                                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1541:108
[INFO] [stdout]      |
[INFO] [stdout] 1541 | pub type mbedtls_ssl_set_timer_t = Option<unsafe extern "C" fn(ctx: *mut c_void, int_ms: uint32_t, fin_ms: uint32_t)>;
[INFO] [stdout]      |                                                                                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1581:21
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     pub verify_result: uint32_t,
[INFO] [stdout]      |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1584:23
[INFO] [stdout]      |
[INFO] [stdout] 1584 |     pub ticket_lifetime: uint32_t,
[INFO] [stdout]      |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1620:114
[INFO] [stdout]      |
[INFO] [stdout] 1620 |     pub f_vrfy: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut mbedtls_x509_crt, arg3: c_int, arg4: *mut uint32_t) -> c_int>,
[INFO] [stdout]      |                                                                                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1627:175
[INFO] [stdout]      |
[INFO] [stdout] 1627 | ...t c_uchar, arg4: *const c_uchar, arg5: *mut size_t, arg6: *mut uint32_t) -> c_int>,
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1643:20
[INFO] [stdout]      |
[INFO] [stdout] 1643 |     pub read_timeout: uint32_t,
[INFO] [stdout]      |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1644:22
[INFO] [stdout]      |
[INFO] [stdout] 1644 |     pub hs_timeout_min: uint32_t,
[INFO] [stdout]      |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1645:22
[INFO] [stdout]      |
[INFO] [stdout] 1645 |     pub hs_timeout_max: uint32_t,
[INFO] [stdout]      |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]     --> src/lib.rs:1699:16
[INFO] [stdout]      |
[INFO] [stdout] 1699 |     pub in_epoch: uint16_t,
[INFO] [stdout]      |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]     --> src/lib.rs:1701:21
[INFO] [stdout]      |
[INFO] [stdout] 1701 |     pub in_window_top: uint64_t,
[INFO] [stdout]      |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]     --> src/lib.rs:1702:17
[INFO] [stdout]      |
[INFO] [stdout] 1702 |     pub in_window: uint64_t,
[INFO] [stdout]      |                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1732:203
[INFO] [stdout]      |
[INFO] [stdout] 1732 | ..._uchar, end: *const c_uchar, tlen: *mut size_t, lifetime: *mut uint32_t) -> c_int>;
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]     --> src/lib.rs:1808:52
[INFO] [stdout]      |
[INFO] [stdout] 1808 |     pub fn mbedtls_ecp_curve_info_from_tls_id(tls_id: uint16_t) -> *const mbedtls_ecp_curve_info;
[INFO] [stdout]      |                                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1989:100
[INFO] [stdout]      |
[INFO] [stdout] 1989 |     pub fn mbedtls_x509_crt_verify_info(buf: *mut c_char, size: size_t, prefix: *const c_char, flags: uint32_t) -> c_int;
[INFO] [stdout]      |                                                                                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1990:156
[INFO] [stdout]      |
[INFO] [stdout] 1990 | ... ca_crl: *mut mbedtls_x509_crl, cn: *const c_char, flags: *mut uint32_t, f_vrfy: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: ...
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1990:274
[INFO] [stdout]      |
[INFO] [stdout] 1990 | ...t c_void, arg2: *mut mbedtls_x509_crt, arg3: c_int, arg4: *mut uint32_t) -> c_int>, p_vrfy: *mut c_void) -> c_int;
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1991:211
[INFO] [stdout]      |
[INFO] [stdout] 1991 | ...const mbedtls_x509_crt_profile, cn: *const c_char, flags: *mut uint32_t, f_vrfy: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: ...
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1991:329
[INFO] [stdout]      |
[INFO] [stdout] 1991 | ...t c_void, arg2: *mut mbedtls_x509_crt, arg3: c_int, arg4: *mut uint32_t) -> c_int>, p_vrfy: *mut c_void) -> c_int;
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2043:172
[INFO] [stdout]      |
[INFO] [stdout] 2043 | ...t c_void, arg2: *mut mbedtls_x509_crt, arg3: c_int, arg4: *mut uint32_t) -> c_int>, p_vrfy: *mut c_void);
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2047:79
[INFO] [stdout]      |
[INFO] [stdout] 2047 |     pub fn mbedtls_ssl_conf_read_timeout(conf: *mut mbedtls_ssl_config, timeout: uint32_t);
[INFO] [stdout]      |                                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2054:80
[INFO] [stdout]      |
[INFO] [stdout] 2054 |     pub fn mbedtls_ssl_conf_handshake_timeout(conf: *mut mbedtls_ssl_config, min: uint32_t, max: uint32_t);
[INFO] [stdout]      |                                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2054:95
[INFO] [stdout]      |
[INFO] [stdout] 2054 |     pub fn mbedtls_ssl_conf_handshake_timeout(conf: *mut mbedtls_ssl_config, min: uint32_t, max: uint32_t);
[INFO] [stdout]      |                                                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2085:75
[INFO] [stdout]      |
[INFO] [stdout] 2085 |     pub fn mbedtls_ssl_get_verify_result(ssl: *const mbedtls_ssl_context) -> uint32_t;
[INFO] [stdout]      |                                                                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `X` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:684:6
[INFO] [stdout]     |
[INFO] [stdout] 684 |     pub X: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case (notice the capitalization): `x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Y` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:685:6
[INFO] [stdout]     |
[INFO] [stdout] 685 |     pub Y: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case (notice the capitalization): `y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Z` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:686:6
[INFO] [stdout]     |
[INFO] [stdout] 686 |     pub Z: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case (notice the capitalization): `z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `P` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:703:6
[INFO] [stdout]     |
[INFO] [stdout] 703 |     pub P: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `A` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:704:6
[INFO] [stdout]     |
[INFO] [stdout] 704 |     pub A: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `B` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:705:6
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub B: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `G` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:706:6
[INFO] [stdout]     |
[INFO] [stdout] 706 |     pub G: mbedtls_ecp_point,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `N` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:707:6
[INFO] [stdout]     |
[INFO] [stdout] 707 |     pub N: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `T` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:715:6
[INFO] [stdout]     |
[INFO] [stdout] 715 |     pub T: *mut mbedtls_ecp_point,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `T_size` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:716:6
[INFO] [stdout]     |
[INFO] [stdout] 716 |     pub T_size: size_t,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `t_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Q` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:734:6
[INFO] [stdout]     |
[INFO] [stdout] 734 |     pub Q: mbedtls_ecp_point,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `N` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:811:6
[INFO] [stdout]     |
[INFO] [stdout] 811 |     pub N: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `E` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:812:6
[INFO] [stdout]     |
[INFO] [stdout] 812 |     pub E: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `D` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:813:6
[INFO] [stdout]     |
[INFO] [stdout] 813 |     pub D: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `P` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:814:6
[INFO] [stdout]     |
[INFO] [stdout] 814 |     pub P: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Q` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:815:6
[INFO] [stdout]     |
[INFO] [stdout] 815 |     pub Q: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DP` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:816:6
[INFO] [stdout]     |
[INFO] [stdout] 816 |     pub DP: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `dp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DQ` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:817:6
[INFO] [stdout]     |
[INFO] [stdout] 817 |     pub DQ: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `dq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `QP` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:818:6
[INFO] [stdout]     |
[INFO] [stdout] 818 |     pub QP: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `qp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RN` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:819:6
[INFO] [stdout]     |
[INFO] [stdout] 819 |     pub RN: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `rn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RP` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:820:6
[INFO] [stdout]     |
[INFO] [stdout] 820 |     pub RP: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `rp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RQ` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:821:6
[INFO] [stdout]     |
[INFO] [stdout] 821 |     pub RQ: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `rq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vi` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:822:6
[INFO] [stdout]     |
[INFO] [stdout] 822 |     pub Vi: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case (notice the capitalization): `vi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vf` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:823:6
[INFO] [stdout]     |
[INFO] [stdout] 823 |     pub Vf: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case (notice the capitalization): `vf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `P` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1391:6
[INFO] [stdout]      |
[INFO] [stdout] 1391 |     pub P: mbedtls_mpi,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case: `p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `G` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1392:6
[INFO] [stdout]      |
[INFO] [stdout] 1392 |     pub G: mbedtls_mpi,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case: `g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `X` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1393:6
[INFO] [stdout]      |
[INFO] [stdout] 1393 |     pub X: mbedtls_mpi,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case (notice the capitalization): `x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GX` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1394:6
[INFO] [stdout]      |
[INFO] [stdout] 1394 |     pub GX: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `gx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GY` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1395:6
[INFO] [stdout]      |
[INFO] [stdout] 1395 |     pub GY: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `gy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `K` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1396:6
[INFO] [stdout]      |
[INFO] [stdout] 1396 |     pub K: mbedtls_mpi,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case (notice the capitalization): `k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RP` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1397:6
[INFO] [stdout]      |
[INFO] [stdout] 1397 |     pub RP: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `rp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vi` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1398:6
[INFO] [stdout]      |
[INFO] [stdout] 1398 |     pub Vi: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case (notice the capitalization): `vi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vf` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1399:6
[INFO] [stdout]      |
[INFO] [stdout] 1399 |     pub Vf: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case (notice the capitalization): `vf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pX` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1400:6
[INFO] [stdout]      |
[INFO] [stdout] 1400 |     pub pX: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `p_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Q` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1427:6
[INFO] [stdout]      |
[INFO] [stdout] 1427 |     pub Q: mbedtls_ecp_point,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case: `q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Qp` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1428:6
[INFO] [stdout]      |
[INFO] [stdout] 1428 |     pub Qp: mbedtls_ecp_point,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `qp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vi` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1431:6
[INFO] [stdout]      |
[INFO] [stdout] 1431 |     pub Vi: mbedtls_ecp_point,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case (notice the capitalization): `vi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vf` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1432:6
[INFO] [stdout]      |
[INFO] [stdout] 1432 |     pub Vf: mbedtls_ecp_point,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case (notice the capitalization): `vf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dhm_P` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1636:6
[INFO] [stdout]      |
[INFO] [stdout] 1636 |     pub dhm_P: mbedtls_mpi,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case: `dhm_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dhm_G` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1637:6
[INFO] [stdout]      |
[INFO] [stdout] 1637 |     pub dhm_G: mbedtls_mpi,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case: `dhm_g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mbedtls-sys v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]   --> src/lib.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 | use self::libc::int64_t;
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]   --> src/lib.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 | use self::libc::uint16_t;
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/lib.rs:23:17
[INFO] [stdout]    |
[INFO] [stdout] 23 | use self::libc::uint32_t;
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/lib.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 | use self::libc::uint64_t;
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]    --> src/lib.rs:591:29
[INFO] [stdout]     |
[INFO] [stdout] 591 | pub type mbedtls_mpi_sint = int64_t;
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/lib.rs:593:29
[INFO] [stdout]     |
[INFO] [stdout] 593 | pub type mbedtls_mpi_uint = uint64_t;
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/lib.rs:601:9
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub a: uint64_t,
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/lib.rs:602:9
[INFO] [stdout]     |
[INFO] [stdout] 602 |     pub b: uint64_t,
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]    --> src/lib.rs:666:14
[INFO] [stdout]     |
[INFO] [stdout] 666 |     pub tls_id: uint16_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]    --> src/lib.rs:667:16
[INFO] [stdout]     |
[INFO] [stdout] 667 |     pub bit_size: uint16_t,
[INFO] [stdout]     |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1346:19
[INFO] [stdout]      |
[INFO] [stdout] 1346 |     pub allowed_mds: uint32_t,
[INFO] [stdout]      |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1347:19
[INFO] [stdout]      |
[INFO] [stdout] 1347 |     pub allowed_pks: uint32_t,
[INFO] [stdout]      |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1348:22
[INFO] [stdout]      |
[INFO] [stdout] 1348 |     pub allowed_curves: uint32_t,
[INFO] [stdout]      |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1349:22
[INFO] [stdout]      |
[INFO] [stdout] 1349 |     pub rsa_min_bitlen: uint32_t,
[INFO] [stdout]      |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1539:126
[INFO] [stdout]      |
[INFO] [stdout] 1539 | pub type mbedtls_ssl_recv_timeout_t = Option<unsafe extern "C" fn(ctx: *mut c_void, buf: *mut c_uchar, len: size_t, timeout: uint32_t) ->...
[INFO] [stdout]      |                                                                                                                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1541:90
[INFO] [stdout]      |
[INFO] [stdout] 1541 | pub type mbedtls_ssl_set_timer_t = Option<unsafe extern "C" fn(ctx: *mut c_void, int_ms: uint32_t, fin_ms: uint32_t)>;
[INFO] [stdout]      |                                                                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1541:108
[INFO] [stdout]      |
[INFO] [stdout] 1541 | pub type mbedtls_ssl_set_timer_t = Option<unsafe extern "C" fn(ctx: *mut c_void, int_ms: uint32_t, fin_ms: uint32_t)>;
[INFO] [stdout]      |                                                                                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1581:21
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     pub verify_result: uint32_t,
[INFO] [stdout]      |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1584:23
[INFO] [stdout]      |
[INFO] [stdout] 1584 |     pub ticket_lifetime: uint32_t,
[INFO] [stdout]      |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1620:114
[INFO] [stdout]      |
[INFO] [stdout] 1620 |     pub f_vrfy: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut mbedtls_x509_crt, arg3: c_int, arg4: *mut uint32_t) -> c_int>,
[INFO] [stdout]      |                                                                                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1627:175
[INFO] [stdout]      |
[INFO] [stdout] 1627 | ...t c_uchar, arg4: *const c_uchar, arg5: *mut size_t, arg6: *mut uint32_t) -> c_int>,
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1643:20
[INFO] [stdout]      |
[INFO] [stdout] 1643 |     pub read_timeout: uint32_t,
[INFO] [stdout]      |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1644:22
[INFO] [stdout]      |
[INFO] [stdout] 1644 |     pub hs_timeout_min: uint32_t,
[INFO] [stdout]      |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1645:22
[INFO] [stdout]      |
[INFO] [stdout] 1645 |     pub hs_timeout_max: uint32_t,
[INFO] [stdout]      |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]     --> src/lib.rs:1699:16
[INFO] [stdout]      |
[INFO] [stdout] 1699 |     pub in_epoch: uint16_t,
[INFO] [stdout]      |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]     --> src/lib.rs:1701:21
[INFO] [stdout]      |
[INFO] [stdout] 1701 |     pub in_window_top: uint64_t,
[INFO] [stdout]      |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]     --> src/lib.rs:1702:17
[INFO] [stdout]      |
[INFO] [stdout] 1702 |     pub in_window: uint64_t,
[INFO] [stdout]      |                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1732:203
[INFO] [stdout]      |
[INFO] [stdout] 1732 | ..._uchar, end: *const c_uchar, tlen: *mut size_t, lifetime: *mut uint32_t) -> c_int>;
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]     --> src/lib.rs:1808:52
[INFO] [stdout]      |
[INFO] [stdout] 1808 |     pub fn mbedtls_ecp_curve_info_from_tls_id(tls_id: uint16_t) -> *const mbedtls_ecp_curve_info;
[INFO] [stdout]      |                                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1989:100
[INFO] [stdout]      |
[INFO] [stdout] 1989 |     pub fn mbedtls_x509_crt_verify_info(buf: *mut c_char, size: size_t, prefix: *const c_char, flags: uint32_t) -> c_int;
[INFO] [stdout]      |                                                                                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1990:156
[INFO] [stdout]      |
[INFO] [stdout] 1990 | ... ca_crl: *mut mbedtls_x509_crl, cn: *const c_char, flags: *mut uint32_t, f_vrfy: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: ...
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1990:274
[INFO] [stdout]      |
[INFO] [stdout] 1990 | ...t c_void, arg2: *mut mbedtls_x509_crt, arg3: c_int, arg4: *mut uint32_t) -> c_int>, p_vrfy: *mut c_void) -> c_int;
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1991:211
[INFO] [stdout]      |
[INFO] [stdout] 1991 | ...const mbedtls_x509_crt_profile, cn: *const c_char, flags: *mut uint32_t, f_vrfy: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: ...
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:1991:329
[INFO] [stdout]      |
[INFO] [stdout] 1991 | ...t c_void, arg2: *mut mbedtls_x509_crt, arg3: c_int, arg4: *mut uint32_t) -> c_int>, p_vrfy: *mut c_void) -> c_int;
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2043:172
[INFO] [stdout]      |
[INFO] [stdout] 2043 | ...t c_void, arg2: *mut mbedtls_x509_crt, arg3: c_int, arg4: *mut uint32_t) -> c_int>, p_vrfy: *mut c_void);
[INFO] [stdout]      |                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2047:79
[INFO] [stdout]      |
[INFO] [stdout] 2047 |     pub fn mbedtls_ssl_conf_read_timeout(conf: *mut mbedtls_ssl_config, timeout: uint32_t);
[INFO] [stdout]      |                                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2054:80
[INFO] [stdout]      |
[INFO] [stdout] 2054 |     pub fn mbedtls_ssl_conf_handshake_timeout(conf: *mut mbedtls_ssl_config, min: uint32_t, max: uint32_t);
[INFO] [stdout]      |                                                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2054:95
[INFO] [stdout]      |
[INFO] [stdout] 2054 |     pub fn mbedtls_ssl_conf_handshake_timeout(conf: *mut mbedtls_ssl_config, min: uint32_t, max: uint32_t);
[INFO] [stdout]      |                                                                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]     --> src/lib.rs:2085:75
[INFO] [stdout]      |
[INFO] [stdout] 2085 |     pub fn mbedtls_ssl_get_verify_result(ssl: *const mbedtls_ssl_context) -> uint32_t;
[INFO] [stdout]      |                                                                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `X` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:684:6
[INFO] [stdout]     |
[INFO] [stdout] 684 |     pub X: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case (notice the capitalization): `x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Y` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:685:6
[INFO] [stdout]     |
[INFO] [stdout] 685 |     pub Y: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case (notice the capitalization): `y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Z` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:686:6
[INFO] [stdout]     |
[INFO] [stdout] 686 |     pub Z: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case (notice the capitalization): `z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `P` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:703:6
[INFO] [stdout]     |
[INFO] [stdout] 703 |     pub P: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `A` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:704:6
[INFO] [stdout]     |
[INFO] [stdout] 704 |     pub A: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `B` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:705:6
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub B: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `G` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:706:6
[INFO] [stdout]     |
[INFO] [stdout] 706 |     pub G: mbedtls_ecp_point,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `N` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:707:6
[INFO] [stdout]     |
[INFO] [stdout] 707 |     pub N: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `T` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:715:6
[INFO] [stdout]     |
[INFO] [stdout] 715 |     pub T: *mut mbedtls_ecp_point,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `T_size` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:716:6
[INFO] [stdout]     |
[INFO] [stdout] 716 |     pub T_size: size_t,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `t_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Q` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:734:6
[INFO] [stdout]     |
[INFO] [stdout] 734 |     pub Q: mbedtls_ecp_point,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `N` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:811:6
[INFO] [stdout]     |
[INFO] [stdout] 811 |     pub N: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `E` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:812:6
[INFO] [stdout]     |
[INFO] [stdout] 812 |     pub E: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `D` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:813:6
[INFO] [stdout]     |
[INFO] [stdout] 813 |     pub D: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `P` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:814:6
[INFO] [stdout]     |
[INFO] [stdout] 814 |     pub P: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Q` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:815:6
[INFO] [stdout]     |
[INFO] [stdout] 815 |     pub Q: mbedtls_mpi,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DP` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:816:6
[INFO] [stdout]     |
[INFO] [stdout] 816 |     pub DP: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `dp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DQ` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:817:6
[INFO] [stdout]     |
[INFO] [stdout] 817 |     pub DQ: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `dq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `QP` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:818:6
[INFO] [stdout]     |
[INFO] [stdout] 818 |     pub QP: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `qp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RN` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:819:6
[INFO] [stdout]     |
[INFO] [stdout] 819 |     pub RN: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `rn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RP` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:820:6
[INFO] [stdout]     |
[INFO] [stdout] 820 |     pub RP: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `rp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RQ` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:821:6
[INFO] [stdout]     |
[INFO] [stdout] 821 |     pub RQ: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `rq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vi` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:822:6
[INFO] [stdout]     |
[INFO] [stdout] 822 |     pub Vi: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case (notice the capitalization): `vi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vf` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:823:6
[INFO] [stdout]     |
[INFO] [stdout] 823 |     pub Vf: mbedtls_mpi,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case (notice the capitalization): `vf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `P` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1391:6
[INFO] [stdout]      |
[INFO] [stdout] 1391 |     pub P: mbedtls_mpi,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case: `p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `G` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1392:6
[INFO] [stdout]      |
[INFO] [stdout] 1392 |     pub G: mbedtls_mpi,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case: `g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `X` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1393:6
[INFO] [stdout]      |
[INFO] [stdout] 1393 |     pub X: mbedtls_mpi,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case (notice the capitalization): `x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GX` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1394:6
[INFO] [stdout]      |
[INFO] [stdout] 1394 |     pub GX: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `gx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GY` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1395:6
[INFO] [stdout]      |
[INFO] [stdout] 1395 |     pub GY: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `gy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `K` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1396:6
[INFO] [stdout]      |
[INFO] [stdout] 1396 |     pub K: mbedtls_mpi,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case (notice the capitalization): `k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RP` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1397:6
[INFO] [stdout]      |
[INFO] [stdout] 1397 |     pub RP: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `rp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vi` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1398:6
[INFO] [stdout]      |
[INFO] [stdout] 1398 |     pub Vi: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case (notice the capitalization): `vi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vf` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1399:6
[INFO] [stdout]      |
[INFO] [stdout] 1399 |     pub Vf: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case (notice the capitalization): `vf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pX` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1400:6
[INFO] [stdout]      |
[INFO] [stdout] 1400 |     pub pX: mbedtls_mpi,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `p_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Q` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1427:6
[INFO] [stdout]      |
[INFO] [stdout] 1427 |     pub Q: mbedtls_ecp_point,
[INFO] [stdout]      |         ^ help: convert the identifier to snake case: `q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Qp` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1428:6
[INFO] [stdout]      |
[INFO] [stdout] 1428 |     pub Qp: mbedtls_ecp_point,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `qp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vi` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1431:6
[INFO] [stdout]      |
[INFO] [stdout] 1431 |     pub Vi: mbedtls_ecp_point,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case (notice the capitalization): `vi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Vf` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1432:6
[INFO] [stdout]      |
[INFO] [stdout] 1432 |     pub Vf: mbedtls_ecp_point,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case (notice the capitalization): `vf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dhm_P` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1636:6
[INFO] [stdout]      |
[INFO] [stdout] 1636 |     pub dhm_P: mbedtls_mpi,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case: `dhm_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dhm_G` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1637:6
[INFO] [stdout]      |
[INFO] [stdout] 1637 |     pub dhm_G: mbedtls_mpi,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case: `dhm_g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mbedtls-sys` (lib test) due to 1 previous error; 79 warnings emitted
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcxgAYOP/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bdynamic" "-lmbedcrypto" "-lmbedx509" "-lmbedtls" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/liblibc-30ffb0440c90cdd5.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcxgAYOP/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/mbedtls_sys-8a43b54ae056d218" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lmbedcrypto
[INFO] [stdout]           rust-lld: error: unable to find library -lmbedx509
[INFO] [stdout]           rust-lld: error: unable to find library -lmbedtls
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f129a704c907acf17c5fdf04656565692e6e9f1f1e6d77b638480a37d61840ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f129a704c907acf17c5fdf04656565692e6e9f1f1e6d77b638480a37d61840ad", kill_on_drop: false }`
[INFO] [stdout] f129a704c907acf17c5fdf04656565692e6e9f1f1e6d77b638480a37d61840ad
