[INFO] cloning repository https://github.com/koalatux/riscv-rust-mfrc522 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/koalatux/riscv-rust-mfrc522" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoalatux%2Friscv-rust-mfrc522", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoalatux%2Friscv-rust-mfrc522'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 56b6b7e17956a73a13ad494f48c13ad9a4140c6e [INFO] checking koalatux/riscv-rust-mfrc522 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoalatux%2Friscv-rust-mfrc522" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/koalatux/riscv-rust-mfrc522 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config [INFO] started tweaking git repo https://github.com/koalatux/riscv-rust-mfrc522 [INFO] finished tweaking git repo https://github.com/koalatux/riscv-rust-mfrc522 [INFO] tweaked toml for git repo https://github.com/koalatux/riscv-rust-mfrc522 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/koalatux/riscv-rust-mfrc522 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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bare-metal v0.2.4 [INFO] [stderr] Downloaded mfrc522 v0.2.0 [INFO] [stderr] Downloaded riscv v0.5.2 [INFO] [stderr] Downloaded hifive1 v0.6.0 [INFO] [stderr] Downloaded riscv-rt v0.5.0 [INFO] [stderr] Downloaded e310x v0.5.2 [INFO] [stderr] Downloaded e310x-hal v0.6.1 [INFO] [stderr] Downloaded riscv-rt-macros v0.1.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4624e694389e82db297d63a4f0bffd734479c19ed1dfe64d762eb9f9704fa648 [INFO] running `Command { std: "docker" "start" "-a" "4624e694389e82db297d63a4f0bffd734479c19ed1dfe64d762eb9f9704fa648", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4624e694389e82db297d63a4f0bffd734479c19ed1dfe64d762eb9f9704fa648", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4624e694389e82db297d63a4f0bffd734479c19ed1dfe64d762eb9f9704fa648", kill_on_drop: false }` [INFO] [stdout] 4624e694389e82db297d63a4f0bffd734479c19ed1dfe64d762eb9f9704fa648 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4417bf1c8b08b4837665f89fa48bbe1a6696707a51d8c53fe253bf830063801b [INFO] running `Command { std: "docker" "start" "-a" "4417bf1c8b08b4837665f89fa48bbe1a6696707a51d8c53fe253bf830063801b", kill_on_drop: false }` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling riscv v0.5.2 [INFO] [stderr] Compiling riscv-rt v0.5.0 [INFO] [stderr] Checking bit_field v0.9.0 [INFO] [stderr] Checking nb v0.1.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling e310x v0.5.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Checking r0 v0.2.2 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking vcell v0.1.0 [INFO] [stderr] Compiling hifive1 v0.6.0 [INFO] [stderr] Checking embedded-hal v0.2.3 [INFO] [stderr] Checking panic-halt v0.2.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling bare-metal v0.2.4 [INFO] [stderr] Checking generic-array v0.11.1 [INFO] [stderr] Checking mfrc522 v0.2.0 [INFO] [stderr] Compiling riscv-rt-macros v0.1.5 [INFO] [stderr] Checking e310x-hal v0.6.1 [INFO] [stderr] Checking riscv-rust-quickstart 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] 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: 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: 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 [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: 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] [stderr] error: could not compile `riscv-rust-quickstart` (example "hello_world") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `riscv-rust-quickstart` (example "leds_blink") due to 2 previous errors [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] [stderr] error: could not compile `riscv-rust-quickstart` (example "led_gpio") due to 2 previous errors [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Pin2>>: hifive1::e310x_hal::prelude::_embedded_hal_digital_OutputPin` is not satisfied [INFO] [stdout] --> src/main.rs:52:41 [INFO] [stdout] | [INFO] [stdout] 52 | let mut mfrc522 = Mfrc522::new(spi, cs).unwrap(); [INFO] [stdout] | ------------ ^^ the trait `hifive1::e310x_hal::prelude::_embedded_hal_digital_OutputPin` is not implemented for `Pin2>>` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `hifive1::e310x_hal::prelude::_embedded_hal_digital_OutputPin` is implemented for `embedded_hal::digital::v1_compat::OldOutputPin` [INFO] [stdout] note: required by a bound in `Mfrc522::::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mfrc522-0.2.0/src/lib.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | NSS: OutputPin, [INFO] [stdout] | ^^^^^^^^^ required by this bound in `Mfrc522::::new` [INFO] [stdout] ... [INFO] [stdout] 98 | pub fn new(spi: SPI, nss: NSS) -> Result { [INFO] [stdout] | --- required by a bound in this associated function [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[E0599]: the method `version` exists for struct `Mfrc522>, Pin4>, Pin5>)>, Pin2>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/main.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 56 | let vers = mfrc522.version().unwrap(); [INFO] [stdout] | ^^^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/e310x-hal-0.6.1/src/gpio.rs:334:1 [INFO] [stdout] | [INFO] [stdout] 334 | / gpio!(GPIO0, gpio0, [ [INFO] [stdout] 335 | | Pin0: (pin0, 0, Unknown), [INFO] [stdout] 336 | | Pin1: (pin1, 1, Unknown), [INFO] [stdout] 337 | | Pin2: (pin2, 2, Unknown), [INFO] [stdout] ... | [INFO] [stdout] 366 | | Pin31: (pin31, 31, Unknown), [INFO] [stdout] 367 | | ]); [INFO] [stdout] | |__- doesn't satisfy `_: _embedded_hal_digital_OutputPin` [INFO] [stdout] | [INFO] [stdout] = note: the full type name has been written to '/opt/rustwide/target/debug/deps/riscv_rust_quickstart-1a335ef8de581a9a.long-type-3084196993418370312.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Pin2>>: hifive1::e310x_hal::prelude::_embedded_hal_digital_OutputPin` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `riscv-rust-quickstart` (example "pll") due to 2 previous errors [INFO] [stdout] error[E0599]: the method `reqa` exists for struct `Mfrc522>, Pin4>, Pin5>)>, Pin2>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/main.rs:66:35 [INFO] [stdout] | [INFO] [stdout] 66 | if let Ok(atqa) = mfrc522.reqa() { [INFO] [stdout] | ^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/e310x-hal-0.6.1/src/gpio.rs:334:1 [INFO] [stdout] | [INFO] [stdout] 334 | / gpio!(GPIO0, gpio0, [ [INFO] [stdout] 335 | | Pin0: (pin0, 0, Unknown), [INFO] [stdout] 336 | | Pin1: (pin1, 1, Unknown), [INFO] [stdout] 337 | | Pin2: (pin2, 2, Unknown), [INFO] [stdout] ... | [INFO] [stdout] 366 | | Pin31: (pin31, 31, Unknown), [INFO] [stdout] 367 | | ]); [INFO] [stdout] | |__- doesn't satisfy `_: _embedded_hal_digital_OutputPin` [INFO] [stdout] | [INFO] [stdout] = note: the full type name has been written to '/opt/rustwide/target/debug/deps/riscv_rust_quickstart-1a335ef8de581a9a.long-type-3084196993418370312.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Pin2>>: hifive1::e310x_hal::prelude::_embedded_hal_digital_OutputPin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `select` exists for struct `Mfrc522>, Pin4>, Pin5>)>, Pin2>>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/main.rs:67:38 [INFO] [stdout] | [INFO] [stdout] 67 | if let Ok(uid) = mfrc522.select(&atqa) { [INFO] [stdout] | ^^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/e310x-hal-0.6.1/src/gpio.rs:334:1 [INFO] [stdout] | [INFO] [stdout] 334 | / gpio!(GPIO0, gpio0, [ [INFO] [stdout] 335 | | Pin0: (pin0, 0, Unknown), [INFO] [stdout] 336 | | Pin1: (pin1, 1, Unknown), [INFO] [stdout] 337 | | Pin2: (pin2, 2, Unknown), [INFO] [stdout] ... | [INFO] [stdout] 366 | | Pin31: (pin31, 31, Unknown), [INFO] [stdout] 367 | | ]); [INFO] [stdout] | |__- doesn't satisfy `_: _embedded_hal_digital_OutputPin` [INFO] [stdout] | [INFO] [stdout] = note: the full type name has been written to '/opt/rustwide/target/debug/deps/riscv_rust_quickstart-1a335ef8de581a9a.long-type-3084196993418370312.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Pin2>>: hifive1::e310x_hal::prelude::_embedded_hal_digital_OutputPin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `riscv-rust-quickstart` (bin "riscv-rust-quickstart") due to 6 previous errors [INFO] [stderr] error: could not compile `riscv-rust-quickstart` (example "spi") due to 2 previous errors [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `riscv-rust-quickstart` (example "i2c") due to 2 previous errors [INFO] [stderr] error: could not compile `riscv-rust-quickstart` (example "spi_wifi") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "4417bf1c8b08b4837665f89fa48bbe1a6696707a51d8c53fe253bf830063801b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4417bf1c8b08b4837665f89fa48bbe1a6696707a51d8c53fe253bf830063801b", kill_on_drop: false }` [INFO] [stdout] 4417bf1c8b08b4837665f89fa48bbe1a6696707a51d8c53fe253bf830063801b