[INFO] fetching crate sx127x_lora 0.3.1... [INFO] checking sx127x_lora-0.3.1 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate sx127x_lora 0.3.1 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate sx127x_lora 0.3.1 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sx127x_lora 0.3.1 [INFO] finished tweaking crates.io crate sx127x_lora 0.3.1 [INFO] tweaked toml for crates.io crate sx127x_lora 0.3.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate crates.io crate sx127x_lora 0.3.1 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nb v0.1.2 [INFO] [stderr] Downloaded embedded-hal v0.2.3 [INFO] [stderr] Downloaded bit_field v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9bd8c9cb03a23852909eaf8b371d252b752f26b2e9a66a74a434484395b5a3c6 [INFO] running `Command { std: "docker" "start" "-a" "9bd8c9cb03a23852909eaf8b371d252b752f26b2e9a66a74a434484395b5a3c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9bd8c9cb03a23852909eaf8b371d252b752f26b2e9a66a74a434484395b5a3c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bd8c9cb03a23852909eaf8b371d252b752f26b2e9a66a74a434484395b5a3c6", kill_on_drop: false }` [INFO] [stdout] 9bd8c9cb03a23852909eaf8b371d252b752f26b2e9a66a74a434484395b5a3c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 709e9c2b5d1c03cbb25263878d1744c1d8476ecb910675d530203e8020f774fc [INFO] running `Command { std: "docker" "start" "-a" "709e9c2b5d1c03cbb25263878d1744c1d8476ecb910675d530203e8020f774fc", kill_on_drop: false }` [INFO] [stderr] Checking nb v0.1.2 [INFO] [stderr] Checking bit_field v0.9.0 [INFO] [stderr] Checking embedded-hal v0.2.3 [INFO] [stderr] Checking sx127x_lora v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `stm32f429_hal` [INFO] [stdout] --> examples/stm32f4_receive.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern crate stm32f429_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `cortex_m` [INFO] [stdout] --> examples/stm32f4_receive.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern crate cortex_m; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `panic_semihosting` [INFO] [stdout] --> examples/stm32f4_receive.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern crate panic_semihosting; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `cortex_m_semihosting` [INFO] [stdout] --> examples/stm32f4_receive.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use cortex_m_semihosting::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `cortex_m_semihosting` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `linux_embedded_hal` [INFO] [stdout] --> examples/pi_simple_send.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate linux_embedded_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `extern_crate_item_prelude` has been stable since 1.31.0 and no longer requires an attribute to enable [INFO] [stdout] --> examples/pi_simple_send.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(extern_crate_item_prelude)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `entry` in this scope [INFO] [stdout] --> examples/stm32f4_receive.rs:20:3 [INFO] [stdout] | [INFO] [stdout] 20 | #[entry] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hprintln` in this scope [INFO] [stdout] --> examples/stm32f4_receive.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | hprintln!("New Packet with size {} and RSSI: {}", size,lora.get_packet_rssi()).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hprint` in this scope [INFO] [stdout] --> examples/stm32f4_receive.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | hprint!("with Payload: "); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hprint` in this scope [INFO] [stdout] --> examples/stm32f4_receive.rs:64:21 [INFO] [stdout] | [INFO] [stdout] 64 | hprint!("{}",buffer[i] as char).unwrap(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hprintln` in this scope [INFO] [stdout] --> examples/stm32f4_receive.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | hprintln!(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hprintln` in this scope [INFO] [stdout] --> examples/stm32f4_receive.rs:68:24 [INFO] [stdout] | [INFO] [stdout] 68 | Err(()) => hprintln!("Timeout").unwrap(), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[panic_handler]` function required, but not found [INFO] [stdout] [INFO] [stdout] [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] error: aborting due to 1 previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sx127x_lora` (example "pi_simple_send") due to 2 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `sx127x_lora` (example "stm32f4_receive") due to 13 previous errors [INFO] running `Command { std: "docker" "inspect" "709e9c2b5d1c03cbb25263878d1744c1d8476ecb910675d530203e8020f774fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "709e9c2b5d1c03cbb25263878d1744c1d8476ecb910675d530203e8020f774fc", kill_on_drop: false }` [INFO] [stdout] 709e9c2b5d1c03cbb25263878d1744c1d8476ecb910675d530203e8020f774fc