-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild_log.txt
342 lines (311 loc) · 24.8 KB
/
build_log.txt
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
cargo : Compiling quote v1.0.37
At line:1 char:1
+ cargo build 2> build_log.txt
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ( Compiling quote v1.0.37:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Compiling num-traits v0.2.19
Compiling portable-atomic v1.10.0
Compiling leb128 v0.2.5
Compiling rp2040-boot2 v0.3.0
Compiling libm v0.2.11
Compiling defmt v0.3.10
Compiling paste v1.0.15
Compiling embedded-hal-async v1.0.0
Compiling unicode-width v0.2.0
Compiling embedded-io v0.6.1
Compiling downcast-rs v1.2.1
Compiling gcd v2.3.0
Compiling either v1.13.0
Compiling bare-metal v0.2.5
Compiling rp2040-pac v0.6.0
error[E0463]: can't find crate for `std`
|
= note: the `thumbv6m-none-eabi` target may not support the standard library
= note: `std` is required by `leb128` because it does not declare `#![no_std]`
error[E0463]: can't find crate for `std`
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:182:9
|
182 | use std::io;
| ^^^ can't find crate
|
= note: the `thumbv6m-none-eabi` target may not support the standard library
error[E0463]: can't find crate for `std`
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:66:9
|
66 | use std::fmt;
| ^^^ can't find crate
|
= note: the `thumbv6m-none-eabi` target may not support the standard library
error[E0463]: can't find crate for `std`
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:67:9
|
67 | use std::io;
| ^^^ can't find crate
|
= note: the `thumbv6m-none-eabi` target may not support the standard library
error: cannot find macro `write` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:89:21
|
89 | write!(f, "The number being read is larger than can be represented")
| ^^^^^
|
help: consider importing this macro
|
65 + use core::write;
|
error: cannot find attribute `derive` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:70:7
|
70 | #[derive(Debug)]
| ^^^^^^
|
help: consider importing this attribute macro
|
65 + use core::prelude::rust_2024::derive;
|
error[E0463]: can't find crate for `std`
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:59:23
|
59 | let byte = val & (std::u8::MAX as u64);
| ^^^ can't find crate
|
= note: the `thumbv6m-none-eabi` target may not support the standard library
error[E0463]: can't find crate for `std`
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:95:10
|
95 | impl std::error::Error for Error {
| ^^^ can't find crate
|
= note: the `thumbv6m-none-eabi` target may not support the standard library
error[E0463]: can't find crate for `std`
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:96:42
|
96 | fn source(&self) -> Option<&(dyn std::error::Error + 'static)> {
| ^^^ can't find crate
|
= note: the `thumbv6m-none-eabi` target may not support the standard library
Compiling arrayvec v0.7.6
error[E0405]: cannot find trait `From` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:78:10
|
78 | impl From<io::Error> for Error {
| ^^^^ not found in this scope
|
help: consider importing this trait
|
65 + use core::convert::From;
|
error[E0412]: cannot find type `Result` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:85:50
|
85 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
|
help: consider importing one of these items
|
65 + use core::fmt::Result;
|
65 + use core::result::Result;
|
error[E0412]: cannot find type `Option` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:96:29
|
96 | fn source(&self) -> Option<&(dyn std::error::Error + 'static)> {
| ^^^^^^ not found in this scope
|
help: consider importing this enum
|
65 + use core::option::Option;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:98:42
|
98 | Error::IoError(ref e) => Some(e),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
65 + use core::option::Option::Some;
|
error[E0425]: cannot find value `None` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:99:36
|
99 | Error::Overflow => None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
65 + use core::option::Option::None;
|
error[E0405]: cannot find trait `Sized` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:110:13
|
110 | R: ?Sized + io::Read,
| ^^^^^ not found in this scope
|
help: consider importing this trait
|
65 + use core::marker::Sized;
|
error[E0412]: cannot find type `Result` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:108:38
|
108 | pub fn unsigned<R>(r: &mut R) -> Result<u64, Error>
| ^^^^^^ not found in this scope
|
help: consider importing one of these items
|
65 + use core::fmt::Result;
|
65 + use core::result::Result;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:123:24
|
123 | return Err(Error::Overflow);
| ^^^ not found in this scope
|
help: consider importing this tuple variant
|
65 + use core::result::Result::Err;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:130:24
|
130 | return Ok(result);
| ^^ not found in this scope
|
help: consider importing this tuple variant
|
65 + use core::result::Result::Ok;
|
error[E0405]: cannot find trait `Sized` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:142:13
|
142 | R: ?Sized + io::Read,
| ^^^^^ not found in this scope
|
help: consider importing this trait
|
65 + use core::marker::Sized;
|
error[E0412]: cannot find type `Result` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:140:36
|
140 | pub fn signed<R>(r: &mut R) -> Result<i64, Error>
| ^^^^^^ not found in this scope
|
help: consider importing one of these items
|
65 + use core::fmt::Result;
|
65 + use core::result::Result;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:158:24
|
158 | return Err(Error::Overflow);
| ^^^ not found in this scope
|
help: consider importing this tuple variant
|
65 + use core::result::Result::Err;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:175:9
|
175 | Ok(result)
| ^^ not found in this scope
|
help: consider importing this tuple variant
|
65 + use core::result::Result::Ok;
|
error[E0405]: cannot find trait `Sized` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:189:13
|
189 | W: ?Sized + io::Write,
| ^^^^^ not found in this scope
|
help: consider importing this trait
|
181 + use core::marker::Sized;
|
error[E0412]: cannot find type `Result` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:187:52
|
187 | pub fn unsigned<W>(w: &mut W, mut val: u64) -> Result<usize, io::Error>
| ^^^^^^ not found in this scope
|
help: consider importing one of these items
|
181 + use core::fmt::Result;
|
181 + use core::result::Result;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:205:24
|
205 | return Ok(bytes_written);
| ^^ not found in this scope
|
help: consider importing this tuple variant
|
181 + use core::result::Result::Ok;
|
error[E0405]: cannot find trait `Sized` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:215:13
|
215 | W: ?Sized + io::Write,
| ^^^^^ not found in this scope
|
help: consider importing this trait
|
181 + use core::marker::Sized;
|
error[E0412]: cannot find type `Result` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:213:50
|
213 | pub fn signed<W>(w: &mut W, mut val: i64) -> Result<usize, io::Error>
| ^^^^^^ not found in this scope
|
help: consider importing one of these items
|
181 + use core::fmt::Result;
|
181 + use core::result::Result;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\leb128-0.2.5\src\lib.rs:237:24
|
237 | return Ok(bytes_written);
| ^^ not found in this scope
|
help: consider importing this tuple variant
|
181 + use core::result::Result::Ok;
|
error: requires `sized` lang_item
Some errors have detailed explanations: E0405, E0412, E0425, E0463.
For more information about an error, try `rustc --explain E0405`.
error: could not compile `leb128` (lib) due to 29 previous errors
warning: build failed, waiting for other jobs to finish...
error[E0432]: unresolved import `__alloc::sync`
--> C:\Users\ngaha\.cargo\registry\src\index.crates.io-6f17d22bba15001f\downcast-rs-1.2.1\src\lib.rs:171:35
|
171 | use __alloc::{boxed::Box, rc::Rc, sync::Arc};
| ^^^^ could not find `sync` in `__alloc`
|
note: found an item that was configured out
--> C:\Users\ngaha\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib/rustlib/src/rust\library/alloc/src/lib.rs:246:9
|
246 | pub mod sync;
| ^^^^
note: the item is gated here
--> C:\Users\ngaha\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib/rustlib/src/rust\library/alloc/src/lib.rs:245:1
|
245 | #[cfg(all(not(no_rc), not(no_sync), target_has_atomic = "ptr"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
For more information about this error, try `rustc --explain E0432`.
error: could not compile `downcast-rs` (lib) due to 1 previous error