scgi 0.0.8

Simple SCGI parser
Build #2159 2016-08-01T03:52:46.280057+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 scgi v0.0.8
Documenting scgi v0.0.8
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs --crate-name scgi -o /home/cratesfyi/scgi-0.0.8/doc -L dependency=/home/cratesfyi/scgi-0.0.8/debug -L dependency=/home/cratesfyi/scgi-0.0.8/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:12:19: 12:33 error: unresolved import `std::old_io::BufferedStream`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:12 use std::old_io::{BufferedStream, IoError, Buffer, Reader, Writer};
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:12:35: 12:42 error: unresolved import `std::old_io::IoError`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:12 use std::old_io::{BufferedStream, IoError, Buffer, Reader, Writer};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:12:44: 12:50 error: unresolved import `std::old_io::Buffer`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:12 use std::old_io::{BufferedStream, IoError, Buffer, Reader, Writer};
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:12:52: 12:58 error: unresolved import `std::old_io::Reader`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:12 use std::old_io::{BufferedStream, IoError, Buffer, Reader, Writer};
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:12:60: 12:66 error: unresolved import `std::old_io::Writer`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:12 use std::old_io::{BufferedStream, IoError, Buffer, Reader, Writer};
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:13:29: 13:38 error: unresolved import `std::old_io::net::tcp::TcpStream`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:13 use std::old_io::net::tcp::{TcpStream};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:38:1: 38:102 error: conflicting implementations of trait `std::convert::From<[type error]>` for type `ScgiError`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:38 impl From<Utf8Error> for ScgiError {fn from (utf8_error: Utf8Error) -> ScgiError {Utf8 (utf8_error)}}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:37:1: 37:92 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs:37 impl From<IoError> for ScgiError {fn from (io_error: IoError) -> ScgiError {IO (io_error)}}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `scgi v0.0.8`, intermediate artifacts can be found at `/home/cratesfyi/scgi-0.0.8`,
cause: ChainedError {
error: Could not document `scgi`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/scgi-0.0.8/src/scgi.rs --crate-name scgi -o /home/cratesfyi/scgi-0.0.8/doc -L dependency=/home/cratesfyi/scgi-0.0.8/debug -L dependency=/home/cratesfyi/scgi-0.0.8/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.