[INFO] crate rustyknife 0.2.8 is already in cache [INFO] documenting rustyknife-0.2.8 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate rustyknife 0.2.8 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate rustyknife 0.2.8 on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rustyknife 0.2.8 [INFO] finished tweaking crates.io crate rustyknife 0.2.8 [INFO] tweaked toml for crates.io crate rustyknife 0.2.8 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate rustyknife 0.2.8 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "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] c7d6b5077d23389c26ac3c2d545a61c8018b9ec2291e9b53c6bbd99aaf8ca2a3 [INFO] running `Command { std: "docker" "start" "-a" "c7d6b5077d23389c26ac3c2d545a61c8018b9ec2291e9b53c6bbd99aaf8ca2a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7d6b5077d23389c26ac3c2d545a61c8018b9ec2291e9b53c6bbd99aaf8ca2a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7d6b5077d23389c26ac3c2d545a61c8018b9ec2291e9b53c6bbd99aaf8ca2a3", kill_on_drop: false }` [INFO] [stdout] c7d6b5077d23389c26ac3c2d545a61c8018b9ec2291e9b53c6bbd99aaf8ca2a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ce7f745c0a7e61b5c4ef181b62351da189b508d084c6a28bd1647a7059dd619 [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" "5ce7f745c0a7e61b5c4ef181b62351da189b508d084c6a28bd1647a7059dd619", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking static_assertions v0.3.4 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling lexical-core v0.6.7 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Documenting rustyknife v0.2.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: missing documentation for the crate [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![cfg_attr(feature="nightly", feature(external_doc))] [INFO] [stdout] 2 | | #![cfg_attr(feature="nightly", doc(include = "../README.md"))] [INFO] [stdout] 3 | | [INFO] [stdout] 4 | | #![warn(rust_2018_idioms)] [INFO] [stdout] ... | [INFO] [stdout] 40 | | [INFO] [stdout] 41 | | pub use util::NomResult; [INFO] [stdout] | |________________________^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/rfc3461.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | pub struct Notify { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/rfc3461.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | pub on_success: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/rfc3461.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | pub on_failure: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/rfc3461.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | pub delay: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/rfc3461.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn dsn_notify(input: &str) -> Result<(&str, Notify), nom::Err<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/xforward.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn command(input: &[u8]) -> NomResult> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[types::Domain]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/types.rs:9:22 [INFO] [stdout] | [INFO] [stdout] 9 | //! Structs such as [`types::Domain`] and [`types::QuotedString`] are [INFO] [stdout] | ^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[types::QuotedString]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/types.rs:9:44 [INFO] [stdout] | [INFO] [stdout] 9 | //! Structs such as [`types::Domain`] and [`types::QuotedString`] are [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.23s [INFO] running `Command { std: "docker" "inspect" "5ce7f745c0a7e61b5c4ef181b62351da189b508d084c6a28bd1647a7059dd619", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ce7f745c0a7e61b5c4ef181b62351da189b508d084c6a28bd1647a7059dd619", kill_on_drop: false }` [INFO] [stdout] 5ce7f745c0a7e61b5c4ef181b62351da189b508d084c6a28bd1647a7059dd619