[INFO] crate cortex-m-rtfm 0.5.1 is already in cache [INFO] checking cortex-m-rtfm-0.5.1 against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] extracting crate cortex-m-rtfm 0.5.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate cortex-m-rtfm 0.5.1 on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cortex-m-rtfm 0.5.1 [INFO] removed 0 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-4/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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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] 798bc139aa3b860ed51444aa904e5d8325e2a47fa72b7a79ca6cec2b17edb486 [INFO] running `"docker" "start" "-a" "798bc139aa3b860ed51444aa904e5d8325e2a47fa72b7a79ca6cec2b17edb486"` [INFO] [stderr] Compiling proc-macro2 v0.4.28 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling cortex-m v0.6.0 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Checking vcell v0.1.0 [INFO] [stderr] Compiling cortex-m-rt v0.6.10 [INFO] [stderr] Compiling ryu v0.2.7 [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] Checking itoa v0.4.3 [INFO] [stderr] Compiling lm3s6965 v0.1.3 [INFO] [stderr] Compiling cortex-m-rtfm v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking rtfm-core v0.3.0 [INFO] [stderr] Checking glob 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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for struct `cortex_m::peripheral::NVIC` in the current scope [INFO] [stderr] --> examples/preempt.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #[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: 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 struct `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: 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: 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: could not compile `cortex-m-rtfm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `unmask` found for struct `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: 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] error: language item required, but not found: `eh_personality` [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 previous error [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 struct `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: 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: build failed [INFO] running `"docker" "inspect" "798bc139aa3b860ed51444aa904e5d8325e2a47fa72b7a79ca6cec2b17edb486"` [INFO] running `"docker" "rm" "-f" "798bc139aa3b860ed51444aa904e5d8325e2a47fa72b7a79ca6cec2b17edb486"` [INFO] [stdout] 798bc139aa3b860ed51444aa904e5d8325e2a47fa72b7a79ca6cec2b17edb486