-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The python test CI test started failing
https://github.com/apache/arrow-datafusion/runs/3472141634
Compiling alloc-stdlib v0.2.1
Compiling lock_api v0.4.5
error[E0599]: no function or associated item named `from_str` found for struct `proc_macro::Literal` in the current scope
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.29/src/wrapper.rs:926:38
|
926 | proc_macro::Literal::from_str(repr)
| ^^^^^^^^ function or associated item not found in `proc_macro::Literal`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0599`.
error: could not compile `proc-macro2`
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
💥 maturin failed
Caused by: Failed to build a native library through cargo
Caused by: Failed to build a native library through cargo
Caused by: Cargo build finished with "exit status: 101": `cargo rustc --message-format json --manifest-path Cargo.toml --lib --`
Error: Process completed with exit code 1.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working