[INFO] cloning repository https://github.com/ctiedt/temperature-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ctiedt/temperature-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fctiedt%2Ftemperature-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fctiedt%2Ftemperature-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ecdc6230eed9f0ca14a8c657d947dc0345c627fc [INFO] testing ctiedt/temperature-example against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fctiedt%2Ftemperature-example" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config [INFO] started tweaking git repo https://github.com/ctiedt/temperature-example [INFO] finished tweaking git repo https://github.com/ctiedt/temperature-example [INFO] tweaked toml for git repo https://github.com/ctiedt/temperature-example written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ctiedt/temperature-example on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ctiedt/temperature-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4db5a254fd21160bda3c016977e52c2341a74776a00f5e018107baa49b7b2951 [INFO] running `Command { std: "docker" "start" "-a" "4db5a254fd21160bda3c016977e52c2341a74776a00f5e018107baa49b7b2951", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4db5a254fd21160bda3c016977e52c2341a74776a00f5e018107baa49b7b2951", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4db5a254fd21160bda3c016977e52c2341a74776a00f5e018107baa49b7b2951", kill_on_drop: false }` [INFO] [stdout] 4db5a254fd21160bda3c016977e52c2341a74776a00f5e018107baa49b7b2951 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9223413db9a343107b7aa631039a79918d10ebf8c05f9715468009c5c4f65701 [INFO] running `Command { std: "docker" "start" "-a" "9223413db9a343107b7aa631039a79918d10ebf8c05f9715468009c5c4f65701", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling nb v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling nb v0.1.3 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling cortex-m v0.7.4 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling embedded-hal v0.2.7 [INFO] [stderr] Compiling vcell v0.1.3 [INFO] [stderr] Compiling cortex-m-rt v0.7.1 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling crossbeam-queue v0.3.4 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling volatile-register v0.2.1 [INFO] [stderr] Compiling bitfield v0.13.2 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling conquer-util v0.3.0 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Compiling stm32f4 v0.14.0 [INFO] [stderr] Compiling conquer-once v0.3.2 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling bare-metal v1.0.0 [INFO] [stderr] Compiling embedded-dma v0.1.2 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling linked_list_allocator v0.8.11 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling dependability-alloc v0.1.0 (https://github.com/MarcelGarus/dependability#68976f86) [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling alloc-cortex-m v0.4.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling onewire v0.3.13 (https://github.com/kellerkindt/onewire#2ffe1872) [INFO] [stderr] Compiling gcd v2.1.0 [INFO] [stderr] Compiling fugit v0.3.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling dependability-runtime v0.1.0 (https://github.com/MarcelGarus/dependability#68976f86) [INFO] [stderr] Compiling dependability-partial-result v0.1.0 (https://github.com/MarcelGarus/dependability#68976f86) [INFO] [stderr] Compiling rtcc v0.2.1 [INFO] [stderr] Compiling cortex-m-rt-macros v0.7.0 [INFO] [stderr] Compiling dependability-retry-proc-macro v0.1.0 (https://github.com/MarcelGarus/dependability#68976f86) [INFO] [stderr] Compiling dependability-retry v0.1.0 (https://github.com/MarcelGarus/dependability#68976f86) [INFO] [stderr] Compiling dependability v0.1.0 (https://github.com/MarcelGarus/dependability#68976f86) [INFO] [stderr] Compiling stm32f4xx-hal v0.11.1 [INFO] [stderr] Compiling temperature-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: unwinding panics are not supported without std [INFO] [stdout] | [INFO] [stdout] = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding [INFO] [stdout] = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `panic_info_message` has been stable since 1.81.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(panic_info_message)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:249:12 [INFO] [stdout] | [INFO] [stdout] 249 | if let Some(message) = panic_info.message() { [INFO] [stdout] | ^^^^^^^^^^^^^ -------------------- this expression has type `PanicMessage<'_>` [INFO] [stdout] | | [INFO] [stdout] | expected `PanicMessage<'_>`, found `Option<_>` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `PanicMessage<'_>` [INFO] [stdout] found enum `Option<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `temperature-example` (bin "temperature-example") due to 2 previous errors; 2 warnings emitted [INFO] [stdout] warning: unused variable: `led_pin` [INFO] [stdout] --> src/main.rs:189:9 [INFO] [stdout] | [INFO] [stdout] 189 | let led_pin = gpioa.pa8.into_push_pull_output(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_led_pin` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9223413db9a343107b7aa631039a79918d10ebf8c05f9715468009c5c4f65701", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9223413db9a343107b7aa631039a79918d10ebf8c05f9715468009c5c4f65701", kill_on_drop: false }` [INFO] [stdout] 9223413db9a343107b7aa631039a79918d10ebf8c05f9715468009c5c4f65701