[INFO] cloning repository https://github.com/topazus/cpuinfo-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/topazus/cpuinfo-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftopazus%2Fcpuinfo-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftopazus%2Fcpuinfo-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4ec13b6db42fe3ad5b31dce0189ce8e47bc6af8c [INFO] documenting topazus/cpuinfo-rs against 1.86.0 for beta-1.87-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftopazus%2Fcpuinfo-rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/topazus/cpuinfo-rs on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/topazus/cpuinfo-rs [INFO] finished tweaking git repo https://github.com/topazus/cpuinfo-rs [INFO] tweaked toml for git repo https://github.com/topazus/cpuinfo-rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/topazus/cpuinfo-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd4f656724c08617dd9eae062a33edf1cc0974947daf24bcffafe553431ad30f [INFO] running `Command { std: "docker" "start" "-a" "cd4f656724c08617dd9eae062a33edf1cc0974947daf24bcffafe553431ad30f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd4f656724c08617dd9eae062a33edf1cc0974947daf24bcffafe553431ad30f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd4f656724c08617dd9eae062a33edf1cc0974947daf24bcffafe553431ad30f", kill_on_drop: false }` [INFO] [stdout] cd4f656724c08617dd9eae062a33edf1cc0974947daf24bcffafe553431ad30f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f1f8be8badbc663383ac8a2911c4a96ca59ee581c818ea5e159d0f78d0c909d [INFO] running `Command { std: "docker" "start" "-a" "7f1f8be8badbc663383ac8a2911c4a96ca59ee581c818ea5e159d0f78d0c909d", kill_on_drop: false }` [INFO] [stderr] Documenting cpuinfo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `serialize` [INFO] [stdout] --> src/parse_cpuid.rs:89:12 [INFO] [stdout] | [INFO] [stdout] 89 | #[cfg_attr(feature = "serialize", derive(Serialize, Deserialize))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `serialize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `serialize` [INFO] [stdout] --> src/parse_cpuid.rs:92:16 [INFO] [stdout] | [INFO] [stdout] 92 | #[cfg_attr(feature = "serialize", serde(skip))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `serialize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `serialize` [INFO] [stdout] --> src/vendor.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg_attr(feature = "serialize", derive(Serialize, Deserialize))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `serialize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `serialize` [INFO] [stdout] --> src/vendor.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg_attr(feature = "serialize", derive(Serialize, Deserialize))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `serialize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `7h` [INFO] [stdout] --> src/intel_hybrid_core_info.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | /// - CPUID[7h] is Structured Extended Feature Flags Enumeration Leaf (Output depends on ECX input value) [INFO] [stdout] | ^^ no item named `7h` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1Ah` [INFO] [stdout] --> src/intel_hybrid_core_info.rs:22:14 [INFO] [stdout] | [INFO] [stdout] 22 | /// - CPUID[1Ah] is Hybrid Information Enumeration Leaf (EAX = 1AH, ECX = 0) [INFO] [stdout] | ^^^ no item named `1Ah` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `3:0` [INFO] [stdout] --> src/parse_cpuid.rs:186:13 [INFO] [stdout] | [INFO] [stdout] 186 | /// EAX[3:0] := Stepping ID; [INFO] [stdout] | ^^^ no item named `3:0` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `7:4` [INFO] [stdout] --> src/parse_cpuid.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | /// EAX[7:4] := Model; [INFO] [stdout] | ^^^ no item named `7:4` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `11:8` [INFO] [stdout] --> src/parse_cpuid.rs:204:13 [INFO] [stdout] | [INFO] [stdout] 204 | /// EAX[11:8] := Family [INFO] [stdout] | ^^^^ no item named `11:8` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `13:12` [INFO] [stdout] --> src/parse_cpuid.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | /// EAX[13:12] := Processor type; [INFO] [stdout] | ^^^^^ no item named `13:12` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `16:23` [INFO] [stdout] --> src/parse_cpuid.rs:240:13 [INFO] [stdout] | [INFO] [stdout] 240 | /// EBX[16:23] := Reserved; (* Number of threads enabled = 2 if MT enable fuse set. *) [INFO] [stdout] | ^^^^^ no item named `16:23` in scope [INFO] [stdout] | [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/intel_hybrid_core_info.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | /// Available at https://cdrdv2.intel.com/v1/dl/getContent/671200 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 17 | /// Available at [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't generate documentation: No space left on device (os error 28) [INFO] [stdout] | [INFO] [stdout] = note: failed to create or modify "/opt/rustwide/target/doc/static.files/SourceSerif4-Semibold-457a13ac.ttf.woff2" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `cpuinfo` [INFO] running `Command { std: "docker" "inspect" "7f1f8be8badbc663383ac8a2911c4a96ca59ee581c818ea5e159d0f78d0c909d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f1f8be8badbc663383ac8a2911c4a96ca59ee581c818ea5e159d0f78d0c909d", kill_on_drop: false }` [INFO] [stdout] 7f1f8be8badbc663383ac8a2911c4a96ca59ee581c818ea5e159d0f78d0c909d