rustfmt-nightly 0.3.7

Tool to find and fix Rust formatting issues
Build #84352 2018-02-01T06:28:38.624747+00:00
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)
# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)

# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading rustfmt-nightly v0.3.7
Fresh num-traits v0.1.42
Compiling rustc-ap-serialize v26.0.0
Fresh serde v1.0.27
Fresh libc v0.2.36
Fresh dtoa v0.4.2
Fresh term v0.4.6
Fresh semver-parser v0.7.0
Fresh diff v0.1.11
Running `rustc --crate-name serialize .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-26.0.0/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=66131ca17c001196 -C extra-filename=-66131ca17c001196 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh lazy_static v1.0.0
Fresh unicode-xid v0.0.4
Fresh memchr v2.0.1
Fresh cc v1.0.4
Fresh unicode-width v0.1.4
Fresh quote v0.3.15
Fresh toml v0.4.5
Fresh synom v0.11.3
Fresh aho-corasick v0.6.4
Fresh getopts v0.2.17
Fresh smallvec v0.6.0
Fresh syn v0.11.11
Fresh unicode-segmentation v1.2.0
Fresh rand v0.3.20
Fresh cfg-if v0.1.2
Compiling rustfmt-nightly v0.3.7
Fresh regex-syntax v0.4.2
Compiling derive-new v0.5.0
Fresh parking_lot_core v0.2.10
Fresh log v0.4.1
Fresh itoa v0.3.4
Running `rustc --crate-name derive_new .cargo/registry/src/github.com-1ecc6299db9ec823/derive-new-0.5.0/src/lib.rs --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=328daa539469babd -C extra-filename=-328daa539469babd --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-983cfcbeae6039c8.rlib --extern-version quote=quote,0.3.15 --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-2d1a221759f9aa65.rlib --extern-version syn=syn,0.11.11 --cap-lints allow`
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/rustfmt-nightly-0.3.7/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="rustfmt-format-diff"' --cfg 'feature="default"' --cfg 'feature="cargo-fmt"' -C metadata=1ff013d21c612490 -C extra-filename=-1ff013d21c612490 --out-dir /home/cratesfyi/cratesfyi/debug/build/rustfmt-nightly-1ff013d21c612490 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh semver v0.8.0
Fresh log v0.3.9
Fresh serde_json v1.0.9
Fresh backtrace-sys v0.1.16
Compiling serde_derive_internals v0.19.0
Running `rustc --crate-name serde_derive_internals .cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive_internals-0.19.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=58b457d3569c0891 -C extra-filename=-58b457d3569c0891 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-2d1a221759f9aa65.rlib --extern-version syn=syn,0.11.11 --extern synom=/home/cratesfyi/cratesfyi/debug/deps/libsynom-538247bd997586d9.rlib --extern-version synom=synom,0.11.3 --cap-lints allow`
Fresh void v1.0.2
Fresh utf8-ranges v1.0.0
Fresh rustc-demangle v0.1.5
Fresh bitflags v1.0.1
Fresh stable_deref_trait v1.0.0
Fresh rustc-ap-rustc_cratesio_shim v26.0.0
Fresh backtrace v0.3.5
Fresh error-chain v0.11.0
Fresh owning_ref v0.3.3
Fresh unreachable v1.0.0
Fresh thread_local v0.3.5
Fresh parking_lot v0.5.3
Fresh regex v0.2.5
Fresh env_logger v0.4.3
Running `/home/cratesfyi/cratesfyi/debug/build/rustfmt-nightly-1ff013d21c612490/build-script-build`
error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-26.0.0/json.rs:1055:22
|
1055 |             target = target.find(*key)?;
|                      ------------------
|                      |
|                      the `?` operator cannot be applied to type `std::option::Option<&json::Json>`
|                      in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<&json::Json>`
= note: required by `std::ops::Try::into_result`

error: aborting due to previous error

error: Could not compile `rustc-ap-serialize`.

Caused by:
process didn't exit successfully: `rustc --crate-name serialize .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-26.0.0/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=66131ca17c001196 -C extra-filename=-66131ca17c001196 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101)
thread 'main' panicked at 'build failed', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.