[INFO] fetching crate tca62724fmg 0.1.2... [INFO] testing tca62724fmg-0.1.2 against 1.59.0 for beta-1.60-1 [INFO] extracting crate tca62724fmg 0.1.2 into /workspace/builds/worker-23/source [INFO] validating manifest of crates.io crate tca62724fmg 0.1.2 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-23/source/.cargo/config [INFO] started tweaking crates.io crate tca62724fmg 0.1.2 [INFO] finished tweaking crates.io crate tca62724fmg 0.1.2 [INFO] tweaked toml for crates.io crate tca62724fmg 0.1.2 written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate crates.io crate tca62724fmg 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa6c38f809cf9c65178d2f3a12c9aa9d3ab8063e7cc430d95c5d6915d23704b0 [INFO] running `Command { std: "docker" "start" "-a" "fa6c38f809cf9c65178d2f3a12c9aa9d3ab8063e7cc430d95c5d6915d23704b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa6c38f809cf9c65178d2f3a12c9aa9d3ab8063e7cc430d95c5d6915d23704b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa6c38f809cf9c65178d2f3a12c9aa9d3ab8063e7cc430d95c5d6915d23704b0", kill_on_drop: false }` [INFO] [stdout] fa6c38f809cf9c65178d2f3a12c9aa9d3ab8063e7cc430d95c5d6915d23704b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e1a65880dc7e4b8994ffccde41a777fa3343602df5b0f6e57b45bccb72a5643f [INFO] running `Command { std: "docker" "start" "-a" "e1a65880dc7e4b8994ffccde41a777fa3343602df5b0f6e57b45bccb72a5643f", kill_on_drop: false }` [INFO] [stderr] Compiling nb v0.1.2 [INFO] [stderr] Compiling embedded-hal v0.2.3 [INFO] [stderr] Compiling tca62724fmg v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:143:34 [INFO] [stdout] | [INFO] [stdout] 143 | const SUBADDR_NAA_SETTINGS: u8 = (0x04 | AUTO_INCREMENT_OFF); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 143 - const SUBADDR_NAA_SETTINGS: u8 = (0x04 | AUTO_INCREMENT_OFF); [INFO] [stdout] 143 + const SUBADDR_NAA_SETTINGS: u8 = 0x04 | AUTO_INCREMENT_OFF; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:146:22 [INFO] [stdout] | [INFO] [stdout] 146 | const BIT_SHDN: u8 = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 146 - const BIT_SHDN: u8 = (1 << 0); [INFO] [stdout] 146 + const BIT_SHDN: u8 = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:149:24 [INFO] [stdout] | [INFO] [stdout] 149 | const BIT_ENABLE: u8 = (1 << 1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 149 - const BIT_ENABLE: u8 = (1 << 1); [INFO] [stdout] 149 + const BIT_ENABLE: u8 = 1 << 1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.37s [INFO] running `Command { std: "docker" "inspect" "e1a65880dc7e4b8994ffccde41a777fa3343602df5b0f6e57b45bccb72a5643f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1a65880dc7e4b8994ffccde41a777fa3343602df5b0f6e57b45bccb72a5643f", kill_on_drop: false }` [INFO] [stdout] e1a65880dc7e4b8994ffccde41a777fa3343602df5b0f6e57b45bccb72a5643f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8a7261d88bbfe2edfbb99f8538bf54bb6a7a3b627b219be20210e8b587aad44 [INFO] running `Command { std: "docker" "start" "-a" "f8a7261d88bbfe2edfbb99f8538bf54bb6a7a3b627b219be20210e8b587aad44", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling cortex-m v0.6.2 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling vcell v0.1.2 [INFO] [stderr] Compiling cortex-m-rt v0.6.12 [INFO] [stderr] Compiling cortex-m-semihosting v0.3.5 [INFO] [stderr] Compiling stm32h7 v0.10.0 [INFO] [stderr] Compiling r0 v0.2.2 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:143:34 [INFO] [stdout] | [INFO] [stdout] 143 | const SUBADDR_NAA_SETTINGS: u8 = (0x04 | AUTO_INCREMENT_OFF); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 143 - const SUBADDR_NAA_SETTINGS: u8 = (0x04 | AUTO_INCREMENT_OFF); [INFO] [stdout] 143 + const SUBADDR_NAA_SETTINGS: u8 = 0x04 | AUTO_INCREMENT_OFF; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:146:22 [INFO] [stdout] | [INFO] [stdout] 146 | const BIT_SHDN: u8 = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 146 - const BIT_SHDN: u8 = (1 << 0); [INFO] [stdout] 146 + const BIT_SHDN: u8 = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:149:24 [INFO] [stdout] | [INFO] [stdout] 149 | const BIT_ENABLE: u8 = (1 << 1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 149 - const BIT_ENABLE: u8 = (1 << 1); [INFO] [stdout] 149 + const BIT_ENABLE: u8 = 1 << 1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling volatile-register v0.2.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling as-slice v0.1.3 [INFO] [stderr] Compiling aligned v0.3.2 [INFO] [stderr] Compiling panic-semihosting v0.5.3 [INFO] [stderr] Compiling cortex-m-rt-macros v0.1.8 [INFO] [stderr] Compiling stm32h7xx-hal v0.4.0 [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stm32h7xx-hal-0.4.0/src/rng.rs:110:67 [INFO] [stdout] | [INFO] [stdout] 110 | let bytes: [$type; BATCH_SIZE] = unsafe { mem::transmute(random_word) }; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 122 | rng_core!(usize, u32, u16, u8); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: source type: `u32` (32 bits) [INFO] [stdout] = note: target type: `[usize; 0]` (0 bits) [INFO] [stdout] = note: this error originates in the macro `rng_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0512`. [INFO] [stdout] [INFO] [stderr] error: could not compile `stm32h7xx-hal` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "f8a7261d88bbfe2edfbb99f8538bf54bb6a7a3b627b219be20210e8b587aad44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8a7261d88bbfe2edfbb99f8538bf54bb6a7a3b627b219be20210e8b587aad44", kill_on_drop: false }` [INFO] [stdout] f8a7261d88bbfe2edfbb99f8538bf54bb6a7a3b627b219be20210e8b587aad44