[INFO] fetching crate mbedtls-sys 0.0.2... [INFO] checking mbedtls-sys-0.0.2 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate mbedtls-sys 0.0.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate mbedtls-sys 0.0.2 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ef5b5d7e2b921a1ee0754eec699dd6a497532cd000dac8469f9b22fd9f24f202 [INFO] running `Command { std: "docker" "start" "-a" "ef5b5d7e2b921a1ee0754eec699dd6a497532cd000dac8469f9b22fd9f24f202", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef5b5d7e2b921a1ee0754eec699dd6a497532cd000dac8469f9b22fd9f24f202", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef5b5d7e2b921a1ee0754eec699dd6a497532cd000dac8469f9b22fd9f24f202", kill_on_drop: false }` [INFO] [stdout] ef5b5d7e2b921a1ee0754eec699dd6a497532cd000dac8469f9b22fd9f24f202 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30eb2f91a924da5db3f6467ecdc69e5b518acb9f67cc0f998a3cef70089f0c6f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "30eb2f91a924da5db3f6467ecdc69e5b518acb9f67cc0f998a3cef70089f0c6f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Checking 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:5 [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:5 [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:5 [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:5 [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::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... [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; [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; [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::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: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 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::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 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 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: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/lib.rs:21:5 [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:5 [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:5 [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:5 [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::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... [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; [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; [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::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: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 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::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 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 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)]` 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] [stdout] warning: 79 warnings emitted [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)]` 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 [unoptimized + debuginfo] target(s) in 3.36s [INFO] [stdout] warning: 79 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "30eb2f91a924da5db3f6467ecdc69e5b518acb9f67cc0f998a3cef70089f0c6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30eb2f91a924da5db3f6467ecdc69e5b518acb9f67cc0f998a3cef70089f0c6f", kill_on_drop: false }` [INFO] [stdout] 30eb2f91a924da5db3f6467ecdc69e5b518acb9f67cc0f998a3cef70089f0c6f