[INFO] fetching crate flipperzero-tools 0.15.0...
[INFO] checking flipperzero-tools-0.15.0 against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] extracting crate flipperzero-tools 0.15.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate flipperzero-tools 0.15.0
[INFO] finished tweaking crates.io crate flipperzero-tools 0.15.0
[INFO] tweaked toml for crates.io crate flipperzero-tools 0.15.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate flipperzero-tools 0.15.0 on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate flipperzero-tools 0.15.0 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:95:1
[INFO] [stderr]    |
[INFO] [stderr] 95 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: binary `serial_cli` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc1/source/target/.../serial_cli
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `serial-cli`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:14:8
[INFO] [stderr]    |
[INFO] [stderr] 14 - name = "serial_cli"
[INFO] [stderr] 14 + name = "serial-cli"
[INFO] [stderr]    |
[INFO] [stderr] warning: `flipperzero-tools` (manifest) generated 2 warnings
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded doxygen-rs v0.4.2
[INFO] [stderr]   Downloaded serialport v4.5.0
[INFO] [stderr]   Downloaded libudev v0.3.0
[INFO] [stderr]   Downloaded clap v4.5.17
[INFO] [stderr]   Downloaded unescaper v0.1.5
[INFO] [stderr]   Downloaded clap_builder v4.5.17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 59f9e6d8d702801da9a3fc71d194927c7967b25d8437970ec850b658f9d006a0
[INFO] running `Command { std: "docker" "start" "59f9e6d8d702801da9a3fc71d194927c7967b25d8437970ec850b658f9d006a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59f9e6d8d702801da9a3fc71d194927c7967b25d8437970ec850b658f9d006a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "59f9e6d8d702801da9a3fc71d194927c7967b25d8437970ec850b658f9d006a0" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59f9e6d8d702801da9a3fc71d194927c7967b25d8437970ec850b658f9d006a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "59f9e6d8d702801da9a3fc71d194927c7967b25d8437970ec850b658f9d006a0" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:95:1
[INFO] [stderr]    |
[INFO] [stderr] 95 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: binary `serial_cli` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../serial_cli
[INFO] [stderr]    |                          ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `serial-cli`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:14:8
[INFO] [stderr]    |
[INFO] [stderr] 14 - name = "serial_cli"
[INFO] [stderr] 14 + name = "serial-cli"
[INFO] [stderr]    |
[INFO] [stderr] warning: `flipperzero-tools` (manifest) generated 2 warnings
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]     Checking unicode-ident v1.0.13
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling prettyplease v0.2.22
[INFO] [stderr]     Checking anstyle-parse v0.2.5
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking colorchoice v1.0.2
[INFO] [stderr]     Checking quote v1.0.37
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]     Checking lock_api v0.4.12
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking libloading v0.8.5
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]    Compiling bindgen v0.69.4
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]     Checking clap_builder v4.5.17
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking which v4.4.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking libudev v0.3.0
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking cexpr v0.6.0
[INFO] [stderr]     Checking lazycell v1.3.0
[INFO] [stderr]     Checking tempfile v3.12.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking which v6.0.3
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking elf v0.7.4
[INFO] [stderr]     Checking bytes v1.7.1
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking doxygen-rs v0.4.2
[INFO] [stderr]     Checking unescaper v0.1.5
[INFO] [stderr]     Checking serialport v4.5.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking clap v4.5.17
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Checking serde_json v1.0.128
[INFO] [stderr]     Checking flipperzero-tools v0.15.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bin/generate-bindings.rs:209:45
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn preprocess_doxygen_comments(comment: &str) -> Cow<str> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn preprocess_doxygen_comments(comment: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bin/generate-bindings.rs:209:45
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn preprocess_doxygen_comments(comment: &str) -> Cow<str> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn preprocess_doxygen_comments(comment: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.19s
[INFO] running `Command { std: "docker" "inspect" "59f9e6d8d702801da9a3fc71d194927c7967b25d8437970ec850b658f9d006a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59f9e6d8d702801da9a3fc71d194927c7967b25d8437970ec850b658f9d006a0", kill_on_drop: false }`
[INFO] [stdout] 59f9e6d8d702801da9a3fc71d194927c7967b25d8437970ec850b658f9d006a0
