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.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 diesel_codegen v0.16.1 Fresh byteorder v1.2.3 Fresh void v1.0.2 Fresh dtoa v0.4.2 Fresh utf8-ranges v1.0.0 Fresh quote v0.3.15 Fresh ucd-util v0.1.1 Fresh unicode-xid v0.1.0 Compiling diesel v0.16.0 Fresh libc v0.2.41 Compiling serde v1.0.62 Fresh itoa v0.4.1 Fresh unreachable v1.0.0 Fresh proc-macro2 v0.4.3 Fresh memchr v2.0.1 Running `rustc --crate-name diesel .cargo/registry/src/github.com-1ecc6299db9ec823/diesel-0.16.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=9b7c65dbd8e2f86b -C extra-filename=-9b7c65dbd8e2f86b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-9912b24f648af35d.rlib --extern-version byteorder=byteorder,1.2.3 --cap-lints allow` Fresh error-chain v0.10.0 Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="serde_derive"' -C metadata=fd14badb888845f2 -C extra-filename=-fd14badb888845f2 --out-dir /home/cratesfyi/cratesfyi/debug/build/serde-fd14badb888845f2 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Fresh regex-syntax v0.5.6 Fresh lazy_static v1.0.0 Fresh unicode-xid v0.0.4 Fresh quote v0.6.2 Fresh aho-corasick v0.6.4 Fresh thread_local v0.3.5 Fresh synom v0.11.3 Fresh syn v0.14.0 Fresh regex v0.2.11 Fresh syn v0.11.11 Fresh serde_derive v1.0.62 Fresh derive-error-chain v0.10.1 Compiling dotenv v0.10.1 Running `rustc --crate-name dotenv .cargo/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=29ccc4f5fc39f11d -C extra-filename=-29ccc4f5fc39f11d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern error_chain=/home/cratesfyi/cratesfyi/debug/deps/liberror_chain-fee2eba6005198d7.rlib --extern-version error_chain=error-chain,0.10.0 --extern derive_error_chain=/home/cratesfyi/cratesfyi/debug/deps/libderive_error_chain-b73d122d859b36e5.so --extern-version derive_error_chain=derive-error-chain,0.10.1 --extern regex=/home/cratesfyi/cratesfyi/debug/deps/libregex-1e7c3af47d940865.rlib --extern-version regex=regex,0.2.11 --cap-lints allow` Running `/home/cratesfyi/cratesfyi/debug/build/serde-fd14badb888845f2/build-script-build` Running `rustc --crate-name serde .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="serde_derive"' -C metadata=464b6d4c22d49ce7 -C extra-filename=-464b6d4c22d49ce7 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern serde_derive=/home/cratesfyi/cratesfyi/debug/deps/libserde_derive-4c97bcde6d1db054.so --extern-version serde_derive=serde_derive,1.0.62 --cap-lints allow --cfg de_boxed_c_str --cfg de_rc_dst --cfg integer128` error[E0658]: 128-bit type is unstable (see issue #35118) --> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/value.rs:242:29 | 242 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_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/serde-1.0.62/src/de/value.rs:243:29 | 243 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_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/serde-1.0.62/src/de/from_primitive.rs:183:28 | 183 | impl FromPrimitive for 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/serde-1.0.62/src/de/from_primitive.rs:186:23 | 186 | Some(n 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/serde-1.0.62/src/de/from_primitive.rs:190:23 | 190 | Some(n 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/serde-1.0.62/src/de/from_primitive.rs:194:23 | 194 | Some(n 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/serde-1.0.62/src/de/from_primitive.rs:198:23 | 198 | Some(n 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/serde-1.0.62/src/de/from_primitive.rs:202:23 | 202 | Some(n 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/serde-1.0.62/src/de/from_primitive.rs:206:23 | 206 | Some(n 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/serde-1.0.62/src/de/from_primitive.rs:210:23 | 210 | Some(n 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/serde-1.0.62/src/de/from_primitive.rs:214:23 | 214 | Some(n 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/serde-1.0.62/src/de/from_primitive.rs:218:28 | 218 | impl FromPrimitive for 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/serde-1.0.62/src/de/from_primitive.rs:222:27 | 222 | Some(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/serde-1.0.62/src/de/from_primitive.rs:230:27 | 230 | Some(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/serde-1.0.62/src/de/from_primitive.rs:238:27 | 238 | Some(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/serde-1.0.62/src/de/from_primitive.rs:246:27 | 246 | Some(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/serde-1.0.62/src/de/from_primitive.rs:253:23 | 253 | Some(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/serde-1.0.62/src/de/from_primitive.rs:257:23 | 257 | Some(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/serde-1.0.62/src/de/from_primitive.rs:261:23 | 261 | Some(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/serde-1.0.62/src/de/from_primitive.rs:265:23 | 265 | Some(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/serde-1.0.62/src/de/impls.rs:170:36 | 170 | impl<'de> Deserialize<'de> for 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/serde-1.0.62/src/de/impls.rs:179:30 | 179 | type Value = 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/serde-1.0.62/src/de/impls.rs:188:43 | 188 | fn visit_i128<E>(self, v: i128) -> Result<Self::Value, E> | ^^^^ | = 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/serde-1.0.62/src/de/impls.rs:196:43 | 196 | fn visit_u128<E>(self, v: u128) -> Result<Self::Value, E> | ^^^^ | = 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/serde-1.0.62/src/de/impls.rs:200:29 | 200 | if v <= i128::max_value() 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/serde-1.0.62/src/de/impls.rs:200:50 | 200 | if v <= i128::max_value() 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/serde-1.0.62/src/de/impls.rs:201:33 | 201 | Ok(v 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/serde-1.0.62/src/de/impls.rs:212:36 | 212 | impl<'de> Deserialize<'de> for 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/serde-1.0.62/src/de/impls.rs:221:30 | 221 | type Value = 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/serde-1.0.62/src/de/impls.rs:230:43 | 230 | fn visit_i128<E>(self, v: i128) -> Result<Self::Value, E> | ^^^^ | = 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/serde-1.0.62/src/de/impls.rs:235:33 | 235 | Ok(v 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/serde-1.0.62/src/de/impls.rs:242:43 | 242 | fn visit_u128<E>(self, v: u128) -> Result<Self::Value, E> | ^^^^ | = 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/serde-1.0.62/src/de/mod.rs:1328:35 | 1328 | fn visit_i128<E>(self, v: i128) -> Result<Self::Value, E> | ^^^^ | = 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/serde-1.0.62/src/de/mod.rs:1388:35 | 1388 | fn visit_u128<E>(self, v: u128) -> Result<Self::Value, E> | ^^^^ | = 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/serde-1.0.62/src/ser/impls.rs:20:28 | 20 | impl Serialize for $ty { | ^^^ ... 48 | primitive_impl!(i128, serialize_i128); | -------------------------------------- in this macro invocation | = 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/serde-1.0.62/src/ser/impls.rs:20:28 | 20 | impl Serialize for $ty { | ^^^ ... 49 | primitive_impl!(u128, serialize_u128); | -------------------------------------- in this macro invocation | = 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/serde-1.0.62/src/ser/mod.rs:520:36 | 520 | fn serialize_i128(self, v: i128) -> Result<Self::Ok, Self::Error> { | ^^^^ | = 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/serde-1.0.62/src/ser/mod.rs:655:36 | 655 | fn serialize_u128(self, v: u128) -> Result<Self::Ok, Self::Error> { | ^^^^ | = help: add #![feature(i128_type)] to the crate attributes to enable error: aborting due to 38 previous errors For more information about this error, try `rustc --explain E0658`. thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not compile `serde`., cause: process didn't exit successfully: `rustc --crate-name serde .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="default" --cfg feature="derive" --cfg feature="std" --cfg feature="serde_derive" -C metadata=464b6d4c22d49ce7 -C extra-filename=-464b6d4c22d49ce7 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern serde_derive=/home/cratesfyi/cratesfyi/debug/deps/libserde_derive-4c97bcde6d1db054.so --extern-version serde_derive=serde_derive,1.0.62 --cap-lints allow --cfg de_boxed_c_str --cfg de_rc_dst --cfg integer128` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.