metesynnada opened a new issue, #5986:
URL: https://github.com/apache/arrow-datafusion/issues/5986
### Describe the bug
Latest CI fails all have a common test failure.
```
failures:
---- src/lib.rs - user_guid_example_tests (line 493) stdout ----
error[E0433]: failed to resolve: use of undeclared crate or module
`snmalloc_rs`
--> src/lib.rs:497:15
|
6 | static ALLOC: snmalloc_rs::SnMalloc = snmalloc_rs::SnMalloc;
| ^^^^^^^^^^^ use of undeclared crate or module `snmalloc_rs`
error[E0433]: failed to resolve: use of undeclared crate or module
`snmalloc_rs`
--> src/lib.rs:497:39
|
6 | static ALLOC: snmalloc_rs::SnMalloc = snmalloc_rs::SnMalloc;
| ^^^^^^^^^^^ use of undeclared
crate or module `snmalloc_rs`
error[E0752]: `main` function is not allowed to be `async`
--> src/lib.rs:499:1
|
8 | async fn main() -> datafusion::error::Result<()> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `main` function is not
allowed to be `async`
error: aborting due to 3 previous errors
Some errors have detailed explanations: E0433, E0752.
For more information about an error, try `rustc --explain E0433`.
Couldn't compile the test.
---- src/lib.rs - user_guid_example_tests (line 513) stdout ----
error: character literal may only contain one codepoint
--> src/lib.rs:514:11
|
3 | RUSTFLAGS='-C target-cpu=native' cargo +nightly run --release
| ^^^^^^^^^^^^^^^^^^^^^^
|
help: if you meant to write a `str` literal, use double quotes
|
3 | RUSTFLAGS="-C target-cpu=native" cargo +nightly run --release
| ~~~~~~~~~~~~~~~~~~~~~~
error: expected one of `.`, `;`, `?`, `}`, or an operator, found `cargo`
--> src/lib.rs:514:34
|
3 | RUSTFLAGS='-C target-cpu=native' cargo +nightly run --release
| ^^^^^ expected one of `.`, `;`, `?`,
`}`, or an operator
error: aborting due to 2 previous errors
Couldn't compile the test.
failures:
src/lib.rs - user_guid_example_tests (line 493)
src/lib.rs - user_guid_example_tests (line 513)
test result: FAILED. 57 passed; 2 failed; 0 ignored; 0 measured; 0 filtered
out; finished in 458.46s
```
### To Reproduce
_No response_
### Expected behavior
Check pass.
### Additional context
_No response_
--
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]