Build #142720 2019-02-13T06:25:56.632146+00:00
# rustc version
rustc 1.34.0-nightly (d8a0dd7ae 2019-01-28)# docs.rs version
cratesfyi 0.6.0 (b517745 2019-01-29)# build log
Updating crates.io index
Fresh semver-parser v0.7.0
Fresh cfg-if v0.1.6
Fresh nodrop v0.1.13
Fresh lazy_static v1.2.0
Fresh void v1.0.2
Fresh scopeguard v0.3.3
Fresh memoffset v0.2.1
Fresh rand_core v0.4.0
Fresh stable_deref_trait v1.1.1
Fresh bitflags v1.0.4
Fresh unicode-width v0.1.5
Fresh either v1.5.0
Checking rustc-ap-graphviz v373.0.0
Fresh semver v0.9.0
Fresh crossbeam-utils v0.2.2
Fresh log v0.4.6
Fresh unreachable v1.0.0
Running `rustc --edition=2018 --crate-name graphviz /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-graphviz-373.0.0/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=b944d9b75348b339 -C extra-filename=-b944d9b75348b339 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh rand_core v0.3.1
Fresh owning_ref v0.4.0
Compiling rustc-ap-rustc_target v373.0.0
Fresh arrayvec v0.4.10
Fresh rustc_version v0.2.3
Running `/home/cratesfyi/cratesfyi/debug/build/rustc-ap-rustc_target-3d5da4e71ad16f8c/build-script-build`
Fresh rustc-ap-rustc_cratesio_shim v373.0.0
Fresh ena v0.11.0
Fresh libc v0.2.48
Fresh smallvec v0.6.8
Fresh lock_api v0.1.5
Fresh byteorder v1.3.1
Fresh crossbeam-epoch v0.3.1
Fresh rand v0.5.6
Fresh num_cpus v1.10.0
Fresh rustc-ap-serialize v373.0.0
Fresh rustc-hash v1.0.1
Fresh crossbeam-deque v0.2.0
Fresh rustc-rayon-core v0.1.2
Fresh parking_lot_core v0.3.1
Fresh rustc-rayon v0.1.2
Fresh parking_lot v0.6.4
error[E0658]: use of unstable library feature 'str_escape': return type may change to be an iterator (see issue #27791)
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-graphviz-373.0.0/lib.rs:525:52
|
525 | LabelStr(ref s) => format!("\"{}\"", s.escape_default()),
| ^^^^^^^^^^^^^^
|
= help: add #![feature(str_escape)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'str_escape': return type may change to be an iterator (see issue #27791)
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-graphviz-373.0.0/lib.rs:540:27
|
540 | (&*s).escape_default().to_string().into()
| ^^^^^^^^^^^^^^
|
= help: add #![feature(str_escape)] to the crate attributes to enable
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0658`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustc --edition=2018 --crate-name graphviz /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-graphviz-373.0.0/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=b944d9b75348b339 -C extra-filename=-b944d9b75348b339 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }
Could not compile `rustc-ap-graphviz`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.