[INFO] crate mbedtls-sys 0.0.2 is already in cache [INFO] testing mbedtls-sys-0.0.2 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate mbedtls-sys 0.0.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate mbedtls-sys 0.0.2 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", 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-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2e0ce5266de13db6339348a63dfd7902eac3d5d2c0a890987be4b4977e5e87d7 [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" "2e0ce5266de13db6339348a63dfd7902eac3d5d2c0a890987be4b4977e5e87d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2e0ce5266de13db6339348a63dfd7902eac3d5d2c0a890987be4b4977e5e87d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e0ce5266de13db6339348a63dfd7902eac3d5d2c0a890987be4b4977e5e87d7", kill_on_drop: false }` [INFO] [stdout] 2e0ce5266de13db6339348a63dfd7902eac3d5d2c0a890987be4b4977e5e87d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61b0f581a024b8b4422b32b0f6ccf57cffec99bb40507f2e77809811cd0ef564 [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" "61b0f581a024b8b4422b32b0f6ccf57cffec99bb40507f2e77809811cd0ef564", kill_on_drop: false }` [INFO] [stderr] Compiling mbedtls-sys v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/lib.rs:1990:156 [INFO] [stdout] | [INFO] [stdout] 1990 | ..._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 | ..._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 item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/lib.rs:1991:211 [INFO] [stdout] | [INFO] [stdout] 1991 | ...st 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 | ..._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 item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/lib.rs:2043:172 [INFO] [stdout] | [INFO] [stdout] 2043 | ..._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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/lib.rs:1627:175 [INFO] [stdout] | [INFO] [stdout] 1627 | ..._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 item '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 item '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 item '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 item '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 item '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 item '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: 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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.48s [INFO] running `Command { std: "docker" "inspect" "61b0f581a024b8b4422b32b0f6ccf57cffec99bb40507f2e77809811cd0ef564", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61b0f581a024b8b4422b32b0f6ccf57cffec99bb40507f2e77809811cd0ef564", kill_on_drop: false }` [INFO] [stdout] 61b0f581a024b8b4422b32b0f6ccf57cffec99bb40507f2e77809811cd0ef564 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8cda857f0bd5c32a3bbfcc6b699934a886ebec0e1abed70e7951f32dd9ccf038 [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" "8cda857f0bd5c32a3bbfcc6b699934a886ebec0e1abed70e7951f32dd9ccf038", kill_on_drop: false }` [INFO] [stderr] Compiling mbedtls-sys v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/lib.rs:1990:156 [INFO] [stdout] | [INFO] [stdout] 1990 | ..._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 | ..._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 item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/lib.rs:1991:211 [INFO] [stdout] | [INFO] [stdout] 1991 | ...st 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 | ..._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 item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/lib.rs:2043:172 [INFO] [stdout] | [INFO] [stdout] 2043 | ..._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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/lib.rs:1627:175 [INFO] [stdout] | [INFO] [stdout] 1627 | ..._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 item '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 item '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 item '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 item '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 item '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 item '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: 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: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/lib.rs:1990:156 [INFO] [stdout] | [INFO] [stdout] 1990 | ..._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 | ..._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 item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/lib.rs:1991:211 [INFO] [stdout] | [INFO] [stdout] 1991 | ...st 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 | ..._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 item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/lib.rs:2043:172 [INFO] [stdout] | [INFO] [stdout] 2043 | ..._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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/lib.rs:1627:175 [INFO] [stdout] | [INFO] [stdout] 1627 | ..._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 item '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 item '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 item '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 item '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 item '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 item '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: 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] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/mbedtls_sys-fe6e088de44b3f96.mbedtls_sys.9sob1u8q-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/mbedtls_sys-fe6e088de44b3f96.mbedtls_sys.9sob1u8q-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/mbedtls_sys-fe6e088de44b3f96.mbedtls_sys.9sob1u8q-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/mbedtls_sys-fe6e088de44b3f96.mbedtls_sys.9sob1u8q-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/mbedtls_sys-fe6e088de44b3f96.mbedtls_sys.9sob1u8q-cgu.4.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/mbedtls_sys-fe6e088de44b3f96" "/opt/rustwide/target/debug/deps/mbedtls_sys-fe6e088de44b3f96.1dbet52o9azmwvka.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lmbedcrypto" "-lmbedx509" "-lmbedtls" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-12320b97c89568cd.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-700356192fffd298.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-b7642fe67be89b55.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-5281c8ee01ffdf7b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-a4e3948fb2172e36.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lmbedcrypto [INFO] [stdout] /usr/bin/ld: cannot find -lmbedx509 [INFO] [stdout] /usr/bin/ld: cannot find -lmbedtls [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 79 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mbedtls-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "8cda857f0bd5c32a3bbfcc6b699934a886ebec0e1abed70e7951f32dd9ccf038", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cda857f0bd5c32a3bbfcc6b699934a886ebec0e1abed70e7951f32dd9ccf038", kill_on_drop: false }` [INFO] [stdout] 8cda857f0bd5c32a3bbfcc6b699934a886ebec0e1abed70e7951f32dd9ccf038