rustfmt-nightly 0.3.5

Tool to find and fix Rust formatting issues
Build #82522 2018-01-15T12:38:02.710008+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.5
Compiling rustc-ap-serialize v12.0.0
Fresh unicode-xid v0.0.4
Fresh cc v1.0.4
Fresh getopts v0.2.15
Fresh semver-parser v0.7.0
Compiling rustfmt-nightly v0.3.5
Fresh smallvec v0.6.0
Running `rustc --crate-name serialize .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-12.0.0/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=d7a25a3b075c13a6 -C extra-filename=-d7a25a3b075c13a6 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh diff v0.1.11
Fresh serde v1.0.27
Fresh synom v0.11.3
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/rustfmt-nightly-0.3.5/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="cargo-fmt"' --cfg 'feature="rustfmt-format-diff"' -C metadata=78cbc34d11d894f9 -C extra-filename=-78cbc34d11d894f9 --out-dir /home/cratesfyi/cratesfyi/debug/build/rustfmt-nightly-78cbc34d11d894f9 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh utf8-ranges v1.0.0
Fresh unicode-segmentation v1.2.0
Fresh toml v0.4.5
Fresh semver v0.8.0
Fresh dtoa v0.4.2
Fresh rustc-demangle v0.1.5
Fresh itoa v0.3.4
Fresh void v1.0.2
Fresh lazy_static v1.0.0
Fresh stable_deref_trait v1.0.0
Fresh libc v0.2.36
Fresh unreachable v1.0.0
Fresh quote v0.3.15
Fresh owning_ref v0.3.3
Fresh rand v0.3.20
Fresh thread_local v0.3.5
Fresh syn v0.11.11
Fresh memchr v2.0.1
Fresh parking_lot_core v0.2.10
Fresh bitflags v1.0.1
Compiling serde_derive_internals v0.19.0
Fresh aho-corasick v0.6.4
Fresh parking_lot v0.5.3
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 synom=/home/cratesfyi/cratesfyi/debug/deps/libsynom-538247bd997586d9.rlib --extern-version synom=synom,0.11.3 --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-2d1a221759f9aa65.rlib --extern-version syn=syn,0.11.11 --cap-lints allow`
Compiling derive-new v0.5.0
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`
Fresh cfg-if v0.1.2
Fresh regex-syntax v0.4.2
Fresh term v0.4.6
Fresh num-traits v0.1.41
Fresh log v0.4.1
Fresh log v0.3.9
Fresh regex v0.2.5
Fresh serde_json v1.0.9
Fresh rustc-ap-rustc_cratesio_shim v12.0.0
Fresh unicode-width v0.1.4
Fresh env_logger v0.4.3
Fresh backtrace-sys v0.1.16
Fresh backtrace v0.3.5
Fresh error-chain v0.11.0
Running `/home/cratesfyi/cratesfyi/debug/build/rustfmt-nightly-78cbc34d11d894f9/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-12.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-12.0.0/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=d7a25a3b075c13a6 -C extra-filename=-d7a25a3b075c13a6 --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.