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
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading rocket v0.3.7
Fresh gcc v0.3.54
Fresh memoffset v0.2.1
Fresh unicode-normalization v0.1.5
Fresh lazy_static v1.0.0
Fresh typeable v0.1.2
Fresh safemem v0.2.0
Fresh untrusted v0.5.1
Compiling state v0.4.0
Compiling pear v0.0.14
Fresh smallvec v0.4.4
Fresh byteorder v1.2.2
Fresh language-tags v0.2.2
Fresh libc v0.2.40
Running `rustc --crate-name pear .cargo/registry/src/github.com-1ecc6299db9ec823/pear-0.0.14/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=0052267e73dafc86 -C extra-filename=-0052267e73dafc86 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh httparse v1.2.4
Fresh traitobject v0.1.0
Fresh base64 v0.6.0
Fresh matches v0.1.6
Running `rustc --crate-name state .cargo/registry/src/github.com-1ecc6299db9ec823/state-0.4.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=fca7ae61f69bc682 -C extra-filename=-fca7ae61f69bc682 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh yansi v0.4.0
Fresh ordermap v0.2.13
Fresh cfg-if v0.1.2
Fresh unicode-bidi v0.3.4
Fresh serde v1.0.37
Fresh percent-encoding v1.0.1
Fresh crossbeam-utils v0.2.2
Fresh memchr v1.0.2
Fresh num_cpus v1.8.0
Fresh rand v0.4.2
Fresh isatty v0.1.6
Fresh time v0.1.39
Fresh scopeguard v0.3.3
Fresh nodrop v0.1.12
Fresh arrayvec v0.4.7
Fresh version_check v0.1.3
Fresh unicase v1.4.2
Fresh lazy_static v0.2.11
Fresh log v0.4.1
Fresh log v0.3.9
Fresh mime v0.2.6
Compiling rocket v0.3.7
Fresh idna v0.1.4
Fresh toml v0.4.5
Fresh crossbeam-epoch v0.3.1
Fresh url v1.7.0
Fresh crossbeam-deque v0.2.0
Fresh hyper v0.10.13
Fresh rayon-core v1.4.0
Fresh rayon v0.7.1
Compiling ring v0.11.0
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.11.0/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="use_heap"' --cfg 'feature="rsa_signing"' -C metadata=82ae4765159dcffe -C extra-filename=-82ae4765159dcffe --out-dir /home/cratesfyi/cratesfyi/debug/build/ring-82ae4765159dcffe -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern gcc=/home/cratesfyi/cratesfyi/debug/deps/libgcc-da7e919133cea6e4.rlib --extern-version gcc=gcc,0.3.54 --extern rayon=/home/cratesfyi/cratesfyi/debug/deps/librayon-41e72f80dd58debe.rlib --extern-version rayon=rayon,0.7.1 --cap-lints allow`
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/rocket-0.3.7/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="rustls"' --cfg 'feature="tls"' --cfg 'feature="hyper-sync-rustls"' -C metadata=376c9088b009464b -C extra-filename=-376c9088b009464b --out-dir /home/cratesfyi/cratesfyi/debug/build/rocket-376c9088b009464b -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern yansi=/home/cratesfyi/cratesfyi/debug/deps/libyansi-71b3d119ff509647.rlib --extern-version yansi=yansi,0.4.0 --extern version_check=/home/cratesfyi/cratesfyi/debug/deps/libversion_check-7be9e473dada424b.rlib --extern-version version_check=version_check,0.1.3 --cap-lints allow`
Compiling pear_codegen v0.0.14
Running `/home/cratesfyi/cratesfyi/debug/build/pear_codegen-6cad8be9d26c6389/build-script-build`
error: failed to run custom build command for `pear_codegen v0.0.14`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/pear_codegen-6cad8be9d26c6389/build-script-build` (exit code: 101)
--- stderr
[1;31mError:[0m [37mPear requires a more recent version of rustc.[0m
[34mUse `[0m[37mrustup update[0m[34m` or your preferred method to update Rust.[0m
[37mInstalled version is:[0m [33m1.26.0-dev (2018-03-16)[0m. [37mMinimum required:[0m [33m1.27.0-nightly (2018-04-03)[0m.
thread 'main' panicked at 'Aborting compilation due to incompatible compiler.', .cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.14/build.rs:43:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.
thread 'main' panicked at 'Error(
CargoError(
build failed
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.