serde_macros 0.8.7

Macros to auto-generate implementations for the serde framework
Build #30004 2016-09-05T17:12:41.260651+00:00
# rustc version
rustc 1.13.0-nightly (e9bc1bac8 2016-08-24)# docs.rs version
cratesfyi 0.2.0 (fb1be72 2016-08-29)# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading serde_macros v0.8.7
Compiling aster v0.26.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/lib.rs --crate-name aster --crate-type lib -g -C metadata=69a3ae526265e6b6 -C extra-filename=-69a3ae526265e6b6 --out-dir /home/cratesfyi/serde_macros-0.8.7/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/serde_macros-0.8.7/debug/deps -L dependency=/home/cratesfyi/serde_macros-0.8.7/debug/deps --cap-lints allow`
Compiling serde_codegen v0.8.7
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.7/build.rs --crate-name build_script_build --crate-type bin -g --cfg feature=\"quasi_macros\" --cfg feature=\"unstable\" --out-dir /home/cratesfyi/serde_macros-0.8.7/debug/build/serde_codegen-5c2004ce15f791e7 --emit=dep-info,link -L dependency=/home/cratesfyi/serde_macros-0.8.7/debug/deps -L dependency=/home/cratesfyi/serde_macros-0.8.7/debug/deps --cap-lints allow`
Compiling quasi v0.19.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.19.0/src/lib.rs --crate-name quasi --crate-type lib -g -C metadata=723ab62a464b1820 -C extra-filename=-723ab62a464b1820 --out-dir /home/cratesfyi/serde_macros-0.8.7/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/serde_macros-0.8.7/debug/deps -L dependency=/home/cratesfyi/serde_macros-0.8.7/debug/deps --cap-lints allow`
Compiling serde_codegen_internals v0.8.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen_internals-0.8.0/src/lib.rs --crate-name serde_codegen_internals --crate-type lib -g -C metadata=ac7faeb5ec4cdc5e -C extra-filename=-ac7faeb5ec4cdc5e --out-dir /home/cratesfyi/serde_macros-0.8.7/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/serde_macros-0.8.7/debug/deps -L dependency=/home/cratesfyi/serde_macros-0.8.7/debug/deps --cap-lints allow`
error[E0432]: unresolved import `syntax::print::pprust::meta_list_item_to_string`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen_internals-0.8.0/src/attr.rs:11:65
|
11 | use syntax::print::pprust::{lit_to_string, meta_item_to_string, meta_list_item_to_string};
|                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^ no `meta_list_item_to_string` in `syntax::print::pprust`. Did you mean to use `meta_item_to_string`?

error[E0412]: type name `ast::NestedMetaItem` is undefined or not in scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen_internals-0.8.0/src/attr.rs:456:14
|
456 |     items: &[ast::NestedMetaItem],
|              ^^^^^^^^^^^^^^^^^^^ undefined or not in scope
|
= help: no candidates by the name of `NestedMetaItem` found in your project; maybe you misspelled the name or forgot to import an external crate?

error[E0433]: failed to resolve. Could not find `NestedMetaItemKind` in `syntax::ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen_internals-0.8.0/src/attr.rs:466:13
|
466 |             ast::NestedMetaItemKind::MetaItem(ref meta_item) => {
|             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `NestedMetaItemKind` in `syntax::ast`

error[E0412]: type name `ast::NestedMetaItem` is undefined or not in scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen_internals-0.8.0/src/attr.rs:509:14
|
509 |     items: &[ast::NestedMetaItem],
|              ^^^^^^^^^^^^^^^^^^^ undefined or not in scope
|
= help: no candidates by the name of `NestedMetaItem` found in your project; maybe you misspelled the name or forgot to import an external crate?

error[E0412]: type name `ast::NestedMetaItem` is undefined or not in scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen_internals-0.8.0/src/attr.rs:516:14
|
516 |     items: &[ast::NestedMetaItem],
|              ^^^^^^^^^^^^^^^^^^^ undefined or not in scope
|
= help: no candidates by the name of `NestedMetaItem` found in your project; maybe you misspelled the name or forgot to import an external crate?

error[E0433]: failed to resolve. Could not find `NestedMetaItemKind` in `syntax::ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen_internals-0.8.0/src/attr.rs:527:21
|
527 |                     ast::NestedMetaItemKind::MetaItem(ref meta_item) => {
|                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `NestedMetaItemKind` in `syntax::ast`

error[E0412]: type name `ast::NestedMetaItem` is undefined or not in scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/attr.rs:172:16
|
172 |     items: Vec<ast::NestedMetaItem>,
|                ^^^^^^^^^^^^^^^^^^^ undefined or not in scope
|
= help: no candidates by the name of `NestedMetaItem` found in your project; maybe you misspelled the name or forgot to import an external crate?

error[E0433]: failed to resolve. Could not find `NestedMetaItemKind` in `syntax::ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/attr.rs:199:26
|
199 |             respan(span, ast::NestedMetaItemKind::MetaItem(meta_item))
|                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `NestedMetaItemKind` in `syntax::ast`

error[E0433]: failed to resolve. Could not find `NestedMetaItemKind` in `syntax::ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/attr.rs:213:43
|
213 |         self.items.push(respan(self.span, ast::NestedMetaItemKind::MetaItem(item)));
|                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `NestedMetaItemKind` in `syntax::ast`

error[E0422]: `ast::PathListItem_` does not name a structure
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/item.rs:431:44
|
431 |         self.idents.push(respan(self.span, ast::PathListItem_ {
|                                            ^^^^^^^^^^^^^^^^^^ not a structure

error[E0422]: `ast::PathListItem_` does not name a structure
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/item.rs:442:44
|
442 |         self.idents.push(respan(self.span, ast::PathListItem_ {
|                                            ^^^^^^^^^^^^^^^^^^ not a structure

error: the type of this value must be known in this context
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen_internals-0.8.0/src/attr.rs:465:15
|
465 |         match item.node {
|               ^^^^^^^^^

error: aborting due to previous error

error[E0560]: structure `syntax::ast::Generics` has no field named `span`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/generics.rs:221:13
|
221 |             span: self.span,
|             ^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/item.rs:322:13
|
322 |             respan(self.span, self.constness),
|             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `syntax::ast::Constness`, found struct `syntax::codemap::Spanned`
|
= note: expected type `syntax::ast::Constness`
= note:    found type `syntax::codemap::Spanned<syntax::ast::Constness>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/method.rs:73:24
|
73 |             constness: respan(self.span, self.constness),
|                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `syntax::ast::Constness`, found struct `syntax::codemap::Spanned`
|
= note: expected type `syntax::ast::Constness`
= note:    found type `syntax::codemap::Spanned<syntax::ast::Constness>`

error: aborting due to 3 previous errors

thread 'main' panicked at 'ChainedError {
error: failed to compile `serde_macros v0.8.7`, intermediate artifacts can be found at `/home/cratesfyi/serde_macros-0.8.7`,
cause: ChainedError {
error: Could not compile `serde_codegen_internals`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen_internals-0.8.0/src/lib.rs --crate-name serde_codegen_internals --crate-type lib -g -C metadata=ac7faeb5ec4cdc5e -C extra-filename=-ac7faeb5ec4cdc5e --out-dir /home/cratesfyi/serde_macros-0.8.7/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/serde_macros-0.8.7/debug/deps -L dependency=/home/cratesfyi/serde_macros-0.8.7/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:132
note: Run with `RUST_BACKTRACE=1` for a backtrace.