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
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Compiling rustc-serialize v0.3.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/pistoncore-event-0.0.10/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/pistoncore-event-0.0.10/debug/deps -L dependency=/home/cratesfyi/pistoncore-event-0.0.10/debug/deps --cap-lints allow`
Compiling bitflags v0.7.0
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/pistoncore-event-0.0.10/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/pistoncore-event-0.0.10/debug/deps -L dependency=/home/cratesfyi/pistoncore-event-0.0.10/debug/deps --cap-lints allow`
Compiling quack v0.0.13
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/quack-0.0.13/src/lib.rs --crate-name quack --crate-type lib -g -C metadata=6a14fd8835413c59 -C extra-filename=-6a14fd8835413c59 --out-dir /home/cratesfyi/pistoncore-event-0.0.10/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/pistoncore-event-0.0.10/debug/deps -L dependency=/home/cratesfyi/pistoncore-event-0.0.10/debug/deps --cap-lints allow`
Compiling clock_ticks v0.0.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs --crate-name clock_ticks --crate-type lib -g -C metadata=2128dbb64cb968f4 -C extra-filename=-2128dbb64cb968f4 --out-dir /home/cratesfyi/pistoncore-event-0.0.10/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/pistoncore-event-0.0.10/debug/deps -L dependency=/home/cratesfyi/pistoncore-event-0.0.10/debug/deps --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/quack-0.0.13/src/lib.rs:59:17: 59:45 error: trait `std::marker::PhantomFn` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/quack-0.0.13/src/lib.rs:59 pub trait Pair: std::marker::PhantomFn<Self> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quack-0.0.13/src/lib.rs:59:17: 59:45 help: run `rustc --explain E0405` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/quack-0.0.13/src/lib.rs:59:17: 59:45 help: no candidates by the name of `PhantomFn` found in your project; maybe you misspelled the name or forgot to import an external crate?
error: cannot continue compilation due to previous error
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:11:1: 11:19 error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783)
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:11 extern crate libc;
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:11:1: 11:19 help: add #![feature(libc)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:15:16: 15:21 error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783)
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:15 use libc::{c_int, timespec};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:15:16: 15:21 help: add #![feature(libc)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:15:23: 15:31 error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783)
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:15 use libc::{c_int, timespec};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:15:23: 15:31 help: add #![feature(libc)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:24:38: 24:43 error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783)
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:24 pub fn clock_gettime(clk_id: c_int, tp: *mut timespec) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:24:38: 24:43 help: add #![feature(libc)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:24:54: 24:62 error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783)
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:24 pub fn clock_gettime(clk_id: c_int, tp: *mut timespec) -> c_int;
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:24:54: 24:62 help: add #![feature(libc)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:24:67: 24:72 error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783)
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:24 pub fn clock_gettime(clk_id: c_int, tp: *mut timespec) -> c_int;
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:24:67: 24:72 help: add #![feature(libc)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:77:39: 77:48 error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783)
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:77 let mut ts = libc::timespec { tv_sec: 0, tv_nsec: 0 };
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:77:39: 77:48 help: add #![feature(libc)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:77:50: 77:60 error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783)
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:77 let mut ts = libc::timespec { tv_sec: 0, tv_nsec: 0 };
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:77:50: 77:60 help: add #![feature(libc)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:77:22: 77:36 error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783)
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:77 let mut ts = libc::timespec { tv_sec: 0, tv_nsec: 0 };
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:77:22: 77:36 help: add #![feature(libc)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:79:32: 79:53 error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783)
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:79 imp::clock_gettime(libc::CLOCK_MONOTONIC, &mut ts);
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:79:32: 79:53 help: add #![feature(libc)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:81:20: 81:26 error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783)
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:81 return (ts.tv_sec as u64) * 1000000000 + (ts.tv_nsec as u64)
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:81:20: 81:26 help: add #![feature(libc)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:81:54: 81:61 error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783)
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:81 return (ts.tv_sec as u64) * 1000000000 + (ts.tv_nsec as u64)
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clock_ticks-0.0.2/src/lib.rs:81:54: 81:61 help: add #![feature(libc)] to the crate attributes to enable
error: aborting due to 12 previous errors
thread 'main' panicked at 'ChainedError {
error: failed to compile `pistoncore-event v0.0.10`, intermediate artifacts can be found at `/home/cratesfyi/pistoncore-event-0.0.10`,
cause: ChainedError {
error: Could not compile `quack`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/quack-0.0.13/src/lib.rs --crate-name quack --crate-type lib -g -C metadata=6a14fd8835413c59 -C extra-filename=-6a14fd8835413c59 --out-dir /home/cratesfyi/pistoncore-event-0.0.10/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/pistoncore-event-0.0.10/debug/deps -L dependency=/home/cratesfyi/pistoncore-event-0.0.10/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.