[go: up one dir, main page]

cbor 0.3.3

CBOR (binary JSON) with type based decoding and encoding.
Build #4875 2016-08-03 03:05:40

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
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading cbor v0.3.3
Compiling rustc-serialize v0.3.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/cbor-0.3.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cbor-0.3.3/debug/deps -L dependency=/home/cratesfyi/cbor-0.3.3/debug/deps --cap-lints allow`
Compiling byteorder v0.5.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.5.3/src/lib.rs --crate-name byteorder --crate-type lib -g --cfg feature=\"std\" --cfg feature=\"default\" -C metadata=e4fc6ea0c49cabcf -C extra-filename=-e4fc6ea0c49cabcf --out-dir /home/cratesfyi/cbor-0.3.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cbor-0.3.3/debug/deps -L dependency=/home/cratesfyi/cbor-0.3.3/debug/deps --cap-lints allow`
Documenting cbor v0.3.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs --crate-name cbor -o /home/cratesfyi/cbor-0.3.3/doc -L dependency=/home/cratesfyi/cbor-0.3.3/debug -L dependency=/home/cratesfyi/cbor-0.3.3/debug/deps --extern byteorder=/home/cratesfyi/cbor-0.3.3/debug/deps/libbyteorder-e4fc6ea0c49cabcf.rlib --extern rustc_serialize=/home/cratesfyi/cbor-0.3.3/debug/deps/librustc_serialize-3561541d79c18212.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:126:5: 126:26 error: unresolved import `std::error::FromError`. There is no `FromError` in `std::error` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:126 use std::error::FromError;
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:727:6: 727:26 error: `FromError` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:727 impl FromError<io::Error> for CborError {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:731:6: 731:33 error: `FromError` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:731 impl FromError<byteorder::Error> for CborError {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:731:16: 731:32 error: type name `byteorder::Error` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:731 impl FromError<byteorder::Error> for CborError {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:731:16: 731:32 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:731:16: 731:32 help:   `std::error::Error` 
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:731:16: 731:32 help:   `std::fmt::Error` 
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:731:16: 731:32 help:   `std::io::Error` 
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:732:24: 732:40 error: type name `byteorder::Error` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:732     fn from_error(err: byteorder::Error) -> CborError {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:732:24: 732:40 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:732:24: 732:40 help:   `std::error::Error` 
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:732:24: 732:40 help:   `std::fmt::Error` 
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:732:24: 732:40 help:   `std::io::Error` 
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:734:13: 734:44 error: failed to resolve. Could not find `Error` in `byteorder` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:734             byteorder::Error::UnexpectedEOF => CborError::UnexpectedEOF,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:735:13: 735:33 error: failed to resolve. Could not find `Error` in `byteorder` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:735             byteorder::Error::Io(err) => FromError::from_error(err),
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149:30: 149:65 error: failed to resolve. Could not find `FromError` in `std::error` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149     ($e:expr) => ($e.map_err(::std::error::FromError::from_error));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/encoder.rs:28:13: 28:61 note: in this expansion of fromerr! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149:30: 149:65 error: failed to resolve. Could not find `FromError` in `std::error` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149     ($e:expr) => ($e.map_err(::std::error::FromError::from_error));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/encoder.rs:30:13: 30:65 note: in this expansion of fromerr! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149:30: 149:65 error: failed to resolve. Could not find `FromError` in `std::error` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149     ($e:expr) => ($e.map_err(::std::error::FromError::from_error));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/encoder.rs:34:13: 34:47 note: in this expansion of fromerr! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149:30: 149:65 error: failed to resolve. Could not find `FromError` in `std::error` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149     ($e:expr) => ($e.map_err(::std::error::FromError::from_error));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/encoder.rs:38:13: 38:47 note: in this expansion of fromerr! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149:30: 149:65 error: failed to resolve. Could not find `FromError` in `std::error` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149     ($e:expr) => ($e.map_err(::std::error::FromError::from_error));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/encoder.rs:42:13: 42:47 note: in this expansion of fromerr! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149:30: 149:65 error: failed to resolve. Could not find `FromError` in `std::error` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149     ($e:expr) => ($e.map_err(::std::error::FromError::from_error));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/encoder.rs:108:9: 108:35 note: in this expansion of fromerr! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149:30: 149:65 error: failed to resolve. Could not find `FromError` in `std::error` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149     ($e:expr) => ($e.map_err(::std::error::FromError::from_error));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/encoder.rs:164:9: 164:55 note: in this expansion of fromerr! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149:30: 149:65 error: failed to resolve. Could not find `FromError` in `std::error` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149     ($e:expr) => ($e.map_err(::std::error::FromError::from_error));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/encoder.rs:194:13: 194:47 note: in this expansion of fromerr! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149:30: 149:65 error: failed to resolve. Could not find `FromError` in `std::error` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149     ($e:expr) => ($e.map_err(::std::error::FromError::from_error));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/encoder.rs:229:9: 229:43 note: in this expansion of fromerr! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149:30: 149:65 error: failed to resolve. Could not find `FromError` in `std::error` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149     ($e:expr) => ($e.map_err(::std::error::FromError::from_error));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/encoder.rs:236:9: 236:43 note: in this expansion of fromerr! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149:30: 149:65 error: failed to resolve. Could not find `FromError` in `std::error` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149     ($e:expr) => ($e.map_err(::std::error::FromError::from_error));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/encoder.rs:242:9: 242:54 note: in this expansion of fromerr! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149:30: 149:65 error: failed to resolve. Could not find `FromError` in `std::error` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs:149     ($e:expr) => ($e.map_err(::std::error::FromError::from_error));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/encoder.rs:252:9: 252:51 note: in this expansion of fromerr! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs)
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `cbor v0.3.3`, intermediate artifacts can be found at `/home/cratesfyi/cbor-0.3.3`,
cause: ChainedError {
error: Could not document `cbor`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.3/src/lib.rs --crate-name cbor -o /home/cratesfyi/cbor-0.3.3/doc -L dependency=/home/cratesfyi/cbor-0.3.3/debug -L dependency=/home/cratesfyi/cbor-0.3.3/debug/deps --extern byteorder=/home/cratesfyi/cbor-0.3.3/debug/deps/libbyteorder-e4fc6ea0c49cabcf.rlib --extern rustc_serialize=/home/cratesfyi/cbor-0.3.3/debug/deps/librustc_serialize-3561541d79c18212.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.