slice-deque 0.3.0

A double-ended queue that Deref's into a slice.
Documentation
Build #1514255 2024-11-10T02:12:09.633449+00:00
# rustc version
rustc 1.84.0-nightly (59cec72a5 2024-11-08)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/slice-deque-0.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/slice-deque-0.3.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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241108-1.84.0-nightly-59cec72a5\", \"--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] [stdout] 27e72dd9292eda5de1a9013d8f4de836244eb735e37feb4b9116e9a8b70f5937
[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" "27e72dd9292eda5de1a9013d8f4de836244eb735e37feb4b9116e9a8b70f5937", kill_on_drop: false }`
[INFO] [stderr] warning: Found `feature = ...` in `target.'cfg(...)'.dependencies`. This key is not supported for selecting dependencies and will not work as expected. Use the [features] section instead: https://doc.rust-lang.org/cargo/reference/features.html
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting slice-deque v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]    --> src/lib.rs:122:5
[INFO] [stderr]     |
[INFO] [stderr] 122 |     feature = "unstable",
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]     = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: `unstable`
[INFO] [stderr]    --> src/lib.rs:132:23
[INFO] [stderr]     |
[INFO] [stderr] 132 | #![cfg_attr(all(test, feature = "unstable"), feature(box_syntax))]
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]     = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `bytes_buf`
[INFO] [stderr]    --> src/lib.rs:162:11
[INFO] [stderr]     |
[INFO] [stderr] 162 | #[cfg(all(feature = "bytes_buf", feature = "use_std"))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]     = help: consider adding `bytes_buf` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `bytes_buf`
[INFO] [stderr]    --> src/lib.rs:168:11
[INFO] [stderr]     |
[INFO] [stderr] 168 | #[cfg(all(feature = "bytes_buf", feature = "use_std"))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]     = help: consider adding `bytes_buf` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]    --> src/lib.rs:175:7
[INFO] [stderr]     |
[INFO] [stderr] 175 | #[cfg(feature = "unstable")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]     = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]    --> src/lib.rs:179:11
[INFO] [stderr]     |
[INFO] [stderr] 179 | #[cfg(not(feature = "unstable"))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]     = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]    --> src/lib.rs:212:11
[INFO] [stderr]     |
[INFO] [stderr] 212 | #[cfg(not(feature = "unstable"))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]     = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]    --> src/lib.rs:229:7
[INFO] [stderr]     |
[INFO] [stderr] 229 | #[cfg(feature = "unstable")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]     = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2266:7
[INFO] [stderr]      |
[INFO] [stderr] 2266 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2274:7
[INFO] [stderr]      |
[INFO] [stderr] 2274 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2428:7
[INFO] [stderr]      |
[INFO] [stderr] 2428 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2436:7
[INFO] [stderr]      |
[INFO] [stderr] 2436 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2439:7
[INFO] [stderr]      |
[INFO] [stderr] 2439 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2453:7
[INFO] [stderr]      |
[INFO] [stderr] 2453 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2466:11
[INFO] [stderr]      |
[INFO] [stderr] 2466 | #[cfg(not(feature = "unstable"))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2618:7
[INFO] [stderr]      |
[INFO] [stderr] 2618 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2659:7
[INFO] [stderr]      |
[INFO] [stderr] 2659 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2691:11
[INFO] [stderr]      |
[INFO] [stderr] 2691 | #[cfg(not(feature = "unstable"))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2706:7
[INFO] [stderr]      |
[INFO] [stderr] 2706 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2721:7
[INFO] [stderr]      |
[INFO] [stderr] 2721 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2802:7
[INFO] [stderr]      |
[INFO] [stderr] 2802 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2833:7
[INFO] [stderr]      |
[INFO] [stderr] 2833 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2840:7
[INFO] [stderr]      |
[INFO] [stderr] 2840 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2894:7
[INFO] [stderr]      |
[INFO] [stderr] 2894 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2898:7
[INFO] [stderr]      |
[INFO] [stderr] 2898 | #[cfg(feature = "unstable")]
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `bytes_buf`
[INFO] [stderr]     --> src/lib.rs:3073:11
[INFO] [stderr]      |
[INFO] [stderr] 3073 | #[cfg(all(feature = "bytes_buf", feature = "use_std"))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `bytes_buf` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `bytes_buf`
[INFO] [stderr]     --> src/lib.rs:3105:11
[INFO] [stderr]      |
[INFO] [stderr] 3105 | #[cfg(all(feature = "bytes_buf", feature = "use_std"))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `bytes_buf` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `bytes_buf`
[INFO] [stderr]     --> src/lib.rs:3114:11
[INFO] [stderr]      |
[INFO] [stderr] 3114 | #[cfg(all(feature = "bytes_buf", feature = "use_std"))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `bytes_buf` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `bytes_buf`
[INFO] [stderr]     --> src/lib.rs:3123:11
[INFO] [stderr]      |
[INFO] [stderr] 3123 | #[cfg(all(feature = "bytes_buf", feature = "use_std"))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `bytes_buf` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2817:15
[INFO] [stderr]      |
[INFO] [stderr] 2817 |         #[cfg(feature = "unstable")]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 2829 | impl_spec_from_elem!(i8, |x| x == 0);
[INFO] [stderr]      | ------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: this warning originates in the macro `impl_spec_from_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2817:15
[INFO] [stderr]      |
[INFO] [stderr] 2817 |         #[cfg(feature = "unstable")]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 2830 | impl_spec_from_elem!(i16, |x| x == 0);
[INFO] [stderr]      | ------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: this warning originates in the macro `impl_spec_from_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2817:15
[INFO] [stderr]      |
[INFO] [stderr] 2817 |         #[cfg(feature = "unstable")]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 2831 | impl_spec_from_elem!(i32, |x| x == 0);
[INFO] [stderr]      | ------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: this warning originates in the macro `impl_spec_from_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2817:15
[INFO] [stderr]      |
[INFO] [stderr] 2817 |         #[cfg(feature = "unstable")]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 2832 | impl_spec_from_elem!(i64, |x| x == 0);
[INFO] [stderr]      | ------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: this warning originates in the macro `impl_spec_from_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2817:15
[INFO] [stderr]      |
[INFO] [stderr] 2817 |         #[cfg(feature = "unstable")]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 2835 | impl_spec_from_elem!(isize, |x| x == 0);
[INFO] [stderr]      | --------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: this warning originates in the macro `impl_spec_from_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2817:15
[INFO] [stderr]      |
[INFO] [stderr] 2817 |         #[cfg(feature = "unstable")]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 2837 | impl_spec_from_elem!(u16, |x| x == 0);
[INFO] [stderr]      | ------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: this warning originates in the macro `impl_spec_from_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2817:15
[INFO] [stderr]      |
[INFO] [stderr] 2817 |         #[cfg(feature = "unstable")]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 2838 | impl_spec_from_elem!(u32, |x| x == 0);
[INFO] [stderr]      | ------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: this warning originates in the macro `impl_spec_from_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2817:15
[INFO] [stderr]      |
[INFO] [stderr] 2817 |         #[cfg(feature = "unstable")]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 2839 | impl_spec_from_elem!(u64, |x| x == 0);
[INFO] [stderr]      | ------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: this warning originates in the macro `impl_spec_from_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2817:15
[INFO] [stderr]      |
[INFO] [stderr] 2817 |         #[cfg(feature = "unstable")]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 2842 | impl_spec_from_elem!(usize, |x| x == 0);
[INFO] [stderr]      | --------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: this warning originates in the macro `impl_spec_from_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2817:15
[INFO] [stderr]      |
[INFO] [stderr] 2817 |         #[cfg(feature = "unstable")]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 2844 | impl_spec_from_elem!(f32, |x: f32| x == 0. && x.is_sign_positive());
[INFO] [stderr]      | ------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: this warning originates in the macro `impl_spec_from_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2817:15
[INFO] [stderr]      |
[INFO] [stderr] 2817 |         #[cfg(feature = "unstable")]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 2845 | impl_spec_from_elem!(f64, |x: f64| x == 0. && x.is_sign_positive());
[INFO] [stderr]      | ------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: this warning originates in the macro `impl_spec_from_elem` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:1888:15
[INFO] [stderr]      |
[INFO] [stderr] 1888 |         #[cfg(feature = "unstable")]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:1892:19
[INFO] [stderr]      |
[INFO] [stderr] 1892 |         #[cfg(not(feature = "unstable"))]
[INFO] [stderr]      |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2303:11
[INFO] [stderr]      |
[INFO] [stderr] 2303 |     #[cfg(feature = "unstable")]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2597:11
[INFO] [stderr]      |
[INFO] [stderr] 2597 |     #[cfg(feature = "unstable")]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2602:11
[INFO] [stderr]      |
[INFO] [stderr] 2602 |     #[cfg(feature = "unstable")]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2607:15
[INFO] [stderr]      |
[INFO] [stderr] 2607 |     #[cfg(not(feature = "unstable"))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2612:15
[INFO] [stderr]      |
[INFO] [stderr] 2612 |     #[cfg(not(feature = "unstable"))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2787:11
[INFO] [stderr]      |
[INFO] [stderr] 2787 |     #[cfg(feature = "unstable")]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `unstable`
[INFO] [stderr]     --> src/lib.rs:2794:15
[INFO] [stderr]      |
[INFO] [stderr] 2794 |     #[cfg(not(feature = "unstable"))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `default`, `unix_sysv`, and `use_std`
[INFO] [stderr]      = help: consider adding `unstable` as a feature in `Cargo.toml`
[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: Rust code block is empty
[INFO] [stderr]   --> src/lib.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr] 7  |   //! ```rust
[INFO] [stderr]    |  _____^
[INFO] [stderr] 8  | | //! // [ 0 | 0 | 0 | T | T | T | 0 ]
[INFO] [stderr] 9  | | //! //               ^:head  ^:tail
[INFO] [stderr] 10 | | //! ```
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr]   --> src/lib.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 |   //! ```rust
[INFO] [stderr]    |  _____^
[INFO] [stderr] 16 | | //! // [ T | T | 0 | T | T | T | T ]
[INFO] [stderr] 17 | | //! //       ^:tail  ^:head
[INFO] [stderr] 18 | | //! ```
[INFO] [stderr]    | |_______^
[INFO] [stderr] 
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr]   --> src/lib.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 34 |   //! ```rust
[INFO] [stderr]    |  _____^
[INFO] [stderr] 35 | | //! // Virtual memory:
[INFO] [stderr] 36 | | //! //
[INFO] [stderr] 37 | | //! //  __________region_0_________ __________region_1_________
[INFO] [stderr] ...  |
[INFO] [stderr] 44 | | //! //               ^:head  ^:tail
[INFO] [stderr] 45 | | //! ```
[INFO] [stderr]    | |_______^
[INFO] [stderr] 
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr]   --> src/lib.rs:55:5
[INFO] [stderr]    |
[INFO] [stderr] 55 |   //! ```rust
[INFO] [stderr]    |  _____^
[INFO] [stderr] 56 | | //! // Virtual memory:
[INFO] [stderr] 57 | | //! //
[INFO] [stderr] 58 | | //! //  __________region_0_________ __________region_1_________
[INFO] [stderr] ...  |
[INFO] [stderr] 65 | | //! //       ^:tail  ^:head
[INFO] [stderr] 66 | | //! ```
[INFO] [stderr]    | |_______^
[INFO] [stderr] 
[INFO] [stderr] warning: `slice-deque` (lib doc) generated 53 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/slice_deque/index.html
[INFO] running `Command { std: "docker" "inspect" "27e72dd9292eda5de1a9013d8f4de836244eb735e37feb4b9116e9a8b70f5937", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27e72dd9292eda5de1a9013d8f4de836244eb735e37feb4b9116e9a8b70f5937", kill_on_drop: false }`
[INFO] [stdout] 27e72dd9292eda5de1a9013d8f4de836244eb735e37feb4b9116e9a8b70f5937