[go: up one dir, main page]

conduit 0.5.2

Common HTTP server interface
Build #22362 2016-08-16 10:59:18

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# 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!: 5', ../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 conduit v0.5.2
Compiling semver v0.1.20
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.20/src/lib.rs --crate-name semver --crate-type lib -g -C metadata=94c1b90d5b6dce88 -C extra-filename=-94c1b90d5b6dce88 --out-dir /home/cratesfyi/conduit-0.5.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/conduit-0.5.2/debug/deps -L dependency=/home/cratesfyi/conduit-0.5.2/debug/deps --cap-lints allow`
Documenting conduit v0.5.2
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.5.2/src/lib.rs --crate-name conduit -o /home/cratesfyi/conduit-0.5.2/doc -L dependency=/home/cratesfyi/conduit-0.5.2/debug -L dependency=/home/cratesfyi/conduit-0.5.2/debug/deps --extern semver=/home/cratesfyi/conduit-0.5.2/debug/deps/libsemver-94c1b90d5b6dce88.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.5.2/src/typemap.rs:24:45: 24:52 error: box expression syntax is experimental; you can call `Box::new` instead. (see issue #27779) 
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.5.2/src/typemap.rs:24         self.data.insert(TypeId::of::<T>(), box val as Box<Any>).is_none()
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.5.2/src/typemap.rs:24:45: 24:52 help: add #![feature(box_syntax)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.5.2/src/lib.rs:11:1: 11:42 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/conduit-0.5.2/src/lib.rs:11 #[deriving(PartialEq, Show, Clone, Copy)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.5.2/src/lib.rs:11:1: 11:42 help: add #![feature(custom_attribute)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.5.2/src/lib.rs:17:1: 17:42 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/conduit-0.5.2/src/lib.rs:17 #[deriving(PartialEq, Show, Clone, Copy)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.5.2/src/lib.rs:17:1: 17:42 help: add #![feature(custom_attribute)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.5.2/src/lib.rs:23:1: 23:52 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/conduit-0.5.2/src/lib.rs:23 #[deriving(PartialEq, Hash, Eq, Show, Clone, Copy)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.5.2/src/lib.rs:23:1: 23:52 help: add #![feature(custom_attribute)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.5.2/src/lib.rs:126:42: 126:47 error: box expression syntax is experimental; you can call `Box::new` instead. (see issue #27779) 
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.5.2/src/lib.rs:126         { (*self)(request) }.map_err(|e| box e as Box<Show + 'static>)
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.5.2/src/lib.rs:126:42: 126:47 help: add #![feature(box_syntax)] 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 `conduit v0.5.2`, intermediate artifacts can be found at `/home/cratesfyi/conduit-0.5.2`,
cause: ChainedError {
error: Could not document `conduit`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.5.2/src/lib.rs --crate-name conduit -o /home/cratesfyi/conduit-0.5.2/doc -L dependency=/home/cratesfyi/conduit-0.5.2/debug -L dependency=/home/cratesfyi/conduit-0.5.2/debug/deps --extern semver=/home/cratesfyi/conduit-0.5.2/debug/deps/libsemver-94c1b90d5b6dce88.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.