[go: up one dir, main page]

podio 0.0.3

Additional trait for Read and Write to read and write Plain Old Data
Build #6671 2016-08-04 10:55:51

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 podio v0.0.3
Documenting podio v0.0.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs --crate-name podio -o /home/cratesfyi/podio-0.0.3/doc -L dependency=/home/cratesfyi/podio-0.0.3/debug -L dependency=/home/cratesfyi/podio-0.0.3/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:70:24: 70:48 error: trait `std::marker::MarkerTrait` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:70 pub trait Endianness : std::marker::MarkerTrait {
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:70:24: 70:48 help: no candidates by the name of `MarkerTrait` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:72:25: 72:38 error: trait `std::num::Int` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:72     fn int_to_target<T: std::num::Int>(val: T) -> T;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:72:25: 72:38 help: no candidates by the name of `Int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:74:27: 74:40 error: trait `std::num::Int` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:74     fn int_from_target<T: std::num::Int>(val: T) -> T;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:74:27: 74:40 help: no candidates by the name of `Int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:128:25: 128:38 error: trait `std::num::Int` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:128     fn int_to_target<T: std::num::Int>(val: T) -> T {
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:128:25: 128:38 help: no candidates by the name of `Int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:131:27: 131:40 error: trait `std::num::Int` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:131     fn int_from_target<T: std::num::Int>(val: T) -> T {
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:131:27: 131:40 help: no candidates by the name of `Int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:132:15: 132:38 error: trait `std::num::Int` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:132         <T as std::num::Int>::from_le(val)
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:132:15: 132:38 help: no candidates by the name of `from_le` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:132:15: 132:38 error: failed to resolve. Could not find `Int` in `std::num` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:132         <T as std::num::Int>::from_le(val)
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:137:25: 137:38 error: trait `std::num::Int` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:137     fn int_to_target<T: std::num::Int>(val: T) -> T {
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:137:25: 137:38 help: no candidates by the name of `Int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:140:27: 140:40 error: trait `std::num::Int` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:140     fn int_from_target<T: std::num::Int>(val: T) -> T {
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:140:27: 140:40 help: no candidates by the name of `Int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:141:15: 141:38 error: trait `std::num::Int` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:141         <T as std::num::Int>::from_be(val)
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:141:15: 141:38 help: no candidates by the name of `from_be` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:141:15: 141:38 error: failed to resolve. Could not find `Int` in `std::num` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs:141         <T as std::num::Int>::from_be(val)
^~~~~~~~~~~~~~~~~~~~~~~
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `podio v0.0.3`, intermediate artifacts can be found at `/home/cratesfyi/podio-0.0.3`,
cause: ChainedError {
error: Could not document `podio`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.0.3/src/lib.rs --crate-name podio -o /home/cratesfyi/podio-0.0.3/doc -L dependency=/home/cratesfyi/podio-0.0.3/debug -L dependency=/home/cratesfyi/podio-0.0.3/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.