Build #103569 2018-06-06T06:03:48.140548+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Fresh libc v0.2.42
Fresh serial-core v0.4.0
Documenting serial-windows v0.4.0
Running `rustdoc --crate-name serial_windows .cargo/registry/src/github.com-1ecc6299db9ec823/serial-windows-0.4.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-20ec46e507fb9197.rlib --extern-version libc=libc,0.2.42 --extern serial_core=/home/cratesfyi/cratesfyi/debug/deps/libserial_core-5b0f3b93d2701997.rlib --extern-version serial_core=serial-core,0.4.0`
error[E0433]: failed to resolve. Could not find `windows` in `os`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serial-windows-0.4.0/src/com.rs:10:14
|
10 | use std::os::windows::prelude::*;
| ^^^^^^^ Could not find `windows` in `os`
error[E0432]: unresolved import
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serial-windows-0.4.0/src/com.rs:1:5
|
1 | use core;
| ^^^^
error[E0405]: cannot find trait `AsRawHandle` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serial-windows-0.4.0/src/com.rs:94:6
|
94 | impl AsRawHandle for COMPort {
| ^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `RawHandle` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serial-windows-0.4.0/src/com.rs:95:32
|
95 | fn as_raw_handle(&self) -> RawHandle {
| ^^^^^^^^^ not found in this scope
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `serial-windows`.,
cause: process didn't exit successfully: `rustdoc --crate-name serial_windows .cargo/registry/src/github.com-1ecc6299db9ec823/serial-windows-0.4.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-20ec46e507fb9197.rlib --extern-version libc=libc,0.2.42 --extern serial_core=/home/cratesfyi/cratesfyi/debug/deps/libserial_core-5b0f3b93d2701997.rlib --extern-version serial_core=serial-core,0.4.0` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.