· last year · Apr 12, 2024, 02:40 AM
1dannybuntu@z0:~/work/builds$ git clone https://github.com/AquaWalletIO/aqua-wallet
2Cloning into 'aqua-wallet'...
3remote: Enumerating objects: 1029, done.
4remote: Counting objects: 100% (1029/1029), done.
5remote: Compressing objects: 100% (797/797), done.
6remote: Total 1029 (delta 194), reused 1005 (delta 172), pack-reused 0
7Receiving objects: 100% (1029/1029), 6.74 MiB | 2.36 MiB/s, done.
8Resolving deltas: 100% (194/194), done.
9dannybuntu@z0:~/work/builds$ flutter --version
10Flutter 3.19.5 • channel stable • https://github.com/flutter/flutter.git
11Framework • revision 300451adae (2 weeks ago) • 2024-03-27 21:54:07 -0500
12Engine • revision e76c956498
13Tools • Dart 3.3.3 • DevTools 2.31.1
14
15 ╔════════════════════════════════════════════════════════════════════════════╗
16 ║ Welcome to Flutter! - https://flutter.dev ║
17 ║ ║
18 ║ The Flutter tool uses Google Analytics to anonymously report feature usage ║
19 ║ statistics and basic crash reports. This data is used to help improve ║
20 ║ Flutter tools over time. ║
21 ║ ║
22 ║ Flutter tool analytics are not sent on the very first run. To disable ║
23 ║ reporting, type 'flutter config --no-analytics'. To display the current ║
24 ║ setting, type 'flutter config'. If you opt out of analytics, an opt-out ║
25 ║ event will be sent, and then no further information will be sent by the ║
26 ║ Flutter tool. ║
27 ║ ║
28 ║ By downloading the Flutter SDK, you agree to the Google Terms of Service. ║
29 ║ The Google Privacy Policy describes how data is handled in this service. ║
30 ║ ║
31 ║ Moreover, Flutter includes the Dart SDK, which may send usage metrics and ║
32 ║ crash reports to Google. ║
33 ║ ║
34 ║ Read about data we send with crash reports: ║
35 ║ https://flutter.dev/docs/reference/crash-reporting ║
36 ║ ║
37 ║ See Google's privacy policy: ║
38 ║ https://policies.google.com/privacy ║
39 ║ ║
40 ║ To disable animations in this tool, use ║
41 ║ 'flutter config --no-cli-animations'. ║
42 ╚════════════════════════════════════════════════════════════════════════════╝
43
44
45dannybuntu@z0:~/work/builds$ dart --version
46Dart SDK version: 3.3.3 (stable) (Tue Mar 26 14:21:33 2024 +0000) on "linux_x64"
47dannybuntu@z0:~/work/builds$ cd aqua-wallet/
48dannybuntu@z0:~/work/builds/aqua-wallet$ ls
49analysis_options.yaml DEVELOPMENT.md lib pubspec.lock untranslated-messages.json
50android ffi LICENSE pubspec.yaml
51assets ios Makefile README.md
52build.yaml l10n.yaml pre-commit test
53dannybuntu@z0:~/work/builds/aqua-wallet$ fvm use
54✔ Select a version: · 3.10.6
55You should add the fvm version directory ".fvm/" to .gitignore.
56✔ Would you like to do that now? · yes
57✓ Added .fvm/ to .gitignore
58
59✓ Dependencies resolved. (8.7s)
60✓ Project now uses Flutter SDK : SDK Version : 3.10.6
61
62dannybuntu@z0:~/work/builds/aqua-wallet$ make setup
63fvm flutter pub get
64Resolving dependencies...
65 _fe_analyzer_shared 60.0.0 (67.0.0 available)
66 analyzer 5.12.0 (6.4.1 available)
67 analyzer_plugin 0.11.2 (0.11.3 available)
68 archive 3.4.9 (3.4.10 available)
69 build_resolvers 2.4.1 (2.4.2 available)
70 build_runner 2.4.7 (2.4.9 available)
71 build_runner_core 7.2.11 (7.3.0 available)
72 built_value 8.8.0 (8.9.2 available)
73 cli_util 0.4.0 (0.4.1 available)
74 code_builder 4.8.0 (4.10.0 available)
75 collection 1.17.1 (1.18.0 available)
76 coverage 1.6.4 (1.7.2 available)
77 cross_file 0.3.3+7 (0.3.4+1 available)
78 custom_lint 0.4.0 (0.6.4 available)
79 custom_lint_builder 0.4.0 (0.6.4 available)
80 custom_lint_core 0.4.0 (0.6.3 available)
81 dart_style 2.3.2 (2.3.6 available)
82 dio 5.4.0 (5.4.2+1 available)
83 ffi 2.1.0 (2.1.2 available)
84 ffigen 8.0.2 (11.0.0 available)
85 file 6.1.4 (7.0.0 available)
86 file_picker 5.5.0 (8.0.0+1 available)
87 file_selector_platform_interface 2.6.1 (2.6.2 available)
88 flutter_hooks 0.18.6 (0.20.5 available)
89 flutter_inappwebview 5.8.0 (6.0.0 available)
90 flutter_keyboard_visibility 5.4.1 (6.0.0 available)
91 flutter_lints 2.0.3 (3.0.2 available)
92 flutter_riverpod 2.4.9 (2.5.1 available)
93 flutter_secure_storage 8.1.0 (9.0.0 available)
94 flutter_secure_storage_windows 2.1.1 (3.0.0 available)
95 flutter_svg 2.0.9 (2.0.10+1 available)
96 freezed 2.4.1 (2.5.1 available)
97 frontend_server_client 3.2.0 (4.0.0 available)
98 google_fonts 5.1.0 (6.2.1 available)
99 hooks_riverpod 2.4.9 (2.5.1 available)
100 hotreloader 3.0.6 (4.2.0 available)
101! http 0.13.6 (overridden) (1.2.1 available)
102 image 4.1.3 (4.1.7 available)
103 image_picker 1.0.4 (1.0.7 available)
104 image_picker_android 0.8.8+2 (0.8.9+5 available)
105 image_picker_for_web 3.0.1 (3.0.3 available)
106 image_picker_ios 0.8.8+4 (0.8.9+2 available)
107 image_picker_platform_interface 2.9.1 (2.10.0 available)
108 intl 0.18.0 (0.19.0 available)
109 isolator 1.1.0 (2.0.8 available)
110 js 0.6.7 (0.7.1 available)
111 lints 2.1.1 (3.0.0 available)
112 logger 1.4.0 (2.2.0 available)
113 lottie 2.6.0 (3.1.0 available)
114 matcher 0.12.15 (0.12.16+1 available)
115 material_color_utilities 0.2.0 (0.11.1 available)
116 meta 1.9.1 (1.14.0 available)
117 mime 1.0.4 (1.0.5 available)
118 mobile_scanner 3.5.5 (4.0.1 available)
119 mocktail 1.0.2 (1.0.3 available)
120 package_info_plus 4.2.0 (7.0.0 available)
121 package_info_plus_platform_interface 2.0.1 (3.0.0 available)
122 path 1.8.3 (1.9.0 available)
123 path_provider 2.1.1 (2.1.2 available)
124 path_provider_android 2.2.1 (2.2.2 available)
125 path_provider_foundation 2.3.1 (2.3.2 available)
126 path_provider_platform_interface 2.1.1 (2.1.2 available)
127 petitparser 5.4.0 (6.0.2 available)
128 platform 3.1.3 (3.1.4 available)
129 plugin_platform_interface 2.1.7 (2.1.8 available)
130 pointycastle 3.7.3 (3.8.0 available)
131 provider 6.1.1 (6.1.2 available)
132 qr 2.1.0 (3.0.1 available)
133 qr_flutter 4.0.0 (4.1.0 available)
134 riverpod 2.4.9 (2.5.1 available)
135 riverpod_analyzer_utils 0.3.1 (0.5.1 available)
136 riverpod_annotation 2.3.3 (2.3.5 available)
137 riverpod_generator 2.2.4 (2.4.0 available)
138 riverpod_lint 1.4.0 (2.3.10 available)
139 share_plus 7.2.1 (8.0.3 available)
140 share_plus_platform_interface 3.3.1 (3.4.0 available)
141 shared_preferences_foundation 2.3.4 (2.3.5 available)
142 shared_preferences_platform_interface 2.3.1 (2.3.2 available)
143 shared_preferences_web 2.2.1 (2.3.0 available)
144 skeletonizer 0.4.0 (1.1.1 available)
145 source_gen 1.4.0 (1.5.0 available)
146 source_span 1.9.1 (1.10.0 available)
147 stack_trace 1.11.0 (1.11.1 available)
148 stream_channel 2.1.1 (2.1.2 available)
149 test 1.24.1 (1.25.3 available)
150 test_api 0.5.1 (0.7.1 available)
151 test_core 0.5.1 (0.6.1 available)
152 url_launcher 6.1.14 (6.2.5 available)
153 url_launcher_android 6.2.0 (6.3.0 available)
154 url_launcher_ios 6.2.1 (6.2.5 available)
155 url_launcher_linux 3.1.0 (3.1.1 available)
156 url_launcher_platform_interface 2.2.0 (2.3.2 available)
157 url_launcher_web 2.0.19 (2.3.0 available)
158 url_launcher_windows 3.1.0 (3.1.1 available)
159 uuid 3.0.7 (4.4.0 available)
160 vector_graphics 1.1.9+1 (1.1.11+1 available)
161 vector_graphics_codec 1.1.9+1 (1.1.11+1 available)
162 vector_graphics_compiler 1.1.9+1 (1.1.11+1 available)
163 vm_service 11.10.0 (14.2.0 available)
164 web_socket_channel 2.4.0 (2.4.5 available)
165 webview_flutter 4.4.2 (4.7.0 available)
166 webview_flutter_android 3.12.1 (3.16.0 available)
167 webview_flutter_platform_interface 2.8.0 (2.10.0 available)
168 webview_flutter_wkwebview 3.9.4 (3.13.0 available)
169 win32 5.0.9 (5.4.0 available)
170 xdg_directories 1.0.3 (1.0.4 available)
171 xml 6.3.0 (6.5.0 available)
172 yaml_edit 2.1.1 (2.2.0 available)
173 youtube_player_flutter 8.1.2 (9.0.0 available)
174Got dependencies!
175
176curl -L https://github.com/sideswap-io/gdk/releases/download/aqua_0.0.55/gdk0.0.55.tar.gz --output crypto.tar.gz
177 % Total % Received % Xferd Average Speed Time Time Time Current
178 Dload Upload Total Spent Left Speed
179 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
180100 76.3M 100 76.3M 0 0 79715 0 0:16:44 0:16:44 --:--:-- 40671
181echo "d78f2f7a57f9ecb1bd2190e75051ff64b58a771df015514d67566a5bc5abf1ed crypto.tar.gz" | shasum -a 256 --check
182crypto.tar.gz: OK
183tar -xzf crypto.tar.gz
184tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
185tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
186tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
187tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
188tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
189tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
190tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
191tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
192tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
193tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
194tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
195tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
196tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
197tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
198tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
199tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
200tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
201tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
202tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
203tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
204tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
205tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
206tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
207tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
208tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
209tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
210tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
211tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
212tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
213tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
214tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
215tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
216tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
217tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
218tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
219tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
220tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
221tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
222tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
223tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
224tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
225tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
226tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
227tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
228tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
229tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
230tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
231tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
232tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
233tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
234tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
235tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
236tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
237tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
238tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
239tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
240tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
241tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
242tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
243tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
244tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
245tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
246tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
247tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
248tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
249rm crypto.tar.gz
250curl -L https://github.com/AquaWalletIO/rust-elements-wrapper/releases/download/0.0.2/rust-elements-wrapper-0.0.2.tar.gz --output rust-elements-wrapper.tar.gz
251 % Total % Received % Xferd Average Speed Time Time Time Current
252 Dload Upload Total Spent Left Speed
253 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
254 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
255100 34.5M 100 34.5M 0 0 27085 0 0:22:16 0:22:16 --:--:-- 23723
256echo "e180bcef9f2fd13708e7bc92e20ed3dd4ff2a244ae0363bbe4d3eae9562d4291 rust-elements-wrapper.tar.gz" | shasum -a 256 --check
257rust-elements-wrapper.tar.gz: OK
258tar -xzf rust-elements-wrapper.tar.gz
259tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
260tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
261tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
262tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.lastuseddate#PS'
263tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
264tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
265tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
266tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
267tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
268tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
269tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
270tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
271tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
272tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
273tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
274tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
275tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
276tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
277rm rust-elements-wrapper.tar.gz
278mkdir -p android/app/src/main/jniLibs/arm64-v8a/ android/app/src/main/jniLibs/armeabi-v7a/ android/app/src/main/jniLibs/x86/ android/app/src/main/jniLibs/x86_64/
279cp rust-elements-wrapper/android/app/src/main/jniLibs/arm64-v8a/librust_elements_wrapper.so android/app/src/main/jniLibs/arm64-v8a/
280cp rust-elements-wrapper/android/app/src/main/jniLibs/armeabi-v7a/librust_elements_wrapper.so android/app/src/main/jniLibs/armeabi-v7a/
281cp rust-elements-wrapper/android/app/src/main/jniLibs/x86/librust_elements_wrapper.so android/app/src/main/jniLibs/x86/
282cp rust-elements-wrapper/android/app/src/main/jniLibs/x86_64/librust_elements_wrapper.so android/app/src/main/jniLibs/x86_64/
283cp rust-elements-wrapper/ios/librust_elements_wrapper.a ios
284fvm flutter pub run ffigen
285Deprecated. Use `dart run` instead.
286Building package executable... (2.5s)
287Built ffigen:ffigen.
288Running in Directory: '/home/dannybuntu/work/builds/aqua-wallet'
289[WARNING]: Prefer adding Key '[name]' to your config.
290[WARNING]: Prefer adding Key '[description]' to your config.
291[WARNING]: Unknown key - symbol-address.
292Input Headers: [./crypto/gdk-android-jni/include/gdk/gdk.h, ./rust-elements-wrapper/bindings.h]
293[SEVERE] : Header ./rust-elements-wrapper/bindings.h: Total errors/warnings: 1.
294[SEVERE] : ./rust-elements-wrapper/bindings.h:6:31: error: unknown type name 'uint32_t' [Semantic Issue]
295[WARNING]: Removed All Struct Members from max_align_t(max_align_t), struct member has an unsupported type.
296[WARNING]: Skipped Function '__bswap_16', inline functions are not supported.
297[WARNING]: Skipped Function '__bswap_32', inline functions are not supported.
298[WARNING]: Skipped Function '__bswap_64', inline functions are not supported.
299[WARNING]: Skipped Function '__uint16_identity', inline functions are not supported.
300[WARNING]: Skipped Function '__uint32_identity', inline functions are not supported.
301[WARNING]: Skipped Function '__uint64_identity', inline functions are not supported.
302[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
303[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
304[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
305[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
306[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
307[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
308[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
309[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
310[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
311[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
312[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
313[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
314[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
315[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
316[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
317[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
318[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
319[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
320[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
321[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
322[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
323[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
324[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
325[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
326[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
327[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
328[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
329[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
330[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
331[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
332[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
333[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
334[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
335[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
336[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
337[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
338[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
339[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
340[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
341[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
342[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
343[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
344[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
345[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
346[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
347[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
348[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
349[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
350[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
351[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
352[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
353[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
354[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
355[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
356[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
357[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
358[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
359[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
360[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
361[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
362[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
363[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
364[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
365[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
366[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
367[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
368[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
369[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
370[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
371[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
372[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
373[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
374[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
375[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
376[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
377[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
378[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
379[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
380[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
381[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
382[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
383[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
384[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
385[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
386[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
387[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
388[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
389[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
390[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
391[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
392[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
393[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
394[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
395[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
396[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
397[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
398[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
399[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
400[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
401[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
402[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
403[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
404[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
405[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
406[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
407[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
408[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
409[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
410[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
411[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
412[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
413[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
414[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
415[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
416[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
417[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
418[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
419[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
420[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
421[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
422[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
423[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
424[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
425[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
426[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
427[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
428[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
429[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
430[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
431[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
432[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
433[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
434[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
435[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
436[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
437[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
438[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
439[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
440[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
441[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
442[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
443[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
444[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
445[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
446[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
447[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
448[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
449[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
450[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
451[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
452[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
453[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
454[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
455[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
456[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
457[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
458[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
459[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
460[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
461[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
462[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
463[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
464[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
465[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
466[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
467[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
468[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
469[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
470[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
471[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
472[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
473[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
474[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
475[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
476[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
477[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
478[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
479[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
480[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
481[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
482[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
483[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
484[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
485[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
486[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
487[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
488[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
489[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
490[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
491[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
492[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
493[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
494[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
495[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
496[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
497[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
498[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
499[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
500[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
501[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
502[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
503[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
504[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
505[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
506[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
507[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
508[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
509[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
510[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
511[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
512[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
513[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
514[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
515[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
516[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
517[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
518[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
519[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
520[WARNING]: No definition found for declaration - (Cursor) spelling: GA_session, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_session, usr: c:@S@GA_session
521[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
522[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
523[WARNING]: No definition found for declaration - (Cursor) spelling: GA_auth_handler, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_auth_handler, usr: c:@S@GA_auth_handler
524[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
525[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
526[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
527[WARNING]: No definition found for declaration - (Cursor) spelling: GA_json, kind: 2, kindSpelling: StructDecl, type: 105, typeSpelling: struct GA_json, usr: c:@S@GA_json
528[WARNING]: Generated declaration '__fsid_t' start's with '_' and therefore will be private.
529[WARNING]: Generated declaration '__sigset_t' start's with '_' and therefore will be private.
530[WARNING]: Generated declaration '__time_t' start's with '_' and therefore will be private.
531[WARNING]: Generated declaration '__suseconds_t' start's with '_' and therefore will be private.
532[WARNING]: Generated declaration '__syscall_slong_t' start's with '_' and therefore will be private.
533[WARNING]: Generated declaration '__fd_mask' start's with '_' and therefore will be private.
534[WARNING]: Generated declaration '__atomic_wide_counter' start's with '_' and therefore will be private.
535[WARNING]: Generated declaration '__pthread_internal_list' start's with '_' and therefore will be private.
536[WARNING]: Generated declaration '__pthread_internal_slist' start's with '_' and therefore will be private.
537[WARNING]: Generated declaration '__pthread_mutex_s' start's with '_' and therefore will be private.
538[WARNING]: Generated declaration '__pthread_list_t' start's with '_' and therefore will be private.
539[WARNING]: Generated declaration '__pthread_rwlock_arch_t' start's with '_' and therefore will be private.
540[WARNING]: Generated declaration '__pthread_cond_s' start's with '_' and therefore will be private.
541[WARNING]: Generated declaration '__once_flag' start's with '_' and therefore will be private.
542[WARNING]: Generated declaration '_STDINT_H' start's with '_' and therefore will be private.
543[WARNING]: Generated declaration '_FEATURES_H' start's with '_' and therefore will be private.
544[WARNING]: Generated declaration '_DEFAULT_SOURCE' start's with '_' and therefore will be private.
545[WARNING]: Generated declaration '__GLIBC_USE_ISOC2X' start's with '_' and therefore will be private.
546[WARNING]: Generated declaration '__USE_ISOC11' start's with '_' and therefore will be private.
547[WARNING]: Generated declaration '__USE_ISOC99' start's with '_' and therefore will be private.
548[WARNING]: Generated declaration '__USE_ISOC95' start's with '_' and therefore will be private.
549[WARNING]: Generated declaration '_POSIX_SOURCE' start's with '_' and therefore will be private.
550[WARNING]: Generated declaration '_POSIX_C_SOURCE' start's with '_' and therefore will be private.
551[WARNING]: Generated declaration '__USE_POSIX' start's with '_' and therefore will be private.
552[WARNING]: Generated declaration '__USE_POSIX2' start's with '_' and therefore will be private.
553[WARNING]: Generated declaration '__USE_POSIX199309' start's with '_' and therefore will be private.
554[WARNING]: Generated declaration '__USE_POSIX199506' start's with '_' and therefore will be private.
555[WARNING]: Generated declaration '__USE_XOPEN2K' start's with '_' and therefore will be private.
556[WARNING]: Generated declaration '__USE_XOPEN2K8' start's with '_' and therefore will be private.
557[WARNING]: Generated declaration '_ATFILE_SOURCE' start's with '_' and therefore will be private.
558[WARNING]: Generated declaration '__WORDSIZE' start's with '_' and therefore will be private.
559[WARNING]: Generated declaration '__WORDSIZE_TIME64_COMPAT32' start's with '_' and therefore will be private.
560[WARNING]: Generated declaration '__SYSCALL_WORDSIZE' start's with '_' and therefore will be private.
561[WARNING]: Generated declaration '__TIMESIZE' start's with '_' and therefore will be private.
562[WARNING]: Generated declaration '__USE_MISC' start's with '_' and therefore will be private.
563[WARNING]: Generated declaration '__USE_ATFILE' start's with '_' and therefore will be private.
564[WARNING]: Generated declaration '__USE_FORTIFY_LEVEL' start's with '_' and therefore will be private.
565[WARNING]: Generated declaration '__GLIBC_USE_DEPRECATED_GETS' start's with '_' and therefore will be private.
566[WARNING]: Generated declaration '__GLIBC_USE_DEPRECATED_SCANF' start's with '_' and therefore will be private.
567[WARNING]: Generated declaration '_STDC_PREDEF_H' start's with '_' and therefore will be private.
568[WARNING]: Generated declaration '__STDC_IEC_559__' start's with '_' and therefore will be private.
569[WARNING]: Generated declaration '__STDC_IEC_559_COMPLEX__' start's with '_' and therefore will be private.
570[WARNING]: Generated declaration '__STDC_ISO_10646__' start's with '_' and therefore will be private.
571[WARNING]: Generated declaration '__GNU_LIBRARY__' start's with '_' and therefore will be private.
572[WARNING]: Generated declaration '__GLIBC__' start's with '_' and therefore will be private.
573[WARNING]: Generated declaration '__GLIBC_MINOR__' start's with '_' and therefore will be private.
574[WARNING]: Generated declaration '_SYS_CDEFS_H' start's with '_' and therefore will be private.
575[WARNING]: Generated declaration '__glibc_c99_flexarr_available' start's with '_' and therefore will be private.
576[WARNING]: Generated declaration '__HAVE_GENERIC_SELECTION' start's with '_' and therefore will be private.
577[WARNING]: Generated declaration '__GLIBC_USE_LIB_EXT2' start's with '_' and therefore will be private.
578[WARNING]: Generated declaration '__GLIBC_USE_IEC_60559_BFP_EXT' start's with '_' and therefore will be private.
579[WARNING]: Generated declaration '__GLIBC_USE_IEC_60559_BFP_EXT_C2X' start's with '_' and therefore will be private.
580[WARNING]: Generated declaration '__GLIBC_USE_IEC_60559_FUNCS_EXT' start's with '_' and therefore will be private.
581[WARNING]: Generated declaration '__GLIBC_USE_IEC_60559_FUNCS_EXT_C2X' start's with '_' and therefore will be private.
582[WARNING]: Generated declaration '__GLIBC_USE_IEC_60559_TYPES_EXT' start's with '_' and therefore will be private.
583[WARNING]: Generated declaration '_BITS_TYPES_H' start's with '_' and therefore will be private.
584[WARNING]: Generated declaration '_BITS_TYPESIZES_H' start's with '_' and therefore will be private.
585[WARNING]: Generated declaration '__OFF_T_MATCHES_OFF64_T' start's with '_' and therefore will be private.
586[WARNING]: Generated declaration '__INO_T_MATCHES_INO64_T' start's with '_' and therefore will be private.
587[WARNING]: Generated declaration '__RLIM_T_MATCHES_RLIM64_T' start's with '_' and therefore will be private.
588[WARNING]: Generated declaration '__STATFS_MATCHES_STATFS64' start's with '_' and therefore will be private.
589[WARNING]: Generated declaration '__FD_SETSIZE' start's with '_' and therefore will be private.
590[WARNING]: Generated declaration '_BITS_TIME64_H' start's with '_' and therefore will be private.
591[WARNING]: Generated declaration '_BITS_WCHAR_H' start's with '_' and therefore will be private.
592[WARNING]: Generated declaration '__WCHAR_MAX' start's with '_' and therefore will be private.
593[WARNING]: Generated declaration '__WCHAR_MIN' start's with '_' and therefore will be private.
594[WARNING]: Generated declaration '_BITS_STDINT_INTN_H' start's with '_' and therefore will be private.
595[WARNING]: Generated declaration '_BITS_STDINT_UINTN_H' start's with '_' and therefore will be private.
596[WARNING]: Generated declaration '_SYS_TYPES_H' start's with '_' and therefore will be private.
597[WARNING]: Generated declaration '__clock_t_defined' start's with '_' and therefore will be private.
598[WARNING]: Generated declaration '__clockid_t_defined' start's with '_' and therefore will be private.
599[WARNING]: Generated declaration '__time_t_defined' start's with '_' and therefore will be private.
600[WARNING]: Generated declaration '__timer_t_defined' start's with '_' and therefore will be private.
601[WARNING]: Generated declaration '__BIT_TYPES_DEFINED__' start's with '_' and therefore will be private.
602[WARNING]: Generated declaration '_ENDIAN_H' start's with '_' and therefore will be private.
603[WARNING]: Generated declaration '_BITS_ENDIAN_H' start's with '_' and therefore will be private.
604[WARNING]: Generated declaration '__LITTLE_ENDIAN' start's with '_' and therefore will be private.
605[WARNING]: Generated declaration '__BIG_ENDIAN' start's with '_' and therefore will be private.
606[WARNING]: Generated declaration '__PDP_ENDIAN' start's with '_' and therefore will be private.
607[WARNING]: Generated declaration '_BITS_ENDIANNESS_H' start's with '_' and therefore will be private.
608[WARNING]: Generated declaration '__BYTE_ORDER' start's with '_' and therefore will be private.
609[WARNING]: Generated declaration '__FLOAT_WORD_ORDER' start's with '_' and therefore will be private.
610[WARNING]: Generated declaration '_BITS_BYTESWAP_H' start's with '_' and therefore will be private.
611[WARNING]: Generated declaration '_BITS_UINTN_IDENTITY_H' start's with '_' and therefore will be private.
612[WARNING]: Generated declaration '_SYS_SELECT_H' start's with '_' and therefore will be private.
613[WARNING]: Generated declaration '__sigset_t_defined' start's with '_' and therefore will be private.
614[WARNING]: Generated declaration '_SIGSET_NWORDS' start's with '_' and therefore will be private.
615[WARNING]: Generated declaration '__timeval_defined' start's with '_' and therefore will be private.
616[WARNING]: Generated declaration '_STRUCT_TIMESPEC' start's with '_' and therefore will be private.
617[WARNING]: Generated declaration '__NFDBITS' start's with '_' and therefore will be private.
618[WARNING]: Generated declaration '_BITS_PTHREADTYPES_COMMON_H' start's with '_' and therefore will be private.
619[WARNING]: Generated declaration '_THREAD_SHARED_TYPES_H' start's with '_' and therefore will be private.
620[WARNING]: Generated declaration '_BITS_PTHREADTYPES_ARCH_H' start's with '_' and therefore will be private.
621[WARNING]: Generated declaration '__SIZEOF_PTHREAD_MUTEX_T' start's with '_' and therefore will be private.
622[WARNING]: Generated declaration '__SIZEOF_PTHREAD_ATTR_T' start's with '_' and therefore will be private.
623[WARNING]: Generated declaration '__SIZEOF_PTHREAD_RWLOCK_T' start's with '_' and therefore will be private.
624[WARNING]: Generated declaration '__SIZEOF_PTHREAD_BARRIER_T' start's with '_' and therefore will be private.
625[WARNING]: Generated declaration '__SIZEOF_PTHREAD_MUTEXATTR_T' start's with '_' and therefore will be private.
626[WARNING]: Generated declaration '__SIZEOF_PTHREAD_COND_T' start's with '_' and therefore will be private.
627[WARNING]: Generated declaration '__SIZEOF_PTHREAD_CONDATTR_T' start's with '_' and therefore will be private.
628[WARNING]: Generated declaration '__SIZEOF_PTHREAD_RWLOCKATTR_T' start's with '_' and therefore will be private.
629[WARNING]: Generated declaration '__SIZEOF_PTHREAD_BARRIERATTR_T' start's with '_' and therefore will be private.
630[WARNING]: Generated declaration '_THREAD_MUTEX_INTERNAL_H' start's with '_' and therefore will be private.
631[WARNING]: Generated declaration '__PTHREAD_MUTEX_HAVE_PREV' start's with '_' and therefore will be private.
632[WARNING]: Generated declaration '__PTHREAD_RWLOCK_ELISION_EXTRA' start's with '_' and therefore will be private.
633[WARNING]: Generated declaration '__have_pthread_attr_t' start's with '_' and therefore will be private.
634Finished, Bindings generated in /home/dannybuntu/work/builds/aqua-wallet/./lib/ffi/generated_bindings.dart
635
636fvm flutter pub run build_runner build
637Deprecated. Use `dart run` instead.
638Building package executable... (10.4s)
639Built build_runner:build_runner.
640[INFO] Generating build script completed, took 538ms
641[INFO] Precompiling build script... completed, took 10.6s
642[INFO] Building new asset graph completed, took 2.7s
643[INFO] Checking for unexpected pre-existing outputs. completed, took 1ms
644[INFO] Generating SDK summary completed, took 6.7s
645[INFO] Running build completed, took 56.9s
646[INFO] Caching finalized dependency graph completed, took 780ms
647[INFO] Succeeded after 57.7s with 229 outputs (2187 actions)
648
649cp pre-commit .git/hooks/pre-commit
650dannybuntu@z0:~/work/builds/aqua-wallet$ cd /opt/android-sdk
651dannybuntu@z0:/opt/android-sdk$ ls
652build-tools cmdline-tools extras ndk platform-tools sources tools
653cmake emulator licenses platforms skins system-images
654dannybuntu@z0:/opt/android-sdk$ cd emulator/
655dannybuntu@z0:/opt/android-sdk/emulator$ ls
656android-info.txt emulator-check lib64 NOTICE.csv qemu-img
657bin64 goldfish-webrtc-bridge LICENSE NOTICE.txt qsn
658crashpad_handler include mksdcard package.xml resources
659emulator lib nimble_bridge qemu source.properties
660dannybuntu@z0:/opt/android-sdk/emulator$ cd ..cd ..
661bash: cd: too many arguments
662dannybuntu@z0:/opt/android-sdk/emulator$ ls
663android-info.txt emulator-check lib64 NOTICE.csv qemu-img
664bin64 goldfish-webrtc-bridge LICENSE NOTICE.txt qsn
665crashpad_handler include mksdcard package.xml resources
666emulator lib nimble_bridge qemu source.properties
667dannybuntu@z0:/opt/android-sdk/emulator$ cd ..
668dannybuntu@z0:/opt/android-sdk$ ls
669build-tools cmdline-tools extras ndk platform-tools sources tools
670cmake emulator licenses platforms skins system-images
671dannybuntu@z0:/opt/android-sdk$ cd cmdline-tools/
672dannybuntu@z0:/opt/android-sdk/cmdline-tools$ ls
673latest
674dannybuntu@z0:/opt/android-sdk/cmdline-tools$ cd latest/
675dannybuntu@z0:/opt/android-sdk/cmdline-tools/latest$ ls
676bin lib NOTICE.txt package.xml source.properties
677dannybuntu@z0:/opt/android-sdk/cmdline-tools/latest$ cd bin
678dannybuntu@z0:/opt/android-sdk/cmdline-tools/latest/bin$ ls
679apkanalyzer avdmanager lint profgen resourceshrinker retrace screenshot2 sdkmanager
680dannybuntu@z0:/opt/android-sdk/cmdline-tools/latest/bin$ ./avdmanager list avd.one
681Error: Expected verb after global parameters but found 'avd.one' instead.
682
683Usage:
684 avdmanager [global options] list [action options]
685 Global options:
686 -s --silent : Silent mode, shows errors only.
687 -v --verbose : Verbose mode, shows errors, warnings and all messages.
688 --clear-cache: Clear the SDK Manager repository manifest cache.
689 -h --help : Help on a specific command.
690
691Valid actions are composed of a verb and an optional direct object:
692- list : Lists existing targets or virtual devices.
693- list avd : Lists existing Android Virtual Devices.
694- list target : Lists existing targets.
695- list device : Lists existing devices.
696
697Action "list ":
698 Lists existing targets or virtual devices.
699Options:
700 No options
701
702Action "list avd":
703 Lists existing Android Virtual Devices.
704Options:
705 -0 --null : Terminates lines with \0 instead of \n (e.g. for xargs -0).
706 Only used by --compact.
707 -c --compact : Compact output (suitable for scripts)
708
709Action "list target":
710 Lists existing targets.
711Options:
712 -0 --null : Terminates lines with \0 instead of \n (e.g. for xargs -0)
713 Only used by --compact.
714 -c --compact : Compact output (suitable for scripts)
715
716Action "list device":
717 Lists existing devices.
718Options:
719 -0 --null : Terminates lines with \0 instead of \n (e.g. for xargs -0)
720 Only used by --compact.
721 -c --compact : Compact output (suitable for scripts)
722dannybuntu@z0:/opt/android-sdk/cmdline-tools/latest/bin$ ./avdmanager list avd
723Available Android Virtual Devices:
724 Name: avd.one
725 Path: /home/dannybuntu/.android/avd/avd.one.avd
726 Target: Google Play (Google Inc.)
727 Based on: Android 11.0 ("R") Tag/ABI: google_apis_playstore/x86
728dannybuntu@z0:/opt/android-sdk/cmdline-tools/latest/bin$ cd ../../../..
729dannybuntu@z0:/opt$ cd android-sdk
730dannybuntu@z0:/opt/android-sdk$ ls
731build-tools cmdline-tools extras ndk platform-tools sources tools
732cmake emulator licenses platforms skins system-images
733dannybuntu@z0:/opt/android-sdk$ cd emulator/
734dannybuntu@z0:/opt/android-sdk/emulator$ ls
735android-info.txt emulator-check lib64 NOTICE.csv qemu-img
736bin64 goldfish-webrtc-bridge LICENSE NOTICE.txt qsn
737crashpad_handler include mksdcard package.xml resources
738emulator lib nimble_bridge qemu source.properties
739dannybuntu@z0:/opt/android-sdk/emulator$ ./emulator -avd avd.one
740INFO | Android emulator version 32.1.15.0 (build_id 10696886) (CL:N/A)
741INFO | Found systemPath /opt/android-sdk/system-images/android-30/google_apis_playstore/x86/
742INFO | Storing crashdata in: /tmp/android-dannybuntu/emu-crash.db, detection is enabled
743INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
744WARNING | Please update the emulator to one that supports the feature(s): Vulkan
745WARNING | cannot add library /opt/android-sdk/emulator/qemu/linux-x86_64/lib64/vulkan/libvulkan.so: failed
746INFO | added library /opt/android-sdk/emulator/lib64/vulkan/libvulkan.so
747WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***
748INFO | Started GRPC server at 127.0.0.1:8554, security: Local, auth: none
749INFO | Advertising in: /run/user/1000/avd/running/pid_46977.ini
750INFO | Setting display: 0 configuration to: 320x640, dpi: 160x160
751ERROR | Unable to connect to adb daemon on port: 5037
752qemu-system-x86_64: warning: TSC frequency mismatch between VM (3695999 kHz) and host (3695985 kHz), and TSC scaling unavailable
753qemu-system-x86_64: warning: TSC frequency mismatch between VM (3695999 kHz) and host (3695985 kHz), and TSC scaling unavailable
754INFO | Your emulator is out of date, please update by launching Android Studio:
755 - Start Android Studio
756 - Select menu "Tools > Android > SDK Manager"
757 - Click "SDK Tools" tab
758 - Check "Android Emulator" checkbox
759 - Click "OK"
760^CINFO | Wait for emulator (pid 46977) 20 seconds to shutdown gracefully before kill;you can set environment variable ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL(in seconds) to change the default value (20 seconds)
761INFO | Wait for emulator (pid 46977) 20 seconds to shutdown gracefully before kill;you can set environment variable ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL(in seconds) to change the default value (20 seconds)
762
763INFO | Info: Sandboxing disabled by user. ((null):0, (null))
764dannybuntu@z0:/opt/android-sdk/emulator$ cd ~/work/builds
765dannybuntu@z0:~/work/builds$ ls
766aqua-wallet bitkey bitkey2 bitkeydiff io.aquawallet.android io.horizontalsystems zeus
767dannybuntu@z0:~/work/builds$ cd aqua-wallet/
768dannybuntu@z0:~/work/builds/aqua-wallet$ ls
769analysis_options.yaml build.yaml ios Makefile README.md
770android crypto l10n.yaml pre-commit rust-elements-wrapper
771assets DEVELOPMENT.md lib pubspec.lock test
772build ffi LICENSE pubspec.yaml untranslated-messages.json
773dannybuntu@z0:~/work/builds/aqua-wallet$ fvm flutter run
774Using hardware rendering with device sdk gphone x86. If you notice graphics artifacts, consider
775enabling software rendering with "--enable-software-rendering".
776Launching lib/main.dart on sdk gphone x86 in debug mode...
777[Aqua] Store file: /home/dannybuntu/work/builds/aqua-wallet/android/android_keys/keystore.jks
778Note: Some input files use or override a deprecated API.
779Note: Recompile with -Xlint:deprecation for details.
780Note: Some input files use unchecked or unsafe operations.
781Note: Recompile with -Xlint:unchecked for details.
782Note: /home/dannybuntu/.pub-cache/hosted/pub.dev/uni_links-0.5.1/android/src/main/java/name/avioli/unilinks/UniLinksPlugin.java uses or overrides a deprecated API.
783Note: Recompile with -Xlint:deprecation for details.
784
785FAILURE: Build failed with an exception.
786
787* What went wrong:
788Execution failed for task ':app:configureCMakeDebug[arm64-v8a]'.
789> [CXX1429] error when building with cmake using /home/dannybuntu/work/builds/aqua-wallet/android/app/CMakeLists.txt: -- Android: Targeting API '27' with architecture 'arm64', ABI 'arm64-v8a', and processor 'aarch64'
790 -- Android: Selected unified Clang toolchain
791 -- The C compiler identification is Clang 12.0.8
792 -- The CXX compiler identification is Clang 12.0.8
793 -- Detecting C compiler ABI info
794 -- Detecting C compiler ABI info - failed
795 -- Check for working C compiler: /opt/android-sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang
796 -- Check for working C compiler: /opt/android-sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang - broken
797 -- Configuring incomplete, errors occurred!
798 See also "/home/dannybuntu/work/builds/aqua-wallet/android/app/.cxx/Debug/414y3k4a/arm64-v8a/CMakeFiles/CMakeOutput.log".
799 See also "/home/dannybuntu/work/builds/aqua-wallet/android/app/.cxx/Debug/414y3k4a/arm64-v8a/CMakeFiles/CMakeError.log".
800
801 C++ build system [configure] failed while executing:
802 /usr/bin/cmake \
803 -H/home/dannybuntu/work/builds/aqua-wallet/android/app \
804 -DCMAKE_SYSTEM_NAME=Android \
805 -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
806 -DCMAKE_SYSTEM_VERSION=27 \
807 -DANDROID_PLATFORM=android-27 \
808 -DANDROID_ABI=arm64-v8a \
809 -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a \
810 -DANDROID_NDK=/opt/android-sdk/ndk/23.1.7779620 \
811 -DCMAKE_ANDROID_NDK=/opt/android-sdk/ndk/23.1.7779620 \
812 -DCMAKE_TOOLCHAIN_FILE=/opt/android-sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake \
813 -DCMAKE_MAKE_PROGRAM=/opt/android-sdk/cmake/3.10.2.4988404/bin/ninja \
814 -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/home/dannybuntu/work/builds/aqua-wallet/build/app/intermediates/cxx/Debug/414y3k4a/obj/arm64-v8a \
815 -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=/home/dannybuntu/work/builds/aqua-wallet/build/app/intermediates/cxx/Debug/414y3k4a/obj/arm64-v8a \
816 -DCMAKE_BUILD_TYPE=Debug \
817 -B/home/dannybuntu/work/builds/aqua-wallet/android/app/.cxx/Debug/414y3k4a/arm64-v8a \
818 -GNinja
819 from /home/dannybuntu/work/builds/aqua-wallet/android/app
820 CMake Warning (dev) in CMakeLists.txt:
821 No project() command is present. The top-level CMakeLists.txt file must
822 contain a literal, direct call to the project() command. Add a line of
823 code such as
824
825 project(ProjectName)
826
827 near the top of the file, but after cmake_minimum_required().
828
829 CMake is pretending there is a "project(Project)" command on the first
830 line.
831 This warning is for project developers. Use -Wno-dev to suppress it.
832
833 CMake Error at /usr/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake:69 (message):
834 The C compiler
835
836 "/opt/android-sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang"
837
838 is not able to compile a simple test program.
839
840 It fails with the following output:
841
842 Change Dir: /home/dannybuntu/work/builds/aqua-wallet/android/app/.cxx/Debug/414y3k4a/arm64-v8a/CMakeFiles/CMakeTmp
843
844 Run Build Command(s):/opt/android-sdk/cmake/3.10.2.4988404/bin/ninja cmTC_9e90d && [1/2] Building C object CMakeFiles/cmTC_9e90d.dir/testCCompiler.c.o
845 [2/2] Linking C executable cmTC_9e90d
846 FAILED: cmTC_9e90d
847 : && /opt/android-sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=aarch64-none-linux-android27 --sysroot=/opt/android-sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fexceptions -O2 -g -DNDEBUG -Wl,--build-id=sha1 -Wl,--no-rosegment -Wl,--fatal-warnings -Qunused-arguments -Wl,--no-undefined -Wl,--gc-sections -B/snap/flutter/current/usr/lib/gcc/x86_64-linux-gnu/9 -B/snap/flutter/current/usr/lib/x86_64-linux-gnu -B/snap/flutter/current/lib/x86_64-linux-gnu -B/snap/flutter/current/usr/lib/ -L/snap/flutter/current/usr/lib/gcc/x86_64-linux-gnu/9 -L/snap/flutter/current/usr/lib/x86_64-linux-gnu -L/snap/flutter/current/lib/x86_64-linux-gnu -L/snap/flutter/current/usr/lib/ -lblkid -lgcrypt -llzma -llz4 -lgpg-error -luuid -lpthread -ldl -lepoxy -lfontconfig -B/snap/flutter/current/usr/lib/gcc/x86_64-linux-gnu/9 -B/snap/flutter/current/usr/lib/x86_64-linux-gnu -B/snap/flutter/current/lib/x86_64-linux-gnu -B/snap/flutter/current/usr/lib/ -L/snap/flutter/current/usr/lib/gcc/x86_64-linux-gnu/9 -L/snap/flutter/current/usr/lib/x86_64-linux-gnu -L/snap/flutter/current/lib/x86_64-linux-gnu -L/snap/flutter/current/usr/lib/ -lblkid -lgcrypt -llzma -llz4 -lgpg-error -luuid -lpthread -ldl -lepoxy -lfontconfig CMakeFiles/cmTC_9e90d.dir/testCCompiler.c.o -o cmTC_9e90d -latomic -lm && :
848 ld: error: --fix-cortex-a53-843419 is only supported on AArch64 targets
849 clang: error: linker command failed with exit code 1 (use -v to see invocation)
850 ninja: build stopped: subcommand failed.
851
852
853
854
855
856 CMake will not be able to correctly generate this project.
857 Call Stack (most recent call first):
858 CMakeLists.txt
859
860* Try:
861> Run with --stacktrace option to get the stack trace.
862> Run with --info or --debug option to get more log output.
863> Run with --scan to get full insights.
864
865* Get more help at https://help.gradle.org
866
867BUILD FAILED in 7m 25s
868Running Gradle task 'assembleDebug'... 446.2s
869Exception: Gradle task assembleDebug failed with exit code 1
870