shell 0.2.0

Generic shell support. Also incudes support for colors and error printing.
Build #2516 2016-08-01 10:21:42

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 shell v0.2.0
Compiling winapi-build v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-build-0.1.1/src/lib.rs --crate-name build --crate-type lib -g -C metadata=493a7b0628804707 -C extra-filename=-493a7b0628804707 --out-dir /home/cratesfyi/shell-0.2.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/shell-0.2.0/debug/deps -L dependency=/home/cratesfyi/shell-0.2.0/debug/deps --cap-lints allow`
Compiling libc v0.2.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.14/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=1f3392fe1afd1313 -C extra-filename=-1f3392fe1afd1313 --out-dir /home/cratesfyi/shell-0.2.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/shell-0.2.0/debug/deps -L dependency=/home/cratesfyi/shell-0.2.0/debug/deps --cap-lints allow`
Compiling winapi v0.2.8
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.2.8/src/lib.rs --crate-name winapi --crate-type lib -g -C metadata=0889532d327ff4e2 -C extra-filename=-0889532d327ff4e2 --out-dir /home/cratesfyi/shell-0.2.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/shell-0.2.0/debug/deps -L dependency=/home/cratesfyi/shell-0.2.0/debug/deps --cap-lints allow`
Compiling kernel32-sys v0.2.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/shell-0.2.0/debug/build/kernel32-sys-d6afa5bd3d7cfaef --emit=dep-info,link -L dependency=/home/cratesfyi/shell-0.2.0/debug/deps -L dependency=/home/cratesfyi/shell-0.2.0/debug/deps --extern build=/home/cratesfyi/shell-0.2.0/debug/deps/libbuild-493a7b0628804707.rlib --cap-lints allow`
Running `/home/cratesfyi/shell-0.2.0/debug/build/kernel32-sys-d6afa5bd3d7cfaef/build-script-build`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/src/lib.rs --crate-name kernel32 --crate-type lib -g -C metadata=df86a08647459244 -C extra-filename=-df86a08647459244 --out-dir /home/cratesfyi/shell-0.2.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/shell-0.2.0/debug/deps -L dependency=/home/cratesfyi/shell-0.2.0/debug/deps --extern winapi=/home/cratesfyi/shell-0.2.0/debug/deps/libwinapi-0889532d327ff4e2.rlib --cap-lints allow`
Compiling term v0.4.4
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/term-0.4.4/src/lib.rs --crate-name term --crate-type lib -g -C metadata=44dfa57762d62876 -C extra-filename=-44dfa57762d62876 --out-dir /home/cratesfyi/shell-0.2.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/shell-0.2.0/debug/deps -L dependency=/home/cratesfyi/shell-0.2.0/debug/deps --extern kernel32=/home/cratesfyi/shell-0.2.0/debug/deps/libkernel32-df86a08647459244.rlib --extern winapi=/home/cratesfyi/shell-0.2.0/debug/deps/libwinapi-0889532d327ff4e2.rlib --cap-lints allow`
Documenting shell v0.2.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/shell-0.2.0/src/lib.rs --crate-name shell -o /home/cratesfyi/shell-0.2.0/doc -L dependency=/home/cratesfyi/shell-0.2.0/debug -L dependency=/home/cratesfyi/shell-0.2.0/debug/deps --extern term=/home/cratesfyi/shell-0.2.0/debug/deps/libterm-44dfa57762d62876.rlib --extern libc=/home/cratesfyi/shell-0.2.0/debug/deps/liblibc-1f3392fe1afd1313.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/shell-0.2.0/src/lib.rs:34:17: 34:48 error: wrong number of type arguments: expected 0, found 1 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/shell-0.2.0/src/lib.rs:34     Colored(Box<Terminal<UghWhyIsThisNecessary> + Send>)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/shell-0.2.0/src/lib.rs:34:17: 34:55 error: the value of the associated type `Output` (from the trait `term::Terminal`) must be specified [E0191]
.cargo/registry/src/github.com-1ecc6299db9ec823/shell-0.2.0/src/lib.rs:34     Colored(Box<Terminal<UghWhyIsThisNecessary> + Send>)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `shell v0.2.0`, intermediate artifacts can be found at `/home/cratesfyi/shell-0.2.0`,
cause: ChainedError {
error: Could not document `shell`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/shell-0.2.0/src/lib.rs --crate-name shell -o /home/cratesfyi/shell-0.2.0/doc -L dependency=/home/cratesfyi/shell-0.2.0/debug -L dependency=/home/cratesfyi/shell-0.2.0/debug/deps --extern term=/home/cratesfyi/shell-0.2.0/debug/deps/libterm-44dfa57762d62876.rlib --extern libc=/home/cratesfyi/shell-0.2.0/debug/deps/liblibc-1f3392fe1afd1313.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.