Build #100849 2018-05-24T14:00:05.027331+00:00
# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading uuid v0.6.5
Fresh cfg-if v0.1.3
Fresh md5 v0.3.7
Fresh sha1 v0.6.0
Compiling byteorder v1.2.3
Fresh slog v2.2.3
Fresh libc v0.2.41
Running `rustc --crate-name byteorder .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="i128"' -C metadata=99cf22f38d4d4838 -C extra-filename=-99cf22f38d4d4838 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh rand v0.4.2
Fresh serde v1.0.59
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:90:24
|
90 | fn extend_sign128(val: u128, nbytes: usize) -> i128 {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:90:48
|
90 | fn extend_sign128(val: u128, nbytes: usize) -> i128 {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:92:23
|
92 | (val << shift) as i128 >> shift
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:103:26
|
103 | fn unextend_sign128(val: i128, nbytes: usize) -> u128 {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:103:50
|
103 | fn unextend_sign128(val: i128, nbytes: usize) -> u128 {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:105:23
|
105 | (val << shift) as u128 >> shift
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:131:20
|
131 | fn pack_size128(n: u128) -> usize {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:298:33
|
298 | fn read_u128(buf: &[u8]) -> u128;
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:339:51
|
339 | fn read_uint128(buf: &[u8], nbytes: usize) -> u128;
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:437:38
|
437 | fn write_u128(buf: &mut [u8], n: u128);
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:478:41
|
478 | fn write_uint128(buf: &mut [u8], n: u128, nbytes: usize);
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:587:33
|
587 | fn read_i128(buf: &[u8]) -> i128 {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:588:33
|
588 | Self::read_u128(buf) as i128
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:634:50
|
634 | fn read_int128(buf: &[u8], nbytes: usize) -> i128 {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:791:38
|
791 | fn write_i128(buf: &mut [u8], n: i128) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:792:36
|
792 | Self::write_u128(buf, n as u128)
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:838:40
|
838 | fn write_int128(buf: &mut [u8], n: i128, nbytes: usize) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:981:46
|
981 | fn read_u128_into(src: &[u8], dst: &mut [u128]);
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1093:46
|
1093 | fn read_i128_into(src: &[u8], dst: &mut [i128]) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1095:64
|
1095 | slice::from_raw_parts_mut(dst.as_mut_ptr() as *mut u128, dst.len())
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1251:31
|
1251 | fn write_u128_into(src: &[u128], dst: &mut [u8]);
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1359:31
|
1359 | fn write_i128_into(src: &[i128], dst: &mut [u8]) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1361:58
|
1361 | slice::from_raw_parts(src.as_ptr() as *const u128, src.len())
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1503:39
|
1503 | fn from_slice_u128(numbers: &mut [u128]);
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1599:35
|
1599 | fn from_slice_i128(src: &mut [i128]) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1601:60
|
1601 | slice::from_raw_parts_mut(src.as_ptr() as *mut u128, src.len())
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1814:33
|
1814 | fn read_u128(buf: &[u8]) -> u128 {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1815:25
|
1815 | read_num_bytes!(u128, 16, buf, to_be)
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1832:51
|
1832 | fn read_uint128(buf: &[u8], nbytes: usize) -> u128 {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1839:34
|
1839 | (*(ptr_out as *const u128)).to_be()
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1860:38
|
1860 | fn write_u128(buf: &mut [u8], n: u128) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1879:41
|
1879 | fn write_uint128(buf: &mut [u8], n: u128, nbytes: usize) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1883:48
|
1883 | let bytes = *(&n.to_be() as *const u128 as *const [u8; 16]);
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1908:46
|
1908 | fn read_u128_into(src: &[u8], dst: &mut [u128]) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1941:31
|
1941 | fn write_u128_into(src: &[u128], dst: &mut [u8]) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1943:43
|
1943 | write_slice_native!(src, dst, u128, 16);
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1945:36
|
1945 | write_slice!(src, dst, u128, 16, Self::write_u128);
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:1978:39
|
1978 | fn from_slice_u128(numbers: &mut [u128]) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:2029:33
|
2029 | fn read_u128(buf: &[u8]) -> u128 {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:2030:25
|
2030 | read_num_bytes!(u128, 16, buf, to_le)
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:2046:51
|
2046 | fn read_uint128(buf: &[u8], nbytes: usize) -> u128 {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:2052:34
|
2052 | (*(ptr_out as *const u128)).to_le()
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:2073:38
|
2073 | fn write_u128(buf: &mut [u8], n: u128) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:2089:41
|
2089 | fn write_uint128(buf: &mut [u8], n: u128, nbytes: usize) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:2090:35
|
2090 | assert!(pack_size128(n as u128) <= nbytes && nbytes <= 16);
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:2093:48
|
2093 | let bytes = *(&n.to_le() as *const u128 as *const [u8; 16]);
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:2115:46
|
2115 | fn read_u128_into(src: &[u8], dst: &mut [u128]) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:2148:31
|
2148 | fn write_u128_into(src: &[u128], dst: &mut [u8]) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:2150:43
|
2150 | write_slice_native!(src, dst, u128, 16);
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:2152:36
|
2152 | write_slice!(src, dst, u128, 16, Self::write_u128);
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs:2185:39
|
2185 | fn from_slice_u128(numbers: &mut [u128]) {
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error: aborting due to 51 previous errors
For more information about this error, try `rustc --explain E0658`.
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not compile `byteorder`.,
cause: process didn't exit successfully: `rustc --crate-name byteorder .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.2.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="i128" -C metadata=99cf22f38d4d4838 -C extra-filename=-99cf22f38d4d4838 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.