rocket_codegen 0.3.0

Code generation for the Rocket web framework.
Build #64909 2017-07-14 18:36:52

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` Downloading rocket_codegen v0.3.0 Fresh matches v0.1.6 Fresh untrusted v0.5.0 Fresh serde v1.0.10 Fresh ordermap v0.2.10 Fresh scopeguard v0.3.2 Fresh state v0.3.1 Compiling pear_codegen v0.0.10 Fresh percent-encoding v1.0.0 Fresh httparse v1.2.3 Fresh libc v0.2.26 Fresh toml v0.4.2 Fresh unicode-normalization v0.1.5 Fresh smallvec v0.4.1 Running `rustc --crate-name pear_codegen .cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=625b7b0f3df2b704 -C extra-filename=-625b7b0f3df2b704 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Fresh log v0.3.8 Fresh lazy_static v0.2.8 Fresh typeable v0.1.2 Fresh safemem v0.2.0 Fresh version_check v0.1.3 Fresh rand v0.3.15 Fresh isatty v0.1.3 Fresh num_cpus v1.6.2 Fresh memchr v1.0.1 Fresh time v0.1.38 Fresh mime v0.2.6 Fresh language-tags v0.2.2 Fresh pear v0.0.10 Fresh either v1.1.0 Fresh gcc v0.3.51 Fresh coco v0.1.1 Fresh futures v0.1.14 Fresh unicode-bidi v0.3.4 Fresh byteorder v1.1.0 Fresh yansi v0.3.0 Fresh base64 v0.5.2 Compiling rocket_codegen v0.3.0 Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/rocket_codegen-0.3.0/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=da18e0f843ebe618 -C extra-filename=-da18e0f843ebe618 --out-dir /home/cratesfyi/cratesfyi/debug/build/rocket_codegen-da18e0f843ebe618 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern yansi=/home/cratesfyi/cratesfyi/debug/deps/libyansi-54fab82fd4776106.rlib --extern-version yansi=yansi,0.3.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` Fresh base64 v0.6.0 Fresh rayon-core v1.2.1 Fresh unicase v1.4.2 Fresh traitobject v0.1.0 Fresh idna v0.1.4 Compiling rocket v0.3.0 Fresh rayon v0.7.1 Fresh ring v0.11.0 Running `/home/cratesfyi/cratesfyi/debug/build/rocket-cc18eeb06731ea9b/build-script-build` Fresh url v1.5.1 Fresh cookie v0.9.1 Fresh hyper v0.10.12 error: failed to run custom build command for `rocket v0.3.0` process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/rocket-cc18eeb06731ea9b/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.19.0-dev (2017-05-31). Minimum required: 1.20.0-nightly (2017-07-09). thread 'main' panicked at 'Aborting compilation due to incompatible compiler.', .cargo/registry/src/github.com-1ecc6299db9ec823/rocket-0.3.0/build.rs:50 note: Run with `RUST_BACKTRACE=1` for a backtrace. error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 3 fields --> .cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:271:9 | 271 | ExprKind::MethodCall(ty, params) => { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 fields, found 2 error[E0061]: this function takes 3 parameters but 2 parameters were supplied --> .cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:272:60 | 272 | let remake = |new_params| ExprKind::MethodCall(ty, new_params); | ^^^^^^^^^^^^^^ expected 3 parameters error: aborting due to previous error(s) thread 'main' panicked at 'build failed', src/bin/cratesfyi.rs:142 note: Run with `RUST_BACKTRACE=1` for a backtrace.