[INFO] cloning repository https://github.com/RickP/rust_on_stm32f3 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RickP/rust_on_stm32f3" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRickP%2Frust_on_stm32f3", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRickP%2Frust_on_stm32f3'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5d757e090e3c270380715c108b1cd97fe442b574 [INFO] testing RickP/rust_on_stm32f3 against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRickP%2Frust_on_stm32f3" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RickP/rust_on_stm32f3 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-0/source/.cargo/config [INFO] started tweaking git repo https://github.com/RickP/rust_on_stm32f3 [INFO] finished tweaking git repo https://github.com/RickP/rust_on_stm32f3 [INFO] tweaked toml for git repo https://github.com/RickP/rust_on_stm32f3 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/RickP/rust_on_stm32f3 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 9a7d317ca2300a760aa20d44722d088d8d69baba62df897af284712163b49e4f [INFO] running `Command { std: "docker" "start" "-a" "9a7d317ca2300a760aa20d44722d088d8d69baba62df897af284712163b49e4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9a7d317ca2300a760aa20d44722d088d8d69baba62df897af284712163b49e4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a7d317ca2300a760aa20d44722d088d8d69baba62df897af284712163b49e4f", kill_on_drop: false }` [INFO] [stdout] 9a7d317ca2300a760aa20d44722d088d8d69baba62df897af284712163b49e4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] cf1334dc30b9677cb9cfd6a8e3b661ea02826798dd72b752240639c894f9a3be [INFO] running `Command { std: "docker" "start" "-a" "cf1334dc30b9677cb9cfd6a8e3b661ea02826798dd72b752240639c894f9a3be", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.17 [INFO] [stderr] Compiling vcell v0.1.0 [INFO] [stderr] Compiling nb v0.1.1 [INFO] [stderr] Compiling aligned v0.2.0 [INFO] [stderr] Compiling bare-metal v0.2.0 [INFO] [stderr] Compiling stm32f30x v0.7.0 [INFO] [stderr] Compiling f3 v0.6.1 [INFO] [stderr] Compiling r0 v0.2.2 [INFO] [stderr] Compiling rust_on_stm32f3 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling embedded-hal v0.2.1 [INFO] [stderr] Compiling volatile-register v0.2.0 [INFO] [stderr] Compiling lsm303dlhc v0.2.0 [INFO] [stderr] Compiling l3gd20 v0.2.0 [INFO] [stderr] Compiling cortex-m v0.5.2 [INFO] [stderr] Compiling cortex-m-semihosting v0.3.0 [INFO] [stderr] Compiling cortex-m-rt v0.5.1 [INFO] [stderr] Compiling panic-semihosting v0.3.0 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/panic-semihosting-0.3.0/src/lib.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | #![feature(panic_implementation)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: subsumed by `#[panic_handler]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `panic_implementation` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/panic-semihosting-0.3.0/src/lib.rs:71:3 [INFO] [stdout] | [INFO] [stdout] 71 | #[panic_implementation] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `panic-semihosting` due to 3 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "cf1334dc30b9677cb9cfd6a8e3b661ea02826798dd72b752240639c894f9a3be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf1334dc30b9677cb9cfd6a8e3b661ea02826798dd72b752240639c894f9a3be", kill_on_drop: false }` [INFO] [stdout] cf1334dc30b9677cb9cfd6a8e3b661ea02826798dd72b752240639c894f9a3be