[INFO] fetching crate smoltcp 0.8.1... [INFO] documenting smoltcp-0.8.1 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate smoltcp 0.8.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate smoltcp 0.8.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 smoltcp 0.8.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate smoltcp 0.8.1 [INFO] tweaked toml for crates.io crate smoltcp 0.8.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate smoltcp 0.8.1 already has a lockfile, it will not be regenerated [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 managed v0.8.0 [INFO] [stderr] Downloaded defmt-parser v0.3.0 [INFO] [stderr] Downloaded defmt v0.3.0 [INFO] [stderr] Downloaded defmt-macros v0.3.0 [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" "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] 4e1b0d7274fa208141ff875c9f2fd63670a539da68e438fc697e0b32f17a2eaa [INFO] running `Command { std: "docker" "start" "-a" "4e1b0d7274fa208141ff875c9f2fd63670a539da68e438fc697e0b32f17a2eaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e1b0d7274fa208141ff875c9f2fd63670a539da68e438fc697e0b32f17a2eaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e1b0d7274fa208141ff875c9f2fd63670a539da68e438fc697e0b32f17a2eaa", kill_on_drop: false }` [INFO] [stdout] 4e1b0d7274fa208141ff875c9f2fd63670a539da68e438fc697e0b32f17a2eaa [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" "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] 7151fe69b71b53e9dc5560a9e25f5100fdc0df912472bbf18beeda37308c7a6c [INFO] running `Command { std: "docker" "start" "-a" "7151fe69b71b53e9dc5560a9e25f5100fdc0df912472bbf18beeda37308c7a6c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking managed v0.8.0 [INFO] [stderr] Documenting smoltcp v0.8.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/macros.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | $( #[$variant_attr] )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/wire/ipv6routing.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / enum_with_unknown! { [INFO] [stdout] 8 | | /// IPv6 Extension Routing Header Routing Type [INFO] [stdout] 9 | | pub enum Type(u8) { [INFO] [stdout] 10 | | /// Source Route (DEPRECATED) [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [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 `enum_with_unknown` (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/macros.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | $( #[$variant_attr] )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/wire/ipv6routing.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / enum_with_unknown! { [INFO] [stdout] 8 | | /// IPv6 Extension Routing Header Routing Type [INFO] [stdout] 9 | | pub enum Type(u8) { [INFO] [stdout] 10 | | /// Source Route (DEPRECATED) [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [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 `enum_with_unknown` (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/macros.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | $( #[$variant_attr] )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/wire/ipv6routing.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / enum_with_unknown! { [INFO] [stdout] 8 | | /// IPv6 Extension Routing Header Routing Type [INFO] [stdout] 9 | | pub enum Type(u8) { [INFO] [stdout] 10 | | /// Source Route (DEPRECATED) [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [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 `enum_with_unknown` (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/macros.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | $( #[$variant_attr] )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/wire/ipv6routing.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / enum_with_unknown! { [INFO] [stdout] 8 | | /// IPv6 Extension Routing Header Routing Type [INFO] [stdout] 9 | | pub enum Type(u8) { [INFO] [stdout] 10 | | /// Source Route (DEPRECATED) [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [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 `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.21s [INFO] running `Command { std: "docker" "inspect" "7151fe69b71b53e9dc5560a9e25f5100fdc0df912472bbf18beeda37308c7a6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7151fe69b71b53e9dc5560a9e25f5100fdc0df912472bbf18beeda37308c7a6c", kill_on_drop: false }` [INFO] [stdout] 7151fe69b71b53e9dc5560a9e25f5100fdc0df912472bbf18beeda37308c7a6c [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" "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" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 601a241f167cc98a1e3d4559290ca74b2990c04901264b2d9c281bb225064a9e [INFO] running `Command { std: "docker" "start" "-a" "601a241f167cc98a1e3d4559290ca74b2990c04901264b2d9c281bb225064a9e", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking managed v0.8.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Documenting smoltcp v0.8.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/macros.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | $( #[$variant_attr] )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/wire/ipv6routing.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / enum_with_unknown! { [INFO] [stdout] 8 | | /// IPv6 Extension Routing Header Routing Type [INFO] [stdout] 9 | | pub enum Type(u8) { [INFO] [stdout] 10 | | /// Source Route (DEPRECATED) [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [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 `enum_with_unknown` (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/macros.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | $( #[$variant_attr] )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/wire/ipv6routing.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / enum_with_unknown! { [INFO] [stdout] 8 | | /// IPv6 Extension Routing Header Routing Type [INFO] [stdout] 9 | | pub enum Type(u8) { [INFO] [stdout] 10 | | /// Source Route (DEPRECATED) [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [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 `enum_with_unknown` (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/macros.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | $( #[$variant_attr] )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/wire/ipv6routing.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / enum_with_unknown! { [INFO] [stdout] 8 | | /// IPv6 Extension Routing Header Routing Type [INFO] [stdout] 9 | | pub enum Type(u8) { [INFO] [stdout] 10 | | /// Source Route (DEPRECATED) [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [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 `enum_with_unknown` (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/macros.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | $( #[$variant_attr] )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/wire/ipv6routing.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / enum_with_unknown! { [INFO] [stdout] 8 | | /// IPv6 Extension Routing Header Routing Type [INFO] [stdout] 9 | | pub enum Type(u8) { [INFO] [stdout] 10 | | /// Source Route (DEPRECATED) [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [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 `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.60s [INFO] running `Command { std: "docker" "inspect" "601a241f167cc98a1e3d4559290ca74b2990c04901264b2d9c281bb225064a9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "601a241f167cc98a1e3d4559290ca74b2990c04901264b2d9c281bb225064a9e", kill_on_drop: false }` [INFO] [stdout] 601a241f167cc98a1e3d4559290ca74b2990c04901264b2d9c281bb225064a9e