Build #133178 2018-12-26T16:09:14.447905+00:00
# rustc version
rustc 1.33.0-nightly (adbfec229 2018-12-17)# docs.rs version
cratesfyi 0.6.0 (2f681cd 2018-12-20)# build log
Updating crates.io index
Downloading crates ...
Downloaded swc_ecma_parser v0.6.1
Fresh semver-parser v0.7.0
Fresh cfg-if v0.1.6
Fresh nodrop v0.1.13
Fresh memoffset v0.2.1
Fresh scopeguard v0.3.3
Fresh lazy_static v1.2.0
Fresh void v1.0.2
Fresh stable_deref_trait v1.1.1
Fresh rand_core v0.3.0
Fresh either v1.5.0
Fresh byteorder v1.2.7
Fresh unicode-width v0.1.5
Fresh bitflags v1.0.4
Fresh rustc-ap-graphviz v313.0.0
Fresh fnv v1.0.6
Fresh ident_case v1.0.0
Fresh scoped-tls v0.1.2
Fresh siphasher v0.2.3
Fresh termcolor v1.0.4
Fresh precomputed-hash v0.1.1
Fresh string_cache_shared v0.3.0
Fresh unicode-xid v0.1.0
Fresh semver v0.9.0
Fresh crossbeam-utils v0.2.2
Fresh log v0.4.6
Fresh unreachable v1.0.0
Fresh owning_ref v0.4.0
Fresh rand_core v0.2.2
Fresh rustc-hash v1.0.1
Fresh phf_shared v0.7.23
Fresh rustc_version v0.2.3
Fresh arrayvec v0.4.10
Fresh libc v0.2.45
Checking rustc-ap-rustc_cratesio_shim v313.0.0
Checking ena v0.11.0
Fresh smallvec v0.6.7
Running `rustc --crate-name rustc_cratesio_shim /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_cratesio_shim-313.0.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=872477df4375fa9d -C extra-filename=-872477df4375fa9d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-1dfe1239066e6206.rmeta --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-605d06818a553ce9.rmeta --extern unicode_width=/home/cratesfyi/cratesfyi/debug/deps/libunicode_width-50e245602abf9548.rmeta --cap-lints allow`
Fresh new_debug_unreachable v1.0.1
Fresh proc-macro2 v0.4.24
Fresh lock_api v0.1.5
Fresh serde v1.0.82
Fresh crossbeam-epoch v0.3.1
Fresh rand v0.4.3
Fresh num_cpus v1.9.0
Fresh atty v0.2.11
Fresh rand v0.5.5
Fresh rustc-ap-serialize v313.0.0
Fresh quote v0.6.10
Fresh crossbeam-deque v0.2.0
Fresh phf_generator v0.7.23
Fresh syn v0.14.9
Fresh parking_lot_core v0.3.1
Fresh rustc-rayon-core v0.1.1
Fresh string_cache_codegen v0.4.2
Fresh darling_core v0.7.0
Fresh pmutil v0.2.0
Fresh parking_lot v0.6.4
Fresh rustc-rayon v0.1.1
Fresh darling_macro v0.7.0
Fresh swc_macros_common v0.1.3
Fresh darling v0.7.0
Running `rustc --crate-name ena /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ena-0.11.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=6ec5696c20f4e8cb -C extra-filename=-6ec5696c20f4e8cb --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-605d06818a553ce9.rmeta --cap-lints allow`
Fresh enum_kind v0.1.1
Fresh string_enum v0.1.1
Compiling swc_ecma_parser_macros v0.1.0
Running `rustc --crate-name swc_ecma_parser_macros /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_ecma_parser_macros-0.1.0/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=9de16f0a68491ef4 -C extra-filename=-9de16f0a68491ef4 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-b36eb32644b1e172.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-56572f0200e93cf4.rlib --extern swc_macros_common=/home/cratesfyi/cratesfyi/debug/deps/libswc_macros_common-44e0b9d6b7d929b5.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-ec6fe307410cf5ec.rlib --cap-lints allow`
Fresh string_cache v0.7.3
Fresh ast_node v0.2.0
Fresh swc_atoms v0.1.0
error[E0599]: no method named `join` found for type `proc_macro2::Span` in the current scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_ecma_parser_macros-0.1.0/src/expand.rs:29:25
|
29 | first.unwrap_or(cs).join(last.unwrap_or(cs)).unwrap_or(cs)
| ^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0599`.
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.1.0/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=9de16f0a68491ef4 -C extra-filename=-9de16f0a68491ef4 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-b36eb32644b1e172.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-56572f0200e93cf4.rlib --extern swc_macros_common=/home/cratesfyi/cratesfyi/debug/deps/libswc_macros_common-44e0b9d6b7d929b5.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-ec6fe307410cf5ec.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.