1 | amirhossein@Amirhosseins-MacBook-Pro libsignal % CARGO_BUILD_TARGET=x86_64-apple-ios swift/build_ffi.sh --release --generate-ffi
|
2 | cargo build -p libsignal-ffi --release --target x86_64-apple-ios --features testing-fns
|
3 | warning: associated function `new` is never used
|
4 | --> rust/bridge/shared/src/io.rs:93:12
|
5 | |
|
6 | 92 | impl<'a> SyncInput<'a> {
|
7 | | ---------------------- associated function in this implementation
|
8 | 93 | pub fn new(stream: &'a dyn SyncInputStream, len: Option<u64>) -> Self {
|
9 | | ^^^
|
10 | |
|
11 | = note: `#[warn(dead_code)]` on by default
|
12 |
|
13 | warning: `libsignal-bridge` (lib) generated 1 warning
|
14 | Finished release [optimized + debuginfo] target(s) in 0.31s
|
15 | cbindgen 0.26.0
|
16 | cbindgen --profile release -o swift/Sources/SignalFfi/signal_ffi.h rust/bridge/ffi
|
17 | WARN: Skip libsignal-bridge::SERVICE_ID_FIXED_WIDTH_BINARY_LEN - (not `pub`).
|
18 | WARN: Couldn't find path for Array(Path(GenericPath { path: Path { name: "T" }, export_name: "T", generics: [], ctype: None }), Name("LEN")), skipping associated constants
|
19 | WARN: Skip libsignal-bridge::KYBER_KEY_TYPE - (not `pub`).
|
20 | WARN: Skip libsignal-bridge::_ - (not `pub`).
|
21 | WARN: Skip libsignal-bridge::_ - (not `pub`).
|
22 | WARN: Skip libsignal-bridge::_ - (not `pub`).
|
23 | WARN: Skip libsignal-bridge::_ - (not `pub`).
|
24 | WARN: Skip libsignal-bridge::_ - (not `pub`).
|
25 | WARN: Skip libsignal-bridge::_ - (not `pub`).
|
26 | WARN: Skip libsignal-bridge::_ - (not `pub`).
|
27 | WARN: Skip libsignal-bridge::NAME - (not `pub`).
|
28 | WARN: Skip libsignal-bridge::DEFAULT_CONNECT_TIMEOUT - (not `pub`).
|
29 | WARN: Skip libsignal-bridge::UNEXPECTED_DROP_MESSAGE - (not `no_mangle`).
|
30 | WARN: Skip libsignal-bridge::_ - (not `pub`).
|
31 | WARN: Skip libsignal-protocol::PUBLIC_KEY_LENGTH - (not `pub`).
|
32 | WARN: Skip libsignal-protocol::PUBLIC_KEY_LENGTH - (not `pub`).
|
33 | WARN: Skip libsignal-protocol::PUBLIC_KEY_LENGTH - (not `pub`).
|
34 | WARN: Skip libsignal-protocol::MAC_LENGTH - (not `pub`).
|
35 | WARN: Skip libsignal-protocol::SIGNATURE_LEN - (not `pub`).
|
36 | WARN: Skip libsignal-protocol::PLAINTEXT_CONTEXT_IDENTIFIER_BYTE - (not `pub`).
|
37 | WARN: Skip libsignal-protocol::MESSAGE_KEY_SEED - (not `pub`).
|
38 | WARN: Skip libsignal-protocol::MESSAGE_KEY_SEED - (not `pub`).
|
39 | WARN: Skip signal-crypto::NONCE_SIZE - (Unsupported path expression. Path { leading_colon: None, segments: [PathSegment { ident: Ident(aes), arguments: None }, Colon2, PathSegment { ident: Ident(cipher), arguments: None }, Colon2, PathSegment { ident: Ident(BlockSizeUser), arguments: None }, Colon2, PathSegment { ident: Ident(BlockSize), arguments: None }, Colon2, PathSegment { ident: Ident(USIZE), arguments: None }] })
|
40 | ERROR: Conflicting name for constant signal-crypto::Aes256GcmDecryption::TAG_SIZE.
|
41 | ERROR: Conflicting name for constant signal-crypto::Aes256GcmDecryption::NONCE_SIZE.
|
42 | WARN: Skip webpsan::NAME - (not `pub`).
|
43 | WARN: Skip webpsan::NAME - (not `pub`).
|
44 | WARN: Skip webpsan::NAME - (not `pub`).
|
45 | WARN: Skip webpsan::ENCODED_LEN - (not `pub`).
|
46 | WARN: Skip webpsan::WEBP - (Unsupported call expression. Call(ExprCall { attrs: [], func: Path(ExprPath { attrs: [], qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident(FourCC), arguments: None }, Colon2, PathSegment { ident: Ident(from_str), arguments: None }] } }), paren_token: Paren, args: [Lit(ExprLit { attrs: [], lit: Str(LitStr { token: "WEBP" }) })] }))
|
47 | WARN: Skip webpsan::ENCODED_LEN - (not `pub`).
|
48 | WARN: Skip webpsan::ENCODED_LEN - (not `pub`).
|
49 | WARN: Skip webpsan::ENCODED_LEN - (not `pub`).
|
50 | WARN: Skip webpsan::ENCODED_LEN - (not `pub`).
|
51 | WARN: Skip webpsan::ENCODED_LEN - (not `pub`).
|
52 | WARN: Skip webpsan::ENCODED_LEN - (not `pub`).
|
53 | WARN: Skip webpsan::PREDICTOR - (not `pub`).
|
54 | WARN: Skip webpsan::DISTANCE_MAP - (not `pub`).
|
55 | WARN: Skip webpsan::SIGNATURE - (not `pub`).
|
56 | WARN: Skip webpsan::NAME - (not `pub`).
|
57 | WARN: Skip webpsan::NAME - (not `pub`).
|
58 | WARN: Skip zkgroup::CREDENTIAL_LABEL - (not `pub`).
|
59 | WARN: Skip zkgroup::CREDENTIAL_LABEL - (not `pub`).
|
60 | WARN: Skip zkgroup::CREDENTIAL_LABEL - (not `pub`).
|
61 | WARN: Skip zkgroup::CREDENTIAL_LABEL - (not `pub`).
|
62 | WARN: Skip zkgroup::ENCRYPTED_BLOB_PADDING_LENGTH_SIZE - (not `pub`).
|
63 | WARN: Skip zkgroup::SECONDS_PER_HOUR - (not `pub`).
|
64 | WARN: Couldn't find path for Array(Path(GenericPath { path: Path { name: "T" }, export_name: "T", generics: [], ctype: None }), Name("LEN")), skipping associated constants
|
65 | WARN: Skip zkgroup::LEN - (not `pub`).
|
66 | WARN: Skip zkgroup::TEST_ARRAY_16 - (Unsupported expression. Array(ExprArray { attrs: [], bracket_token: Bracket, elems: [Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 0 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 1 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 2 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 3 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 4 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 5 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 6 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 7 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 8 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 9 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 10 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 11 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 12 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 13 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 14 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 15 }) })] }))
|
67 | WARN: Skip zkgroup::TEST_ARRAY_16_1 - (Unsupported expression. Array(ExprArray { attrs: [], bracket_token: Bracket, elems: [Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 100 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 101 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 102 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 103 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 104 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 105 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 106 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 107 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 108 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 109 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 110 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 111 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 112 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 113 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 114 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 115 }) }), Comma] }))
|
68 | WARN: Skip zkgroup::TEST_ARRAY_32 - (Unsupported expression. Array(ExprArray { attrs: [], bracket_token: Bracket, elems: [Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 0 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 1 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 2 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 3 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 4 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 5 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 6 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 7 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 8 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 9 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 10 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 11 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 12 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 13 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 14 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 15 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 16 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 17 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 18 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 19 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 20 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 21 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 22 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 23 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 24 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 25 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 26 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 27 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 28 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 29 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 30 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 31 }) }), Comma] }))
|
69 | WARN: Skip zkgroup::TEST_ARRAY_32_1 - (Unsupported expression. Array(ExprArray { attrs: [], bracket_token: Bracket, elems: [Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 100 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 101 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 102 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 103 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 104 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 105 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 106 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 107 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 108 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 109 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 110 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 111 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 112 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 113 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 114 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 115 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 116 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 117 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 118 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 119 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 120 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 121 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 122 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 123 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 124 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 125 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 126 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 127 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 128 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 129 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 130 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 131 }) }), Comma] }))
|
70 | WARN: Skip zkgroup::TEST_ARRAY_32_2 - (Unsupported expression. Array(ExprArray { attrs: [], bracket_token: Bracket, elems: [Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 200 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 201 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 202 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 203 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 204 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 205 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 206 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 207 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 208 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 209 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 210 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 211 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 212 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 213 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 214 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 215 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 216 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 217 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 218 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 219 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 220 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 221 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 222 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 223 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 224 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 225 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 226 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 227 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 228 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 229 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 230 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 231 }) }), Comma] }))
|
71 | WARN: Skip zkgroup::TEST_ARRAY_32_3 - (Unsupported expression. Array(ExprArray { attrs: [], bracket_token: Bracket, elems: [Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 1 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 2 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 3 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 4 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 5 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 6 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 7 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 8 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 9 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 10 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 11 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 12 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 13 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 14 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 15 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 16 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 17 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 18 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 19 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 20 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 21 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 22 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 23 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 24 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 25 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 26 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 27 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 28 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 29 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 30 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 31 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 32 }) }), Comma] }))
|
72 | WARN: Skip zkgroup::TEST_ARRAY_32_4 - (Unsupported expression. Array(ExprArray { attrs: [], bracket_token: Bracket, elems: [Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 2 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 3 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 4 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 5 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 6 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 7 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 8 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 9 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 10 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 11 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 12 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 13 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 14 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 15 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 16 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 17 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 18 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 19 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 20 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 21 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 22 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 23 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 24 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 25 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 26 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 27 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 28 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 29 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 30 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 31 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 32 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 33 }) }), Comma] }))
|
73 | WARN: Skip zkgroup::TEST_ARRAY_32_5 - (Unsupported expression. Array(ExprArray { attrs: [], bracket_token: Bracket, elems: [Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 3 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 4 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 5 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 6 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 7 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 8 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 9 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 10 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 11 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 12 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 13 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 14 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 15 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 16 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 17 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 18 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 19 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 20 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 21 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 22 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 23 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 24 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 25 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 26 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 27 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 28 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 29 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 30 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 31 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 32 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 33 }) }), Comma, Lit(ExprLit { attrs: [], lit: Int(LitInt { token: 34 }) }), Comma] }))
|
74 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
75 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
76 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
77 | WARN: Missing `[defines]` entry for `feature = "jni"` in cbindgen config.
|
78 | WARN: Missing `[defines]` entry for `feature = "jni"` in cbindgen config.
|
79 | WARN: Missing `[defines]` entry for `feature = "jni"` in cbindgen config.
|
80 | WARN: Missing `[defines]` entry for `feature = "jni"` in cbindgen config.
|
81 | WARN: Missing `[defines]` entry for `feature = "jni"` in cbindgen config.
|
82 | WARN: Missing `[defines]` entry for `feature = "jni"` in cbindgen config.
|
83 | WARN: Missing `[defines]` entry for `feature = "jni"` in cbindgen config.
|
84 | WARN: Missing `[defines]` entry for `feature = "jni"` in cbindgen config.
|
85 | WARN: Missing `[defines]` entry for `feature = "jni"` in cbindgen config.
|
86 | WARN: Missing `[defines]` entry for `feature = "jni"` in cbindgen config.
|
87 | WARN: Missing `[defines]` entry for `feature = "jni"` in cbindgen config.
|
88 | WARN: Missing `[defines]` entry for `feature = "jni"` in cbindgen config.
|
89 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
90 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
91 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
92 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
93 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
94 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
95 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
96 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
97 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
98 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
99 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
100 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
101 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
102 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
103 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
104 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
105 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
106 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
107 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
108 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
109 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
110 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
111 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
112 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
113 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
114 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
115 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
116 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
117 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
118 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
119 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
120 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
121 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
122 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
123 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
124 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
125 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
126 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
127 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
128 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
129 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
130 | WARN: Missing `[defines]` entry for `feature = "testing-fns"` in cbindgen config.
|
131 | amirhossein@Amirhosseins-MacBook-Pro libsignal %
|