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.16.0-nightly (6f1ae663e 2017-01-06)# docs.rs version
cratesfyi 0.2.3 (75099cc 2016-12-26)# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading cocoa v0.5.3
Compiling block v0.1.6
Compiling serde v0.8.22
Compiling core-foundation-sys v0.2.3
Compiling bitflags v0.7.0
Compiling libc v0.2.20
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/block-0.1.6/src/lib.rs --crate-name block --crate-type lib -g -C metadata=498e22772f250b8c -C extra-filename=-498e22772f250b8c --out-dir /home/cratesfyi/cocoa-0.5.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cocoa-0.5.3/debug/deps --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.22/src/lib.rs --crate-name serde --crate-type lib -g --cfg feature=\"std\" --cfg feature=\"default\" -C metadata=5c748cb46e1cb43c -C extra-filename=-5c748cb46e1cb43c --out-dir /home/cratesfyi/cocoa-0.5.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cocoa-0.5.3/debug/deps --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.7.0/src/lib.rs --crate-name bitflags --crate-type lib -g -C metadata=0e272044714c8076 -C extra-filename=-0e272044714c8076 --out-dir /home/cratesfyi/cocoa-0.5.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cocoa-0.5.3/debug/deps --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.2.3/build.rs --crate-name build_script_build --crate-type bin -g -C metadata=a4097c4c37d402ca --out-dir /home/cratesfyi/cocoa-0.5.3/debug/build/core-foundation-sys-a4097c4c37d402ca --emit=dep-info,link -L dependency=/home/cratesfyi/cocoa-0.5.3/debug/deps --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.20/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=29ef97a68464c2b7 -C extra-filename=-29ef97a68464c2b7 --out-dir /home/cratesfyi/cocoa-0.5.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cocoa-0.5.3/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cocoa-0.5.3/debug/build/core-foundation-sys-a4097c4c37d402ca/build-script-build`
Compiling malloc_buf v0.0.6
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.2.3/src/lib.rs --crate-name core_foundation_sys --crate-type lib -g -C metadata=93b96f39493ba0ef -C extra-filename=-93b96f39493ba0ef --out-dir /home/cratesfyi/cocoa-0.5.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cocoa-0.5.3/debug/deps --extern libc=/home/cratesfyi/cocoa-0.5.3/debug/deps/liblibc-29ef97a68464c2b7.rlib --cap-lints allow -l framework=CoreFoundation`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/malloc_buf-0.0.6/src/lib.rs --crate-name malloc_buf --crate-type lib -g -C metadata=7aa64dffd2b03b4f -C extra-filename=-7aa64dffd2b03b4f --out-dir /home/cratesfyi/cocoa-0.5.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cocoa-0.5.3/debug/deps --extern libc=/home/cratesfyi/cocoa-0.5.3/debug/deps/liblibc-29ef97a68464c2b7.rlib --cap-lints allow`
error: native frameworks are only available on OSX targets
Compiling objc v0.2.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/objc-0.2.2/src/lib.rs --crate-name objc --crate-type lib -g -C metadata=9578ff0dad145ffa -C extra-filename=-9578ff0dad145ffa --out-dir /home/cratesfyi/cocoa-0.5.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cocoa-0.5.3/debug/deps --extern malloc_buf=/home/cratesfyi/cocoa-0.5.3/debug/deps/libmalloc_buf-7aa64dffd2b03b4f.rlib --cap-lints allow`
error: aborting due to previous error
thread 'main' panicked at 'ChainedError {
error: Could not compile `core-foundation-sys`.,
cause: process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.2.3/src/lib.rs --crate-name core_foundation_sys --crate-type lib -g -C metadata=93b96f39493ba0ef -C extra-filename=-93b96f39493ba0ef --out-dir /home/cratesfyi/cocoa-0.5.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cocoa-0.5.3/debug/deps --extern libc=/home/cratesfyi/cocoa-0.5.3/debug/deps/liblibc-29ef97a68464c2b7.rlib --cap-lints allow -l framework=CoreFoundation` (exit code: 101)
}', src/bin/cratesfyi.rs:132
note: Run with `RUST_BACKTRACE=1` for a backtrace.