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.22.0-dev (b1cfd1750 2017-09-21)# docs.rs version cratesfyi 0.4.2 (13da7b2 2017-10-12)# build log Build failed, waiting for other jobs to finish... Updating registry `https://github.com/rust-lang/crates.io-index` Downloading cocoa v0.14.0 Fresh block v0.1.6 Fresh bitflags v1.0.1 Fresh libc v0.2.36 Fresh foreign-types-shared v0.1.1 Fresh malloc_buf v0.0.6 Fresh foreign-types v0.3.2 Compiling objc v0.2.2 Running `rustc --crate-name objc .cargo/registry/src/github.com-1ecc6299db9ec823/objc-0.2.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=c92114813f6aaa9d -C extra-filename=-c92114813f6aaa9d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern malloc_buf=/home/cratesfyi/cratesfyi/debug/deps/libmalloc_buf-415e7adc4ba4bb1c.rlib --extern-version malloc_buf=malloc_buf,0.0.6 --cap-lints allow` Fresh core-foundation-sys v0.5.1 Fresh core-foundation v0.5.1 Compiling core-graphics v0.13.0 Running `rustc --crate-name core_graphics .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=b5634e022a55da83 -C extra-filename=-b5634e022a55da83 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern foreign_types=/home/cratesfyi/cratesfyi/debug/deps/libforeign_types-568e725be6c36e94.rlib --extern-version foreign_types=foreign-types,0.3.2 --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-9522102d45f1e994.rlib --extern-version bitflags=bitflags,1.0.1 --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-eb4392a9a251d6bb.rlib --extern-version core_foundation=core-foundation,0.5.1 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-5c4860c1380f51fa.rlib --extern-version libc=libc,0.2.36 --cap-lints allow` error[E0455]: native frameworks are only available on macOS targets --> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/color_space.rs:45:1 | 45 | #[link(name = "CoreGraphics", kind = "framework")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0455]: native frameworks are only available on macOS targets --> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/context.rs:238:1 | 238 | #[link(name = "CoreGraphics", kind = "framework")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0455]: native frameworks are only available on macOS targets --> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/data_provider.rs:73:1 | 73 | #[link(name = "CoreGraphics", kind = "framework")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0455]: native frameworks are only available on macOS targets --> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/font.rs:127:1 | 127 | #[link(name = "CoreGraphics", kind = "framework")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0455]: native frameworks are only available on macOS targets --> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/geometry.rs:180:5 | 180 | #[link(name = "CoreGraphics", kind = "framework")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0455]: native frameworks are only available on macOS targets --> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/image.rs:95:1 | 95 | #[link(name = "CoreGraphics", kind = "framework")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0455]: native frameworks are only available on macOS targets --> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/path.rs:111:1 | 111 | #[link(name = "CoreGraphics", kind = "framework")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to 7 previous errors error: Could not compile `core-graphics`. Caused by: process didn't exit successfully: `rustc --crate-name core_graphics .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.13.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="default" -C metadata=b5634e022a55da83 -C extra-filename=-b5634e022a55da83 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern foreign_types=/home/cratesfyi/cratesfyi/debug/deps/libforeign_types-568e725be6c36e94.rlib --extern-version foreign_types=foreign-types,0.3.2 --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-9522102d45f1e994.rlib --extern-version bitflags=bitflags,1.0.1 --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-eb4392a9a251d6bb.rlib --extern-version core_foundation=core-foundation,0.5.1 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-5c4860c1380f51fa.rlib --extern-version libc=libc,0.2.36 --cap-lints allow` (exit code: 101) thread 'main' panicked at 'build failed', src/bin/cratesfyi.rs:142 note: Run with `RUST_BACKTRACE=1` for a backtrace.