tape 0.1.1

The library provides basic operations with tape archives (tar).
Build #12928 2016-08-09T11:53:49.954431+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
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading tape v0.1.1
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/tape-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/tape-0.1.1/debug/deps -L dependency=/home/cratesfyi/tape-0.1.1/debug/deps --cap-lints allow`
Compiling libtar-sys v0.1.9
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.1.9/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/tape-0.1.1/debug/build/libtar-sys-f1e6f5b1f8392879 --emit=dep-info,link -L dependency=/home/cratesfyi/tape-0.1.1/debug/deps -L dependency=/home/cratesfyi/tape-0.1.1/debug/deps --cap-lints allow`
Running `/home/cratesfyi/tape-0.1.1/debug/build/libtar-sys-f1e6f5b1f8392879/build-script-build`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libtar-sys-0.1.9/src/lib.rs --crate-name libtar_sys --crate-type lib -g -C metadata=2d73b6e25cf0298b -C extra-filename=-2d73b6e25cf0298b --out-dir /home/cratesfyi/tape-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/tape-0.1.1/debug/deps -L dependency=/home/cratesfyi/tape-0.1.1/debug/deps --extern libc=/home/cratesfyi/tape-0.1.1/debug/deps/liblibc-1bd8847afb79f283.rlib --cap-lints allow -L /home/cratesfyi/tape-0.1.1/debug/build/libtar-sys-f1e6f5b1f8392879/out/lib -l static=tar`
Documenting tape v0.1.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/tape-0.1.1/src/lib.rs --crate-name tape -o /home/cratesfyi/tape-0.1.1/doc -L dependency=/home/cratesfyi/tape-0.1.1/debug -L dependency=/home/cratesfyi/tape-0.1.1/debug/deps --extern libtar_sys=/home/cratesfyi/tape-0.1.1/debug/deps/liblibtar_sys-2d73b6e25cf0298b.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/tape-0.1.1/src/lib.rs:7:14: 7:26 error: expected identifier, found `"libtar-sys"` 
.cargo/registry/src/github.com-1ecc6299db9ec823/tape-0.1.1/src/lib.rs:7 extern crate "libtar-sys" as raw;
^~~~~~~~~~~~
thread 'main' panicked at 'ChainedError {
error: failed to compile `tape v0.1.1`, intermediate artifacts can be found at `/home/cratesfyi/tape-0.1.1`,
cause: ChainedError {
error: Could not document `tape`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/tape-0.1.1/src/lib.rs --crate-name tape -o /home/cratesfyi/tape-0.1.1/doc -L dependency=/home/cratesfyi/tape-0.1.1/debug -L dependency=/home/cratesfyi/tape-0.1.1/debug/deps --extern libtar_sys=/home/cratesfyi/tape-0.1.1/debug/deps/liblibtar_sys-2d73b6e25cf0298b.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.