Build #9332 2016-08-06T14:35:58.314701+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 cli v0.0.1
Compiling getopts v0.2.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.14/src/lib.rs --crate-name getopts --crate-type lib -g -C metadata=33691dbdf8852281 -C extra-filename=-33691dbdf8852281 --out-dir /home/cratesfyi/cli-0.0.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cli-0.0.1/debug/deps -L dependency=/home/cratesfyi/cli-0.0.1/debug/deps --cap-lints allow`
Documenting cli v0.0.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/lib.rs --crate-name cli -o /home/cratesfyi/cli-0.0.1/doc -L dependency=/home/cratesfyi/cli-0.0.1/debug -L dependency=/home/cratesfyi/cli-0.0.1/debug/deps --extern getopts=/home/cratesfyi/cli-0.0.1/debug/deps/libgetopts-33691dbdf8852281.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:5:5: 5:16 error: unresolved import `std::old_io`. There is no `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:5 use std::old_io;
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:185:36: 185:44 error: no method named `as_slice` found for type `std::string::String` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:185 try!(f.write_str(self.text.as_slice()));
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:185:9: 185:49 note: in this expansion of try! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:228:53: 228:61 error: no method named `as_slice` found for type `std::string::String` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:228 prompt_input = get_prompt_input(prompt_text.as_slice(), hide_input);
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:229:28: 229:44 error: no associated item named `from_str` found for type `std::string::String` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:229 if prompt_input != String::from_str("") {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:229:28: 229:44 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it:
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:229:28: 229:44 help: candidate #1: `use std::str::FromStr`
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:242:29: 242:45 error: no associated item named `from_str` found for type `std::string::String` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:242 if confirm_input != String::from_str("") {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:242:29: 242:45 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it:
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:242:29: 242:45 help: candidate #1: `use std::str::FromStr`
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:269:57: 269:65 error: no method named `as_slice` found for type `std::string::String` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:269 let prompt_input = get_prompt_input(prompt_text.as_slice(), false).to_ascii_lowercase();
^~~~~~~~
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: failed to compile `cli v0.0.1`, intermediate artifacts can be found at `/home/cratesfyi/cli-0.0.1`,
cause: ChainedError {
error: Could not document `cli`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/lib.rs --crate-name cli -o /home/cratesfyi/cli-0.0.1/doc -L dependency=/home/cratesfyi/cli-0.0.1/debug -L dependency=/home/cratesfyi/cli-0.0.1/debug/deps --extern getopts=/home/cratesfyi/cli-0.0.1/debug/deps/libgetopts-33691dbdf8852281.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.