Build #382274 2021-04-27T18:54:50.575572+00:00
# rustc version
rustc 1.53.0-nightly (42816d61e 2021-04-24)# docs.rs version
docsrs 0.6.0 (c9d80ad 2021-04-18)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/x86-0.39.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/x86-0.39.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210424-1.53.0-nightly-42816d61e" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 25a8b99399fadaefc9dc57cb3ad520abc3f7dc932bd9e2411e163b73f64f99a8
[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" "25a8b99399fadaefc9dc57cb3ad520abc3f7dc932bd9e2411e163b73f64f99a8", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr] Compiling bitflags v1.2.1
[INFO] [stderr] Compiling x86 v0.39.0 (/opt/rustwide/workdir)
[INFO] [stderr] Checking bit_field v0.10.1
[INFO] [stderr] Checking raw-cpuid v9.0.0
[INFO] [stderr] Documenting x86 v0.39.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `19:4`
[INFO] [stderr] --> src/apic/mod.rs:206:41
[INFO] [stderr] |
[INFO] [stderr] 206 | /// Logical x2APIC ID = [(x2APIC ID[19:4] « 16) | (1 « x2APIC ID[3:0])]
[INFO] [stderr] | ^^^^ no item named `19:4` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `3:0`
[INFO] [stderr] --> src/apic/mod.rs:206:70
[INFO] [stderr] |
[INFO] [stderr] 206 | /// Logical x2APIC ID = [(x2APIC ID[19:4] « 16) | (1 « x2APIC ID[3:0])]
[INFO] [stderr] | ^^^ no item named `3:0` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unknown attribute `no-run`. Did you mean `no_run`?
[INFO] [stderr] --> src/controlregs.rs:154:1
[INFO] [stderr] |
[INFO] [stderr] 154 | / /// Write cr4.
[INFO] [stderr] 155 | | ///
[INFO] [stderr] 156 | | /// # Example
[INFO] [stderr] 157 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 166 | | /// # Safety
[INFO] [stderr] 167 | | /// Needs CPL 0.
[INFO] [stderr] | |________________^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default
[INFO] [stderr] = 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] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/bits64/syscall.rs:16:46
[INFO] [stderr] |
[INFO] [stderr] 16 | //! This code is inspired by the syscall.rs (https://github.com/kmcallister/syscall.rs/) project.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/kmcallister/syscall.rs/>`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/msr.rs:200:9
[INFO] [stderr] |
[INFO] [stderr] 200 | /// see http://biosbits.org.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://biosbits.org.>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/msr.rs:203:178
[INFO] [stderr] |
[INFO] [stderr] 203 | ...rs or ACPI C- States. See http://biosbits.org.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://biosbits.org.>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/msr.rs:206:59
[INFO] [stderr] |
[INFO] [stderr] 206 | /// Power Management IO Redirection in C-state (R/W) See http://biosbits.org.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://biosbits.org.>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/msr.rs:372:9
[INFO] [stderr] |
[INFO] [stderr] 372 | /// See http://biosbits.org.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://biosbits.org.>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/msr.rs:375:9
[INFO] [stderr] |
[INFO] [stderr] 375 | /// See http://biosbits.org.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://biosbits.org.>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/msr.rs:446:33
[INFO] [stderr] |
[INFO] [stderr] 446 | /// Power Control Register. See http://biosbits.org.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://biosbits.org.>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/random.rs:7:15
[INFO] [stderr] |
[INFO] [stderr] 7 | //! See also: https://software.intel.com/en-us/blogs/2012/11/17/the-difference-between-rdrand-and-rdseed
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://software.intel.com/en-us/blogs/2012/11/17/the-difference-between-rdrand-and-rdseed>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: 11 warnings emitted
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.27s
[INFO] running `Command { std: "docker" "inspect" "25a8b99399fadaefc9dc57cb3ad520abc3f7dc932bd9e2411e163b73f64f99a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25a8b99399fadaefc9dc57cb3ad520abc3f7dc932bd9e2411e163b73f64f99a8", kill_on_drop: false }`
[INFO] [stdout] 25a8b99399fadaefc9dc57cb3ad520abc3f7dc932bd9e2411e163b73f64f99a8