[INFO] cloning repository https://github.com/icewind1991/espflash
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/icewind1991/espflash" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficewind1991%2Fespflash", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficewind1991%2Fespflash'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f8a344f58c9960a6adb993ee9e8c629250d6a605
[INFO] testing icewind1991/espflash against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficewind1991%2Fespflash" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/icewind1991/espflash
[INFO] finished tweaking git repo https://github.com/icewind1991/espflash
[INFO] tweaked toml for git repo https://github.com/icewind1991/espflash written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/icewind1991/espflash on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/icewind1991/espflash 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d647ee84864e4e746de71bb19a2d8b60b2becdaf9727dae556c2d84e72a47740
[INFO] running `Command { std: "docker" "start" "-a" "d647ee84864e4e746de71bb19a2d8b60b2becdaf9727dae556c2d84e72a47740", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d647ee84864e4e746de71bb19a2d8b60b2becdaf9727dae556c2d84e72a47740", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d647ee84864e4e746de71bb19a2d8b60b2becdaf9727dae556c2d84e72a47740", kill_on_drop: false }`
[INFO] [stdout] d647ee84864e4e746de71bb19a2d8b60b2becdaf9727dae556c2d84e72a47740
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df99555cd3f3bef15c66de924faacdf6e36cc17bc116681498a01e81710739db
[INFO] running `Command { std: "docker" "start" "-a" "df99555cd3f3bef15c66de924faacdf6e36cc17bc116681498a01e81710739db", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling serde_core v1.0.225
[INFO] [stderr]    Compiling serde v1.0.225
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling cc v1.2.37
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling indexmap v2.11.3
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling toml_datetime v0.7.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling peg-runtime v0.8.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling peg-macros v0.8.5
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling twox-hash v2.1.2
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling owo-colors v4.2.2
[INFO] [stderr]    Compiling cpp_demangle v0.4.4
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling erased-serde v0.4.8
[INFO] [stderr]    Compiling toml_parser v1.0.2
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling toml_edit v0.23.5
[INFO] [stderr]    Compiling deranged v0.5.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling peg v0.8.5
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling ruzstd v0.8.1
[INFO] [stderr]    Compiling console v0.16.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling no_std_io2 v0.8.1
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling hexfloat2 v0.1.3
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling etcetera v0.10.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling time v0.3.43
[INFO] [stderr]    Compiling serde_spanned v1.0.1
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling serde_derive v1.0.225
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling data-encoding-macro-internal v0.1.16
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling data-encoding-macro v0.1.18
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.6
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling cbor-edn v0.0.6
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling bytemuck_derive v1.10.1
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling deku_derive v0.18.1
[INFO] [stderr]    Compiling parse_int v0.9.0
[INFO] [stderr]    Compiling object v0.35.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling memmap2 v0.9.8
[INFO] [stderr]    Compiling toml_writer v1.0.2
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling gimli v0.29.0
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling defmt-parser v1.0.0
[INFO] [stderr]    Compiling unescaper v0.1.6
[INFO] [stderr]    Compiling dissimilar v1.0.10
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling camino v1.2.0
[INFO] [stderr]    Compiling unit-prefix v0.5.1
[INFO] [stderr]    Compiling toml v0.9.6
[INFO] [stderr]    Compiling indicatif v0.18.0
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling serde-untagged v0.1.9
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling ureq-proto v0.5.2
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling alterable_logger v1.0.1
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling defmt-json-schema v0.1.0
[INFO] [stderr]    Compiling serde_plain v1.0.2
[INFO] [stderr]    Compiling deku v0.18.1
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling serialport v4.7.3
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling slip-codec v0.4.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling ctrlc v3.5.0
[INFO] [stderr]    Compiling defmt-decoder v1.0.0
[INFO] [stderr]    Compiling cargo-platform v0.3.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling esp-idf-part v0.6.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tempfile v3.22.0
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling dialoguer v0.12.0
[INFO] [stderr]    Compiling cargo-util-schemas v0.8.2
[INFO] [stderr]    Compiling comfy-table v7.2.1
[INFO] [stderr]    Compiling cargo_metadata v0.22.0
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling clap_complete v4.5.58
[INFO] [stderr]    Compiling ureq v3.1.2
[INFO] [stderr]    Compiling xtask v0.0.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling update-informer v1.3.0
[INFO] [stderr]    Compiling espflash v4.1.0 (/opt/rustwide/workdir/espflash)
[INFO] [stderr]    Compiling cargo-espflash v4.1.0 (/opt/rustwide/workdir/cargo-espflash)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s
[INFO] running `Command { std: "docker" "inspect" "df99555cd3f3bef15c66de924faacdf6e36cc17bc116681498a01e81710739db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df99555cd3f3bef15c66de924faacdf6e36cc17bc116681498a01e81710739db", kill_on_drop: false }`
[INFO] [stdout] df99555cd3f3bef15c66de924faacdf6e36cc17bc116681498a01e81710739db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ed8e6c46f84164ee4c4b8cdeb68c71bab59af271386f37d72072d54b21941e8d
[INFO] running `Command { std: "docker" "start" "-a" "ed8e6c46f84164ee4c4b8cdeb68c71bab59af271386f37d72072d54b21941e8d", kill_on_drop: false }`
[INFO] [stderr]    Compiling espflash v4.1.0 (/opt/rustwide/workdir/espflash)
[INFO] [stderr]    Compiling xtask v0.0.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling cargo-espflash v4.1.0 (/opt/rustwide/workdir/cargo-espflash)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.40s
[INFO] running `Command { std: "docker" "inspect" "ed8e6c46f84164ee4c4b8cdeb68c71bab59af271386f37d72072d54b21941e8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed8e6c46f84164ee4c4b8cdeb68c71bab59af271386f37d72072d54b21941e8d", kill_on_drop: false }`
[INFO] [stdout] ed8e6c46f84164ee4c4b8cdeb68c71bab59af271386f37d72072d54b21941e8d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c45ed1aedeae8476076d400b5517b98dffa3dbdb31c070d783b9c9f17abd50d1
[INFO] running `Command { std: "docker" "start" "-a" "c45ed1aedeae8476076d400b5517b98dffa3dbdb31c070d783b9c9f17abd50d1", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cargo_espflash-6755e2326fc4ee00)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/espflash-28694d880ecdd92d)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test cli::monitor::line_endings::tests::test_normalized ... ok
[INFO] [stdout] test cli::config::tests::test_serialize_u16_to_hex ... ok
[INFO] [stdout] test cli::monitor::parser::esp_defmt::test::framing_prints_raw_data_by_default ... ok
[INFO] [stdout] test cli::monitor::parser::esp_defmt::test::frame_start_on_end_is_not_part_of_the_raw_sequence ... ok
[INFO] [stdout] test cli::monitor::parser::esp_defmt::test::output_includes_ff_and_0_bytes ... ok
[INFO] [stdout] test cli::monitor::parser::esp_defmt::test::can_concatenate_partial_defmt_frames ... ok
[INFO] [stdout] test cli::monitor::parser::esp_defmt::test::defmt_frames_back_to_back ... ok
[INFO] [stdout] test cli::monitor::parser::esp_defmt::test::start_byte_on_end_is_not_part_of_the_raw_sequence ... ok
[INFO] [stdout] test cli::monitor::parser::test::does_not_repeat_valid_strings ... ok
[INFO] [stdout] test cli::monitor::parser::test::can_merge_incomplete_sequence ... ok
[INFO] [stdout] test cli::monitor::parser::test::replaces_invalid_sequence ... ok
[INFO] [stdout] test cli::monitor::parser::test::can_replace_unfinished_incomplete_sequence ... ok
[INFO] [stdout] test cli::monitor::parser::test::issue_457 ... ok
[INFO] [stdout] test cli::monitor::parser::test::returns_valid_strings_immediately ... ok
[INFO] [stdout] test cli::monitor::parser::esp_defmt::test::process_data_after_frame ... ok
[INFO] [stdout] test cli::test::test_parse_hex_partition_table_offset ... ok
[INFO] [stdout] test image_format::idf::tests::merge_adjacent_segments_pads ... ok
[INFO] [stdout] test image_format::idf::tests::test_encode_hex ... ok
[INFO] [stdout] test cli::config::tests::test_deserialize_hex_to_u16 ... ok
[INFO] [stdout] test flasher::stubs::tests::check_stub_encodings ... ok
[INFO] [stdout] test cli::test::test_parse_u32 ... ok
[INFO] [stdout] test image_format::idf::tests::test_flash_config_write ... ok
[INFO] [stdout] test image_format::test::test_overlapping_sections_are_removed ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/espflash.rs (/opt/rustwide/target/debug/deps/espflash-83e216d8e61f623f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/xtask-7652411e0cd629de)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests espflash
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test espflash/src/cli/monitor/external_processors.rs - cli::monitor::external_processors (line 23) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c45ed1aedeae8476076d400b5517b98dffa3dbdb31c070d783b9c9f17abd50d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c45ed1aedeae8476076d400b5517b98dffa3dbdb31c070d783b9c9f17abd50d1", kill_on_drop: false }`
[INFO] [stdout] c45ed1aedeae8476076d400b5517b98dffa3dbdb31c070d783b9c9f17abd50d1
