[INFO] crate roboclaw 0.1.0 is already in cache [INFO] documenting roboclaw-0.1.0 against master#394e1b40d264aa6928811919c1124fa248e7d802 for pr-73566 [INFO] extracting crate roboclaw 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate roboclaw 0.1.0 on toolchain 394e1b40d264aa6928811919c1124fa248e7d802 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate roboclaw 0.1.0 [INFO] finished tweaking crates.io crate roboclaw 0.1.0 [INFO] tweaked toml for crates.io crate roboclaw 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd13baf0cd5ace9e81357c65fc4aa74b0372a437c247c2fbbe7aa4047591a8eb [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" "cd13baf0cd5ace9e81357c65fc4aa74b0372a437c247c2fbbe7aa4047591a8eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd13baf0cd5ace9e81357c65fc4aa74b0372a437c247c2fbbe7aa4047591a8eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd13baf0cd5ace9e81357c65fc4aa74b0372a437c247c2fbbe7aa4047591a8eb", kill_on_drop: false }` [INFO] [stdout] cd13baf0cd5ace9e81357c65fc4aa74b0372a437c247c2fbbe7aa4047591a8eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] def50e33b203e061946da9113c5071b10add9e77704e95219bd4232e82a2cf53 [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" "def50e33b203e061946da9113c5071b10add9e77704e95219bd4232e82a2cf53", kill_on_drop: false }` [INFO] [stderr] Checking serial-core v0.4.0 [INFO] [stderr] Checking termios v0.2.2 [INFO] [stderr] Checking ioctl-rs v0.1.6 [INFO] [stderr] Checking bitflags v1.2.1 [INFO] [stderr] Checking serial-unix v0.4.0 [INFO] [stderr] Checking serial v0.4.0 [INFO] [stderr] Documenting roboclaw v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated constant `PACKET_ADDRESS_0x80` should have an upper case name [INFO] [stdout] --> src/lib.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | const PACKET_ADDRESS_0x80 = 0x0000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `PACKET_ADDRESS_0X80` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PACKET_ADDRESS_0x81` should have an upper case name [INFO] [stdout] --> src/lib.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | const PACKET_ADDRESS_0x81 = 0x0100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `PACKET_ADDRESS_0X81` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PACKET_ADDRESS_0x82` should have an upper case name [INFO] [stdout] --> src/lib.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | const PACKET_ADDRESS_0x82 = 0x0200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `PACKET_ADDRESS_0X82` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PACKET_ADDRESS_0x83` should have an upper case name [INFO] [stdout] --> src/lib.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | const PACKET_ADDRESS_0x83 = 0x0300; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `PACKET_ADDRESS_0X83` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PACKET_ADDRESS_0x84` should have an upper case name [INFO] [stdout] --> src/lib.rs:38:11 [INFO] [stdout] | [INFO] [stdout] 38 | const PACKET_ADDRESS_0x84 = 0x0400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `PACKET_ADDRESS_0X84` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PACKET_ADDRESS_0x85` should have an upper case name [INFO] [stdout] --> src/lib.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | const PACKET_ADDRESS_0x85 = 0x0500; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `PACKET_ADDRESS_0X85` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PACKET_ADDRESS_0x86` should have an upper case name [INFO] [stdout] --> src/lib.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 40 | const PACKET_ADDRESS_0x86 = 0x0600; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `PACKET_ADDRESS_0X86` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PACKET_ADDRESS_0x87` should have an upper case name [INFO] [stdout] --> src/lib.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | const PACKET_ADDRESS_0x87 = 0x0700; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `PACKET_ADDRESS_0X87` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PACKET_ADDRESS_0x80` should have an upper case name [INFO] [stdout] --> src/lib.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | const PACKET_ADDRESS_0x80 = 0x0000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `PACKET_ADDRESS_0X80` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.82s [INFO] running `Command { std: "docker" "inspect" "def50e33b203e061946da9113c5071b10add9e77704e95219bd4232e82a2cf53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "def50e33b203e061946da9113c5071b10add9e77704e95219bd4232e82a2cf53", kill_on_drop: false }` [INFO] [stdout] def50e33b203e061946da9113c5071b10add9e77704e95219bd4232e82a2cf53