xumingming opened a new issue, #1671:
URL: https://github.com/apache/auron/issues/1671
The build command: `./auron-build.sh --pre --sparkver 3.3 --scalaver 2.12`
The error:
```
[INFO] [main] error[E0554]: `#![feature]` may not be used on the stable
release channel
[INFO] [main] --> native-engine/datafusion-ext-commons/src/lib.rs:17:1
[INFO] [main] |
[INFO] [main] 17 | #![feature(core_intrinsics)]
[INFO] [main] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [main]
[INFO] [main] error[E0554]: `#![feature]` may not be used on the stable
release channel
[INFO] [main] --> native-engine/datafusion-ext-commons/src/lib.rs:18:1
[INFO] [main] |
[INFO] [main] 18 | #![feature(slice_swap_unchecked)]
[INFO] [main] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [main]
[INFO] [main] error[E0554]: `#![feature]` may not be used on the stable
release channel
[INFO] [main] --> native-engine/datafusion-ext-commons/src/lib.rs:19:1
[INFO] [main] |
[INFO] [main] 19 | #![feature(vec_into_raw_parts)]
[INFO] [main] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [main]
[INFO] [main] error[E0061]: this function takes 1 argument but 2 arguments
were supplied
[INFO] [main] --> native-engine/datafusion-ext-commons/src/lib.rs:147:13
[INFO] [main] |
[INFO] [main] 147 | std::intrinsics::prefetch_read_data($e,
locality)
[INFO] [main] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-------- unexpected argument #2 of type `{integer}`
[INFO] [main] |
[INFO] [main] :::
native-engine/datafusion-ext-commons/src/arrow/selection.rs:140:21
[INFO] [main] |
[INFO] [main] 140 | / prefetch_read_data!({
[INFO] [main] 141 | | let array =
interleaver.arrays.get_unchecked(prefetch_array_idx);
[INFO] [main] 142 | | let ptr = array
[INFO] [main] 143 | | .values()
[INFO] [main] 144 | |
.get_unchecked(array.offset() + prefetch_value_idx);
[INFO] [main] 145 | | ptr
[INFO] [main] 146 | | });
[INFO] [main] | |______________________- in this macro invocation
[INFO] [main] |
[INFO] [main] note: function defined here
[INFO] [main] -->
/private/tmp/rust-20251113-8355-3oh3t6/rustc-1.91.1-src/library/core/src/intrinsics/mod.rs:275:14
[INFO] [main] = note: this error originates in the macro
`prefetch_read_data` (in Nightly builds, run with -Z macro-backtrace for more
info)
[INFO] [main]
[INFO] [main] error[E0061]: this function takes 1 argument but 2 arguments
were supplied
[INFO] [main] --> native-engine/datafusion-ext-commons/src/lib.rs:147:13
[INFO] [main] |
[INFO] [main] 147 | std::intrinsics::prefetch_read_data($e,
locality)
[INFO] [main] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-------- unexpected argument #2 of type `{integer}`
[INFO] [main] |
[INFO] [main] :::
native-engine/datafusion-ext-commons/src/arrow/selection.rs:222:21
[INFO] [main] |
[INFO] [main] 222 |
prefetch_read_data!(value_ptr.as_ptr()); // prefetch next while copying current
[INFO] [main] |
--------------------------------------- in this macro invocation
[INFO] [main] |
[INFO] [main] note: function defined here
[INFO] [main] -->
/private/tmp/rust-20251113-8355-3oh3t6/rustc-1.91.1-src/library/core/src/intrinsics/mod.rs:275:14
[INFO] [main] = note: this error originates in the macro
`prefetch_read_data` (in Nightly builds, run with -Z macro-backtrace for more
info)
[INFO] [main]
[INFO] [main] Some errors have detailed explanations: E0061, E0554.
[INFO] [main] For more information about an error, try `rustc --explain
E0061`.
[INFO] [main] error: could not compile `datafusion-ext-commons` (lib) due to
5 previous errors
```
--
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]