[INFO] cloning repository https://github.com/mohankumargupta/espforge [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mohankumargupta/espforge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmohankumargupta%2Fespforge", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmohankumargupta%2Fespforge'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 15957898726a20707046671eec1420e99b6a8923 [INFO] checking mohankumargupta/espforge against try#fe84aa3583bb2681b5d0580316bde6d58ccfd6b5 for pr-154149-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmohankumargupta%2Fespforge" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mohankumargupta/espforge [INFO] finished tweaking git repo https://github.com/mohankumargupta/espforge [INFO] tweaked toml for git repo https://github.com/mohankumargupta/espforge written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mohankumargupta/espforge on toolchain fe84aa3583bb2681b5d0580316bde6d58ccfd6b5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fe84aa3583bb2681b5d0580316bde6d58ccfd6b5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mohankumargupta/espforge 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" "+fe84aa3583bb2681b5d0580316bde6d58ccfd6b5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+fe84aa3583bb2681b5d0580316bde6d58ccfd6b5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 947e34763753d62821513ce4db7ec78a882da89bf5b893ca13ba578cf85bd913 [INFO] running `Command { std: "docker" "start" "-a" "947e34763753d62821513ce4db7ec78a882da89bf5b893ca13ba578cf85bd913", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "947e34763753d62821513ce4db7ec78a882da89bf5b893ca13ba578cf85bd913", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "947e34763753d62821513ce4db7ec78a882da89bf5b893ca13ba578cf85bd913", kill_on_drop: false }` [INFO] [stdout] 947e34763753d62821513ce4db7ec78a882da89bf5b893ca13ba578cf85bd913 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+fe84aa3583bb2681b5d0580316bde6d58ccfd6b5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1cda389f31e15db0cef8283747b95fbc208b4046ff4ea8e92142fe88fce5f403 [INFO] running `Command { std: "docker" "start" "-a" "1cda389f31e15db0cef8283747b95fbc208b4046ff4ea8e92142fe88fce5f403", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Checking unicode-ident v1.0.24 [INFO] [stderr] Compiling hashbrown v0.17.0 [INFO] [stderr] Compiling winnow v1.0.1 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking indexmap v2.14.0 [INFO] [stderr] Compiling esp-metadata-generated v0.3.0 [INFO] [stderr] Checking toml_writer v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Checking toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Checking serde_spanned v1.1.1 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking getrandom v0.4.2 [INFO] [stderr] Checking fastrand v2.4.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling embedded-io-async v0.6.1 [INFO] [stderr] Checking inventory v0.3.24 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Checking hash32 v0.3.1 [INFO] [stderr] Checking embedded-io v0.6.1 [INFO] [stderr] Compiling somni-parser v0.2.2 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Checking futures-core v0.3.32 [INFO] [stderr] Checking toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Checking heapless v0.8.0 [INFO] [stderr] Compiling esp-rom-sys v0.1.3 [INFO] [stderr] Checking anstyle v1.0.14 [INFO] [stderr] Checking critical-section v1.2.0 [INFO] [stderr] Compiling embassy-sync v0.7.2 [INFO] [stderr] Compiling somni-expr v0.2.0 [INFO] [stderr] Compiling embassy-sync v0.6.2 [INFO] [stderr] Checking futures-sink v0.3.32 [INFO] [stderr] Compiling toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Checking syn v2.0.117 [INFO] [stderr] Checking futures-task v0.3.32 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] error: failed to run custom build command for `esp-rom-sys v0.1.3` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/esp-rom-sys-11072425657d896b/build-script-build` (exit status: 1) [INFO] [stderr] --- stderr [INFO] [stderr] Error: "Expected exactly one of the following features to be enabled: esp32, esp32c2, esp32c3, esp32c6, esp32h2, esp32s2, esp32s3" [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "1cda389f31e15db0cef8283747b95fbc208b4046ff4ea8e92142fe88fce5f403", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cda389f31e15db0cef8283747b95fbc208b4046ff4ea8e92142fe88fce5f403", kill_on_drop: false }` [INFO] [stdout] 1cda389f31e15db0cef8283747b95fbc208b4046ff4ea8e92142fe88fce5f403