dev 0.1.0

An interface to system/kernel devices
Build #103300 2018-06-06 04:18:50

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.28.0-dev (b9bf4f162 2018-06-02)

# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Fresh cfg-if v0.1.3 Compiling err v0.0.8 Fresh void v1.0.2 Fresh bitflags v1.0.3 Fresh libc v0.2.42 Running `rustc --crate-name err .cargo/registry/src/github.com-1ecc6299db9ec823/err-0.0.8/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=43eab17e51d3ed6b -C extra-filename=-43eab17e51d3ed6b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Fresh nix v0.11.0 Documenting dev v0.1.0 Running `rustdoc --crate-name dev .cargo/registry/src/github.com-1ecc6299db9ec823/dev-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern err=/home/cratesfyi/cratesfyi/debug/deps/liberr-43eab17e51d3ed6b.rlib --extern-version err=err,0.0.8 --extern nix=/home/cratesfyi/cratesfyi/debug/deps/libnix-a32db061f0a24463.rlib --extern-version nix=nix,0.11.0 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-20ec46e507fb9197.rlib --extern-version libc=libc,0.2.42` error: cannot find macro `ioctl!` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/dev-0.1.0/src/lib.rs:34:1 | 34 | ioctl!{bad blkgetsize64 with ior!(0x12, 114, mem::size_of::<size_t>()) } | ^^^^^ error: cannot find macro `ioctl!` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/dev-0.1.0/src/lib.rs:43:1 | 43 | ioctl!{none blkpbszget with 0x12, 123} | ^^^^^ thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `dev`., cause: process didn't exit successfully: `rustdoc --crate-name dev .cargo/registry/src/github.com-1ecc6299db9ec823/dev-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern err=/home/cratesfyi/cratesfyi/debug/deps/liberr-43eab17e51d3ed6b.rlib --extern-version err=err,0.0.8 --extern nix=/home/cratesfyi/cratesfyi/debug/deps/libnix-a32db061f0a24463.rlib --extern-version nix=nix,0.11.0 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-20ec46e507fb9197.rlib --extern-version libc=libc,0.2.42` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.