TheButlah opened a new issue, #271:
URL: https://github.com/apache/teaclave-trustzone-sdk/issues/271
# The Error & Code
```
❮ cargo test -p orb-secure-storage-proto
Compiling ryu v1.0.20
Compiling memchr v2.7.6
Compiling itoa v1.0.15
Compiling serde_core v1.0.228
Compiling thiserror v2.0.17
Compiling num_enum v0.7.5
Compiling serde_json v1.0.145
Compiling serde v1.0.228
Compiling orb-secure-storage-proto v0.0.0
(/home/ryan.butler/P/wc/orb-rustzone/optee/secure-storage/proto)
error: building tests with panic=abort is not supported without
`-Zpanic_abort_tests`
error: could not compile `orb-secure-storage-proto` (lib test) due to 1
previous error
```
[Link to code & git
revision](https://github.com/worldcoin/orb-rustzone/blob/e9e7eae852a8308ebd1c15b90519708d41653466/optee/secure-storage/proto/src/lib.rs)
# Toolchain information
```❯ cargo version -v
cargo 1.91.1 (ea2d97820 2025-10-10)
release: 1.91.1
commit-hash: ea2d97820c16195b0ca3fadb4319fe512c199a43
commit-date: 2025-10-10
host: aarch64-unknown-linux-gnu
libgit2: 1.9.1 (sys:0.20.2 vendored)
libcurl: 8.15.0-DEV (sys:0.4.83+curl-8.15.0 vendored ssl:OpenSSL/3.5.2)
ssl: OpenSSL 3.5.2 5 Aug 2025
os: NixOS 25.11.0 [64-bit]
```
```
❯ rustc --verbose --version
rustc 1.91.1 (ed61e7d7e 2025-11-07)
binary: rustc
commit-hash: ed61e7d7e242494fb7057f2657300d9e77bb4fcb
commit-date: 2025-11-07
host: aarch64-unknown-linux-gnu
release: 1.91.1
LLVM version: 21.1.2
```
```
❯ cat .cargo/config.toml
[build]
rustflags = "-C panic=abort"
target = "aarch64-unknown-linux-gnu"
# [target.aarch64-unknown-linux-gnu]
# linker = "aarch64-unknown-linux-gnu-gcc"
[unstable]
build-std = ["core", "alloc", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
[alias]
x = "run -q --manifest-path ../Cargo.toml --package x --"
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]