[INFO] crate cortex-m-rtfm 0.5.1 is already in cache [INFO] checking cortex-m-rtfm-0.5.1 against master#4007d4ef26eab44bdabc2b7574d032152264d3ad for pr-66919 [INFO] extracting crate cortex-m-rtfm 0.5.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate cortex-m-rtfm 0.5.1 on toolchain 4007d4ef26eab44bdabc2b7574d032152264d3ad [INFO] running `"/workspace/cargo-home/bin/cargo" "+4007d4ef26eab44bdabc2b7574d032152264d3ad" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cortex-m-rtfm 0.5.1 [INFO] removed 7 missing examples [INFO] finished tweaking crates.io crate cortex-m-rtfm 0.5.1 [INFO] tweaked toml for crates.io crate cortex-m-rtfm 0.5.1 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate cortex-m-rtfm 0.5.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+4007d4ef26eab44bdabc2b7574d032152264d3ad" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+4007d4ef26eab44bdabc2b7574d032152264d3ad" "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] 6347a2365c9e26c44e19911beb9f97aaa0fd6b8199ba76604783fd4a606ce763 [INFO] running `"docker" "start" "-a" "6347a2365c9e26c44e19911beb9f97aaa0fd6b8199ba76604783fd4a606ce763"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v0.4.28 [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Checking vcell v0.1.0 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling cortex-m v0.6.0 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling cortex-m-rt v0.6.10 [INFO] [stderr] Compiling cortex-m-semihosting v0.3.3 [INFO] [stderr] Compiling heapless v0.5.1 [INFO] [stderr] Checking r0 v0.2.2 [INFO] [stderr] Compiling cortex-m-rtfm v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling lm3s6965 v0.1.3 [INFO] [stderr] Checking itoa v0.4.3 [INFO] [stderr] Checking rtfm-core v0.3.0 [INFO] [stderr] Checking panic-halt v0.2.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Checking volatile-register v0.2.0 [INFO] [stderr] Compiling bare-metal v0.2.4 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Checking hash32 v0.1.0 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Checking generic-array v0.12.0 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking as-slice v0.1.0 [INFO] [stderr] Checking aligned v0.3.1 [INFO] [stderr] Checking panic-semihosting v0.5.2 [INFO] [stderr] Compiling rtfm-syntax v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling cortex-m-rt-macros v0.1.5 [INFO] [stderr] Compiling cortex-m-rtfm-macros v0.5.0 [INFO] [stderr] Checking serde v1.0.102 [INFO] [stderr] Checking toml v0.5.5 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking trybuild v1.0.17 [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/not-sync.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | #[rtfm::app(device = lm3s6965)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/late.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | #[rtfm::app(device = lm3s6965)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/generics.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | #[rtfm::app(device = lm3s6965)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/hardware.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #[rtfm::app(device = lm3s6965)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/capacity.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #[rtfm::app(device = lm3s6965)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/binds.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | #[rtfm::app(device = lm3s6965)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: cannot find macro `pool` in this scope [INFO] [stderr] --> examples/pool.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | pool!(P: [u8; 128]); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `P` [INFO] [stderr] --> examples/pool.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | P::grow(MEMORY); [INFO] [stderr] | ^ use of undeclared type or module `P` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `P` [INFO] [stderr] --> examples/pool.rs:35:17 [INFO] [stderr] | [INFO] [stderr] 35 | let x = P::alloc().unwrap().freeze(); [INFO] [stderr] | ^ use of undeclared type or module `P` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `P` [INFO] [stderr] --> examples/pool.rs:41:21 [INFO] [stderr] | [INFO] [stderr] 41 | c.spawn.bar(P::alloc().unwrap().freeze()).ok().unwrap(); [INFO] [stderr] | ^ use of undeclared type or module `P` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/message.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #[rtfm::app(device = lm3s6965)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `rtfm::cyccnt` [INFO] [stderr] --> examples/periodic.rs:10:11 [INFO] [stderr] | [INFO] [stderr] 10 | use rtfm::cyccnt::{Instant, U32Ext}; [INFO] [stderr] | ^^^^^^ could not find `cyccnt` in `rtfm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `cyccnt` in `rtfm` [INFO] [stderr] --> examples/periodic.rs:15:50 [INFO] [stderr] | [INFO] [stderr] 15 | #[rtfm::app(device = lm3s6965, monotonic = rtfm::cyccnt::CYCCNT)] [INFO] [stderr] | ^^^^^^ could not find `cyccnt` in `rtfm` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/t-binds.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[rtfm::app(device = lm3s6965)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/shared-with-init.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | #[app(device = lm3s6965)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error: duplicate lang item in crate `std`: `panic_impl`. [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `panic_semihosting` (which `periodic` depends on). [INFO] [stderr] [INFO] [stderr] error: duplicate lang item in crate `panic_halt`: `panic_impl`. [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `std`. [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `cyccnt` in `rtfm` [INFO] [stderr] --> examples/baseline.rs:13:50 [INFO] [stderr] | [INFO] [stderr] 13 | #[rtfm::app(device = lm3s6965, monotonic = rtfm::cyccnt::CYCCNT)] [INFO] [stderr] | ^^^^^^ could not find `cyccnt` in `rtfm` [INFO] [stderr] [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/task.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #[rtfm::app(device = lm3s6965)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error[E0599]: no method named `cycles` found for type `u32` in the current scope [INFO] [stderr] --> examples/periodic.rs:21:49 [INFO] [stderr] | [INFO] [stderr] 21 | cx.schedule.foo(Instant::now() + PERIOD.cycles()).unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `u32` [INFO] [stderr] [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `cycles` found for type `u32` in the current scope [INFO] [stderr] --> examples/periodic.rs:29:47 [INFO] [stderr] | [INFO] [stderr] 29 | cx.schedule.foo(cx.scheduled + PERIOD.cycles()).unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `u32` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> examples/periodic.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | #[rtfm::app(device = lm3s6965, monotonic = rtfm::cyccnt::CYCCNT)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving this closure parameter a type [INFO] [stderr] | [INFO] [stderr] = note: type must be known at this point [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> examples/baseline.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | #[rtfm::app(device = lm3s6965, monotonic = rtfm::cyccnt::CYCCNT)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving this closure parameter a type [INFO] [stderr] | [INFO] [stderr] = note: type must be known at this point [INFO] [stderr] [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `P` in this scope [INFO] [stderr] --> examples/pool.rs:45:36 [INFO] [stderr] | [INFO] [stderr] 45 | fn foo(_: foo::Context, x: Box
) { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `P` in this scope [INFO] [stderr] --> examples/pool.rs:55:36 [INFO] [stderr] | [INFO] [stderr] 55 | fn bar(_: bar::Context, x: Box
) { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/baseline.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | #[rtfm::app(device = lm3s6965, monotonic = rtfm::cyccnt::CYCCNT)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error: unused imports: `Pool`, `pool` [INFO] [stderr] --> examples/pool.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | pool, [INFO] [stderr] | ^^^^ [INFO] [stderr] 11 | pool::singleton::{Box, Pool}, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> examples/pool.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: duplicate lang item in crate `std`: `panic_impl`. [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `panic_semihosting` (which `pool` depends on). [INFO] [stderr] [INFO] [stderr] error: duplicate lang item in crate `panic_halt`: `panic_impl`. [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `std`. [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/lock.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #[rtfm::app(device = lm3s6965)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/periodic.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | #[rtfm::app(device = lm3s6965, monotonic = rtfm::cyccnt::CYCCNT)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] Some errors have detailed explanations: E0282, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/not-send.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | #[app(device = lm3s6965)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/pool.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | #[app(device = lm3s6965)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `cortex_m::peripheral::NVIC` [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `cortex-m-rtfm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6347a2365c9e26c44e19911beb9f97aaa0fd6b8199ba76604783fd4a606ce763"` [INFO] running `"docker" "rm" "-f" "6347a2365c9e26c44e19911beb9f97aaa0fd6b8199ba76604783fd4a606ce763"` [INFO] [stdout] 6347a2365c9e26c44e19911beb9f97aaa0fd6b8199ba76604783fd4a606ce763