cc 1.0.80

A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code.
Documentation
Build #875695 2023-08-02T02:26:11.192358+00:00
# rustc version
rustc 1.73.0-nightly (d12c6e947 2023-08-01)
# docs.rs version
docsrs 0.6.0 (248be664 2023-08-01)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/cc-1.0.80/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/cc-1.0.80/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" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230801-1.73.0-nightly-d12c6e947\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] d6fae3ad97a316671e159553fbb4894a5fc46821f108fb624fb9bc0b29165f77
[INFO] running `Command { std: "docker" "start" "-a" "d6fae3ad97a316671e159553fbb4894a5fc46821f108fb624fb9bc0b29165f77", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting cc v1.0.80 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `get_archiver`
[INFO] [stderr]     --> src/lib.rs:2741:15
[INFO] [stderr]      |
[INFO] [stderr] 2741 |     /// see [`get_archiver()`] for the complete description.
[INFO] [stderr]      |               ^^^^^^^^^^^^^^ no item named `get_archiver` in scope
[INFO] [stderr]      |
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]      = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `get_ranlib`
[INFO] [stderr]     --> src/lib.rs:2792:15
[INFO] [stderr]      |
[INFO] [stderr] 2792 |     /// see [`get_ranlib()`] for the complete description.
[INFO] [stderr]      |               ^^^^^^^^^^^^ no item named `get_ranlib` in scope
[INFO] [stderr]      |
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/os_pipe.rs:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 | //!  - https://doc.rust-lang.org/src/std/sys/unix/pipe.rs.html
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.rust-lang.org/src/std/sys/unix/pipe.rs.html>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]   = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/os_pipe.rs:3:8
[INFO] [stderr]   |
[INFO] [stderr] 3 | //!  - https://doc.rust-lang.org/src/std/sys/unix/fd.rs.html#385
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.rust-lang.org/src/std/sys/unix/fd.rs.html#385>`
[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/os_pipe.rs:4:8
[INFO] [stderr]   |
[INFO] [stderr] 4 | //!  - https://github.com/rust-lang/rust/blob/master/library/std/src/sys/mod.rs#L57
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/rust-lang/rust/blob/master/library/std/src/sys/mod.rs#L57>`
[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/os_pipe.rs:5:8
[INFO] [stderr]   |
[INFO] [stderr] 5 | //!  - https://github.com/oconnor663/os_pipe.rs
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/oconnor663/os_pipe.rs>`
[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/lib.rs:685:46
[INFO] [stderr]     |
[INFO] [stderr] 685 |     /// `nvcc`, the CUDA compiler driver, at https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/
[INFO] [stderr]     |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/>`
[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/lib.rs:990:13
[INFO] [stderr]     |
[INFO] [stderr] 990 |     /// See https://doc.rust-lang.org/rustc/command-line-arguments.html#-l-link-the-generated-crate-to-a-native-library
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.rust-lang.org/rustc/command-line-arguments.html#-l-link-the-generated-crate-to-a-native-library>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `cc` (lib doc) generated 8 warnings (run `cargo fix --lib -p cc` to apply 6 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.56s
[INFO] running `Command { std: "docker" "inspect" "d6fae3ad97a316671e159553fbb4894a5fc46821f108fb624fb9bc0b29165f77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6fae3ad97a316671e159553fbb4894a5fc46821f108fb624fb9bc0b29165f77", kill_on_drop: false }`
[INFO] [stdout] d6fae3ad97a316671e159553fbb4894a5fc46821f108fb624fb9bc0b29165f77