Build #1269153 2024-06-25T02:55:17.705226+00:00
# rustc version
rustc 1.81.0-nightly (6b0f4b5ec 2024-06-24)# docs.rs version
docsrs 0.6.0 (bb8cd489 2024-06-24)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/coroutine-rs-0.0.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/coroutine-rs-0.0.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240624-1.81.0-nightly-6b0f4b5ec\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--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" "-j6" "--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] ab03ac587cf650b4bf003727724dbad10f9bbbb8fbac306a35251e82236c13ce
[INFO] running `Command { std: "docker" "start" "-a" "ab03ac587cf650b4bf003727724dbad10f9bbbb8fbac306a35251e82236c13ce", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: multithread, simple
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] warning: unexpected `cfg` condition value: `i686`
[INFO] [stderr] --> build.rs:12:24
[INFO] [stderr] |
[INFO] [stderr] 12 | } else if cfg!(target_arch = "i686") {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_arch` are: `aarch64`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `mipsel`
[INFO] [stderr] --> build.rs:18:24
[INFO] [stderr] |
[INFO] [stderr] 18 | } else if cfg!(target_arch = "mipsel") {
[INFO] [stderr] | ^^^^^^^^^^^^^^--------
[INFO] [stderr] | |
[INFO] [stderr] | help: there is a expected value with a similar name: `"mips64"`
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `target_arch` are: `aarch64`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated function `gcc::compile_library`: crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stderr] --> build.rs:24:10
[INFO] [stderr] |
[INFO] [stderr] 24 | gcc::compile_library(LIB_NAME, &[src_path.to_str().unwrap()]);
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `coroutine-rs` (build script) generated 3 warnings
[INFO] [stderr] Documenting coroutine-rs v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr] --> src/lib.rs:15:12
[INFO] [stderr] |
[INFO] [stderr] 15 | #![feature(box_syntax, std_misc, libc, asm, core, alloc, test, unboxed_closures, page_size)]
[INFO] [stderr] | ^^^^^^^^^^ feature has been removed
[INFO] [stderr] |
[INFO] [stderr] = note: replaced with `#[rustc_box]`
[INFO] [stderr]
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0557`.
[INFO] [stderr] error: could not document `coroutine-rs`
[INFO] running `Command { std: "docker" "inspect" "ab03ac587cf650b4bf003727724dbad10f9bbbb8fbac306a35251e82236c13ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab03ac587cf650b4bf003727724dbad10f9bbbb8fbac306a35251e82236c13ce", kill_on_drop: false }`
[INFO] [stdout] ab03ac587cf650b4bf003727724dbad10f9bbbb8fbac306a35251e82236c13ce