android_glue 0.0.1

Glue for the Android JNI
Build #6049 2016-08-04T00:25:47.724040+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 android_glue v0.0.1
Documenting android_glue v0.0.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs --crate-name android_glue -o /home/cratesfyi/android_glue-0.0.1/doc -L dependency=/home/cratesfyi/android_glue-0.0.1/debug -L dependency=/home/cratesfyi/android_glue-0.0.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:117:5: 117:35 error: unresolved import `this_platform_is_not_supported`. There is no `this_platform_is_not_supported` in the crate root [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:117 use this_platform_is_not_supported;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:199:40: 199:76 error: failed to resolve. Could not find `old_io` in `std` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:199     std::old_io::stdio::set_stdout(box std::old_io::LineBufferedWriter::new(ToLogWriter));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:199:5: 199:35 error: failed to resolve. Could not find `old_io` in `std` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:199     std::old_io::stdio::set_stdout(box std::old_io::LineBufferedWriter::new(ToLogWriter));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:200:40: 200:76 error: failed to resolve. Could not find `old_io` in `std` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:200     std::old_io::stdio::set_stderr(box std::old_io::LineBufferedWriter::new(ToLogWriter));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:200:5: 200:35 error: failed to resolve. Could not find `old_io` in `std` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:200     std::old_io::stdio::set_stderr(box std::old_io::LineBufferedWriter::new(ToLogWriter));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:224:48: 224:84 error: failed to resolve. Could not find `old_io` in `std` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:224             std::old_io::stdio::set_stdout(box std::old_io::LineBufferedWriter::new(ToLogWriter));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:224:13: 224:43 error: failed to resolve. Could not find `old_io` in `std` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:224             std::old_io::stdio::set_stdout(box std::old_io::LineBufferedWriter::new(ToLogWriter));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:225:48: 225:84 error: failed to resolve. Could not find `old_io` in `std` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:225             std::old_io::stdio::set_stderr(box std::old_io::LineBufferedWriter::new(ToLogWriter));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:225:13: 225:43 error: failed to resolve. Could not find `old_io` in `std` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:225             std::old_io::stdio::set_stderr(box std::old_io::LineBufferedWriter::new(ToLogWriter));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:287:6: 287:12 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:287 impl Writer for ToLogWriter {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:287:6: 287:12 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:288:44: 288:69 error: failed to resolve. Could not find `old_io` in `std` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:288     fn write_all(&mut self, buf: &[u8]) -> std::old_io::IoResult<()> {
^~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:446:9: 446:34 error: failed to resolve. Could not find `old_io` in `std` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs:446         std::old_io::timer::sleep(std::time::Duration::milliseconds(10));
^~~~~~~~~~~~~~~~~~~~~~~~~
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `android_glue v0.0.1`, intermediate artifacts can be found at `/home/cratesfyi/android_glue-0.0.1`,
cause: ChainedError {
error: Could not document `android_glue`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/android_glue-0.0.1/src/lib.rs --crate-name android_glue -o /home/cratesfyi/android_glue-0.0.1/doc -L dependency=/home/cratesfyi/android_glue-0.0.1/debug -L dependency=/home/cratesfyi/android_glue-0.0.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.