[INFO] crate cortex-m-rtfm 0.5.1 is already in cache [INFO] checking cortex-m-rtfm-0.5.1 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate cortex-m-rtfm 0.5.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate cortex-m-rtfm 0.5.1 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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-0/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 13c73f2990a9dc28378e85b57971f151f2bab4e9a46309eb919951ccd61dc9b9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "13c73f2990a9dc28378e85b57971f151f2bab4e9a46309eb919951ccd61dc9b9"` [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] Compiling byteorder v1.3.1 [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 cortex-m-rt v0.6.10 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling heapless v0.5.1 [INFO] [stderr] Checking r0 v0.2.2 [INFO] [stderr] Compiling cortex-m-semihosting v0.3.3 [INFO] [stderr] Compiling cortex-m-rtfm v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking itoa v0.4.3 [INFO] [stderr] Compiling lm3s6965 v0.1.3 [INFO] [stderr] Checking rtfm-core v0.3.0 [INFO] [stderr] Checking panic-halt v0.2.0 [INFO] [stderr] Checking volatile-register v0.2.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling bare-metal v0.2.4 [INFO] [stderr] Compiling indexmap v1.3.0 [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: 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: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `cyccnt` in `rtfm` [INFO] [stderr] --> examples/t-cfg.rs:8:50 [INFO] [stderr] | [INFO] [stderr] 8 | #[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/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: 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/only-shared-access.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: 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[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/destructure.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: 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/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[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: 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: 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[E0282]: type annotations needed [INFO] [stderr] --> examples/t-cfg.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | #[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[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/t-cfg.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | #[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[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 4 previous errors [INFO] [stderr] [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: 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/schedule.rs:9:11 [INFO] [stderr] | [INFO] [stderr] 9 | use rtfm::cyccnt::{Instant, U32Ext as _}; [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/schedule.rs:12:50 [INFO] [stderr] | [INFO] [stderr] 12 | #[rtfm::app(device = lm3s6965, monotonic = rtfm::cyccnt::CYCCNT)] [INFO] [stderr] | ^^^^^^ could not find `cyccnt` in `rtfm` [INFO] [stderr] [INFO] [stderr] error: duplicate lang item in crate `std`: `panic_impl`. [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `panic_halt` (which `schedule` depends on). [INFO] [stderr] [INFO] [stderr] error: duplicate lang item in crate `panic_semihosting`: `panic_impl`. [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `std`. [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cycles` found for type `{integer}` in the current scope [INFO] [stderr] --> examples/schedule.rs:28:41 [INFO] [stderr] | [INFO] [stderr] 28 | cx.schedule.foo(now + 8_000_000.cycles()).unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `{integer}` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cycles` found for type `{integer}` in the current scope [INFO] [stderr] --> examples/schedule.rs:31:41 [INFO] [stderr] | [INFO] [stderr] 31 | cx.schedule.bar(now + 4_000_000.cycles()).unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `{integer}` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> examples/schedule.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #[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[E0599]: no function or associated item named `unmask` found for type `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/schedule.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #[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 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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "13c73f2990a9dc28378e85b57971f151f2bab4e9a46309eb919951ccd61dc9b9"` [INFO] running `"docker" "rm" "-f" "13c73f2990a9dc28378e85b57971f151f2bab4e9a46309eb919951ccd61dc9b9"` [INFO] [stdout] 13c73f2990a9dc28378e85b57971f151f2bab4e9a46309eb919951ccd61dc9b9