[INFO] cloning repository https://github.com/Yatekii/rtic-minimal-sample [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Yatekii/rtic-minimal-sample" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYatekii%2Frtic-minimal-sample", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYatekii%2Frtic-minimal-sample'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ff9f210d83bd500a4deb7bfb2117cc826eccadd8 [INFO] testing Yatekii/rtic-minimal-sample against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYatekii%2Frtic-minimal-sample" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Yatekii/rtic-minimal-sample on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Yatekii/rtic-minimal-sample [INFO] finished tweaking git repo https://github.com/Yatekii/rtic-minimal-sample [INFO] tweaked toml for git repo https://github.com/Yatekii/rtic-minimal-sample written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/Yatekii/rtic-minimal-sample already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/stm32-rs/stm32l4xx-hal` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f807aa0794e01d263b39602736dc4b5b704005854012a5aecf3ae5d3171b8a57 [INFO] running `Command { std: "docker" "start" "-a" "f807aa0794e01d263b39602736dc4b5b704005854012a5aecf3ae5d3171b8a57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f807aa0794e01d263b39602736dc4b5b704005854012a5aecf3ae5d3171b8a57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f807aa0794e01d263b39602736dc4b5b704005854012a5aecf3ae5d3171b8a57", kill_on_drop: false }` [INFO] [stdout] f807aa0794e01d263b39602736dc4b5b704005854012a5aecf3ae5d3171b8a57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 60003e97c7dcee68e9879a591ebeb1a5e6de4e05174fc9cfd513c3ce4aee9def [INFO] running `Command { std: "docker" "start" "-a" "60003e97c7dcee68e9879a591ebeb1a5e6de4e05174fc9cfd513c3ce4aee9def", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.44 [INFO] [stderr] Compiling stm32l4 v0.11.0 [INFO] [stderr] Compiling heapless v0.5.6 [INFO] [stderr] Compiling fixed v1.3.0 [INFO] [stderr] Compiling ufmt-write v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling as-slice v0.1.4 [INFO] [stderr] Compiling aligned v0.3.4 [INFO] [stderr] Compiling cortex-m v0.6.3 [INFO] [stderr] Compiling rtt-target v0.2.2 [INFO] [stderr] Compiling num-complex v0.3.0 [INFO] [stderr] Compiling num v0.3.0 [INFO] [stderr] Compiling rtic-syntax v0.4.0 [INFO] [stderr] Compiling cortex-m-rt-macros v0.1.8 [INFO] [stderr] Compiling cortex-m-rtic-macros v0.5.2 [INFO] [stderr] Compiling cortex-m-rt v0.6.13 [INFO] [stderr] Compiling cortex-m-rtic v0.5.5 [INFO] [stderr] Compiling stm32l4xx-hal v0.5.0 (https://github.com/stm32-rs/stm32l4xx-hal#b954de7f) [INFO] [stderr] Compiling rtic-minimal-sample v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[panic_handler]` function required, but not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0276]: impl has stricter requirements than trait [INFO] [stdout] --> src/main.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | #[rtic::app(device = stm32l4xx_hal::stm32, peripherals = true)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl has extra requirement `for<'r> impl FnOnce(&mut [R; SAMPLE_BUFFER_SIZE]) -> R: FnOnce<(&'r mut [R; 16],)>` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `rtic::app` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: expected a `FnOnce<(&mut [f32; 16],)>` closure, found `impl FnOnce(&mut [R; SAMPLE_BUFFER_SIZE]) -> R` [INFO] [stdout] --> src/main.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | #[rtic::app(device = stm32l4xx_hal::stm32, peripherals = true)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected an `FnOnce<(&mut [f32; 16],)>` closure, found `impl FnOnce(&mut [R; SAMPLE_BUFFER_SIZE]) -> R` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `rtic::export::lock` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-rtic-0.5.5/src/export.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | f: impl FnOnce(&mut T) -> R, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ required by this bound in `rtic::export::lock` [INFO] [stdout] = note: this error originates in the attribute macro `rtic::app` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 14 | #[rtic::app(device = stm32l4xx_hal::stm32, peripherals = true)] + for<'r> core::ops::FnOnce<(&'r mut [f32; 16],)> [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0276, E0277. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0276`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rtic-minimal-sample` due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "60003e97c7dcee68e9879a591ebeb1a5e6de4e05174fc9cfd513c3ce4aee9def", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60003e97c7dcee68e9879a591ebeb1a5e6de4e05174fc9cfd513c3ce4aee9def", kill_on_drop: false }` [INFO] [stdout] 60003e97c7dcee68e9879a591ebeb1a5e6de4e05174fc9cfd513c3ce4aee9def