Build #27596 2016-08-20T13:30:35.655517+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading serde_macros v0.3.1
Compiling quasi v0.18.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.18.0/src/lib.rs --crate-name quasi --crate-type lib -g -C metadata=aa671e6017800ad3 -C extra-filename=-aa671e6017800ad3 --out-dir /home/cratesfyi/serde_macros-0.3.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/serde_macros-0.3.1/debug/deps -L dependency=/home/cratesfyi/serde_macros-0.3.1/debug/deps --cap-lints allow`
Compiling aster v0.25.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.25.0/src/lib.rs --crate-name aster --crate-type lib -g -C metadata=33c05ffa9f1615ee -C extra-filename=-33c05ffa9f1615ee --out-dir /home/cratesfyi/serde_macros-0.3.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/serde_macros-0.3.1/debug/deps -L dependency=/home/cratesfyi/serde_macros-0.3.1/debug/deps --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.25.0/src/ty.rs:159:28: 159:46 error: no associated item named `Never` found for type `syntax::ast::TyKind` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.25.0/src/ty.rs:159 self.build_ty_kind(ast::TyKind::Never)
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.25.0/src/ty.rs:567:36: 567:58 error: no associated item named `ImplTrait` found for type `syntax::ast::TyKind` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.25.0/src/ty.rs:567 self.builder.build_ty_kind(ast::TyKind::ImplTrait(bounds))
^~~~~~~~~~~~~~~~~~~~~~
error: aborting due to 2 previous errors
thread 'main' panicked at 'ChainedError {
error: failed to compile `serde_macros v0.3.1`, intermediate artifacts can be found at `/home/cratesfyi/serde_macros-0.3.1`,
cause: ChainedError {
error: Could not compile `aster`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.25.0/src/lib.rs --crate-name aster --crate-type lib -g -C metadata=33c05ffa9f1615ee -C extra-filename=-33c05ffa9f1615ee --out-dir /home/cratesfyi/serde_macros-0.3.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/serde_macros-0.3.1/debug/deps -L dependency=/home/cratesfyi/serde_macros-0.3.1/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.