[INFO] fetching crate mbedtls-sys 0.0.2... [INFO] documenting mbedtls-sys-0.0.2 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate mbedtls-sys 0.0.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate mbedtls-sys 0.0.2 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 41c2952fbbaf0e48a7aaa51dbcac20d763fe5d86e33e092f0ed37b449fc0ed64 [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" "41c2952fbbaf0e48a7aaa51dbcac20d763fe5d86e33e092f0ed37b449fc0ed64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "41c2952fbbaf0e48a7aaa51dbcac20d763fe5d86e33e092f0ed37b449fc0ed64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41c2952fbbaf0e48a7aaa51dbcac20d763fe5d86e33e092f0ed37b449fc0ed64", kill_on_drop: false }` [INFO] [stdout] 41c2952fbbaf0e48a7aaa51dbcac20d763fe5d86e33e092f0ed37b449fc0ed64 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55658d0c8939dbb009bcc34e338d31b292e92f99bae5cc22fd7d03ca39ddaace [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" "55658d0c8939dbb009bcc34e338d31b292e92f99bae5cc22fd7d03ca39ddaace", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Documenting mbedtls-sys v0.0.2 (/opt/rustwide/workdir) [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: 40 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.49s [INFO] running `Command { std: "docker" "inspect" "55658d0c8939dbb009bcc34e338d31b292e92f99bae5cc22fd7d03ca39ddaace", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55658d0c8939dbb009bcc34e338d31b292e92f99bae5cc22fd7d03ca39ddaace", kill_on_drop: false }` [INFO] [stdout] 55658d0c8939dbb009bcc34e338d31b292e92f99bae5cc22fd7d03ca39ddaace