Build #22312 2016-08-16T10:20:00.120556+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.11
Compiling log v0.3.6
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.6/src/lib.rs --crate-name log --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/compiletest_rs-0.0.11/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/compiletest_rs-0.0.11/debug/deps -L dependency=/home/cratesfyi/compiletest_rs-0.0.11/debug/deps --cap-lints allow`
Documenting compiletest_rs v0.0.11
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/src/compiletest.rs --crate-name compiletest_rs -o /home/cratesfyi/compiletest_rs-0.0.11/doc -L dependency=/home/cratesfyi/compiletest_rs-0.0.11/debug -L dependency=/home/cratesfyi/compiletest_rs-0.0.11/debug/deps --extern log=/home/cratesfyi/compiletest_rs-0.0.11/debug/deps/liblog-bf16bb9a4912b11d.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/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.11/src/procsrv.rs:16 use std::dynamic_lib::DynamicLibrary;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/src/runtest.rs:1069:23: 1069: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.11/src/runtest.rs:1069 let ch = haystack.char_at(*idx);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/src/runtest.rs:1080:27: 1080: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.11/src/runtest.rs:1080 let ch = haystack.char_at(i);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/src/runtest.rs:1100:27: 1100: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.11/src/runtest.rs:1100 let ch = haystack.char_at(haystack_i);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/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.11/src/errors.rs:65 let (follow, adjusts) = if line.char_at(start + 3) == '|' {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/src/compiletest.rs:122:5: 122:19 error: missing field `quiet` in initializer of `test::TestOpts` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/src/compiletest.rs:122 test::TestOpts {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/src/compiletest.rs:225:38: 225: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.11/src/compiletest.rs:225 if full_version_line.char_at(pos + 1) != '.' { continue }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/src/compiletest.rs:226:39: 226: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.11/src/compiletest.rs:226 if !full_version_line.char_at(pos + 2).is_digit(10) { continue }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/src/compiletest.rs:227:49: 227: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.11/src/compiletest.rs:227 if pos > 0 && full_version_line.char_at_reverse(pos).is_digit(10) {
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/src/compiletest.rs:231:38: 231: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.11/src/compiletest.rs:231 full_version_line.char_at(pos + 3).is_digit(10) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/src/compiletest.rs:265:43: 265: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.11/src/compiletest.rs:265 let l = full_version_line.char_at(pos + 1);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/src/compiletest.rs:267:43: 267: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.11/src/compiletest.rs:267 let d = full_version_line.char_at(pos + 2);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/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.11/src/compiletest.rs:269 let b = full_version_line.char_at(pos + 3);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.11/src/compiletest.rs:271:46: 271: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.11/src/compiletest.rs:271 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.11`, intermediate artifacts can be found at `/home/cratesfyi/compiletest_rs-0.0.11`,
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.11/src/compiletest.rs --crate-name compiletest_rs -o /home/cratesfyi/compiletest_rs-0.0.11/doc -L dependency=/home/cratesfyi/compiletest_rs-0.0.11/debug -L dependency=/home/cratesfyi/compiletest_rs-0.0.11/debug/deps --extern log=/home/cratesfyi/compiletest_rs-0.0.11/debug/deps/liblog-bf16bb9a4912b11d.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.