[INFO] cloning repository https://github.com/colinbdclark/bluemchen-test-app-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/colinbdclark/bluemchen-test-app-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcolinbdclark%2Fbluemchen-test-app-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcolinbdclark%2Fbluemchen-test-app-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 49243b4265752a76dc081fcba5d0c3af470412a9 [INFO] testing colinbdclark/bluemchen-test-app-rust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcolinbdclark%2Fbluemchen-test-app-rust" "/workspace/builds/worker-23/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-23/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/colinbdclark/bluemchen-test-app-rust on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-23/source/.cargo/config [INFO] started tweaking git repo https://github.com/colinbdclark/bluemchen-test-app-rust [INFO] finished tweaking git repo https://github.com/colinbdclark/bluemchen-test-app-rust [INFO] tweaked toml for git repo https://github.com/colinbdclark/bluemchen-test-app-rust written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate git repo https://github.com/colinbdclark/bluemchen-test-app-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cortex-m-rt v0.6.14 [INFO] [stderr] Downloaded cortex-m v0.7.3 [INFO] [stderr] Downloaded rtic-core v0.3.1 [INFO] [stderr] Downloaded stm32h7xx-hal v0.9.0 [INFO] [stderr] Downloaded cortex-m-rtic-macros v0.5.3 [INFO] [stderr] Downloaded debouncr v0.2.2 [INFO] [stderr] Downloaded cortex-m-rtic v0.5.7 [INFO] [stderr] Downloaded stm32h7 v0.13.0 [INFO] [stderr] Downloaded libdaisy v0.1.0 [INFO] [stderr] Downloaded stm32-fmc v0.2.3 [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c52e52e6c2868195bcad47f276445ec216c19b255bebe0950d04d152949f89a [INFO] running `Command { std: "docker" "start" "-a" "2c52e52e6c2868195bcad47f276445ec216c19b255bebe0950d04d152949f89a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c52e52e6c2868195bcad47f276445ec216c19b255bebe0950d04d152949f89a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c52e52e6c2868195bcad47f276445ec216c19b255bebe0950d04d152949f89a", kill_on_drop: false }` [INFO] [stdout] 2c52e52e6c2868195bcad47f276445ec216c19b255bebe0950d04d152949f89a [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 237d327b4f883a14fbfc46730c5b1e01438cf5722181ba70ccac5a7c082d230b [INFO] running `Command { std: "docker" "start" "-a" "237d327b4f883a14fbfc46730c5b1e01438cf5722181ba70ccac5a7c082d230b", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling cortex-m v0.7.3 [INFO] [stderr] Compiling nb v1.0.0 [INFO] [stderr] Compiling semver v1.0.3 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling vcell v0.1.3 [INFO] [stderr] Compiling cortex-m-rt v0.6.14 [INFO] [stderr] Compiling bitfield v0.13.2 [INFO] [stderr] Compiling r0 v0.2.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling cortex-m v0.6.7 [INFO] [stderr] Compiling stm32h7 v0.13.0 [INFO] [stderr] Compiling heapless v0.6.1 [INFO] [stderr] Compiling bare-metal v1.0.0 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling rtic-core v0.3.1 [INFO] [stderr] Compiling micromath v1.1.1 [INFO] [stderr] Compiling panic-halt v0.2.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling cortex-m-rtic v0.5.7 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling nb v0.1.3 [INFO] [stderr] Compiling embedded-dma v0.1.2 [INFO] [stderr] Compiling volatile-register v0.2.0 [INFO] [stderr] Compiling hash32 v0.1.1 [INFO] [stderr] Compiling embedded-hal v0.2.5 [INFO] [stderr] Compiling stm32-fmc v0.2.3 [INFO] [stderr] Compiling debouncr v0.2.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling generic-array v0.13.3 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Compiling as-slice v0.1.5 [INFO] [stderr] Compiling aligned v0.3.5 [INFO] [stderr] Compiling rtic-syntax v0.4.0 [INFO] [stderr] Compiling cortex-m-rt-macros v0.1.8 [INFO] [stderr] Compiling cortex-m-rtic-macros v0.5.3 [INFO] [stderr] Compiling stm32h7xx-hal v0.9.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.9.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] 126 | rng_core!(usize); [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" "237d327b4f883a14fbfc46730c5b1e01438cf5722181ba70ccac5a7c082d230b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "237d327b4f883a14fbfc46730c5b1e01438cf5722181ba70ccac5a7c082d230b", kill_on_drop: false }` [INFO] [stdout] 237d327b4f883a14fbfc46730c5b1e01438cf5722181ba70ccac5a7c082d230b