[INFO] fetching crate uds 0.2.6... [INFO] documenting uds-0.2.6 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate uds 0.2.6 into /workspace/builds/worker-32/source [INFO] validating manifest of crates.io crate uds 0.2.6 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate uds 0.2.6 [INFO] finished tweaking crates.io crate uds 0.2.6 [INFO] tweaked toml for crates.io crate uds 0.2.6 written to /workspace/builds/worker-32/source/Cargo.toml [INFO] crate crates.io crate uds 0.2.6 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f938fcd66bc5a2ef6e51c1cdd459a26553e3a857b7a081beb396063e9119ae51 [INFO] running `Command { std: "docker" "start" "-a" "f938fcd66bc5a2ef6e51c1cdd459a26553e3a857b7a081beb396063e9119ae51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f938fcd66bc5a2ef6e51c1cdd459a26553e3a857b7a081beb396063e9119ae51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f938fcd66bc5a2ef6e51c1cdd459a26553e3a857b7a081beb396063e9119ae51", kill_on_drop: false }` [INFO] [stdout] f938fcd66bc5a2ef6e51c1cdd459a26553e3a857b7a081beb396063e9119ae51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5f914e9be2aea4c85fb3b63234dd36e55fbbdfe2e9374a4191ecd28744465f94 [INFO] running `Command { std: "docker" "start" "-a" "5f914e9be2aea4c85fb3b63234dd36e55fbbdfe2e9374a4191ecd28744465f94", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Documenting uds v0.2.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `accept_unix_addr` [INFO] [stdout] --> src/seqpacket.rs:678:5 [INFO] [stdout] | [INFO] [stdout] 678 | / /// Enables or disables nonblocking-ness of [`accept_unix_addr()`](#method.accept_unix addr). [INFO] [stdout] 679 | | /// [INFO] [stdout] 680 | | /// The returned connnections will still be in blocking mode regardsless. [INFO] [stdout] 681 | | /// [INFO] [stdout] ... | [INFO] [stdout] 697 | | /// # std::fs::remove_file("nonblocking_seqpacket_listener.socket").expect("delete socket file"); [INFO] [stdout] 698 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Enables or disables nonblocking-ness of [`accept_unix_addr()`](#method.accept_unix addr). [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `accept_unix_addr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | #[doc=$content] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] ... [INFO] [stdout] 81 | / mdfile!{ [INFO] [stdout] 82 | | include_str!("../README.md"), [INFO] [stdout] 83 | | #[cfg(any(target_os="linux", target_os="android"))] // uses abstract addrs [INFO] [stdout] 84 | | Readme [INFO] [stdout] 85 | | } [INFO] [stdout] | |_____- in this macro invocation [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] = note: this warning originates in the macro `mdfile` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | #[doc=$content] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] ... [INFO] [stdout] 81 | / mdfile!{ [INFO] [stdout] 82 | | include_str!("../README.md"), [INFO] [stdout] 83 | | #[cfg(any(target_os="linux", target_os="android"))] // uses abstract addrs [INFO] [stdout] 84 | | Readme [INFO] [stdout] 85 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `mdfile` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.33s [INFO] running `Command { std: "docker" "inspect" "5f914e9be2aea4c85fb3b63234dd36e55fbbdfe2e9374a4191ecd28744465f94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f914e9be2aea4c85fb3b63234dd36e55fbbdfe2e9374a4191ecd28744465f94", kill_on_drop: false }` [INFO] [stdout] 5f914e9be2aea4c85fb3b63234dd36e55fbbdfe2e9374a4191ecd28744465f94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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" "RUSTFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "mio-uds mio mio_07 tokio" "--frozen" "--message-format=json" "--" "--cfg" "feature=\"os-poll\"" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 04084d022b8b7ea91e8489e55e320db42bf2d92c723ed1a4b4dc278028d74bf7 [INFO] running `Command { std: "docker" "start" "-a" "04084d022b8b7ea91e8489e55e320db42bf2d92c723ed1a4b4dc278028d74bf7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking futures-core v0.3.13 [INFO] [stderr] Checking futures-sink v0.3.13 [INFO] [stderr] Checking futures-io v0.3.13 [INFO] [stderr] Checking pin-project-lite v0.2.6 [INFO] [stderr] Checking futures-task v0.3.13 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking futures-channel v0.3.13 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking mio v0.7.11 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Compiling futures-macro v0.3.13 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Checking tokio v0.2.25 [INFO] [stderr] Checking futures-util v0.3.13 [INFO] [stderr] Checking futures-executor v0.3.13 [INFO] [stderr] Checking futures v0.3.13 [INFO] [stderr] Documenting uds v0.2.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `accept_unix_addr` [INFO] [stdout] --> src/seqpacket.rs:678:5 [INFO] [stdout] | [INFO] [stdout] 678 | / /// Enables or disables nonblocking-ness of [`accept_unix_addr()`](#method.accept_unix addr). [INFO] [stdout] 679 | | /// [INFO] [stdout] 680 | | /// The returned connnections will still be in blocking mode regardsless. [INFO] [stdout] 681 | | /// [INFO] [stdout] ... | [INFO] [stdout] 697 | | /// # std::fs::remove_file("nonblocking_seqpacket_listener.socket").expect("delete socket file"); [INFO] [stdout] 698 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Enables or disables nonblocking-ness of [`accept_unix_addr()`](#method.accept_unix addr). [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `accept_unix_addr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | #[doc=$content] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] ... [INFO] [stdout] 81 | / mdfile!{ [INFO] [stdout] 82 | | include_str!("../README.md"), [INFO] [stdout] 83 | | #[cfg(any(target_os="linux", target_os="android"))] // uses abstract addrs [INFO] [stdout] 84 | | Readme [INFO] [stdout] 85 | | } [INFO] [stdout] | |_____- in this macro invocation [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] = note: this warning originates in the macro `mdfile` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | #[doc=$content] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] ... [INFO] [stdout] 81 | / mdfile!{ [INFO] [stdout] 82 | | include_str!("../README.md"), [INFO] [stdout] 83 | | #[cfg(any(target_os="linux", target_os="android"))] // uses abstract addrs [INFO] [stdout] 84 | | Readme [INFO] [stdout] 85 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `mdfile` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.83s [INFO] running `Command { std: "docker" "inspect" "04084d022b8b7ea91e8489e55e320db42bf2d92c723ed1a4b4dc278028d74bf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04084d022b8b7ea91e8489e55e320db42bf2d92c723ed1a4b4dc278028d74bf7", kill_on_drop: false }` [INFO] [stdout] 04084d022b8b7ea91e8489e55e320db42bf2d92c723ed1a4b4dc278028d74bf7