compiletest_rs 0.0.6

The compiletest utility from the Rust compiler as a standalone testing harness
Build #22317 2016-08-16T10:20:32.344594+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 compiletest_rs v0.0.6
Documenting compiletest_rs v0.0.6
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs --crate-name compiletest_rs -o /home/cratesfyi/compiletest_rs-0.0.6/doc -L dependency=/home/cratesfyi/compiletest_rs-0.0.6/debug -L dependency=/home/cratesfyi/compiletest_rs-0.0.6/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/procsrv.rs:16:5: 16:37 error: unresolved import `std::dynamic_lib::DynamicLibrary`. Could not find `dynamic_lib` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/procsrv.rs:16 use std::dynamic_lib::DynamicLibrary;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/runtest.rs:1056:23: 1056:30 error: no method named `char_at` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/runtest.rs:1056     let ch = haystack.char_at(*idx);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/runtest.rs:1067:27: 1067:34 error: no method named `char_at` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/runtest.rs:1067         let ch = haystack.char_at(i);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/runtest.rs:1087:27: 1087:34 error: no method named `char_at` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/runtest.rs:1087         let ch = haystack.char_at(haystack_i);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/runtest.rs:1293:10: 1293:18 error: no method named `push_all` found for type `std::vec::Vec<std::string::String>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/runtest.rs:1293     args.push_all(&extras);
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/errors.rs:65:37: 65:44 error: no method named `char_at` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/errors.rs:65     let (follow, adjusts) = if line.char_at(start + 3) == '|' {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:126:5: 126:19 error: missing field `quiet` in initializer of `test::TestOpts` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:126     test::TestOpts {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:229:38: 229:45 error: no method named `char_at` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:229                 if full_version_line.char_at(pos + 1) != '.' { continue }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:230:39: 230:46 error: no method named `char_at` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:230                 if !full_version_line.char_at(pos + 2).is_digit(10) { continue }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:231:49: 231:64 error: no method named `char_at_reverse` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:231                 if pos > 0 && full_version_line.char_at_reverse(pos).is_digit(10) {
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:235:38: 235:45 error: no method named `char_at` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:235                    full_version_line.char_at(pos + 3).is_digit(10) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:269:43: 269:50 error: no method named `char_at` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:269                 let l = full_version_line.char_at(pos + 1);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:271:43: 271:50 error: no method named `char_at` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:271                 let d = full_version_line.char_at(pos + 2);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:273:43: 273:50 error: no method named `char_at` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:273                 let b = full_version_line.char_at(pos + 3);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:275:46: 275:53 error: no method named `char_at` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs:275                 let dash = full_version_line.char_at(pos + 4);
^~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `compiletest_rs v0.0.6`, intermediate artifacts can be found at `/home/cratesfyi/compiletest_rs-0.0.6`,
cause: ChainedError {
error: Could not document `compiletest_rs`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.6/src/compiletest.rs --crate-name compiletest_rs -o /home/cratesfyi/compiletest_rs-0.0.6/doc -L dependency=/home/cratesfyi/compiletest_rs-0.0.6/debug -L dependency=/home/cratesfyi/compiletest_rs-0.0.6/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.