Build #126612 2018-11-11T22:51:32Z
$ rustc --version
rustc 1.31.0-nightly (78ff609d7 2018-10-19)
$ cratesfyi --version
cratesfyi 0.6.0 (c695234 2018-11-02)
$ cratesfyi ...
Updating crates.io index
Downloading crates ...
Downloaded serializers v0.2.0
Fresh cc v1.0.25
Fresh unicode-xid v0.1.0
Fresh libc v0.2.43
Fresh rustc-demangle v0.1.9
Fresh cfg-if v0.1.6
Fresh semver-parser v0.7.0
Fresh remove_dir_all v0.5.1
Fresh same-file v1.0.4
Fresh bitflags v0.9.1
Fresh glob v0.2.11
Fresh bytecount v0.3.2
Fresh itoa v0.4.3
Fresh rand v0.4.3
Compiling walkdir v2.2.7
Compiling proc-macro2 v0.4.22
Running `rustc --crate-name walkdir /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/walkdir-2.2.7/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=8522c01e80b12cf5 -C extra-filename=-8522c01e80b12cf5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern same_file=/home/cratesfyi/cratesfyi/debug/deps/libsame_file-ebabd5f097f74ebd.rlib --cap-lints allow`
Fresh ryu v0.2.7
Fresh tempdir v0.3.7
Running `rustc --crate-name proc_macro2 /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.22/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=06c374f217b92d71 -C extra-filename=-06c374f217b92d71 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-83ea6a50d639627d.rlib --cap-lints allow --cfg u128 --cfg use_proc_macro --cfg wrap_proc_macro --cfg super_unstable`
Fresh serde v1.0.80
Fresh pulldown-cmark v0.1.2
Fresh backtrace-sys v0.1.24
Fresh semver v0.9.0
Fresh serde_json v1.0.33
Fresh backtrace v0.3.9
Fresh error-chain v0.11.0
error[E0599]: no method named `source_file` found for type `&stable::Span` in the current scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.22/src/unstable.rs:494:53
|
494 | Span::Stable(s) => SourceFile::Stable(s.source_file()),
| ^^^^^^^^^^^
error[E0599]: no method named `start` found for type `&stable::Span` in the current scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.22/src/unstable.rs:506:61
|
506 | let stable::LineColumn { line, column } = s.start();
| ^^^^^
|
= help: items from traits can only be used if the trait is implemented and in scope
= note: the following trait defines an item `start`, perhaps you need to implement it:
candidate #1: `arrayvec::range::RangeArgument`
error[E0599]: no method named `end` found for type `&stable::Span` in the current scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.22/src/unstable.rs:520:61
|
520 | let stable::LineColumn { line, column } = s.end();
| ^^^
|
= help: items from traits can only be used if the trait is implemented and in scope
= note: the following traits define an item `end`, perhaps you need to implement one of them:
candidate #1: `syntax::print::pprust::PrintState`
candidate #2: `arrayvec::range::RangeArgument`
error[E0599]: no method named `join` found for type `&stable::Span` in the current scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.22/src/unstable.rs:530:66
|
530 | (Span::Stable(a), Span::Stable(b)) => Span::Stable(a.join(b)?),
| ^^^^
|
= help: items from traits can only be used if the trait is implemented and in scope
= note: the following traits define an item `join`, perhaps you need to implement one of them:
candidate #1: `std::slice::SliceConcatExt`
candidate #2: `rustc_data_structures::bit_set::BitSetOperator`
error: aborting due to 4 previous errors
For more information about this error, try `rustc --explain E0599`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustc --crate-name proc_macro2 /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.22/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg \'feature=\"default\"\' --cfg \'feature=\"proc-macro\"\' -C metadata=06c374f217b92d71 -C extra-filename=-06c374f217b92d71 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-83ea6a50d639627d.rlib --cap-lints allow --cfg u128 --cfg use_proc_macro --cfg wrap_proc_macro --cfg super_unstable` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }
Could not compile `proc-macro2`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Builds