collect 0.0.26

An experimental extension of std::collections
Build #852799 2023-07-03T20:03:44.815831+00:00
# rustc version
rustc 1.72.0-nightly (839e9a6e1 2023-07-02)# docs.rs version
docsrs 0.6.0 (eb803472 2023-06-29)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/collect-0.0.26/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/collect-0.0.26/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230702-1.72.0-nightly-839e9a6e1\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] f7c75e168ab487efce8f95b2b9b8b95c82c365575269d93165804f4f35077b4a
[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" "f7c75e168ab487efce8f95b2b9b8b95c82c365575269d93165804f4f35077b4a", kill_on_drop: false }`
[INFO] [stderr] warning: dependency (compare) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
[INFO] [stderr] warning: dependency (ordered_iter) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
[INFO] [stderr] warning: dependency (traverse) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting collect v0.0.26 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]   --> src/lib.rs:28:26
[INFO] [stderr]    |
[INFO] [stderr] 28 | #![feature(box_patterns, box_syntax)]
[INFO] [stderr]    |                          ^^^^^^^^^^ feature has been removed
[INFO] [stderr]    |
[INFO] [stderr]    = note: replaced with `#[rustc_box]`
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0557`.
[INFO] [stderr] error: could not document `collect`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc --crate-type lib --crate-name collect src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="blist"' --cfg 'feature="compare"' --cfg 'feature="default"' --cfg 'feature="enum_set"' --cfg 'feature="immut_slist"' --cfg 'feature="interval_heap"' --cfg 'feature="linked_hash_map"' --cfg 'feature="lru_cache"' --cfg 'feature="ordered_iter"' --cfg 'feature="proto"' --cfg 'feature="string_joiner"' --cfg 'feature="traverse"' --cfg 'feature="tree_map"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=8bc2e2473ce8e83e -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern compare=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libcompare-735dc7dd042deb17.rmeta --extern ordered_iter=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libordered_iter-fe6b36c073b950a8.rmeta --extern traverse=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtraverse-9795042b8679ed9d.rmeta --extern-html-root-url 'compare=https://docs.rs/compare/0.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'ordered_iter=https://docs.rs/ordered_iter/0.1.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'traverse=https://docs.rs/traverse/0.0.12/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20230702-1.72.0-nightly-839e9a6e1 --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.0.26` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "f7c75e168ab487efce8f95b2b9b8b95c82c365575269d93165804f4f35077b4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7c75e168ab487efce8f95b2b9b8b95c82c365575269d93165804f4f35077b4a", kill_on_drop: false }`
[INFO] [stdout] f7c75e168ab487efce8f95b2b9b8b95c82c365575269d93165804f4f35077b4a