[INFO] cloning repository https://github.com/flip-ui/example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/flip-ui/example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflip-ui%2Fexample", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflip-ui%2Fexample'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d4124cff3f0c1b929a5b7c52735e74bf7b3c06cc [INFO] checking flip-ui/example against master#9748d87dc70a9a6725c5dbd76ce29d04752b4f90 for pr-144156 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflip-ui%2Fexample" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/flip-ui/example [INFO] finished tweaking git repo https://github.com/flip-ui/example [INFO] tweaked toml for git repo https://github.com/flip-ui/example written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/flip-ui/example on toolchain 9748d87dc70a9a6725c5dbd76ce29d04752b4f90 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9748d87dc70a9a6725c5dbd76ce29d04752b4f90" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/flip-ui/example 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" "+9748d87dc70a9a6725c5dbd76ce29d04752b4f90" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Updating git repository `https://github.com/flipperzero-rs/flipperzero` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded flipperzero-test-macros v0.11.0 [INFO] [stderr] Downloaded flipperzero v0.11.0 [INFO] [stderr] Downloaded flipperzero-test v0.11.0 [INFO] [stderr] Downloaded flipperzero-sys v0.11.0 [INFO] [stderr] Downloaded flip-ui-macro v0.1.2 [INFO] [stderr] Downloaded flip-ui v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+9748d87dc70a9a6725c5dbd76ce29d04752b4f90" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 64b84bf5dfa8f192d7f10b57f25fc29488844ee6dbeae4bca8836cd5a1d65af2 [INFO] running `Command { std: "docker" "start" "-a" "64b84bf5dfa8f192d7f10b57f25fc29488844ee6dbeae4bca8836cd5a1d65af2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "64b84bf5dfa8f192d7f10b57f25fc29488844ee6dbeae4bca8836cd5a1d65af2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64b84bf5dfa8f192d7f10b57f25fc29488844ee6dbeae4bca8836cd5a1d65af2", kill_on_drop: false }` [INFO] [stdout] 64b84bf5dfa8f192d7f10b57f25fc29488844ee6dbeae4bca8836cd5a1d65af2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+9748d87dc70a9a6725c5dbd76ce29d04752b4f90" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2751e688359fdef98505920de29728b857fb8e61dd32b795ae25cd1e83332785 [INFO] running `Command { std: "docker" "start" "-a" "2751e688359fdef98505920de29728b857fb8e61dd32b795ae25cd1e83332785", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.82 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking ufmt-write v0.1.0 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.109 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling flipperzero-rt v0.11.0 (https://github.com/flipperzero-rs/flipperzero#a2d5a4ba) [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.63 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling ufmt-macros v0.3.0 [INFO] [stderr] Compiling flipperzero-test-macros v0.11.0 [INFO] [stderr] Checking ufmt v0.2.0 [INFO] [stderr] Checking flipperzero-sys v0.11.0 [INFO] [stderr] Checking flipperzero-sys v0.11.0 (https://github.com/flipperzero-rs/flipperzero#a2d5a4ba) [INFO] [stdout] error: This crate requires `--target thumbv7em-none-eabihf` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/flipperzero-024916c02e678871/a2d5a4b/crates/sys/src/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | core::compile_error!("This crate requires `--target thumbv7em-none-eabihf`"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: This crate requires `--target thumbv7em-none-eabihf` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/flipperzero-sys-0.11.0/src/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | core::compile_error!("This crate requires `--target thumbv7em-none-eabihf`"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `flipperzero-sys` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `flipperzero-sys` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "2751e688359fdef98505920de29728b857fb8e61dd32b795ae25cd1e83332785", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2751e688359fdef98505920de29728b857fb8e61dd32b795ae25cd1e83332785", kill_on_drop: false }` [INFO] [stdout] 2751e688359fdef98505920de29728b857fb8e61dd32b795ae25cd1e83332785