forked from Timi16/soroban-debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheck6.txt
More file actions
234 lines (220 loc) · 3.74 KB
/
Copy pathcheck6.txt
File metadata and controls
234 lines (220 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
cargo : Checking
soroban-debugger
v0.1.0 (C:\Users\HomeP
C\Desktop\DRIPS
W3\soroban-debugger)
At line:1 char:1
+ cargo check
--all-targets
--all-features 2>&1 |
Out-File -FilePath ch
...
+ ~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo
: NotSpeci
fied: ( Checki
ng so...roban-deb
ugger):String) []
, RemoteException
+ FullyQualifiedE
rrorId : NativeCo
mmandError
warning: unused
import:
`FunctionProfile`
--> src\profiler\flam
egraph.rs:1:33
|
1 | use crate::profile
r::analyzer::{Function
Profile,
OptimizationReport};
|
^^^^^^^^^^^^^^^
|
= note: `#[warn(unus
ed_imports)]` (part
of `#[warn(unused)]`)
on by default
error[E0599]: no
method named `width`
found for struct `infe
rno::flamegraph::Optio
ns<'a>` in the
current scope
--> src\profiler\fla
megraph.rs:81:14
|
80 | let
mut renderer = inferno
::flamegraph::Options:
:default()
| ________________
____________-
81 | |
.width(width)
| |
-^^^^^ method not
found in `inferno::fla
megraph::Options<'_>`
| |_____________|
|
warning: variable `sto
rage_calls_outside_loo
ps` is assigned to,
but never used
--> src\analyzer\se
curity.rs:680:9
|
680 | let mut stor
age_calls_outside_loop
s = 0usize;
| ^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^
^
|
= note: consider
using `_storage_calls_
outside_loops` instead
= note: `#[warn(un
used_variables)]`
(part of
`#[warn(unused)]`) on
by default
warning: variable `con
ditional_branches` is
assigned to, but
never used
--> src\analyzer\se
curity.rs:683:9
|
683 | let mut
conditional_branches
= 0usize;
| ^^^^^^^^
^^^^^^^^^^^^^^^^
|
= note: consider
using `_conditional_br
anches` instead
warning: value
assigned to `storage_c
alls_outside_loops`
is never read
--> src\analyzer\se
curity.rs:758:37
|
758 | ...
storage_calls_ou
tside_loops += 1;
|
^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^
|
= help: maybe it
is overwritten before
being read?
= note: `#[warn(un
used_assignments)]`
(part of
`#[warn(unused)]`) on
by default
warning: value
assigned to `condition
al_branches` is never
read
--> src\analyzer\se
curity.rs:733:29
|
733 | ...
conditional_branches
+= 1;
|
^^^^^^^^^^^^^^^^
^^^^^^^^^
|
= help: maybe it
is overwritten before
being read?
warning: value
assigned to `condition
al_branches` is never
read
--> src\analyzer\se
curity.rs:763:29
|
763 | ...
conditional_branches
+= 1;
|
^^^^^^^^^^^^^^^^
^^^^^^^^^
|
= help: maybe it
is overwritten before
being read?
warning: value
assigned to
`operation` is never
read
-->
src\lib.rs:103:22
|
103 |
RequestTimeout {
operation: String,
timeout_ms: u64 },
|
^^^^^^^^^
|
= help: maybe it
is overwritten before
being read?
warning: value
assigned to
`timeout_ms` is never
read
-->
src\lib.rs:103:41
|
103 |
RequestTimeout {
operation: String,
timeout_ms: u64 },
|
^^^^^^^^^^
|
= help: maybe it
is overwritten before
being read?
For more information
about this error, try
`rustc --explain
E0599`.
warning:
`soroban-debugger`
(lib) generated 8
warnings
error: could not
compile
`soroban-debugger`
(lib) due to 1
previous error; 8
warnings emitted
warning: build
failed, waiting for
other jobs to
finish...
warning:
`soroban-debugger`
(lib test) generated
7 warnings (7
duplicates)
error: could not
compile
`soroban-debugger`
(lib test) due to 1
previous error; 7
warnings emitted