[INFO] updating cached repository https://github.com/MathiasKoch/at-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/MathiasKoch/at-rs [INFO] [stderr] * [new branch] cellular -> cellular [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 79a37830139dae2e5549a7049f00bf8712550b58 [INFO] checking MathiasKoch/at-rs against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMathiasKoch%2Fat-rs" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MathiasKoch/at-rs on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/MathiasKoch/at-rs [INFO] finished tweaking git repo https://github.com/MathiasKoch/at-rs [INFO] tweaked toml for git repo https://github.com/MathiasKoch/at-rs written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/MathiasKoch/at-rs already has a lockfile, it will not be regenerated [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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stdout] 1deade7865c39c0dafb254f33d3fcfb0dd4951aa88d51e5fb3aa854a2c6fd7d7 [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" "1deade7865c39c0dafb254f33d3fcfb0dd4951aa88d51e5fb3aa854a2c6fd7d7"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling cortex-m v0.6.1 [INFO] [stderr] Compiling cortex-m-rt v0.6.11 [INFO] [stderr] Compiling heapless v0.5.1 [INFO] [stderr] Compiling stm32l4 v0.8.0 [INFO] [stderr] Checking ufmt-write v0.1.0 [INFO] [stderr] Compiling cortex-m-rtfm v0.5.1 [INFO] [stderr] Checking rtfm-core v0.3.0 [INFO] [stderr] Checking embedded-hal-mock v0.7.1 [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Checking hash32 v0.1.1 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling rtfm-syntax v0.4.0 [INFO] [stderr] Compiling cortex-m-rt-macros v0.1.7 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling cortex-m-rtfm-macros v0.5.0 [INFO] [stderr] Compiling ufmt-macros v0.1.0 [INFO] [stderr] Checking ufmt v0.1.0 [INFO] [stderr] Checking at-rs v0.0.7 (/opt/rustwide/workdir) [INFO] [stderr] Checking stm32l4xx-hal v0.5.0 [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: could not compile `at-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `rtfm::cyccnt` [INFO] [stderr] --> examples/rtfm.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | cyccnt::{Duration, 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/rtfm.rs:47:64 [INFO] [stderr] | [INFO] [stderr] 47 | #[app(device = hal::pac, peripherals = true, 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: the lang item is first defined in crate `panic_halt` (which `rtfm` depends on) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cycles` found for type `{integer}` in the current scope [INFO] [stderr] --> examples/rtfm.rs:125:48 [INFO] [stderr] | [INFO] [stderr] 125 | .at_loop(ctx.scheduled + 1_000_000.cycles()) [INFO] [stderr] | ^^^^^^ method not found in `{integer}` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> examples/rtfm.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | #[app(device = hal::pac, peripherals = true, 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: aborting due to 5 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 `at-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1deade7865c39c0dafb254f33d3fcfb0dd4951aa88d51e5fb3aa854a2c6fd7d7"` [INFO] running `"docker" "rm" "-f" "1deade7865c39c0dafb254f33d3fcfb0dd4951aa88d51e5fb3aa854a2c6fd7d7"` [INFO] [stdout] 1deade7865c39c0dafb254f33d3fcfb0dd4951aa88d51e5fb3aa854a2c6fd7d7