Build #346330 2021-02-06T05:50:44.324726+00:00
# rustc version
rustc 1.51.0-nightly (04caa632d 2021-01-30)# docs.rs version
docsrs 0.6.0 (66fa7c8 2021-02-04)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/rustc-ap-rustc_target-703.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/rustc-ap-rustc_target-703.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:ce6408862c0f4858e6cd2b85b2cf085ff7d0d6323904d0a94b71664a228554ab" "/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] [stdout] 0bfe9fac986e5490424d7c62bd311e9b43800a23d6d31c95ccfaa0264f8d2cf3
[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" "0bfe9fac986e5490424d7c62bd311e9b43800a23d6d31c95ccfaa0264f8d2cf3", 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] Checking cfg-if v1.0.0
[INFO] [stderr] Compiling libc v0.2.85
[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 version_check v0.9.2
[INFO] [stderr] Compiling typenum v1.12.0
[INFO] [stderr] Compiling syn v1.0.60
[INFO] [stderr] Checking scopeguard v1.1.0
[INFO] [stderr] Checking cfg-if v0.1.10
[INFO] [stderr] Checking smallvec v1.6.1
[INFO] [stderr] Compiling maybe-uninit v2.0.0
[INFO] [stderr] Compiling getrandom v0.2.2
[INFO] [stderr] Compiling cc v1.0.66
[INFO] [stderr] Compiling log v0.4.14
[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 bitflags v1.2.1
[INFO] [stderr] Checking opaque-debug v0.3.0
[INFO] [stderr] Checking rustc-hash v1.1.0
[INFO] [stderr] Checking cpuid-bool v0.1.2
[INFO] [stderr] Checking pin-project-lite v0.2.4
[INFO] [stderr] Checking either v1.6.1
[INFO] [stderr] Checking arrayvec v0.5.2
[INFO] [stderr] Checking remove_dir_all v0.5.3
[INFO] [stderr] Checking stable_deref_trait v1.2.0
[INFO] [stderr] Checking rustc-ap-rustc_graphviz v703.0.0
[INFO] [stderr] Checking scoped-tls v1.0.0
[INFO] [stderr] Checking unicode-width v0.1.8
[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] Compiling generic-array v0.14.4
[INFO] [stderr] Checking lock_api v0.4.2
[INFO] [stderr] Checking crossbeam-utils v0.6.6
[INFO] [stderr] Checking rustc-ap-rustc_arena v703.0.0
[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-703.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-703.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" "0bfe9fac986e5490424d7c62bd311e9b43800a23d6d31c95ccfaa0264f8d2cf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0bfe9fac986e5490424d7c62bd311e9b43800a23d6d31c95ccfaa0264f8d2cf3", kill_on_drop: false }`
[INFO] [stdout] 0bfe9fac986e5490424d7c62bd311e9b43800a23d6d31c95ccfaa0264f8d2cf3