[go: up one dir, main page]

compiletest_rs 0.0.10

The compiletest utility from the Rust compiler as a standalone testing harness
Build #22313 2016-08-16 10:20:06

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 compiletest_rs v0.0.10
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=\"default\" --cfg feature=\"use_std\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/compiletest_rs-0.0.10/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/compiletest_rs-0.0.10/debug/deps -L dependency=/home/cratesfyi/compiletest_rs-0.0.10/debug/deps --cap-lints allow`
Documenting compiletest_rs v0.0.10
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs --crate-name compiletest_rs -o /home/cratesfyi/compiletest_rs-0.0.10/doc -L dependency=/home/cratesfyi/compiletest_rs-0.0.10/debug -L dependency=/home/cratesfyi/compiletest_rs-0.0.10/debug/deps --extern log=/home/cratesfyi/compiletest_rs-0.0.10/debug/deps/liblog-bf16bb9a4912b11d.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/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.10/src/procsrv.rs:16 use std::dynamic_lib::DynamicLibrary;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/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.10/src/runtest.rs:1056     let ch = haystack.char_at(*idx);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/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.10/src/runtest.rs:1067         let ch = haystack.char_at(i);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/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.10/src/runtest.rs:1087         let ch = haystack.char_at(haystack_i);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/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.10/src/errors.rs:65     let (follow, adjusts) = if line.char_at(start + 3) == '|' {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:124:5: 124:19 error: missing field `quiet` in initializer of `test::TestOpts` [E0063]
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:124     test::TestOpts {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:227:38: 227: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.10/src/compiletest.rs:227                 if full_version_line.char_at(pos + 1) != '.' { continue }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:228:39: 228: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.10/src/compiletest.rs:228                 if !full_version_line.char_at(pos + 2).is_digit(10) { continue }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:229:49: 229: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.10/src/compiletest.rs:229                 if pos > 0 && full_version_line.char_at_reverse(pos).is_digit(10) {
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:233:38: 233: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.10/src/compiletest.rs:233                    full_version_line.char_at(pos + 3).is_digit(10) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/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.10/src/compiletest.rs:267                 let l = full_version_line.char_at(pos + 1);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/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.10/src/compiletest.rs:269                 let d = full_version_line.char_at(pos + 2);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/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.10/src/compiletest.rs:271                 let b = full_version_line.char_at(pos + 3);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:273:46: 273: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.10/src/compiletest.rs:273                 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.10`, intermediate artifacts can be found at `/home/cratesfyi/compiletest_rs-0.0.10`,
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.10/src/compiletest.rs --crate-name compiletest_rs -o /home/cratesfyi/compiletest_rs-0.0.10/doc -L dependency=/home/cratesfyi/compiletest_rs-0.0.10/debug -L dependency=/home/cratesfyi/compiletest_rs-0.0.10/debug/deps --extern log=/home/cratesfyi/compiletest_rs-0.0.10/debug/deps/liblog-bf16bb9a4912b11d.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.