commandext 0.0.4

A Command extension suitable for use in Rust Builders
Build #22798 2016-08-16 16:16:19

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 commandext v0.0.4 Documenting commandext v0.0.4 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs --crate-name commandext -o /home/cratesfyi/commandext-0.0.4/doc -L dependency=/home/cratesfyi/commandext-0.0.4/debug -L dependency=/home/cratesfyi/commandext-0.0.4/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:42:19: 42:26 error: unresolved import `std::old_io::Command`. Could not find `old_io` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:42 use std::old_io::{Command,IoResult}; ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:42:27: 42:35 error: unresolved import `std::old_io::IoResult`. Could not find `old_io` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:42 use std::old_io::{Command,IoResult}; ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:43:28: 43:35 error: unresolved import `std::old_io::process::Process`. Could not find `old_io` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:43 use std::old_io::process::{Process,ProcessExit,ProcessOutput,StdioContainer}; ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:43:36: 43:47 error: unresolved import `std::old_io::process::ProcessExit`. Could not find `old_io` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:43 use std::old_io::process::{Process,ProcessExit,ProcessOutput,StdioContainer}; ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:43:48: 43:61 error: unresolved import `std::old_io::process::ProcessOutput`. Could not find `old_io` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:43 use std::old_io::process::{Process,ProcessExit,ProcessOutput,StdioContainer}; ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:43:62: 43:76 error: unresolved import `std::old_io::process::StdioContainer`. Could not find `old_io` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:43 use std::old_io::process::{Process,ProcessExit,ProcessOutput,StdioContainer}; ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:176:31: 176:35 error: type name `Path` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:176 pub fn wd(&mut self, wd: &Path) -> &mut CommandExt { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:176:31: 176:35 help: you can import it into scope: `use std::path::Path;`. .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:268:60: 268:68 error: no method named `as_slice` found for type `std::string::String` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs:268 header(format!(" Executing '{:?}'", self.cmd).as_slice()); ^~~~~~~~ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `commandext v0.0.4`, intermediate artifacts can be found at `/home/cratesfyi/commandext-0.0.4`, cause: ChainedError { error: Could not document `commandext`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.0.4/src/lib.rs --crate-name commandext -o /home/cratesfyi/commandext-0.0.4/doc -L dependency=/home/cratesfyi/commandext-0.0.4/debug -L dependency=/home/cratesfyi/commandext-0.0.4/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.