[INFO] fetching crate roboclaw 0.1.0... [INFO] documenting roboclaw-0.1.0 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate roboclaw 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate roboclaw 0.1.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 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-4/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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] f5c9b7ebd12be620635ad7f5c3bfa86e68083301a63c178c514bac59eb2080cf [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" "f5c9b7ebd12be620635ad7f5c3bfa86e68083301a63c178c514bac59eb2080cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f5c9b7ebd12be620635ad7f5c3bfa86e68083301a63c178c514bac59eb2080cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5c9b7ebd12be620635ad7f5c3bfa86e68083301a63c178c514bac59eb2080cf", kill_on_drop: false }` [INFO] [stdout] f5c9b7ebd12be620635ad7f5c3bfa86e68083301a63c178c514bac59eb2080cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] cdea48ccb79143688f45429a6605188e4f61164cd0d87af120307326875a7d01 [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" "cdea48ccb79143688f45429a6605188e4f61164cd0d87af120307326875a7d01", kill_on_drop: false }` [INFO] [stderr] Compiling crc16 v0.4.0 [INFO] [stderr] Checking ioctl-rs v0.1.6 [INFO] [stderr] Checking termios v0.2.2 [INFO] [stderr] Checking serial-core v0.4.0 [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 3.23s [INFO] running `Command { std: "docker" "inspect" "cdea48ccb79143688f45429a6605188e4f61164cd0d87af120307326875a7d01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdea48ccb79143688f45429a6605188e4f61164cd0d87af120307326875a7d01", kill_on_drop: false }` [INFO] [stdout] cdea48ccb79143688f45429a6605188e4f61164cd0d87af120307326875a7d01