tisonkun commented on issue #4138:
URL: https://github.com/apache/opendal/issues/4138#issuecomment-1925744804
Make sense. I should get a wrong understanding about the compilation failure
-
```
$ ./scripts/workspace.py cargo build
Executing 'cargo build' in core
Finished dev [unoptimized + debuginfo] target(s) in 0.45s
Executing 'cargo build' in bin/oli
Finished dev [unoptimized + debuginfo] target(s) in 0.20s
Executing 'cargo build' in bin/oay
Compiling ahash v0.8.7
Compiling block-buffer v0.10.4
Compiling crypto-common v0.1.6
Compiling ring v0.17.7
Compiling num-integer v0.1.45
Compiling tinyvec v1.6.0
Compiling tiny-keccak v2.0.2
Compiling httparse v1.8.0
Compiling pem-rfc7468 v0.7.0
Compiling tokio-util v0.7.10
Compiling getrandom v0.2.12
Compiling ryu v1.0.16
error[E0658]: use of unstable library feature 'stdsimd'
-->
/Users/tison/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/operations.rs:124:24
|
124 | let res = unsafe { vaesmcq_u8(vaeseq_u8(transmute!(value),
transmute!(0u128))) };
| ^^^^^^^^^^
|
= note: see issue #48556
<https://github.com/rust-lang/rust/issues/48556> for more information
error[E0658]: use of unstable library feature 'stdsimd'
-->
/Users/tison/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/operations.rs:124:35
|
124 | let res = unsafe { vaesmcq_u8(vaeseq_u8(transmute!(value),
transmute!(0u128))) };
| ^^^^^^^^^
|
= note: see issue #48556
<https://github.com/rust-lang/rust/issues/48556> for more information
error[E0658]: use of unstable library feature 'stdsimd'
-->
/Users/tison/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/operations.rs:154:24
|
154 | let res = unsafe { vaesimcq_u8(vaesdq_u8(transmute!(value),
transmute!(0u128))) };
| ^^^^^^^^^^^
|
= note: see issue #48556
<https://github.com/rust-lang/rust/issues/48556> for more information
error[E0658]: use of unstable library feature 'stdsimd'
-->
/Users/tison/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/operations.rs:154:36
|
154 | let res = unsafe { vaesimcq_u8(vaesdq_u8(transmute!(value),
transmute!(0u128))) };
| ^^^^^^^^^
|
= note: see issue #48556
<https://github.com/rust-lang/rust/issues/48556> for more information
For more information about this error, try `rustc --explain E0658`.
error: could not compile `ahash` (lib) due to 4 previous errors
warning: build failed, waiting for other jobs to finish...
Traceback (most recent call last):
File "/Users/tison/Brittani/opendal/./scripts/workspace.py", line 31, in
<module>
subprocess.run(
File
"/opt/homebrew/Cellar/[email protected]/3.11.7_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/subprocess.py",
line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'cargo build' returned non-zero exit
status 101.
```
How about `rustfmt.toml` and `deny.toml`?
--
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]