Build #27235 2016-08-19T22:34:49.060560+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
thread 'rustc' panicked at 'phase_2_configure_and_expand aborted in rustdoc!: 10', ../src/libcore/result.rs:788
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading semver v0.1.7
Documenting semver v0.1.7
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/lib.rs --crate-name semver -o /home/cratesfyi/semver-0.1.7/doc -L dependency=/home/cratesfyi/semver-0.1.7/debug -L dependency=/home/cratesfyi/semver-0.1.7/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:174:62: 174:63 error: expected type, found `|`
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:174 fn take_nonempty_prefix<T:Iterator<char>>(rdr: &mut T, pred: |char| -> bool)
^
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:204:17: 204:18 error: expected expression, found `]`
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:204 } else if s[].chars().all(|c| c.is_digit(10)) && s[].char_at(0) != '0' {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:296:20: 296:22 error: invalid suffix `u` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:296 major: 1u,
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:296:20: 296:22 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:297:20: 297:22 error: invalid suffix `u` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:297 minor: 2u,
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:297:20: 297:22 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:298:20: 298:22 error: invalid suffix `u` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:298 patch: 3u,
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:298:20: 298:22 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:25:1: 25:57 error: The attribute `deriving` 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/semver-0.1.7/src/version.rs:25 #[deriving(Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:25:1: 25:57 help: add #![feature(custom_attribute)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:45:1: 45:23 error: The attribute `deriving` 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/semver-0.1.7/src/version.rs:45 #[deriving(Clone, Eq)]
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:45:1: 45:23 help: add #![feature(custom_attribute)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:63:1: 63:45 error: The attribute `deriving` 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/semver-0.1.7/src/version.rs:63 #[deriving(Clone,PartialEq,Show,PartialOrd)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version.rs:63:1: 63:45 help: add #![feature(custom_attribute)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version_req.rs:35:1: 35:29 error: The attribute `deriving` 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/semver-0.1.7/src/version_req.rs:35 #[deriving(PartialEq,Clone)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version_req.rs:35:1: 35:29 help: add #![feature(custom_attribute)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version_req.rs:45:1: 45:30 error: The attribute `deriving` 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/semver-0.1.7/src/version_req.rs:45 #[deriving(Clone, PartialEq)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version_req.rs:45:1: 45:30 help: add #![feature(custom_attribute)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version_req.rs:52:1: 52:29 error: The attribute `deriving` 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/semver-0.1.7/src/version_req.rs:52 #[deriving(PartialEq,Clone)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version_req.rs:52:1: 52:29 help: add #![feature(custom_attribute)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version_req.rs:64:1: 64:29 error: The attribute `deriving` 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/semver-0.1.7/src/version_req.rs:64 #[deriving(PartialEq,Clone)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version_req.rs:64:1: 64:29 help: add #![feature(custom_attribute)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version_req.rs:81:1: 81:18 error: The attribute `deriving` 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/semver-0.1.7/src/version_req.rs:81 #[deriving(Copy)]
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version_req.rs:81:1: 81:18 help: add #![feature(custom_attribute)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version_req.rs:451:1: 451:33 error: The attribute `deriving` 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/semver-0.1.7/src/version_req.rs:451 #[deriving(Copy,Show,PartialEq)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version_req.rs:451:1: 451:33 help: add #![feature(custom_attribute)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version_req.rs:460:1: 460:18 error: The attribute `deriving` 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/semver-0.1.7/src/version_req.rs:460 #[deriving(Show)]
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/version_req.rs:460:1: 460:18 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 `semver v0.1.7`, intermediate artifacts can be found at `/home/cratesfyi/semver-0.1.7`,
cause: ChainedError {
error: Could not document `semver`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.7/src/lib.rs --crate-name semver -o /home/cratesfyi/semver-0.1.7/doc -L dependency=/home/cratesfyi/semver-0.1.7/debug -L dependency=/home/cratesfyi/semver-0.1.7/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.