[INFO] fetching crate configurable 0.3.5... [INFO] documenting configurable-0.3.5 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate configurable 0.3.5 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate configurable 0.3.5 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] removed /workspace/builds/worker-11/source/rust-toolchain [INFO] started tweaking crates.io crate configurable 0.3.5 [INFO] finished tweaking crates.io crate configurable 0.3.5 [INFO] tweaked toml for crates.io crate configurable 0.3.5 written to /workspace/builds/worker-11/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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 81cc0bf8fdef9a396698db824cda37a2d43bde7af6573c162e65db0cb5b7ce14 [INFO] running `Command { std: "docker" "start" "-a" "81cc0bf8fdef9a396698db824cda37a2d43bde7af6573c162e65db0cb5b7ce14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81cc0bf8fdef9a396698db824cda37a2d43bde7af6573c162e65db0cb5b7ce14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81cc0bf8fdef9a396698db824cda37a2d43bde7af6573c162e65db0cb5b7ce14", kill_on_drop: false }` [INFO] [stdout] 81cc0bf8fdef9a396698db824cda37a2d43bde7af6573c162e65db0cb5b7ce14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 809f38eba868a9356e99e02659867135278aff2e20c3ed577d091b3b94532646 [INFO] running `Command { std: "docker" "start" "-a" "809f38eba868a9356e99e02659867135278aff2e20c3ed577d091b3b94532646", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking directories v2.0.2 [INFO] [stderr] Checking toml v0.5.9 [INFO] [stderr] Documenting configurable v0.3.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! This crate provides a set of functions for loading/saving structs to toml files in [INFO] [stdout] 2 | | //! OS-accurate locations [INFO] [stdout] 3 | | //! [INFO] [stdout] 4 | | //! # A normal configuration (e.g. saving something to a toml file in CONFIG_DIR) [INFO] [stdout] ... | [INFO] [stdout] 86 | | //! } [INFO] [stdout] 87 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.91s [INFO] running `Command { std: "docker" "inspect" "809f38eba868a9356e99e02659867135278aff2e20c3ed577d091b3b94532646", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "809f38eba868a9356e99e02659867135278aff2e20c3ed577d091b3b94532646", kill_on_drop: false }` [INFO] [stdout] 809f38eba868a9356e99e02659867135278aff2e20c3ed577d091b3b94532646 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 0673d7e7fdd510ddf59c3cafa942ffabdcd98a0cf4938ffd768d8dfb762b3054 [INFO] running `Command { std: "docker" "start" "-a" "0673d7e7fdd510ddf59c3cafa942ffabdcd98a0cf4938ffd768d8dfb762b3054", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking directories v2.0.2 [INFO] [stderr] Checking toml v0.5.9 [INFO] [stderr] Documenting configurable v0.3.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! This crate provides a set of functions for loading/saving structs to toml files in [INFO] [stdout] 2 | | //! OS-accurate locations [INFO] [stdout] 3 | | //! [INFO] [stdout] 4 | | //! # A normal configuration (e.g. saving something to a toml file in CONFIG_DIR) [INFO] [stdout] ... | [INFO] [stdout] 86 | | //! } [INFO] [stdout] 87 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.55s [INFO] running `Command { std: "docker" "inspect" "0673d7e7fdd510ddf59c3cafa942ffabdcd98a0cf4938ffd768d8dfb762b3054", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0673d7e7fdd510ddf59c3cafa942ffabdcd98a0cf4938ffd768d8dfb762b3054", kill_on_drop: false }` [INFO] [stdout] 0673d7e7fdd510ddf59c3cafa942ffabdcd98a0cf4938ffd768d8dfb762b3054