rustc-ap-rustc_parse 702.0.0

Automatically published version of the package `rustc_parse` in the rust-lang/rust repository from commit c196b59f7db759028b0684443bcb35c124686c35 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
Build #344606 2021-02-02T08:18:52.658457+00:00
# rustc version
rustc 1.51.0-nightly (04caa632d 2021-01-30)
# docs.rs version
docsrs 0.6.0 (4c80a04 2021-01-23)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/rustc-ap-rustc_parse-702.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/rustc-ap-rustc_parse-702.0.0/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" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--resource-suffix" "-20210130-1.51.0-nightly-04caa632d" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 664a2faea5d07f5ef1619111347aafc851ddac727bb4e106c2ca2a5a38073a6c
[INFO] running `Command { std: "docker" "start" "-a" "664a2faea5d07f5ef1619111347aafc851ddac727bb4e106c2ca2a5a38073a6c", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling libc v0.2.85
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling cc v1.0.66
[INFO] [stderr]     Checking smallvec v1.6.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling rustc-rayon-core v0.3.0
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking pin-project-lite v0.2.4
[INFO] [stderr]     Checking cpuid-bool v0.1.2
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking rustc-ap-rustc_graphviz v702.0.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]     Checking scoped-tls v1.0.0
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]     Checking annotate-snippets v0.8.0
[INFO] [stderr]     Checking rustc-ap-rustc_fs_util v702.0.0
[INFO] [stderr]     Checking instant v0.1.9
[INFO] [stderr]     Checking tracing-core v0.1.17
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling indexmap v1.6.1
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]     Checking lock_api v0.4.2
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]     Checking rustc-ap-rustc_arena v702.0.0
[INFO] [stderr]    Compiling psm v0.1.12
[INFO] [stderr] error[E0658]: use of unstable library feature 'array_value_iter'
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_arena-702.0.0/src/lib.rs:134:40
[INFO] [stderr]     |
[INFO] [stderr] 134 | impl<T, const N: usize> IterExt<T> for std::array::IntoIter<T, N> {
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #65798 <https://github.com/rust-lang/rust/issues/65798> for more information
[INFO] [stderr]     = help: add `#![feature(array_value_iter)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'array_value_iter_slice'
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_arena-702.0.0/src/lib.rs:144:18
[INFO] [stderr]     |
[INFO] [stderr] 144 |             self.as_slice().as_ptr().copy_to_nonoverlapping(start_ptr, len);
[INFO] [stderr]     |                  ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #65798 <https://github.com/rust-lang/rust/issues/65798> for more information
[INFO] [stderr]     = help: add `#![feature(array_value_iter_slice)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0658`.
[INFO] [stderr] error: could not compile `rustc-ap-rustc_arena`
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `Command { std: "docker" "inspect" "664a2faea5d07f5ef1619111347aafc851ddac727bb4e106c2ca2a5a38073a6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "664a2faea5d07f5ef1619111347aafc851ddac727bb4e106c2ca2a5a38073a6c", kill_on_drop: false }`
[INFO] [stdout] 664a2faea5d07f5ef1619111347aafc851ddac727bb4e106c2ca2a5a38073a6c