Build #1735051 2025-02-11 11:33:23
# rustc version
rustc 1.86.0-nightly (6171d944a 2025-02-10)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/magenta-sys-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/magenta-sys-0.2.0/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250210-1.86.0-nightly-6171d944a\", \"--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] e237238d1332c1f0b0de87f2f858c5ad98eaf5029b94c8228a84c67282db9773
[INFO] running `Command { std: "docker" "start" "-a" "e237238d1332c1f0b0de87f2f858c5ad98eaf5029b94c8228a84c67282db9773", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/lib.rs:61:1
[INFO] [stderr] |
[INFO] [stderr] 61 | / bitflags! {
[INFO] [stderr] 62 | | #[repr(C)]
[INFO] [stderr] 63 | | pub flags mx_signals_t: u32 {
[INFO] [stderr] 64 | | const MX_SIGNAL_NONE = 0,
[INFO] [stderr] ... |
[INFO] [stderr] 161 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/lib.rs:61:1
[INFO] [stderr] |
[INFO] [stderr] 61 | / bitflags! {
[INFO] [stderr] 62 | | #[repr(C)]
[INFO] [stderr] 63 | | pub flags mx_signals_t: u32 {
[INFO] [stderr] 64 | | const MX_SIGNAL_NONE = 0,
[INFO] [stderr] ... |
[INFO] [stderr] 161 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/lib.rs:166:1
[INFO] [stderr] |
[INFO] [stderr] 166 | / bitflags! {
[INFO] [stderr] 167 | | #[repr(C)]
[INFO] [stderr] 168 | | pub flags mx_rights_t: u32 {
[INFO] [stderr] 169 | | const MX_RIGHT_NONE = 0,
[INFO] [stderr] ... |
[INFO] [stderr] 181 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: extern declarations without an explicit ABI are deprecated
[INFO] [stderr] --> src/definitions.rs:6:1
[INFO] [stderr] |
[INFO] [stderr] 6 | extern {
[INFO] [stderr] | ^^^^^^ help: explicitly specify the C ABI: `extern "C"`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(missing_abi)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `magenta-sys` (lib) generated 5 warnings (1 duplicate) (run `cargo fix --lib -p magenta-sys` to apply 1 suggestion)
[INFO] [stderr] Scraping magenta-sys v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting magenta-sys v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/magenta_sys/index.html
[INFO] running `Command { std: "docker" "inspect" "e237238d1332c1f0b0de87f2f858c5ad98eaf5029b94c8228a84c67282db9773", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e237238d1332c1f0b0de87f2f858c5ad98eaf5029b94c8228a84c67282db9773", kill_on_drop: false }`
[INFO] [stdout] e237238d1332c1f0b0de87f2f858c5ad98eaf5029b94c8228a84c67282db9773