autogui 0.4.0

GUI Automation toolbox for Rust
Build #122945 2018-10-23T11:07:00.220284+00:00
# rustc version
rustc 1.31.0-nightly (78ff609d7 2018-10-19)
# docs.rs version
cratesfyi 0.6.0 (401be1e 2018-10-20)

# build log
Updating crates.io index
Downloading crates ...
Downloaded autogui v0.4.0
Downloading crates ...
Downloaded core-graphics v0.13.0
Fresh version_check v0.1.5
Fresh cfg-if v0.1.6
Fresh nodrop v0.1.12
Fresh memoffset v0.2.1
Fresh scopeguard v0.3.3
Fresh libc v0.2.43
Fresh byteorder v1.2.6
Fresh adler32 v1.0.3
Fresh either v1.5.0
Fresh color_quant v1.0.1
Fresh bitflags v1.0.4
Fresh lzw v0.10.0
Compiling autogui v0.4.0
Fresh scoped_threadpool v0.1.9
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/autogui-0.4.0/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=bb902f9886ac96b4 -C extra-filename=-bb902f9886ac96b4 --out-dir /home/cratesfyi/cratesfyi/debug/build/autogui-bb902f9886ac96b4 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh crossbeam-utils v0.2.2
Fresh arrayvec v0.4.7
Fresh num_cpus v1.8.0
Fresh deflate v0.7.19
Fresh inflate v0.3.4
Fresh gif v0.9.2
Fresh num-traits v0.2.6
Fresh lazy_static v1.1.0
Fresh num-integer v0.1.39
Fresh num-traits v0.1.43
Fresh crossbeam-epoch v0.3.1
Fresh num-iter v0.1.37
Fresh num-rational v0.1.42
Fresh enum_primitive v0.1.1
Fresh crossbeam-deque v0.2.0
Fresh png v0.11.0
Fresh rayon-core v1.4.1
Fresh rayon v1.0.2
Fresh jpeg-decoder v0.1.15
Fresh image v0.18.0
Running `/home/cratesfyi/cratesfyi/debug/build/autogui-bb902f9886ac96b4/build-script-build`
Documenting autogui v0.4.0
Running `rustdoc --crate-name autogui /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/autogui-0.4.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20181019-1.31.0-nightly-78ff609d7 --extern-html-root-url 'bitflags=https://docs.rs/bitflags/1.0.4' --extern-html-root-url 'libc=https://docs.rs/libc/0.2.43' --extern-html-root-url 'winapi=https://docs.rs/winapi/0.3.6' --extern-html-root-url 'image=https://docs.rs/image/0.18.0' --extern-html-root-url 'core_foundation=https://docs.rs/core-foundation/0.5.1' --extern-html-root-url 'core_graphics=https://docs.rs/core-graphics/0.13.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-8ed38117858329ab.rmeta --extern image=/home/cratesfyi/cratesfyi/debug/deps/libimage-72032c7d01878e52.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-4b31dc9d4d41372a.rmeta`
error[E0583]: file not found for module `linux`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/autogui-0.4.0/src/platform/mod.rs:1:48
|
1 | #[cfg(target_os = "linux")]     pub(crate) mod linux;
|                                                ^^^^^
|
= help: name the file either linux.rs or linux/mod.rs inside the directory "/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/autogui-0.4.0/src/platform"

thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name autogui /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/autogui-0.4.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20181019-1.31.0-nightly-78ff609d7 --extern-html-root-url \'bitflags=https://docs.rs/bitflags/1.0.4\' --extern-html-root-url \'libc=https://docs.rs/libc/0.2.43\' --extern-html-root-url \'winapi=https://docs.rs/winapi/0.3.6\' --extern-html-root-url \'image=https://docs.rs/image/0.18.0\' --extern-html-root-url \'core_foundation=https://docs.rs/core-foundation/0.5.1\' --extern-html-root-url \'core_graphics=https://docs.rs/core-graphics/0.13.0\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-8ed38117858329ab.rmeta --extern image=/home/cratesfyi/cratesfyi/debug/deps/libimage-72032c7d01878e52.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-4b31dc9d4d41372a.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `autogui`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.