kqueue 0.2.0

kqueue interface for BSDs
Build #42838 2017-02-26 21:24:08

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.17.0-nightly (0f34b532a 2017-02-21)

# docs.rs version cratesfyi 0.3.1 (35080d4 2017-01-24)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading kqueue v0.2.0 Compiling bitflags v0.7.0 Compiling libc v0.2.20 Running `rustc --crate-name bitflags .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.7.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=65ddff5d2b91509e -C extra-filename=-65ddff5d2b91509e --out-dir /home/cratesfyi/kqueue-0.2.0/debug/deps -L dependency=/home/cratesfyi/kqueue-0.2.0/debug/deps --cap-lints allow` Running `rustc --crate-name libc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.20/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=2a4507ee5e52ea3e -C extra-filename=-2a4507ee5e52ea3e --out-dir /home/cratesfyi/kqueue-0.2.0/debug/deps -L dependency=/home/cratesfyi/kqueue-0.2.0/debug/deps --cap-lints allow` Compiling kqueue-sys v0.1.2 Running `rustc --crate-name kqueue_sys .cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.1.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=3fc76b2c55720eea -C extra-filename=-3fc76b2c55720eea --out-dir /home/cratesfyi/kqueue-0.2.0/debug/deps -L dependency=/home/cratesfyi/kqueue-0.2.0/debug/deps --extern libc=/home/cratesfyi/kqueue-0.2.0/debug/deps/liblibc-2a4507ee5e52ea3e.rlib --extern bitflags=/home/cratesfyi/kqueue-0.2.0/debug/deps/libbitflags-65ddff5d2b91509e.rlib --cap-lints allow` error[E0412]: cannot find type `EventFilter` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.1.2/src/lib.rs:26:17 | 26 | pub filter: EventFilter, | ^^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `EventFlag` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.1.2/src/lib.rs:27:16 | 27 | pub flags: EventFlag, | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `FilterFlag` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.1.2/src/lib.rs:28:17 | 28 | pub fflags: FilterFlag, | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `EventFilter` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.1.2/src/lib.rs:26:17 | 26 | pub filter: EventFilter, | ^^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `EventFlag` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.1.2/src/lib.rs:27:16 | 27 | pub flags: EventFlag, | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `FilterFlag` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.1.2/src/lib.rs:28:17 | 28 | pub fflags: FilterFlag, | ^^^^^^^^^^ not found in this scope error[E0204]: the trait `Copy` may not be implemented for this type --> .cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.1.2/src/lib.rs:22:17 | 22 | #[derive(Clone, Copy, Debug)] | ^^^^ ... 26 | pub filter: EventFilter, | ----------------------- this field does not implement `Copy` error: aborting due to previous error thread 'main' panicked at 'ChainedError { error: Could not compile `kqueue-sys`., cause: process didn't exit successfully: `rustc --crate-name kqueue_sys .cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.1.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=3fc76b2c55720eea -C extra-filename=-3fc76b2c55720eea --out-dir /home/cratesfyi/kqueue-0.2.0/debug/deps -L dependency=/home/cratesfyi/kqueue-0.2.0/debug/deps --extern libc=/home/cratesfyi/kqueue-0.2.0/debug/deps/liblibc-2a4507ee5e52ea3e.rlib --extern bitflags=/home/cratesfyi/kqueue-0.2.0/debug/deps/libbitflags-65ddff5d2b91509e.rlib --cap-lints allow` (exit code: 101) }', src/bin/cratesfyi.rs:137 note: Run with `RUST_BACKTRACE=1` for a backtrace.