Build #32008 2016-10-10T05:46:33.140474+00:00
# rustc version
rustc 1.14.0-nightly (3210fd5c2 2016-10-05)# docs.rs version
cratesfyi 0.2.0 (fb1be72 2016-08-29)# build log
thread 'rustc' panicked at 'phase_2_configure_and_expand aborted in rustdoc!: 2', ../src/libcore/result.rs:799
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading postgres-derive v0.2.0
Downloading postgres-derive-internals v0.2.0
Compiling unicode-xid v0.0.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.0.3/src/lib.rs --crate-name unicode_xid --crate-type lib -g --cfg feature=\"default\" -C metadata=6613e5c0eda58b13 -C extra-filename=-6613e5c0eda58b13 --out-dir /home/cratesfyi/postgres-derive-0.2.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-derive-0.2.0/debug/deps -L dependency=/home/cratesfyi/postgres-derive-0.2.0/debug/deps --cap-lints allow`
Compiling quote v0.3.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/quote-0.3.3/src/lib.rs --crate-name quote --crate-type lib -g -C metadata=90e47f572f455756 -C extra-filename=-90e47f572f455756 --out-dir /home/cratesfyi/postgres-derive-0.2.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-derive-0.2.0/debug/deps -L dependency=/home/cratesfyi/postgres-derive-0.2.0/debug/deps --cap-lints allow`
Compiling syn v0.9.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.9.0/src/lib.rs --crate-name syn --crate-type lib -g --cfg feature=\"printing\" --cfg feature=\"quote\" --cfg feature=\"parsing\" --cfg feature=\"unicode-xid\" --cfg feature=\"default\" -C metadata=51913ce7f5435c63 -C extra-filename=-51913ce7f5435c63 --out-dir /home/cratesfyi/postgres-derive-0.2.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-derive-0.2.0/debug/deps -L dependency=/home/cratesfyi/postgres-derive-0.2.0/debug/deps --extern unicode_xid=/home/cratesfyi/postgres-derive-0.2.0/debug/deps/libunicode_xid-6613e5c0eda58b13.rlib --extern quote=/home/cratesfyi/postgres-derive-0.2.0/debug/deps/libquote-90e47f572f455756.rlib --cap-lints allow`
Compiling postgres-derive-internals v0.2.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-internals-0.2.0/src/lib.rs --crate-name postgres_derive_internals --crate-type lib -g -C metadata=9e1365ff320f84ee -C extra-filename=-9e1365ff320f84ee --out-dir /home/cratesfyi/postgres-derive-0.2.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-derive-0.2.0/debug/deps -L dependency=/home/cratesfyi/postgres-derive-0.2.0/debug/deps --extern syn=/home/cratesfyi/postgres-derive-0.2.0/debug/deps/libsyn-51913ce7f5435c63.rlib --extern quote=/home/cratesfyi/postgres-derive-0.2.0/debug/deps/libquote-90e47f572f455756.rlib --cap-lints allow`
Documenting postgres-derive v0.2.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-0.2.0/src/lib.rs --crate-name postgres_derive -o /home/cratesfyi/postgres-derive-0.2.0/doc -L dependency=/home/cratesfyi/postgres-derive-0.2.0/debug -L dependency=/home/cratesfyi/postgres-derive-0.2.0/debug/deps --extern postgres_derive_internals=/home/cratesfyi/postgres-derive-0.2.0/debug/deps/libpostgres_derive_internals-9e1365ff320f84ee.rlib`
error: The attribute `proc_macro_derive` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-0.2.0/src/lib.rs:8:1
|
8 | #[proc_macro_derive(ToSql)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
error: The attribute `proc_macro_derive` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-0.2.0/src/lib.rs:13:1
|
13 | #[proc_macro_derive(FromSql)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
thread 'main' panicked at 'ChainedError {
error: failed to compile `postgres-derive v0.2.0`, intermediate artifacts can be found at `/home/cratesfyi/postgres-derive-0.2.0`,
cause: ChainedError {
error: Could not document `postgres-derive`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-0.2.0/src/lib.rs --crate-name postgres_derive -o /home/cratesfyi/postgres-derive-0.2.0/doc -L dependency=/home/cratesfyi/postgres-derive-0.2.0/debug -L dependency=/home/cratesfyi/postgres-derive-0.2.0/debug/deps --extern postgres_derive_internals=/home/cratesfyi/postgres-derive-0.2.0/debug/deps/libpostgres_derive_internals-9e1365ff320f84ee.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:132
note: Run with `RUST_BACKTRACE=1` for a backtrace.