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 postgres_macros v0.0.2 Compiling postgres_macros v0.0.2 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/postgres_macros-0.0.2/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/postgres_macros-0.0.2/debug/build/postgres_macros-a95022a7a5d2f2c5 --emit=dep-info,link -L dependency=/home/cratesfyi/postgres_macros-0.0.2/debug -L dependency=/home/cratesfyi/postgres_macros-0.0.2/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/postgres_macros-0.0.2/build.rs:3:5: 3:21 error: unresolved import `std::io::Command`. There is no `Command` in `std::io` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/postgres_macros-0.0.2/build.rs:3 use std::io::Command; ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/postgres_macros-0.0.2/build.rs:3:5: 3:21 help: run `rustc --explain E0432` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/postgres_macros-0.0.2/build.rs:4:5: 4:48 error: unresolved import `std::io::process::StdioContainer::InheritFd`. Could not find `process` in `std::io` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/postgres_macros-0.0.2/build.rs:4 use std::io::process::StdioContainer::InheritFd; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/postgres_macros-0.0.2/build.rs:4:5: 4:48 help: run `rustc --explain E0432` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/postgres_macros-0.0.2/build.rs:14:19: 14:29 error: unresolved name `os::getenv` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/postgres_macros-0.0.2/build.rs:14 let out_dir = os::getenv("OUT_DIR").unwrap(); ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/postgres_macros-0.0.2/build.rs:14:19: 14:29 help: run `rustc --explain E0425` to see a detailed explanation error: aborting due to 3 previous errors thread 'main' panicked at 'ChainedError { error: failed to compile `postgres_macros v0.0.2`, intermediate artifacts can be found at `/home/cratesfyi/postgres_macros-0.0.2`, cause: ChainedError { error: Could not compile `postgres_macros`., cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/postgres_macros-0.0.2/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/postgres_macros-0.0.2/debug/build/postgres_macros-a95022a7a5d2f2c5 --emit=dep-info,link -L dependency=/home/cratesfyi/postgres_macros-0.0.2/debug -L dependency=/home/cratesfyi/postgres_macros-0.0.2/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.