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 libtar-sys v0.0.5
Compiling libtar-sys v0.0.5
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/libtar-sys-0.0.5/debug/build/libtar-sys-816673a87c0add90 --emit=dep-info,link -L dependency=/home/cratesfyi/libtar-sys-0.0.5/debug -L dependency=/home/cratesfyi/libtar-sys-0.0.5/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs:8:36: 8:54 error: format argument must be a string literal.
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs:8 ($($arg:tt)*) => (format_args!(::std::fmt::format, $($arg)*).as_slice());
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs:8:23: 8:65 note: in this expansion of format_args!
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs:31:20: 31:52 note: in this expansion of fmt! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs:31:5: 31:54 note: in this expansion of set! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs:8:36: 8:54 error: format argument must be a string literal.
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs:8 ($($arg:tt)*) => (format_args!(::std::fmt::format, $($arg)*).as_slice());
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs:8:23: 8:65 note: in this expansion of format_args!
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs:34:38: 34:68 note: in this expansion of fmt! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs:21:9: 23:55 note: in this expansion of assert! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs:34:5: 34:71 note: in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs)
error: aborting due to 2 previous errors
thread 'main' panicked at 'ChainedError {
error: failed to compile `libtar-sys v0.0.5`, intermediate artifacts can be found at `/home/cratesfyi/libtar-sys-0.0.5`,
cause: ChainedError {
error: Could not compile `libtar-sys`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.0.5/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/libtar-sys-0.0.5/debug/build/libtar-sys-816673a87c0add90 --emit=dep-info,link -L dependency=/home/cratesfyi/libtar-sys-0.0.5/debug -L dependency=/home/cratesfyi/libtar-sys-0.0.5/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.