[INFO] crate drone-core 0.11.1 is already in cache [INFO] checking drone-core-0.11.1 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate drone-core 0.11.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate drone-core 0.11.1 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate drone-core 0.11.1 [INFO] finished tweaking crates.io crate drone-core 0.11.1 [INFO] tweaked toml for crates.io crate drone-core 0.11.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 176def80676b3e559f748f842b904ee3306f080d3860e8b4496605497d980bb6 [INFO] running `"docker" "start" "-a" "176def80676b3e559f748f842b904ee3306f080d3860e8b4496605497d980bb6"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking drone-core v0.11.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` [INFO] [stderr] --> src/ffi/mod.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | use std::collections::hash_map::DefaultHasher; [INFO] [stderr] | ^^^ use of undeclared type or module `std` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` [INFO] [stderr] --> src/sync/mutex.rs:205:9 [INFO] [stderr] | [INFO] [stderr] 205 | use std::{ [INFO] [stderr] | ^^^ use of undeclared type or module `std` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` [INFO] [stderr] --> src/sync/rwlock.rs:299:9 [INFO] [stderr] | [INFO] [stderr] 299 | use std::sync::{ [INFO] [stderr] | ^^^ use of undeclared type or module `std` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std` [INFO] [stderr] --> src/sync/mutex.rs:205:9 [INFO] [stderr] | [INFO] [stderr] 205 | use std::{ [INFO] [stderr] | ^^^ use of undeclared type or module `std` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vec` in this scope [INFO] [stderr] --> src/ffi/mod.rs:56:30 [INFO] [stderr] | [INFO] [stderr] 56 | assert!(CString::new(vec![0]).is_err()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vec` in this scope [INFO] [stderr] --> src/ffi/mod.rs:62:49 [INFO] [stderr] | [INFO] [stderr] 62 | let s = CString::from_vec_unchecked(vec![0]); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format` in this scope [INFO] [stderr] --> src/ffi/mod.rs:70:20 [INFO] [stderr] | [INFO] [stderr] 70 | assert_eq!(format!("{:?}", s), r#""abc\x01\x02\n\xe2\x80\xa6\xff""#); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format` in this scope [INFO] [stderr] --> src/ffi/mod.rs:96:30 [INFO] [stderr] | [INFO] [stderr] 96 | Owned::(format!("123\u{FFFD}")) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DefaultHasher` [INFO] [stderr] --> src/ffi/mod.rs:116:21 [INFO] [stderr] | [INFO] [stderr] 116 | let mut s = DefaultHasher::new(); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `DefaultHasher` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DefaultHasher` [INFO] [stderr] --> src/ffi/mod.rs:119:21 [INFO] [stderr] | [INFO] [stderr] 119 | let mut s = DefaultHasher::new(); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `DefaultHasher` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Ordering` [INFO] [stderr] --> src/sync/mutex.rs:234:37 [INFO] [stderr] | [INFO] [stderr] 234 | self.0.fetch_add(1, Ordering::SeqCst); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Ordering` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Arc` [INFO] [stderr] --> src/sync/mutex.rs:237:25 [INFO] [stderr] | [INFO] [stderr] 237 | let num_drops = Arc::new(AtomicUsize::new(0)); [INFO] [stderr] | ^^^ use of undeclared type or module `Arc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AtomicUsize` [INFO] [stderr] --> src/sync/mutex.rs:237:34 [INFO] [stderr] | [INFO] [stderr] 237 | let num_drops = Arc::new(AtomicUsize::new(0)); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `AtomicUsize` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Ordering` [INFO] [stderr] --> src/sync/mutex.rs:239:35 [INFO] [stderr] | [INFO] [stderr] 239 | assert_eq!(num_drops.load(Ordering::SeqCst), 0); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Ordering` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Ordering` [INFO] [stderr] --> src/sync/mutex.rs:242:39 [INFO] [stderr] | [INFO] [stderr] 242 | assert_eq!(num_drops.load(Ordering::SeqCst), 0); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Ordering` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Ordering` [INFO] [stderr] --> src/sync/mutex.rs:244:35 [INFO] [stderr] | [INFO] [stderr] 244 | assert_eq!(num_drops.load(Ordering::SeqCst), 1); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Ordering` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Arc` [INFO] [stderr] --> src/sync/mutex.rs:256:19 [INFO] [stderr] | [INFO] [stderr] 256 | let arc = Arc::new(Mutex::new(1)); [INFO] [stderr] | ^^^ use of undeclared type or module `Arc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Arc` [INFO] [stderr] --> src/sync/mutex.rs:257:20 [INFO] [stderr] | [INFO] [stderr] 257 | let arc2 = Arc::new(Mutex::new(arc)); [INFO] [stderr] | ^^^ use of undeclared type or module `Arc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Ordering` [INFO] [stderr] --> src/sync/rwlock.rs:347:37 [INFO] [stderr] | [INFO] [stderr] 347 | self.0.fetch_add(1, Ordering::SeqCst); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Ordering` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Arc` [INFO] [stderr] --> src/sync/rwlock.rs:350:25 [INFO] [stderr] | [INFO] [stderr] 350 | let num_drops = Arc::new(AtomicUsize::new(0)); [INFO] [stderr] | ^^^ use of undeclared type or module `Arc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AtomicUsize` [INFO] [stderr] --> src/sync/rwlock.rs:350:34 [INFO] [stderr] | [INFO] [stderr] 350 | let num_drops = Arc::new(AtomicUsize::new(0)); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `AtomicUsize` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Ordering` [INFO] [stderr] --> src/sync/rwlock.rs:352:35 [INFO] [stderr] | [INFO] [stderr] 352 | assert_eq!(num_drops.load(Ordering::SeqCst), 0); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Ordering` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Ordering` [INFO] [stderr] --> src/sync/rwlock.rs:355:39 [INFO] [stderr] | [INFO] [stderr] 355 | assert_eq!(num_drops.load(Ordering::SeqCst), 0); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Ordering` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Ordering` [INFO] [stderr] --> src/sync/rwlock.rs:357:35 [INFO] [stderr] | [INFO] [stderr] 357 | assert_eq!(num_drops.load(Ordering::SeqCst), 1); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Ordering` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Arc` in this scope [INFO] [stderr] --> src/sync/mutex.rs:231:20 [INFO] [stderr] | [INFO] [stderr] 231 | struct Foo(Arc); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 204 | use alloc::sync::Arc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AtomicUsize` in this scope [INFO] [stderr] --> src/sync/mutex.rs:231:24 [INFO] [stderr] | [INFO] [stderr] 231 | struct Foo(Arc); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 204 | use core::sync::atomic::AtomicUsize; [INFO] [stderr] | [INFO] [stderr] 204 | use futures::core_reexport::sync::atomic::AtomicUsize; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 231 | struct Foo(Arc); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `channel` in this scope [INFO] [stderr] --> src/sync/mutex.rs:258:24 [INFO] [stderr] | [INFO] [stderr] 258 | let (tx, rx) = channel(); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 204 | use crate::sync::spsc::oneshot::channel; [INFO] [stderr] | [INFO] [stderr] 204 | use crate::sync::spsc::pulse::channel; [INFO] [stderr] | [INFO] [stderr] 204 | use crate::sync::spsc::ring::channel; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Arc` in this scope [INFO] [stderr] --> src/sync/rwlock.rs:344:20 [INFO] [stderr] | [INFO] [stderr] 344 | struct Foo(Arc); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 298 | use alloc::sync::Arc; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AtomicUsize` in this scope [INFO] [stderr] --> src/sync/rwlock.rs:344:24 [INFO] [stderr] | [INFO] [stderr] 344 | struct Foo(Arc); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 298 | use core::sync::atomic::AtomicUsize; [INFO] [stderr] | [INFO] [stderr] 298 | use futures::core_reexport::sync::atomic::AtomicUsize; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 344 | struct Foo(Arc); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the feature `result_map_or_else` has been stable since 1.41.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:31:12 [INFO] [stderr] | [INFO] [stderr] 31 | #![feature(result_map_or_else)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Hasher` [INFO] [stderr] --> src/ffi/mod.rs:30:28 [INFO] [stderr] | [INFO] [stderr] 30 | use core::hash::{Hash, Hasher}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 29 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `drone-core`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `rcc` in `$crate` [INFO] [stderr] --> tests/periph.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / reg::tokens! { [INFO] [stderr] 55 | | pub macro reg_tokens; [INFO] [stderr] 56 | | crate; [INFO] [stderr] 57 | | crate; [INFO] [stderr] ... | [INFO] [stderr] 62 | | pub mod GPIOC { ODR; } [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ could not find `rcc` in `$crate` [INFO] [stderr] 64 | [INFO] [stderr] 65 | / reg_tokens! { [INFO] [stderr] 66 | | pub struct Regs; [INFO] [stderr] 67 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `gpioa` in `$crate` [INFO] [stderr] --> tests/periph.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / reg::tokens! { [INFO] [stderr] 55 | | pub macro reg_tokens; [INFO] [stderr] 56 | | crate; [INFO] [stderr] 57 | | crate; [INFO] [stderr] ... | [INFO] [stderr] 62 | | pub mod GPIOC { ODR; } [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ could not find `gpioa` in `$crate` [INFO] [stderr] 64 | [INFO] [stderr] 65 | / reg_tokens! { [INFO] [stderr] 66 | | pub struct Regs; [INFO] [stderr] 67 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `gpiob` in `$crate` [INFO] [stderr] --> tests/periph.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / reg::tokens! { [INFO] [stderr] 55 | | pub macro reg_tokens; [INFO] [stderr] 56 | | crate; [INFO] [stderr] 57 | | crate; [INFO] [stderr] ... | [INFO] [stderr] 62 | | pub mod GPIOC { ODR; } [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ could not find `gpiob` in `$crate` [INFO] [stderr] 64 | [INFO] [stderr] 65 | / reg_tokens! { [INFO] [stderr] 66 | | pub struct Regs; [INFO] [stderr] 67 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `gpioc` in `$crate` [INFO] [stderr] --> tests/periph.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / reg::tokens! { [INFO] [stderr] 55 | | pub macro reg_tokens; [INFO] [stderr] 56 | | crate; [INFO] [stderr] 57 | | crate; [INFO] [stderr] ... | [INFO] [stderr] 62 | | pub mod GPIOC { ODR; } [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ could not find `gpioc` in `$crate` [INFO] [stderr] 64 | [INFO] [stderr] 65 | / reg_tokens! { [INFO] [stderr] 66 | | pub struct Regs; [INFO] [stderr] 67 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test_block` in `$crate` [INFO] [stderr] --> tests/reg.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / reg::tokens! { [INFO] [stderr] 22 | | /// Test index doc attribute [INFO] [stderr] 23 | | #[doc = "test index attribute"] [INFO] [stderr] 24 | | pub macro reg_tokens; [INFO] [stderr] ... | [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ could not find `test_block` in `$crate` [INFO] [stderr] 34 | [INFO] [stderr] 35 | / reg_tokens! { [INFO] [stderr] 36 | | /// Test index doc attribute [INFO] [stderr] 37 | | #[doc = "test index attribute"] [INFO] [stderr] 38 | | pub struct Regs; [INFO] [stderr] 39 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `GpioPeriph` in crate `$crate` [INFO] [stderr] --> tests/periph.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / periph::map! { [INFO] [stderr] 96 | | pub macro periph_gpio_a; [INFO] [stderr] 97 | | pub struct GpioA; [INFO] [stderr] 98 | | impl GpioMap for GpioA {} [INFO] [stderr] ... | [INFO] [stderr] 122 | | } [INFO] [stderr] 123 | | } [INFO] [stderr] | |_^ not found in `$crate` [INFO] [stderr] ... [INFO] [stderr] 185 | let gpioa = periph_gpio_a!(reg); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::GpioPeriph; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GpioA` in crate `$crate` [INFO] [stderr] --> tests/periph.rs:97:16 [INFO] [stderr] | [INFO] [stderr] 97 | pub struct GpioA; [INFO] [stderr] | ^^^^^ not found in `$crate` [INFO] [stderr] ... [INFO] [stderr] 185 | let gpioa = periph_gpio_a!(reg); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::GpioA; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `GpioPeriph` in crate `$crate` [INFO] [stderr] --> tests/periph.rs:125:1 [INFO] [stderr] | [INFO] [stderr] 125 | / periph::map! { [INFO] [stderr] 126 | | pub macro periph_gpio_b; [INFO] [stderr] 127 | | pub struct GpioB; [INFO] [stderr] 128 | | impl GpioMap for GpioB {} [INFO] [stderr] ... | [INFO] [stderr] 152 | | } [INFO] [stderr] 153 | | } [INFO] [stderr] | |_^ not found in `$crate` [INFO] [stderr] ... [INFO] [stderr] 186 | let gpiob = periph_gpio_b!(reg); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::GpioPeriph; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GpioB` in crate `$crate` [INFO] [stderr] --> tests/periph.rs:127:16 [INFO] [stderr] | [INFO] [stderr] 127 | pub struct GpioB; [INFO] [stderr] | ^^^^^ not found in `$crate` [INFO] [stderr] ... [INFO] [stderr] 186 | let gpiob = periph_gpio_b!(reg); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::GpioB; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `GpioPeriph` in crate `$crate` [INFO] [stderr] --> tests/periph.rs:155:1 [INFO] [stderr] | [INFO] [stderr] 155 | / periph::map! { [INFO] [stderr] 156 | | pub macro periph_gpio_c; [INFO] [stderr] 157 | | pub struct GpioC; [INFO] [stderr] 158 | | impl GpioMap for GpioC {} [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ not found in `$crate` [INFO] [stderr] ... [INFO] [stderr] 187 | let gpioc = periph_gpio_c!(reg); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::GpioPeriph; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GpioC` in crate `$crate` [INFO] [stderr] --> tests/periph.rs:157:16 [INFO] [stderr] | [INFO] [stderr] 157 | pub struct GpioC; [INFO] [stderr] | ^^^^^ not found in `$crate` [INFO] [stderr] ... [INFO] [stderr] 187 | let gpioc = periph_gpio_c!(reg); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::GpioC; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `GpioPeriph` in crate `$crate` [INFO] [stderr] --> tests/periph.rs:155:1 [INFO] [stderr] | [INFO] [stderr] 155 | / periph::map! { [INFO] [stderr] 156 | | pub macro periph_gpio_c; [INFO] [stderr] 157 | | pub struct GpioC; [INFO] [stderr] 158 | | impl GpioMap for GpioC {} [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ not found in `$crate` [INFO] [stderr] ... [INFO] [stderr] 193 | let gpio_c = periph_gpio_c!(reg); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::GpioPeriph; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GpioC` in crate `$crate` [INFO] [stderr] --> tests/periph.rs:157:16 [INFO] [stderr] | [INFO] [stderr] 157 | pub struct GpioC; [INFO] [stderr] | ^^^^^ not found in `$crate` [INFO] [stderr] ... [INFO] [stderr] 193 | let gpio_c = periph_gpio_c!(reg); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::GpioC; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `GpioPeriph` in crate `$crate` [INFO] [stderr] --> tests/periph.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / periph::map! { [INFO] [stderr] 96 | | pub macro periph_gpio_a; [INFO] [stderr] 97 | | pub struct GpioA; [INFO] [stderr] 98 | | impl GpioMap for GpioA {} [INFO] [stderr] ... | [INFO] [stderr] 122 | | } [INFO] [stderr] 123 | | } [INFO] [stderr] | |_^ not found in `$crate` [INFO] [stderr] ... [INFO] [stderr] 240 | let gpio_a = periph_gpio_a!(reg); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::GpioPeriph; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GpioA` in crate `$crate` [INFO] [stderr] --> tests/periph.rs:97:16 [INFO] [stderr] | [INFO] [stderr] 97 | pub struct GpioA; [INFO] [stderr] | ^^^^^ not found in `$crate` [INFO] [stderr] ... [INFO] [stderr] 240 | let gpio_a = periph_gpio_a!(reg); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::GpioA; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `GpioPeriph` in crate `$crate` [INFO] [stderr] --> tests/periph.rs:155:1 [INFO] [stderr] | [INFO] [stderr] 155 | / periph::map! { [INFO] [stderr] 156 | | pub macro periph_gpio_c; [INFO] [stderr] 157 | | pub struct GpioC; [INFO] [stderr] 158 | | impl GpioMap for GpioC {} [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ not found in `$crate` [INFO] [stderr] ... [INFO] [stderr] 267 | let gpio_c = periph_gpio_c!(reg); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::GpioPeriph; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GpioC` in crate `$crate` [INFO] [stderr] --> tests/periph.rs:157:16 [INFO] [stderr] | [INFO] [stderr] 157 | pub struct GpioC; [INFO] [stderr] | ^^^^^ not found in `$crate` [INFO] [stderr] ... [INFO] [stderr] 267 | let gpio_c = periph_gpio_c!(reg); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::GpioC; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0283]: type annotations needed [INFO] [stderr] --> tests/reg.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / reg::tokens! { [INFO] [stderr] 22 | | /// Test index doc attribute [INFO] [stderr] 23 | | #[doc = "test index attribute"] [INFO] [stderr] 24 | | pub macro reg_tokens; [INFO] [stderr] ... | [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ cannot infer type [INFO] [stderr] 34 | [INFO] [stderr] 35 | / reg_tokens! { [INFO] [stderr] 36 | | /// Test index doc attribute [INFO] [stderr] 37 | | #[doc = "test index attribute"] [INFO] [stderr] 38 | | pub struct Regs; [INFO] [stderr] 39 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: cannot resolve `_: drone_core::token::Token` [INFO] [stderr] = note: required by `drone_core::token::Token::take` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0283, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0283`. [INFO] [stderr] error: could not compile `drone-core`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0405]: cannot find trait `Alloc` in module `core::alloc` [INFO] [stderr] --> tests/heap.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / heap! { [INFO] [stderr] 31 | | /// Test doc attribute [INFO] [stderr] 32 | | #[doc = "test attribute"] [INFO] [stderr] 33 | | pub struct Heap; [INFO] [stderr] ... | [INFO] [stderr] 38 | | use trace_shrink_in_place; [INFO] [stderr] 39 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not found in `core::alloc` [INFO] [stderr] | in this macro invocation [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `drone-core`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0283]: type annotations needed [INFO] [stderr] --> tests/periph.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / reg::tokens! { [INFO] [stderr] 55 | | pub macro reg_tokens; [INFO] [stderr] 56 | | crate; [INFO] [stderr] 57 | | crate; [INFO] [stderr] ... | [INFO] [stderr] 62 | | pub mod GPIOC { ODR; } [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ cannot infer type [INFO] [stderr] 64 | [INFO] [stderr] 65 | / reg_tokens! { [INFO] [stderr] 66 | | pub struct Regs; [INFO] [stderr] 67 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: cannot resolve `_: drone_core::token::Token` [INFO] [stderr] = note: required by `drone_core::token::Token::take` [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0283, E0412, E0422, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0283`. [INFO] [stderr] error: could not compile `drone-core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "176def80676b3e559f748f842b904ee3306f080d3860e8b4496605497d980bb6"` [INFO] running `"docker" "rm" "-f" "176def80676b3e559f748f842b904ee3306f080d3860e8b4496605497d980bb6"` [INFO] [stdout] 176def80676b3e559f748f842b904ee3306f080d3860e8b4496605497d980bb6