[INFO] fetching crate dynamixel 0.1.1... [INFO] documenting dynamixel-0.1.1 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate dynamixel 0.1.1 into /workspace/builds/worker-61/source [INFO] validating manifest of crates.io crate dynamixel 0.1.1 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dynamixel 0.1.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate dynamixel 0.1.1 [INFO] tweaked toml for crates.io crate dynamixel 0.1.1 written to /workspace/builds/worker-61/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", 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] Downloading crates ... [INFO] [stderr] Downloaded gcc v0.3.55 [INFO] [stderr] Downloaded bit_field v0.9.0 [INFO] [stderr] Downloaded serialport v2.3.0 [INFO] [stderr] Downloaded mach v0.0.5 [INFO] [stderr] Downloaded nix v0.10.0 [INFO] [stderr] Downloaded badlog v1.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2b05c54bd48b30cf8efc74f3a029734f6a589f28c1fa118101fb2b32b9b4be1c [INFO] running `Command { std: "docker" "start" "-a" "2b05c54bd48b30cf8efc74f3a029734f6a589f28c1fa118101fb2b32b9b4be1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2b05c54bd48b30cf8efc74f3a029734f6a589f28c1fa118101fb2b32b9b4be1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b05c54bd48b30cf8efc74f3a029734f6a589f28c1fa118101fb2b32b9b4be1c", kill_on_drop: false }` [INFO] [stdout] 2b05c54bd48b30cf8efc74f3a029734f6a589f28c1fa118101fb2b32b9b4be1c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 236a8f194e3b9e4031f244b833d22483b7e7ee760630a7767832df57d5a3c9be [INFO] running `Command { std: "docker" "start" "-a" "236a8f194e3b9e4031f244b833d22483b7e7ee760630a7767832df57d5a3c9be", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking bit_field v0.9.0 [INFO] [stderr] Documenting dynamixel v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/protocol1/mod.rs:3:36 [INFO] [stdout] | [INFO] [stdout] 3 | //! Documentation can be found in: http://support.robotis.com/en/product/actuator/dynamixel/dxl_communication.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/protocol2/mod.rs:3:36 [INFO] [stdout] | [INFO] [stdout] 3 | //! Documentation can be found in: http://support.robotis.com/en/product/actuator/dynamixel_pro/communication.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/pro/mod.rs:3:36 [INFO] [stdout] | [INFO] [stdout] 3 | //! Documentation can be found in: http://support.robotis.com/en/product/actuator/dynamixel_pro.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/dynamixel/mod.rs:3:36 [INFO] [stdout] | [INFO] [stdout] 3 | //! Documentation can be found in: http://support.robotis.com/en/product/actuator/dynamixel/dxl_communication.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.09s [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "236a8f194e3b9e4031f244b833d22483b7e7ee760630a7767832df57d5a3c9be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "236a8f194e3b9e4031f244b833d22483b7e7ee760630a7767832df57d5a3c9be", kill_on_drop: false }` [INFO] [stdout] 236a8f194e3b9e4031f244b833d22483b7e7ee760630a7767832df57d5a3c9be