[INFO] fetching crate ed448 0.4.0... [INFO] documenting ed448-0.4.0 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate ed448 0.4.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate ed448 0.4.0 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 ed448 0.4.0 [INFO] finished tweaking crates.io crate ed448 0.4.0 [INFO] tweaked toml for crates.io crate ed448 0.4.0 written to /workspace/builds/worker-12/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-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" "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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7d38d2f5a9c03ac115c1a6a2cb8ed791a222b6b994a248105f93b764d86c349f [INFO] running `Command { std: "docker" "start" "-a" "7d38d2f5a9c03ac115c1a6a2cb8ed791a222b6b994a248105f93b764d86c349f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7d38d2f5a9c03ac115c1a6a2cb8ed791a222b6b994a248105f93b764d86c349f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d38d2f5a9c03ac115c1a6a2cb8ed791a222b6b994a248105f93b764d86c349f", kill_on_drop: false }` [INFO] [stdout] 7d38d2f5a9c03ac115c1a6a2cb8ed791a222b6b994a248105f93b764d86c349f [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" "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] a562f2fed18c0afa393a08b7bb14f9cbe4066e5d8f3c9d77710dedaef5cad4ee [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" "a562f2fed18c0afa393a08b7bb14f9cbe4066e5d8f3c9d77710dedaef5cad4ee", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking subtle v2.2.3 [INFO] [stderr] Checking hex v0.4.2 [INFO] [stderr] Documenting ed448 v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: structure field `X` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | pub(crate) X: FieldElement, [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/curve/edwards/extended.rs:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | pub(crate) Y: FieldElement, [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/curve/edwards/extended.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) Z: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | pub(crate) T: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `U` should have a snake case name [INFO] [stdout] --> src/curve/montgomery/montgomery.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | U: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `u` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `W` should have a snake case name [INFO] [stdout] --> src/curve/montgomery/montgomery.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | W: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `P` should have a snake case name [INFO] [stdout] --> src/curve/montgomery/montgomery.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | P: &mut ProjectiveMontgomeryPoint, [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Q` should have a snake case name [INFO] [stdout] --> src/curve/montgomery/montgomery.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | Q: &mut ProjectiveMontgomeryPoint, [INFO] [stdout] | ^ help: convert the identifier to snake case: `q` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `affine_PmQ` should have a snake case name [INFO] [stdout] --> src/curve/montgomery/montgomery.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | affine_PmQ: &FieldElement, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `affine_pm_q` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `X` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | pub(crate) X: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Y` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | pub(crate) Y: FieldElement, [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/curve/twedwards/extended.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) Z: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) T: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `X` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) X: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Y` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) Y: FieldElement, [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/curve/twedwards/extensible.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | pub(crate) Z: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T1` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | pub(crate) T1: FieldElement, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T2` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | pub(crate) T2: FieldElement, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Y_plus_X` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/projective.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | pub(crate) Y_plus_X: FieldElement, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `y_plus_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Y_minus_X` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/projective.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | pub(crate) Y_minus_X: FieldElement, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `y_minus_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Td` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/projective.rs:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | pub(crate) Td: FieldElement, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `td` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Z` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/projective.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) Z: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.78s [INFO] running `Command { std: "docker" "inspect" "a562f2fed18c0afa393a08b7bb14f9cbe4066e5d8f3c9d77710dedaef5cad4ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a562f2fed18c0afa393a08b7bb14f9cbe4066e5d8f3c9d77710dedaef5cad4ee", kill_on_drop: false }` [INFO] [stdout] a562f2fed18c0afa393a08b7bb14f9cbe4066e5d8f3c9d77710dedaef5cad4ee