Build #137760 2019-01-17T15:06:15.251419+00:00
# rustc version
rustc 1.33.0-nightly (c2d381d39 2019-01-10)# docs.rs version
cratesfyi 0.6.0 (1a20968 2019-01-11)# build log
Updating crates.io index
Downloading crates ...
Downloaded swc_ecma_parser v0.8.0
Fresh semver-parser v0.7.0
Fresh autocfg v0.1.2
Fresh nodrop v0.1.13
Fresh cfg-if v0.1.6
Fresh memoffset v0.2.1
Fresh void v1.0.2
Fresh fnv v1.0.6
Fresh rand_core v0.3.0
Fresh lazy_static v1.2.0
Fresh scopeguard v0.3.3
Fresh ident_case v1.0.0
Fresh version_check v0.1.5
Fresh stable_deref_trait v1.1.1
Fresh siphasher v0.2.3
Fresh precomputed-hash v0.1.1
Fresh byteorder v1.2.7
Fresh either v1.5.0
Fresh string_cache_shared v0.3.0
Fresh unicode-width v0.1.5
Fresh scoped-tls v0.1.2
Fresh termcolor v1.0.4
Fresh ucd-util v0.1.3
Fresh utf8-ranges v1.0.2
Fresh unicode-xid v0.1.0
Fresh semver v0.9.0
Fresh rand_isaac v0.1.1
Fresh rand_xorshift v0.1.1
Fresh rand_hc v0.1.0
Fresh crossbeam-utils v0.2.2
Checking log v0.4.6
Fresh unreachable v1.0.0
Fresh rand_core v0.2.2
Fresh thread_local v0.3.6
Fresh owning_ref v0.4.0
Running `rustc --crate-name log /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.6/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="release_max_level_debug"' -C metadata=54ab35909ce1cb9c -C extra-filename=-54ab35909ce1cb9c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cfg_if=/home/cratesfyi/cratesfyi/debug/deps/libcfg_if-ffbbc17397831b8a.rmeta --cap-lints allow`
Fresh phf_shared v0.7.24
Fresh fxhash v0.2.1
Fresh regex-syntax v0.6.4
Fresh rustc_version v0.2.3
Fresh libc v0.2.47
Fresh proc-macro2 v0.4.25
Fresh arrayvec v0.4.10
Fresh smallvec v0.6.7
Fresh new_debug_unreachable v1.0.1
Fresh lock_api v0.1.5
Fresh rand_os v0.1.1
Fresh num_cpus v1.9.0
Fresh rand v0.5.5
Fresh atty v0.2.11
Fresh rand_chacha v0.1.1
Fresh quote v0.6.10
Fresh crossbeam-epoch v0.3.1
Fresh memchr v2.1.2
Fresh syn v0.14.9
Compiling syn v0.15.26
Fresh crossbeam-deque v0.2.0
Fresh aho-corasick v0.6.9
Fresh rand_pcg v0.1.1
Fresh parking_lot_core v0.3.1
Fresh darling_core v0.7.0
Fresh pmutil v0.2.0
Fresh rayon-core v1.4.1
Fresh regex v1.1.0
Fresh rand v0.6.4
Fresh parking_lot v0.6.4
Fresh darling_macro v0.7.0
Fresh swc_macros_common v0.1.3
Fresh rayon v1.0.3
Fresh phf_generator v0.7.24
Running `rustc --crate-name syn /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.26/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=3135501cc072ff24 -C extra-filename=-3135501cc072ff24 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-2bdf36542b8eb440.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-2489012651b64335.rlib --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-67203462cc5cfdba.rlib --cap-lints allow`
Fresh darling v0.7.0
Fresh string_enum v0.1.1
Fresh enum_kind v0.1.1
Compiling swc_ecma_parser_macros v0.2.0
Running `rustc --crate-name swc_ecma_parser_macros /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_ecma_parser_macros-0.2.0/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=9a823b7d7865e50d -C extra-filename=-9a823b7d7865e50d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-2bdf36542b8eb440.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-2489012651b64335.rlib --extern swc_macros_common=/home/cratesfyi/cratesfyi/debug/deps/libswc_macros_common-605415838281cc56.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-61a4d886f1602c95.rlib --cap-lints allow`
Fresh string_cache_codegen v0.4.2
Fresh ast_node v0.3.1
error[E0282]: type annotations needed
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_ecma_parser_macros-0.2.0/src/expand.rs:36:36
|
36 | let (mut first, last) = (None, None);
| ----------------- ^^^^ cannot infer type for `T`
| |
| consider giving the pattern a type
error: aborting due to previous error
For more information about this error, try `rustc --explain E0282`.
error: Could not compile `swc_ecma_parser_macros`.
Caused by:
process didn't exit successfully: `rustc --crate-name swc_ecma_parser_macros /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_ecma_parser_macros-0.2.0/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=9a823b7d7865e50d -C extra-filename=-9a823b7d7865e50d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-2bdf36542b8eb440.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-2489012651b64335.rlib --extern swc_macros_common=/home/cratesfyi/cratesfyi/debug/deps/libswc_macros_common-605415838281cc56.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-61a4d886f1602c95.rlib --cap-lints allow` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
thread 'main' panicked at 'ErrorMessage {
msg: "build failed"
}', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.