rustc-ap-rustc_index 714.0.0

Automatically published version of the package `rustc_index` in the rust-lang/rust repository from commit a6e7a5aa5dc842ddb64607040aefb6ec33e22b59 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
Build #372653 2021-04-06T08:08:12.446864+00:00
# rustc version
rustc 1.53.0-nightly (07e0e2ec2 2021-03-24)
# docs.rs version
docsrs 0.6.0 (da87867 2021-03-31)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/rustc-ap-rustc_index-714.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/rustc-ap-rustc_index-714.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:4f92631de1aa59f8320307485d3b3c869a5c90ab1d76ce2cffab9807b8c9a1fb" "/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" "-20210324-1.53.0-nightly-07e0e2ec2" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 8eeb534e8e3d0d5b1b5c0004f6d7e75ef40353c8091e807aefaa3e6bf902de65
[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" "8eeb534e8e3d0d5b1b5c0004f6d7e75ef40353c8091e807aefaa3e6bf902de65", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling syn v1.0.68
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stderr]     Checking smallvec v1.6.1
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]    Compiling indexmap v1.6.2
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking rustc-ap-rustc_serialize v714.0.0
[INFO] [stderr] error[E0658]: use of unstable library feature 'int_bits_const'
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_serialize-714.0.0/src/leb128.rs:142:25
[INFO] [stderr]     |
[INFO] [stderr] 142 |             if (shift < <$int_ty>::BITS) && ((byte & 0x40) != 0) {
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 152 | impl_read_signed_leb128!(read_i16_leb128, i16);
[INFO] [stderr]     | ----------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #76904 <https://github.com/rust-lang/rust/issues/76904> for more information
[INFO] [stderr]     = help: add `#![feature(int_bits_const)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'int_bits_const'
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_serialize-714.0.0/src/leb128.rs:142:25
[INFO] [stderr]     |
[INFO] [stderr] 142 |             if (shift < <$int_ty>::BITS) && ((byte & 0x40) != 0) {
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 153 | impl_read_signed_leb128!(read_i32_leb128, i32);
[INFO] [stderr]     | ----------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #76904 <https://github.com/rust-lang/rust/issues/76904> for more information
[INFO] [stderr]     = help: add `#![feature(int_bits_const)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'int_bits_const'
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_serialize-714.0.0/src/leb128.rs:142:25
[INFO] [stderr]     |
[INFO] [stderr] 142 |             if (shift < <$int_ty>::BITS) && ((byte & 0x40) != 0) {
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 154 | impl_read_signed_leb128!(read_i64_leb128, i64);
[INFO] [stderr]     | ----------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #76904 <https://github.com/rust-lang/rust/issues/76904> for more information
[INFO] [stderr]     = help: add `#![feature(int_bits_const)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'int_bits_const'
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_serialize-714.0.0/src/leb128.rs:142:25
[INFO] [stderr]     |
[INFO] [stderr] 142 |             if (shift < <$int_ty>::BITS) && ((byte & 0x40) != 0) {
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 155 | impl_read_signed_leb128!(read_i128_leb128, i128);
[INFO] [stderr]     | ------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #76904 <https://github.com/rust-lang/rust/issues/76904> for more information
[INFO] [stderr]     = help: add `#![feature(int_bits_const)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'int_bits_const'
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_serialize-714.0.0/src/leb128.rs:142:25
[INFO] [stderr]     |
[INFO] [stderr] 142 |             if (shift < <$int_ty>::BITS) && ((byte & 0x40) != 0) {
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 156 | impl_read_signed_leb128!(read_isize_leb128, isize);
[INFO] [stderr]     | --------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #76904 <https://github.com/rust-lang/rust/issues/76904> for more information
[INFO] [stderr]     = help: add `#![feature(int_bits_const)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 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_serialize`
[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" "8eeb534e8e3d0d5b1b5c0004f6d7e75ef40353c8091e807aefaa3e6bf902de65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8eeb534e8e3d0d5b1b5c0004f6d7e75ef40353c8091e807aefaa3e6bf902de65", kill_on_drop: false }`
[INFO] [stdout] 8eeb534e8e3d0d5b1b5c0004f6d7e75ef40353c8091e807aefaa3e6bf902de65