[INFO] fetching crate probe-rs-tools 0.29.1... [INFO] checking probe-rs-tools-0.29.1 against try#149edce6c6ee840adb602803b96d083101ef3592 for pr-133502-16 [INFO] extracting crate probe-rs-tools 0.29.1 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate probe-rs-tools 0.29.1 [INFO] finished tweaking crates.io crate probe-rs-tools 0.29.1 [INFO] tweaked toml for crates.io crate probe-rs-tools 0.29.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate probe-rs-tools 0.29.1 on toolchain 149edce6c6ee840adb602803b96d083101ef3592 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate probe-rs-tools 0.29.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" "+149edce6c6ee840adb602803b96d083101ef3592" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e63cc6b12b7760de4168745d4c1617e226fe7c5cc166e194de1d68771745b617 [INFO] running `Command { std: "docker" "start" "-a" "e63cc6b12b7760de4168745d4c1617e226fe7c5cc166e194de1d68771745b617", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e63cc6b12b7760de4168745d4c1617e226fe7c5cc166e194de1d68771745b617", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e63cc6b12b7760de4168745d4c1617e226fe7c5cc166e194de1d68771745b617", kill_on_drop: false }` [INFO] [stdout] e63cc6b12b7760de4168745d4c1617e226fe7c5cc166e194de1d68771745b617 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+149edce6c6ee840adb602803b96d083101ef3592" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f000b1831aeeeeb875568266bcfd4048713f2b383e10c0345d341ff11b3aad06 [INFO] running `Command { std: "docker" "start" "-a" "f000b1831aeeeeb875568266bcfd4048713f2b383e10c0345d341ff11b3aad06", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking once_cell v1.21.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking smallvec v1.14.0 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Checking foldhash v0.1.4 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling litemap v0.7.5 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Checking miniz_oxide v0.8.5 [INFO] [stderr] Checking wyz v0.5.1 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking hash32 v0.3.1 [INFO] [stderr] Compiling virtue v0.0.18 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling bincode_derive v2.0.1 [INFO] [stderr] Checking flate2 v1.1.1 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Checking parking v2.2.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking event-listener v5.4.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Compiling hidapi v2.6.3 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Checking csv-core v0.1.12 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Compiling unty v0.0.4 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Checking unicode-width v0.2.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Compiling portable-atomic v1.11.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Checking deranged v0.4.1 [INFO] [stderr] Checking ruzstd v0.7.3 [INFO] [stderr] Compiling heapless v0.7.17 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Checking icu_properties v1.5.1 [INFO] [stderr] Compiling miette-derive v7.6.0 [INFO] [stderr] Compiling bytemuck_derive v1.8.1 [INFO] [stderr] Compiling scroll_derive v0.12.0 [INFO] [stderr] Checking event-listener-strategy v0.5.3 [INFO] [stderr] Compiling uriparse v0.6.4 [INFO] [stderr] Checking parse_int v0.6.0 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Checking indexmap v2.9.0 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking icu_normalizer v1.5.0 [INFO] [stderr] Checking serde_spanned v0.6.8 [INFO] [stderr] Checking csv v1.3.1 [INFO] [stderr] Checking idna_adapter v1.2.0 [INFO] [stderr] Compiling jep106 v0.3.0 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Compiling bincode v2.0.1 [INFO] [stderr] Checking serde_plain v1.0.2 [INFO] [stderr] Compiling rustix v1.0.2 [INFO] [stderr] Compiling data-encoding v2.8.0 [INFO] [stderr] Compiling peg-runtime v0.8.5 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling serde_with v3.12.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling schemafy_core v0.6.0 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Checking zero v0.1.3 [INFO] [stderr] Compiling cpp_demangle v0.4.4 [INFO] [stderr] Checking toml_write v0.1.1 [INFO] [stderr] Checking winnow v0.7.9 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking num_threads v0.1.7 [INFO] [stderr] Compiling probe-rs-target v0.29.1 [INFO] [stderr] Checking clap_lex v0.7.4 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Checking time v0.3.41 [INFO] [stderr] Checking clap_builder v4.5.38 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Checking xmas-elf v0.9.1 [INFO] [stderr] Compiling probe-rs v0.29.1 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling schemafy_lib v0.6.0 [INFO] [stderr] Checking toml_edit v0.22.26 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.15 [INFO] [stderr] Compiling peg-macros v0.8.5 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling deku_derive v0.16.0 [INFO] [stderr] Checking bytemuck v1.22.0 [INFO] [stderr] Checking udev v0.8.0 [INFO] [stderr] Checking miette v7.6.0 [INFO] [stderr] Checking async-lock v3.4.0 [INFO] [stderr] Checking scroll v0.12.0 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking polling v3.7.4 [INFO] [stderr] Checking unescaper v0.1.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling docsplay-macros v0.1.1 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling zerocopy-derive v0.8.25 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling git-version-macro v0.3.9 [INFO] [stderr] Checking deku v0.16.0 [INFO] [stderr] Compiling bitfield-macros v0.19.0 [INFO] [stderr] Checking rmp v0.8.14 [INFO] [stderr] Checking futures-lite v2.6.0 [INFO] [stderr] Compiling capstone-sys v0.17.0 [INFO] [stderr] Checking nix v0.27.1 [INFO] [stderr] Checking esp-idf-part v0.5.0 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking hash32 v0.2.1 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Compiling camino v1.1.9 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking unicode-segmentation v1.12.0 [INFO] [stderr] Checking linux-raw-sys v0.9.2 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Checking nusb v0.1.14 [INFO] [stderr] Checking chrono v0.4.40 [INFO] [stderr] Checking gimli v0.31.1 [INFO] [stderr] Checking data-encoding-macro v0.1.17 [INFO] [stderr] Checking clap v4.5.38 [INFO] [stderr] Checking espflash v3.3.0 [INFO] [stderr] Checking tokio v1.45.0 [INFO] [stderr] Checking peg v0.8.5 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking async-io v2.4.0 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking bitfield v0.19.0 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking rmp-serde v1.3.0 [INFO] [stderr] Compiling git-version v0.3.9 [INFO] [stderr] Checking docsplay v0.1.1 [INFO] [stderr] Checking serialport v4.7.1 [INFO] [stderr] Checking signal-hook-mio v0.2.4 [INFO] [stderr] Compiling schemafy v0.6.0 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling pear_codegen v0.2.9 [INFO] [stderr] Compiling boolean_expression v0.3.11 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking tracing-serde v0.2.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Compiling postcard-derive v0.2.1 [INFO] [stderr] Checking castaway v0.2.3 [INFO] [stderr] Checking memmap2 v0.9.5 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking cobs v0.2.3 [INFO] [stderr] Checking lockfree-object-pool v0.1.6 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking inlinable_string v0.1.15 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Compiling zip v2.6.1 [INFO] [stderr] Checking dunce v1.0.5 [INFO] [stderr] Checking ihex v3.0.0 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Checking arc-swap v1.7.1 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking hexfloat2 v0.1.3 [INFO] [stderr] Checking cordyceps v0.3.2 [INFO] [stderr] Checking mycelium-bitfield v0.1.5 [INFO] [stderr] Checking uf2-decode v0.2.0 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Checking encode_unicode v0.3.6 [INFO] [stderr] Checking bumpalo v3.17.0 [INFO] [stderr] Checking typed-arena v2.0.2 [INFO] [stderr] Checking unicode-truncate v1.1.0 [INFO] [stderr] Checking addr2line v0.24.2 [INFO] [stderr] Checking zopfli v0.8.1 [INFO] [stderr] Checking cbor-edn v0.0.6 [INFO] [stderr] Checking ssmarshal v1.0.0 [INFO] [stderr] Checking maitake-sync v0.1.2 [INFO] [stderr] Checking alterable_logger v1.0.0 [INFO] [stderr] Compiling instability v0.3.7 [INFO] [stderr] Checking pear v0.2.9 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Checking postcard v1.1.1 [INFO] [stderr] Checking compact_str v0.8.1 [INFO] [stderr] Checking postcard-schema v0.2.1 [INFO] [stderr] Compiling bitmatch v0.1.1 [INFO] [stderr] Checking crossterm v0.28.1 [INFO] [stderr] Compiling probe-rs-tools v0.29.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking fd-lock v4.0.4 [INFO] [stderr] Checking toml v0.8.22 [INFO] [stderr] Checking defmt-json-schema v0.1.0 [INFO] [stderr] Checking cargo-platform v0.1.9 [INFO] [stderr] Checking console v0.15.11 [INFO] [stderr] Checking colored v2.2.0 [INFO] [stderr] Checking defmt-parser v1.0.0 [INFO] [stderr] Checking svd-rs v0.14.12 [INFO] [stderr] Compiling trait-variant v0.1.2 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking parse_int v0.9.0 [INFO] [stderr] Checking lru v0.12.5 [INFO] [stderr] Checking object v0.35.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking managed v0.8.0 [INFO] [stderr] Checking typed-path v0.11.0 [INFO] [stderr] Checking escape8259 v0.5.3 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking plain v0.2.3 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking dissimilar v1.0.10 [INFO] [stderr] Checking home v0.5.11 [INFO] [stderr] Checking similar v2.7.0 [INFO] [stderr] Checking roxmltree v0.20.0 [INFO] [stderr] Checking unicode-linebreak v0.1.5 [INFO] [stderr] Checking gimli v0.29.0 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking number_prefix v0.4.0 [INFO] [stderr] Checking svd-parser v0.14.9 [INFO] [stderr] Checking indicatif v0.17.11 [INFO] [stderr] Checking insta v1.43.1 [INFO] [stderr] Checking tokio-util v0.7.15 [INFO] [stderr] Checking textwrap v0.16.2 [INFO] [stderr] Checking ratatui v0.29.0 [INFO] [stderr] Checking rustyline v15.0.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking goblin v0.9.3 [INFO] [stderr] Checking libtest-mimic v0.8.1 [INFO] [stderr] Checking gdbstub v0.7.5 [INFO] [stderr] Checking tracing-appender v0.2.3 [INFO] [stderr] Checking postcard-rpc v0.11.9 [INFO] [stderr] Checking defmt-decoder v1.0.0 [INFO] [stderr] Checking cargo_metadata v0.19.2 [INFO] [stderr] Checking itm v0.9.0-rc.1 [INFO] [stderr] Checking directories v6.0.0 [INFO] [stderr] Checking probe-rs-mi v0.1.0 [INFO] [stderr] Checking ansi-parser v0.9.1 [INFO] [stderr] Checking clap_complete v4.5.50 [INFO] [stderr] Checking cargo-config2 v0.1.32 [INFO] [stderr] Checking sanitize-filename v0.6.0 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Checking bytesize v2.0.1 [INFO] [stderr] Checking svg v0.18.0 [INFO] [stderr] Checking urlencoding v2.1.3 [INFO] [stderr] Checking colored v3.0.0 [INFO] [stderr] Checking termtree v0.5.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Compiling test-case-core v3.3.1 [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Compiling test-case-macros v3.3.1 [INFO] [stderr] Checking test-case v3.3.1 [INFO] [stderr] Checking probe-rs-debug v0.29.1 [INFO] [stderr] Checking capstone v0.13.0 [INFO] [stderr] error: could not compile `probe-rs-tools` (bin "probe-rs") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/149edce6c6ee840adb602803b96d083101ef3592/bin/rustc --crate-name probe_rs --edition=2024 src/bin/probe-rs/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 '--deny=clippy::unnecessary_self_imports' '--deny=clippy::macro_use_imports' '--deny=clippy::enum_glob_use' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "remote"))' -C metadata=fc6fb2e9b221d162 -C extra-filename=-db59b6b16dd32a8a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern addr2line=/opt/rustwide/target/debug/deps/libaddr2line-884d1a227255c1ae.rmeta --extern ansi_parser=/opt/rustwide/target/debug/deps/libansi_parser-a623784ad64a3868.rmeta --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-61f1f3e67b235d0c.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-e7ce9d4fbdd64d02.rmeta --extern capstone=/opt/rustwide/target/debug/deps/libcapstone-371977ec4620f0dc.rmeta --extern cargo_config2=/opt/rustwide/target/debug/deps/libcargo_config2-292567c614b8cc9d.rmeta --extern cargo_metadata=/opt/rustwide/target/debug/deps/libcargo_metadata-6af08322619b9f4a.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-9c0925aeae6eda5f.rmeta --extern clap_complete=/opt/rustwide/target/debug/deps/libclap_complete-e755b3597b96f5e5.rmeta --extern colored=/opt/rustwide/target/debug/deps/libcolored-9f883aca25bb3b22.rmeta --extern defmt_decoder=/opt/rustwide/target/debug/deps/libdefmt_decoder-77110c83251134f1.rmeta --extern directories=/opt/rustwide/target/debug/deps/libdirectories-94d2c345ffdade56.rmeta --extern docsplay=/opt/rustwide/target/debug/deps/libdocsplay-0b60b671fa31f5ec.rmeta --extern dunce=/opt/rustwide/target/debug/deps/libdunce-52a5ecbe27750a89.rmeta --extern fastrand=/opt/rustwide/target/debug/deps/libfastrand-a6b04798eb47a00f.rmeta --extern figment=/opt/rustwide/target/debug/deps/libfigment-77b193901be19195.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-5288f897e6ccafb7.rmeta --extern gdbstub=/opt/rustwide/target/debug/deps/libgdbstub-00c98c95b55a0639.rmeta --extern goblin=/opt/rustwide/target/debug/deps/libgoblin-a4c647b90f265dff.rmeta --extern ihex=/opt/rustwide/target/debug/deps/libihex-d6284a51e64ab41e.rmeta --extern indicatif=/opt/rustwide/target/debug/deps/libindicatif-5e40c2a91a2722dd.rmeta --extern insta=/opt/rustwide/target/debug/deps/libinsta-889e190fa90259ab.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-8ca1407ee86695ec.rmeta --extern itm=/opt/rustwide/target/debug/deps/libitm-9c400256448ee40f.rmeta --extern jep106=/opt/rustwide/target/debug/deps/libjep106-687eacb97714967f.rmeta --extern libtest_mimic=/opt/rustwide/target/debug/deps/liblibtest_mimic-4686c3566075c645.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-4523068248515ddc.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-d459427de7782b14.rmeta --extern parse_int=/opt/rustwide/target/debug/deps/libparse_int-81b195f2be26088c.rmeta --extern postcard=/opt/rustwide/target/debug/deps/libpostcard-c58981e341351ca0.rmeta --extern postcard_rpc=/opt/rustwide/target/debug/deps/libpostcard_rpc-4800bbad1640e921.rmeta --extern postcard_schema=/opt/rustwide/target/debug/deps/libpostcard_schema-52756d8fb685abaf.rmeta --extern probe_rs=/opt/rustwide/target/debug/deps/libprobe_rs-0e5806fd219f1889.rmeta --extern probe_rs_debug=/opt/rustwide/target/debug/deps/libprobe_rs_debug-206d87b6d9ef4fb1.rmeta --extern probe_rs_mi=/opt/rustwide/target/debug/deps/libprobe_rs_mi-364347f348e0d49b.rmeta --extern probe_rs_target=/opt/rustwide/target/debug/deps/libprobe_rs_target-2cfa17756d67dfc5.rmeta --extern ratatui=/opt/rustwide/target/debug/deps/libratatui-99d3ff7f4bfb9510.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-9c3941406f686ce8.rmeta --extern rustyline=/opt/rustwide/target/debug/deps/librustyline-e3572ce06e3bc600.rmeta --extern sanitize_filename=/opt/rustwide/target/debug/deps/libsanitize_filename-a0cf3f3cf4189e11.rmeta --extern schemafy=/opt/rustwide/target/debug/deps/libschemafy-10657fdc249f21aa.so --extern scroll=/opt/rustwide/target/debug/deps/libscroll-9c8eded71ae1a9a3.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-33b3a1cc3c454306.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-134eb741ea3628dc.rmeta --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-ed15051f456193e3.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-ab017cabdf2679fe.rmeta --extern signal_hook=/opt/rustwide/target/debug/deps/libsignal_hook-ca7151372053df93.rmeta --extern svd_parser=/opt/rustwide/target/debug/deps/libsvd_parser-f8732680112ab04f.rmeta --extern svg=/opt/rustwide/target/debug/deps/libsvg-76680c5bd35a9f1b.rmeta --extern termtree=/opt/rustwide/target/debug/deps/libtermtree-099b3a5c2c9382bd.rmeta --extern textwrap=/opt/rustwide/target/debug/deps/libtextwrap-9f2e61a0e7711846.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-4d0428bbf60a5c61.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-cc8f1ee038920b85.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-554432c9a4592ab7.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-1770368f7e5c6c66.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-db7aa9d176975033.rmeta --extern tracing_appender=/opt/rustwide/target/debug/deps/libtracing_appender-91c46f7683cc3a47.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-3eb5c5be5cd821f8.rmeta --extern typed_path=/opt/rustwide/target/debug/deps/libtyped_path-58af11e97d081094.rmeta --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-ce62b83da7096e72.rmeta --extern zip=/opt/rustwide/target/debug/deps/libzip-55bdee355870bb36.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/capstone-sys-f8c720d42bee19af/out -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: enum `DownloadError` is never used [INFO] [stdout] --> src/bin/probe-rs/cmd/cargo_embed/error.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum DownloadError { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `QuitRequest` is never constructed [INFO] [stdout] --> src/bin/probe-rs/cmd/dap_server/debug_adapter/dap/dap_types.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct QuitRequest { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `RttWindowOpened` is never constructed [INFO] [stdout] --> src/bin/probe-rs/cmd/dap_server/debug_adapter/dap/dap_types.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | pub struct RttWindowOpened { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bin/probe-rs/cmd/cargo_embed/rttui/tab.rs:202:27 [INFO] [stdout] | [INFO] [stdout] 202 | fn text_block(output: ansi_parser::Output) -> Option<&str> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 202 | fn text_block(output: ansi_parser::Output<'_>) -> Option<&str> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bin/probe-rs/cmd/dap_server/server/debugger.rs:1095:28 [INFO] [stdout] | [INFO] [stdout] 1095 | fn expect_response(&mut self, response: Response) -> ResponseBuilder { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1095 | fn expect_response(&mut self, response: Response) -> ResponseBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bin/probe-rs/cmd/dap_server/server/debugger.rs:1104:34 [INFO] [stdout] | [INFO] [stdout] 1104 | fn expect_error_response(&mut self, response: Response) -> ResponseBuilder { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1104 | fn expect_error_response(&mut self, response: Response) -> ResponseBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bin/probe-rs/cmd/dap_server/server/logger.rs:83:22 [INFO] [stdout] | [INFO] [stdout] 83 | fn locked_buffer(&self) -> MutexGuard> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 83 | fn locked_buffer(&self) -> MutexGuard<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bin/probe-rs/cmd/dap_server/server/session_data.rs:265:31 [INFO] [stdout] | [INFO] [stdout] 265 | pub(crate) fn attach_core(&mut self, core_index: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 265 | pub(crate) fn attach_core(&mut self, core_index: usize) -> Result, DebuggerError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bin/probe-rs/util/common_options.rs:123:33 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn load(self, registry: &mut Registry) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 123 | pub fn load(self, registry: &mut Registry) -> Result, OperationError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bin/probe-rs/util/visualizer.rs:137:22 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn visualize(&self) -> FlashVisualizer { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 137 | pub fn visualize(&self) -> FlashVisualizer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f000b1831aeeeeb875568266bcfd4048713f2b383e10c0345d341ff11b3aad06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f000b1831aeeeeb875568266bcfd4048713f2b383e10c0345d341ff11b3aad06", kill_on_drop: false }` [INFO] [stdout] f000b1831aeeeeb875568266bcfd4048713f2b383e10c0345d341ff11b3aad06