compacts-bits 0.2.1

succinct bit vector
Build #64747 2017-07-12 21:54:28

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.19.0-dev (28a93c1f4 2017-05-31)

# docs.rs version cratesfyi 0.4.1 (003e49d 2017-06-08)

# build log Build failed, waiting for other jobs to finish... Updating registry `https://github.com/rust-lang/crates.io-index` Fresh libc v0.2.26 Fresh stable_deref_trait v1.0.0 Fresh either v1.1.0 Compiling compacts-prim v0.2.1 Fresh smallvec v0.4.1 Fresh thread-id v3.2.0 Fresh rand v0.3.15 Fresh owning_ref v0.3.3 Running `rustc --crate-name compacts_prim .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=26af3255b4a503ff -C extra-filename=-26af3255b4a503ff --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Fresh itertools v0.6.0 Fresh parking_lot_core v0.2.2 Fresh parking_lot v0.4.4 Compiling karabiner-onetime v0.1.0 Running `rustc --crate-name karabiner_onetime .cargo/registry/src/github.com-1ecc6299db9ec823/karabiner-onetime-0.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=fce69ab7b1114bcb -C extra-filename=-fce69ab7b1114bcb --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern parking_lot=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot-3d4f92909099fe8c.rlib --extern-version parking_lot=parking_lot,0.4.4 --cap-lints allow` error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:4:5 | 4 | const WIDTH: usize; | ^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:6:5 | 6 | const MIN_BOUND: Self; | ^^^^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:7:5 | 7 | const MAX_BOUND: Self; | ^^^^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:19:13 | 19 | const WIDTH: usize = $size; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 33 | impl_UnsignedInt!((u64, 64), (u32, 32), (u16, 16), (u8, 8)); | ------------------------------------------------------------ in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:21:13 | 21 | const MIN_BOUND: Self = 0; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 33 | impl_UnsignedInt!((u64, 64), (u32, 32), (u16, 16), (u8, 8)); | ------------------------------------------------------------ in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:22:13 | 22 | const MAX_BOUND: Self = !(0 as Self); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 33 | impl_UnsignedInt!((u64, 64), (u32, 32), (u16, 16), (u8, 8)); | ------------------------------------------------------------ in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:19:13 | 19 | const WIDTH: usize = $size; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 33 | impl_UnsignedInt!((u64, 64), (u32, 32), (u16, 16), (u8, 8)); | ------------------------------------------------------------ in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:21:13 | 21 | const MIN_BOUND: Self = 0; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 33 | impl_UnsignedInt!((u64, 64), (u32, 32), (u16, 16), (u8, 8)); | ------------------------------------------------------------ in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:22:13 | 22 | const MAX_BOUND: Self = !(0 as Self); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 33 | impl_UnsignedInt!((u64, 64), (u32, 32), (u16, 16), (u8, 8)); | ------------------------------------------------------------ in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:19:13 | 19 | const WIDTH: usize = $size; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 33 | impl_UnsignedInt!((u64, 64), (u32, 32), (u16, 16), (u8, 8)); | ------------------------------------------------------------ in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:21:13 | 21 | const MIN_BOUND: Self = 0; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 33 | impl_UnsignedInt!((u64, 64), (u32, 32), (u16, 16), (u8, 8)); | ------------------------------------------------------------ in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:22:13 | 22 | const MAX_BOUND: Self = !(0 as Self); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 33 | impl_UnsignedInt!((u64, 64), (u32, 32), (u16, 16), (u8, 8)); | ------------------------------------------------------------ in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:19:13 | 19 | const WIDTH: usize = $size; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 33 | impl_UnsignedInt!((u64, 64), (u32, 32), (u16, 16), (u8, 8)); | ------------------------------------------------------------ in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:21:13 | 21 | const MIN_BOUND: Self = 0; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 33 | impl_UnsignedInt!((u64, 64), (u32, 32), (u16, 16), (u8, 8)); | ------------------------------------------------------------ in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:22:13 | 22 | const MAX_BOUND: Self = !(0 as Self); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 33 | impl_UnsignedInt!((u64, 64), (u32, 32), (u16, 16), (u8, 8)); | ------------------------------------------------------------ in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:19:13 | 19 | const WIDTH: usize = $size; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 38 | impl_UnsignedInt!((usize, 64)); | ------------------------------- in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:21:13 | 21 | const MIN_BOUND: Self = 0; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 38 | impl_UnsignedInt!((usize, 64)); | ------------------------------- in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:22:13 | 22 | const MAX_BOUND: Self = !(0 as Self); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 38 | impl_UnsignedInt!((usize, 64)); | ------------------------------- in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:19:13 | 19 | const WIDTH: usize = $size; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 40 | impl_UnsignedInt!((u128, 128)); | ------------------------------- in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:21:13 | 21 | const MIN_BOUND: Self = 0; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 40 | impl_UnsignedInt!((u128, 128)); | ------------------------------- in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: associated constants are experimental (see issue #29646) --> .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs:22:13 | 22 | const MAX_BOUND: Self = !(0 as Self); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 40 | impl_UnsignedInt!((u128, 128)); | ------------------------------- in this macro invocation | = help: add #![feature(associated_consts)] to the crate attributes to enable error: aborting due to previous error(s) error: Could not compile `compacts-prim`. Caused by: process didn't exit successfully: `rustc --crate-name compacts_prim .cargo/registry/src/github.com-1ecc6299db9ec823/compacts-prim-0.2.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=26af3255b4a503ff -C extra-filename=-26af3255b4a503ff --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --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.