vchag opened a new issue #2040: URL: https://github.com/apache/arrow-datafusion/issues/2040
**Describe the bug** Ballista schedular create install command error out. ([Attempt to deploy standalone ballista cluster on my local machine](https://arrow.apache.org/datafusion/user-guide/distributed/deployment/cargo-install.html)) **To Reproduce** run `cargo install ballista-scheduler` on the master branch **The install command errors out with the following error message:** arrow-datafusion % cargo install ballista-scheduler ```arrow-datafusion % cargo install ballista-scheduler Updating crates.io index Installing ballista-scheduler v0.6.0 Downloaded cpufeatures v0.2.2 Downloaded libc v0.2.121 Downloaded 2 crates (585.4 KB) in 1.12s Compiling libc v0.2.121 Compiling proc-macro2 v1.0.27 Compiling unicode-xid v0.2.2 Compiling quote v1.0.11 Compiling syn v1.0.80 Compiling autocfg v1.1.0 Compiling version_check v0.9.4 Compiling cfg-if v1.0.0 Compiling log v0.4.14 Compiling memchr v2.4.1 Compiling smallvec v1.8.0 Compiling pin-project-lite v0.2.8 Compiling either v1.6.1 Compiling once_cell v1.10.0 Compiling bytes v1.1.0 Compiling anyhow v1.0.56 Compiling serde v1.0.136 Compiling typenum v1.15.0 Compiling futures-core v0.3.21 Compiling scopeguard v1.1.0 Compiling serde_derive v1.0.136 Compiling unicode-segmentation v1.9.0 Compiling lazy_static v1.4.0 Compiling parking_lot_core v0.9.1 Compiling itoa v1.0.1 Compiling futures-sink v0.3.21 Compiling futures-task v0.3.21 Compiling futures-channel v0.3.21 Compiling futures-util v0.3.21 Compiling ppv-lite86 v0.2.16 Compiling futures-io v0.3.21 Compiling slab v0.4.5 Compiling pin-utils v0.1.0 Compiling fastrand v1.7.0 Compiling remove_dir_all v0.5.3 Compiling fixedbitset v0.2.0 Compiling fnv v1.0.7 Compiling multimap v0.8.3 Compiling httparse v1.6.0 Compiling static_assertions v1.1.0 Compiling base64 v0.13.0 Compiling byteorder v1.4.3 Compiling percent-encoding v2.1.0 Compiling opaque-debug v0.3.0 Compiling rustversion v1.0.6 Compiling bitflags v1.3.2 Compiling cpufeatures v0.2.2 Compiling ryu v1.0.9 Compiling subtle v2.4.1 Compiling httpdate v1.0.2 Compiling serde_json v1.0.79 Compiling tower-service v0.3.1 Compiling try-lock v0.2.3 Compiling unicode-width v0.1.9 Compiling async-trait v0.1.52 Compiling crc32fast v1.3.2 Compiling regex-syntax v0.6.25 Compiling matches v0.1.9 Compiling regex-automata v0.1.10 Compiling tinyvec_macros v0.1.0 Compiling itoa v0.4.8 Compiling strum v0.23.0 Compiling zstd-safe v4.1.3+zstd.1.5.1 Compiling alloc-no-stdlib v2.0.3 Compiling tower-layer v0.3.1 Compiling adler v1.0.2 Compiling hex v0.4.3 Compiling integer-encoding v1.1.7 Compiling unicode-bidi v0.3.7 Compiling snap v1.0.5 Compiling parking_lot_core v0.8.5 Compiling mime v0.3.16 Compiling roff v0.1.0 Compiling configure_me_codegen v0.4.2 Compiling crossbeam-utils v0.8.8 Compiling parquet v6.5.0 Compiling void v1.0.2 Compiling arrayvec v0.7.2 Compiling constant_time_eq v0.1.5 Compiling utf-8 v0.7.6 Compiling arrayref v0.3.6 Compiling safemem v0.3.3 Compiling fmt2io v0.1.0 Compiling quick-error v1.2.3 Compiling paste v1.0.6 Compiling termcolor v1.1.3 Compiling humantime v2.1.0 Compiling scoped-tls v1.0.0 Compiling ansi_term v0.12.1 Compiling vec_map v0.8.2 Compiling strsim v0.8.0 Compiling parse_arg v0.1.4 Compiling instant v0.1.12 Compiling itertools v0.10.3 Compiling ahash v0.7.6 Compiling generic-array v0.14.5 Compiling unicase v2.6.0 Compiling indexmap v1.8.0 Compiling num-traits v0.2.14 Compiling num-integer v0.1.44 Compiling num-bigint v0.4.3 Compiling num-rational v0.4.0 Compiling num-iter v0.1.42 Compiling miniz_oxide v0.4.4 Compiling memoffset v0.6.5 Compiling crossbeam-epoch v0.9.8 Compiling lock_api v0.4.6 Compiling heck v0.3.3 Compiling tracing-core v0.1.23 Compiling http v0.2.6 Compiling lexical-util v0.8.3 Compiling fxhash v0.2.1 Compiling textwrap v0.11.0 Compiling form_urlencoded v1.0.1 Compiling tinyvec v1.5.1 Compiling alloc-stdlib v0.2.1 Compiling man v0.1.1 Compiling lexical-write-integer v0.8.3 Compiling lexical-parse-integer v0.8.3 Compiling brotli-decompressor v2.3.2 Compiling http-body v0.4.4 Compiling headers-core v0.2.0 Compiling unicode-normalization v0.1.19 Compiling want v0.3.0 Compiling sqlparser v0.12.0 Compiling aho-corasick v0.7.18 Compiling csv-core v0.1.10 Compiling buf_redux v0.8.4 Compiling twoway v0.1.8 Compiling getrandom v0.2.5 Compiling num_cpus v1.13.1 Compiling signal-hook-registry v1.4.0 Compiling socket2 v0.4.4 Compiling mio v0.8.2 Compiling time v0.1.43 Compiling tempfile v3.3.0 Compiling atty v0.2.14 Compiling fs2 v0.4.3 Compiling jobserver v0.1.24 Compiling which v4.2.4 Compiling lexical-parse-float v0.8.3 Compiling lexical-write-float v0.8.4 Compiling idna v0.2.3 Compiling brotli v3.3.3 error[E0599]: no function or associated item named `from_str_unchecked` found for struct `proc_macro2::Literal` in the current scope --> /Users/bytedance/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.11/src/runtime.rs:301:41 | 301 | let literal = unsafe { Literal::from_str_unchecked(repr) }; | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Literal` error[E0599]: no function or associated item named `from_str_unchecked` found for struct `proc_macro2::Literal` in the current scope --> /Users/bytedance/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.11/src/runtime.rs:310:45 | 310 | let mut literal = unsafe { Literal::from_str_unchecked(repr) }; | ^^^^^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Literal` Compiling mime_guess v2.0.4 For more information about this error, try `rustc --explain E0599`. error: could not compile `quote` due to 2 previous errors warning: build failed, waiting for other jobs to finish... error: failed to compile `ballista-scheduler v0.6.0`, intermediate artifacts can be found at `/var/folders/gc/73c5zcp918z9dssx8k1sybh00000gn/T/cargo-installLImMK7` Caused by: build failed ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
