[INFO] fetching crate msp430-rt 0.4.1... [INFO] building msp430-rt-0.4.1 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate msp430-rt 0.4.1 into /workspace/builds/worker-1-tc2/source [INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate msp430-rt 0.4.1 [INFO] finished tweaking crates.io crate msp430-rt 0.4.1 [INFO] tweaked toml for crates.io crate msp430-rt 0.4.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate msp430-rt 0.4.1 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate msp430-rt 0.4.1 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c081ea63fba7ee31dde966cf6f2cf87836a6816637983e49405d9e6f6c0ffda0 [INFO] running `Command { std: "docker" "start" "-a" "c081ea63fba7ee31dde966cf6f2cf87836a6816637983e49405d9e6f6c0ffda0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c081ea63fba7ee31dde966cf6f2cf87836a6816637983e49405d9e6f6c0ffda0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c081ea63fba7ee31dde966cf6f2cf87836a6816637983e49405d9e6f6c0ffda0", kill_on_drop: false }` [INFO] [stdout] c081ea63fba7ee31dde966cf6f2cf87836a6816637983e49405d9e6f6c0ffda0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 63edef5402b2658419eff8dce914a72515fa48e9338279d75fcb47f346660c27 [INFO] running `Command { std: "docker" "start" "-a" "63edef5402b2658419eff8dce914a72515fa48e9338279d75fcb47f346660c27", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling msp430-rt v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling critical-section v1.2.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling msp430 v0.4.1 [INFO] [stderr] Compiling rand_xoshiro v0.6.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling msp430-rt-macros v0.4.1 [INFO] [stdout] error[E0570]: "msp430-interrupt" is not a supported ABI for the current target [INFO] [stdout] --> src/lib.rs:362:8 [INFO] [stdout] | [INFO] [stdout] 362 | extern "msp430-interrupt" { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "msp430-interrupt" is not a supported ABI for the current target [INFO] [stdout] --> src/lib.rs:368:38 [INFO] [stdout] | [INFO] [stdout] 368 | static __RESET_VECTOR: unsafe extern "msp430-interrupt" fn() -> ! = Reset; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "msp430-interrupt" is not a supported ABI for the current target [INFO] [stdout] --> src/lib.rs:374:8 [INFO] [stdout] | [INFO] [stdout] 374 | extern "msp430-interrupt" fn DefaultHandler_() -> ! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "msp430-interrupt" is not a supported ABI for the current target [INFO] [stdout] --> src/lib.rs:386:37 [INFO] [stdout] | [INFO] [stdout] 386 | static __INTERRUPTS: [unsafe extern "msp430-interrupt" fn(); 15] = [{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "msp430-interrupt" is not a supported ABI for the current target [INFO] [stdout] --> src/lib.rs:387:12 [INFO] [stdout] | [INFO] [stdout] 387 | extern "msp430-interrupt" { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0570`. [INFO] [stdout] [INFO] [stderr] error: could not compile `msp430-rt` (lib) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "63edef5402b2658419eff8dce914a72515fa48e9338279d75fcb47f346660c27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63edef5402b2658419eff8dce914a72515fa48e9338279d75fcb47f346660c27", kill_on_drop: false }` [INFO] [stdout] 63edef5402b2658419eff8dce914a72515fa48e9338279d75fcb47f346660c27