basic-auth-raw 0.1.0

A library to provide a base for Basic Authentication for use in Rocket
Documentation

Build #99872 2018-05-16 09:42:00

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... Build failed, waiting for other jobs to finish... Updating registry `https://github.com/rust-lang/crates.io-index` Downloading basic-auth-raw v0.1.0 Fresh nodrop v0.1.12 Fresh typeable v0.1.2 Fresh version_check v0.1.3 Fresh serde v1.0.55 Fresh pear v0.0.16 Fresh percent-encoding v1.0.1 Fresh untrusted v0.5.1 Fresh yansi v0.4.0 Fresh gcc v0.3.54 Fresh language-tags v0.2.2 Fresh cfg-if v0.1.3 Fresh toml v0.4.6 Fresh safemem v0.2.0 Fresh libc v0.2.40 Fresh traitobject v0.1.0 Fresh smallvec v0.6.1 Fresh arrayvec v0.4.7 Fresh num_cpus v1.8.0 Fresh byteorder v1.2.3 Fresh scopeguard v0.3.3 Fresh lazy_static v0.2.11 Compiling rocket v0.3.10 Compiling pear_codegen v0.0.16 Fresh rand v0.4.2 Running `/home/cratesfyi/cratesfyi/debug/build/rocket-d6dfff41565bfc4e/build-script-build` Fresh httparse v1.2.4 Fresh time v0.1.40 Running `/home/cratesfyi/cratesfyi/debug/build/pear_codegen-f439e990b4c4c78e/build-script-build` Fresh memoffset v0.2.1 Fresh unicode-normalization v0.1.7 Fresh crossbeam-utils v0.2.2 Fresh base64 v0.6.0 Fresh base64 v0.9.1 Fresh isatty v0.1.7 Fresh lazy_static v1.0.0 Fresh log v0.4.1 Fresh state v0.4.1 Fresh memchr v2.0.1 Fresh unicase v1.4.2 Fresh crossbeam-epoch v0.3.1 Fresh log v0.3.9 Fresh matches v0.1.6 Fresh ordermap v0.2.13 Fresh crossbeam-deque v0.2.0 Fresh mime v0.2.6 Fresh unicode-bidi v0.3.4 Fresh rayon-core v1.4.0 Fresh idna v0.1.4 Fresh rayon v0.7.1 Fresh url v1.7.0 Fresh hyper v0.10.13 Fresh ring v0.11.0 Compiling cookie v0.9.2 Running `rustc --crate-name cookie .cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.9.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="url"' --cfg 'feature="secure"' --cfg 'feature="percent-encode"' --cfg 'feature="base64"' -C metadata=25afd92ab2a5a562 -C extra-filename=-25afd92ab2a5a562 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern url=/home/cratesfyi/cratesfyi/debug/deps/liburl-bae103a4d2fe2fa7.rlib --extern-version url=url,1.7.0 --extern time=/home/cratesfyi/cratesfyi/debug/deps/libtime-9789123e7e0740ba.rlib --extern-version time=time,0.1.40 --extern ring=/home/cratesfyi/cratesfyi/debug/deps/libring-6313244423afb057.rlib --extern-version ring=ring,0.11.0 --extern base64=/home/cratesfyi/cratesfyi/debug/deps/libbase64-a291621c2d75c471.rlib --extern-version base64=base64,0.6.0 --cap-lints allow -L native=/home/cratesfyi/cratesfyi/debug/build/ring-08f99e4c1ac942bc/out` error: failed to run custom build command for `rocket v0.3.10` process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/rocket-d6dfff41565bfc4e/build-script-build` (exit code: 101) --- stderr Error: Rocket requires a more recent version of rustc. Use `rustup update` or your preferred method to update Rust. Installed version is: 1.26.0-dev (2018-03-16). Minimum required: 1.27.0-nightly (2018-04-26). thread 'main' panicked at 'Aborting compilation due to incompatible compiler.', .cargo/registry/src/github.com-1ecc6299db9ec823/rocket-0.3.10/build.rs:50:13 note: Run with `RUST_BACKTRACE=1` for a backtrace. error: failed to run custom build command for `pear_codegen v0.0.16` process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/pear_codegen-f439e990b4c4c78e/build-script-build` (exit code: 101) --- stderr Error: Pear requires a more recent version of rustc. Use `rustup update` or your preferred method to update Rust. Installed version is: 1.26.0-dev (2018-03-16). Minimum required: 1.27.0-nightly (2018-04-14). thread 'main' panicked at 'Aborting compilation due to incompatible compiler.', .cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/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.