[INFO] fetching crate linux-syscalls 0.4.0...
[INFO] documenting linux-syscalls-0.4.0 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate linux-syscalls 0.4.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate linux-syscalls 0.4.0
[INFO] finished tweaking crates.io crate linux-syscalls 0.4.0
[INFO] tweaked toml for crates.io crate linux-syscalls 0.4.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate linux-syscalls 0.4.0 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate linux-syscalls 0.4.0 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2a119b83210e7e084ba5c4afe557b566743289e45195d00c5aa8b5973d3ed505
[INFO] running `Command { std: "docker" "start" "2a119b83210e7e084ba5c4afe557b566743289e45195d00c5aa8b5973d3ed505", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a119b83210e7e084ba5c4afe557b566743289e45195d00c5aa8b5973d3ed505", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2a119b83210e7e084ba5c4afe557b566743289e45195d00c5aa8b5973d3ed505" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a119b83210e7e084ba5c4afe557b566743289e45195d00c5aa8b5973d3ed505", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2a119b83210e7e084ba5c4afe557b566743289e45195d00c5aa8b5973d3ed505" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.21
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking linux-raw-vdso v0.1.4
[INFO] [stderr]     Checking linux-errnos v0.3.4
[INFO] [stderr]     Checking linux-sysno v0.2.3
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling linux-syscalls v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting linux-syscalls v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `asm_experimental_arch`
[INFO] [stdout]   --> src/lib.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 | #![cfg_attr(asm_experimental_arch, feature(asm_experimental_arch))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 34 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(asm_experimental_arch)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_experimental_arch)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 name: `docs_rs`
[INFO] [stdout]   --> src/lib.rs:60:13
[INFO] [stdout]    |
[INFO] [stdout] 60 | #![cfg_attr(docs_rs, feature(doc_cfg))]
[INFO] [stdout]    |             ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `outline_syscalls`
[INFO] [stdout]   --> src/lib.rs:80:7
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[cfg(outline_syscalls)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(outline_syscalls)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(outline_syscalls)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `outline_syscalls`
[INFO] [stdout]    --> src/lib.rs:106:11
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg(not(outline_syscalls))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(outline_syscalls)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(outline_syscalls)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `thumb_mode`
[INFO] [stdout]    --> src/lib.rs:108:63
[INFO] [stdout]     |
[INFO] [stdout] 108 |     all(target_arch = "arm", target_pointer_width = "32", not(thumb_mode)),
[INFO] [stdout]     |                                                               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(thumb_mode)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thumb_mode)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `thumb_mode`
[INFO] [stdout]    --> src/lib.rs:112:59
[INFO] [stdout]     |
[INFO] [stdout] 112 |     all(target_arch = "arm", target_pointer_width = "32", thumb_mode),
[INFO] [stdout]     |                                                           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(thumb_mode)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(thumb_mode)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]   --> src/env/mod.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg(any(docs_rs, not(feature = "bare")))]
[INFO] [stdout]    |           ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]   --> src/env/mod.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[cfg_attr(docs_rs, doc(cfg(not(feature = "bare"))))]
[INFO] [stdout]    |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]   --> src/env/mod.rs:50:11
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[cfg(any(docs_rs, not(feature = "bare")))]
[INFO] [stdout]    |           ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]   --> src/env/mod.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[cfg_attr(docs_rs, doc(cfg(not(feature = "bare"))))]
[INFO] [stdout]    |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]   --> src/env/mod.rs:71:11
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[cfg(any(docs_rs, not(feature = "bare")))]
[INFO] [stdout]    |           ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]   --> src/env/mod.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 72 | #[cfg_attr(docs_rs, doc(cfg(not(feature = "bare"))))]
[INFO] [stdout]    |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]   --> src/env/mod.rs:90:11
[INFO] [stdout]    |
[INFO] [stdout] 90 | #[cfg(any(docs_rs, not(feature = "bare")))]
[INFO] [stdout]    |           ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]   --> src/env/mod.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 91 | #[cfg_attr(docs_rs, doc(cfg(not(feature = "bare"))))]
[INFO] [stdout]    |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]   --> src/init.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[cfg_attr(docs_rs, doc(cfg(not(feature = "bare"))))]
[INFO] [stdout]    |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]   --> src/init.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[cfg_attr(docs_rs, doc(cfg(feature = "bare")))]
[INFO] [stdout]    |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]   --> src/init.rs:81:12
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[cfg_attr(docs_rs, doc(cfg(feature = "bare")))]
[INFO] [stdout]    |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]   --> src/init.rs:93:12
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[cfg_attr(docs_rs, doc(cfg(feature = "bare")))]
[INFO] [stdout]    |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 194 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:194:21
[INFO] [stdout]     |
[INFO] [stdout] 194 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:203:5
[INFO] [stdout]     |
[INFO] [stdout] 203 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 204 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:204:21
[INFO] [stdout]     |
[INFO] [stdout] 204 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:213:5
[INFO] [stdout]     |
[INFO] [stdout] 213 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 214 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:214:21
[INFO] [stdout]     |
[INFO] [stdout] 214 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:223:5
[INFO] [stdout]     |
[INFO] [stdout] 223 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 224 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:224:21
[INFO] [stdout]     |
[INFO] [stdout] 224 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:233:5
[INFO] [stdout]     |
[INFO] [stdout] 233 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 234 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:234:21
[INFO] [stdout]     |
[INFO] [stdout] 234 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:243:5
[INFO] [stdout]     |
[INFO] [stdout] 243 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 244 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:244:21
[INFO] [stdout]     |
[INFO] [stdout] 244 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:253:5
[INFO] [stdout]     |
[INFO] [stdout] 253 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 254 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:254:21
[INFO] [stdout]     |
[INFO] [stdout] 254 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:275:5
[INFO] [stdout]     |
[INFO] [stdout] 275 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 276 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:276:21
[INFO] [stdout]     |
[INFO] [stdout] 276 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:286:5
[INFO] [stdout]     |
[INFO] [stdout] 286 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 287 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:306:5
[INFO] [stdout]     |
[INFO] [stdout] 306 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 307 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:307:21
[INFO] [stdout]     |
[INFO] [stdout] 307 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:317:5
[INFO] [stdout]     |
[INFO] [stdout] 317 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 318 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:318:21
[INFO] [stdout]     |
[INFO] [stdout] 318 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:328:5
[INFO] [stdout]     |
[INFO] [stdout] 328 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 329 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:329:21
[INFO] [stdout]     |
[INFO] [stdout] 329 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:339:5
[INFO] [stdout]     |
[INFO] [stdout] 339 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 340 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:340:21
[INFO] [stdout]     |
[INFO] [stdout] 340 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:350:5
[INFO] [stdout]     |
[INFO] [stdout] 350 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 351 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:351:21
[INFO] [stdout]     |
[INFO] [stdout] 351 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:372:5
[INFO] [stdout]     |
[INFO] [stdout] 372 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 373 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:373:21
[INFO] [stdout]     |
[INFO] [stdout] 373 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:382:5
[INFO] [stdout]     |
[INFO] [stdout] 382 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 383 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:383:21
[INFO] [stdout]     |
[INFO] [stdout] 383 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:392:5
[INFO] [stdout]     |
[INFO] [stdout] 392 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 393 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:393:21
[INFO] [stdout]     |
[INFO] [stdout] 393 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:402:5
[INFO] [stdout]     |
[INFO] [stdout] 402 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 403 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:403:21
[INFO] [stdout]     |
[INFO] [stdout] 403 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:412:5
[INFO] [stdout]     |
[INFO] [stdout] 412 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 413 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:413:21
[INFO] [stdout]     |
[INFO] [stdout] 413 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:422:5
[INFO] [stdout]     |
[INFO] [stdout] 422 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 423 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:423:21
[INFO] [stdout]     |
[INFO] [stdout] 423 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:432:5
[INFO] [stdout]     |
[INFO] [stdout] 432 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 433 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:433:21
[INFO] [stdout]     |
[INFO] [stdout] 433 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:454:5
[INFO] [stdout]     |
[INFO] [stdout] 454 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 455 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:455:21
[INFO] [stdout]     |
[INFO] [stdout] 455 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:465:5
[INFO] [stdout]     |
[INFO] [stdout] 465 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 466 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:466:21
[INFO] [stdout]     |
[INFO] [stdout] 466 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:476:5
[INFO] [stdout]     |
[INFO] [stdout] 476 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 477 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:477:21
[INFO] [stdout]     |
[INFO] [stdout] 477 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:487:5
[INFO] [stdout]     |
[INFO] [stdout] 487 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 488 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:488:21
[INFO] [stdout]     |
[INFO] [stdout] 488 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:498:5
[INFO] [stdout]     |
[INFO] [stdout] 498 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 499 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:499:21
[INFO] [stdout]     |
[INFO] [stdout] 499 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:509:5
[INFO] [stdout]     |
[INFO] [stdout] 509 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 510 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:510:21
[INFO] [stdout]     |
[INFO] [stdout] 510 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:520:5
[INFO] [stdout]     |
[INFO] [stdout] 520 | /// A system call is unsafe by definition.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] 521 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                                                      - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lib.rs:521:21
[INFO] [stdout]     |
[INFO] [stdout] 521 | /// It's the caller's responsibility to ensure safety.
[INFO] [stdout]     |                     ^ starts here                    - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `linux-syscalls`
[INFO] running `Command { std: "docker" "inspect" "2a119b83210e7e084ba5c4afe557b566743289e45195d00c5aa8b5973d3ed505", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a119b83210e7e084ba5c4afe557b566743289e45195d00c5aa8b5973d3ed505", kill_on_drop: false }`
[INFO] [stdout] 2a119b83210e7e084ba5c4afe557b566743289e45195d00c5aa8b5973d3ed505
