[INFO] fetching crate orange 0.1.3... [INFO] checking orange-0.1.3 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate orange 0.1.3 into /workspace/builds/worker-59/source [INFO] validating manifest of crates.io crate orange 0.1.3 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate orange 0.1.3 [INFO] finished tweaking crates.io crate orange 0.1.3 [INFO] tweaked toml for crates.io crate orange 0.1.3 written to /workspace/builds/worker-59/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bit_field v0.10.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a8d24703aeee242f4c1f2a0ebd26bd1a30c818af1ba8614d0d266f8a0113b8c [INFO] running `Command { std: "docker" "start" "-a" "3a8d24703aeee242f4c1f2a0ebd26bd1a30c818af1ba8614d0d266f8a0113b8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a8d24703aeee242f4c1f2a0ebd26bd1a30c818af1ba8614d0d266f8a0113b8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a8d24703aeee242f4c1f2a0ebd26bd1a30c818af1ba8614d0d266f8a0113b8c", kill_on_drop: false }` [INFO] [stdout] 3a8d24703aeee242f4c1f2a0ebd26bd1a30c818af1ba8614d0d266f8a0113b8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90ca8007f32294c6805a0cd74653f20be49eff69c39d4523ff8fbf50be9088f8 [INFO] running `Command { std: "docker" "start" "-a" "90ca8007f32294c6805a0cd74653f20be49eff69c39d4523ff8fbf50be9088f8", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking bit_field v0.10.1 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking orange v0.1.3 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/harduart.rs (2 fixes) [INFO] [stderr] Fixed src/gpio.rs (1 fix) [INFO] [stderr] Fixed src/power.rs (1 fix) [INFO] [stderr] Fixed src/flash.rs (1 fix) [INFO] [stdout] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:2:34 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(global_asm, llvm_asm, const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #44580 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/power.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | llvm_asm!("fence.i" :::: "volatile"); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/interrupt.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | llvm_asm!("csrrc $0, mstatus, $1" : "=r" (prev_mstatus) : "r" (1 << 3) :: "volatile"); // mie [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/interrupt.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | llvm_asm!("csrs mstatus, $0" :: "r" (1 << 3) :: "volatile"); // mie [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:2:34 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(global_asm, llvm_asm, const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #44580 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/power.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | llvm_asm!("fence.i" :::: "volatile"); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/interrupt.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | llvm_asm!("csrrc $0, mstatus, $1" : "=r" (prev_mstatus) : "r" (1 << 3) :: "volatile"); // mie [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/interrupt.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | llvm_asm!("csrs mstatus, $0" :: "r" (1 << 3) :: "volatile"); // mie [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPICR0` [INFO] [stdout] --> src/spi.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const SPICR0: u8 = 0x08; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPICSR` [INFO] [stdout] --> src/spi.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | const SPICSR: u8 = 0x0F; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPIINTSR` [INFO] [stdout] --> src/spi.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | const SPIINTSR: u8 = 0x06; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPIINTCR` [INFO] [stdout] --> src/spi.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | const SPIINTCR: u8 = 0x07; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPICR0` [INFO] [stdout] --> src/spi.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const SPICR0: u8 = 0x08; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPICSR` [INFO] [stdout] --> src/spi.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | const SPICSR: u8 = 0x0F; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPIINTSR` [INFO] [stdout] --> src/spi.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | const SPIINTSR: u8 = 0x06; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPIINTCR` [INFO] [stdout] --> src/spi.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | const SPIINTCR: u8 = 0x07; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.24s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking orange v0.1.3 (/tmp/fixit) [INFO] [stdout] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:2:34 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(global_asm, llvm_asm, const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #44580 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/power.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | llvm_asm!("fence.i" :::: "volatile"); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/interrupt.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | llvm_asm!("csrrc $0, mstatus, $1" : "=r" (prev_mstatus) : "r" (1 << 3) :: "volatile"); // mie [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/interrupt.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | llvm_asm!("csrs mstatus, $0" :: "r" (1 << 3) :: "volatile"); // mie [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:2:34 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(global_asm, llvm_asm, const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #44580 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/power.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | llvm_asm!("fence.i" :::: "volatile"); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/interrupt.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | llvm_asm!("csrrc $0, mstatus, $1" : "=r" (prev_mstatus) : "r" (1 << 3) :: "volatile"); // mie [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/interrupt.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | llvm_asm!("csrs mstatus, $0" :: "r" (1 << 3) :: "volatile"); // mie [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPICR0` [INFO] [stdout] --> src/spi.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const SPICR0: u8 = 0x08; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPICSR` [INFO] [stdout] --> src/spi.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | const SPICSR: u8 = 0x0F; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPIINTSR` [INFO] [stdout] --> src/spi.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | const SPIINTSR: u8 = 0x06; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPIINTCR` [INFO] [stdout] --> src/spi.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | const SPIINTCR: u8 = 0x07; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPICR0` [INFO] [stdout] --> src/spi.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const SPICR0: u8 = 0x08; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPICSR` [INFO] [stdout] --> src/spi.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | const SPICSR: u8 = 0x0F; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPIINTSR` [INFO] [stdout] --> src/spi.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | const SPIINTSR: u8 = 0x06; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SPIINTCR` [INFO] [stdout] --> src/spi.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | const SPIINTCR: u8 = 0x07; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.49s [INFO] running `Command { std: "docker" "inspect" "90ca8007f32294c6805a0cd74653f20be49eff69c39d4523ff8fbf50be9088f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90ca8007f32294c6805a0cd74653f20be49eff69c39d4523ff8fbf50be9088f8", kill_on_drop: false }` [INFO] [stdout] 90ca8007f32294c6805a0cd74653f20be49eff69c39d4523ff8fbf50be9088f8