Build #368831 2021-03-30T09:18:10.254710+00:00
# rustc version
rustc 1.53.0-nightly (07e0e2ec2 2021-03-24)# docs.rs version
docsrs 0.6.0 (93a49e5 2021-03-23)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/rustc-ap-rustc_target-713.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/rustc-ap-rustc_target-713.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] a62a43e2897a00ad6ece0c6e9dce4817826ff3414d131612510975692030c30b
[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" "a62a43e2897a00ad6ece0c6e9dce4817826ff3414d131612510975692030c30b", 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.91
[INFO] [stderr] Checking cfg-if v1.0.0
[INFO] [stderr] Compiling proc-macro2 v1.0.24
[INFO] [stderr] Compiling unicode-xid v0.2.1
[INFO] [stderr] Checking lazy_static v1.4.0
[INFO] [stderr] Compiling syn v1.0.67
[INFO] [stderr] Compiling maybe-uninit v2.0.0
[INFO] [stderr] Checking scopeguard v1.1.0
[INFO] [stderr] Checking cfg-if v0.1.10
[INFO] [stderr] Compiling version_check v0.9.3
[INFO] [stderr] Compiling cc v1.0.67
[INFO] [stderr] Compiling typenum v1.13.0
[INFO] [stderr] Compiling getrandom v0.2.2
[INFO] [stderr] Checking smallvec v1.6.1
[INFO] [stderr] Compiling log v0.4.14
[INFO] [stderr] Checking ppv-lite86 v0.2.10
[INFO] [stderr] Compiling rustc-rayon-core v0.3.1
[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 arrayvec v0.5.2
[INFO] [stderr] Checking remove_dir_all v0.5.3
[INFO] [stderr] Checking pin-project-lite v0.2.6
[INFO] [stderr] Checking either v1.6.1
[INFO] [stderr] Checking rustc-hash v1.1.0
[INFO] [stderr] Checking rustc-ap-rustc_graphviz v713.0.0
[INFO] [stderr] Checking stable_deref_trait v1.2.0
[INFO] [stderr] Checking cpuid-bool v0.1.2
[INFO] [stderr] Checking unicode-width v0.1.8
[INFO] [stderr] Checking scoped-tls v1.0.0
[INFO] [stderr] Checking instant v0.1.9
[INFO] [stderr] Compiling crossbeam-utils v0.7.2
[INFO] [stderr] Compiling memoffset v0.5.6
[INFO] [stderr] Compiling crossbeam-epoch v0.8.2
[INFO] [stderr] Compiling indexmap v1.6.2
[INFO] [stderr] Checking tracing-core v0.1.17
[INFO] [stderr] Checking lock_api v0.4.2
[INFO] [stderr] Compiling generic-array v0.14.4
[INFO] [stderr] Compiling psm v0.1.12
[INFO] [stderr] Compiling stacker v0.1.13
[INFO] [stderr] Checking num_cpus v1.13.0
[INFO] [stderr] Checking parking_lot_core v0.8.3
[INFO] [stderr] Checking perf-event-open-sys v1.0.1
[INFO] [stderr] Checking memmap v0.7.0
[INFO] [stderr] Checking jobserver v0.1.21
[INFO] [stderr] Compiling quote v1.0.9
[INFO] [stderr] Checking ena v0.14.0
[INFO] [stderr] Checking rand_core v0.6.2
[INFO] [stderr] Checking parking_lot v0.11.1
[INFO] [stderr] Checking crossbeam-queue v0.2.3
[INFO] [stderr] Checking rustc-ap-rustc_serialize v713.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-713.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-713.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-713.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-713.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-713.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" "a62a43e2897a00ad6ece0c6e9dce4817826ff3414d131612510975692030c30b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a62a43e2897a00ad6ece0c6e9dce4817826ff3414d131612510975692030c30b", kill_on_drop: false }`
[INFO] [stdout] a62a43e2897a00ad6ece0c6e9dce4817826ff3414d131612510975692030c30b