[INFO] cloning repository https://github.com/martinbudden/crate-protoflight
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/martinbudden/crate-protoflight" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinbudden%2Fcrate-protoflight", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinbudden%2Fcrate-protoflight'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 91053f14b0e84a555737cc3c2e9efba0b644a5e0
[INFO] checking martinbudden/crate-protoflight against 4d7f6614d0baa7689bd05eba340114667db4d5b7 for pr-133502-28
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinbudden%2Fcrate-protoflight" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/martinbudden/crate-protoflight
[INFO] finished tweaking git repo https://github.com/martinbudden/crate-protoflight
[INFO] tweaked toml for git repo https://github.com/martinbudden/crate-protoflight written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/martinbudden/crate-protoflight on toolchain 4d7f6614d0baa7689bd05eba340114667db4d5b7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/martinbudden/crate-protoflight 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" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9735b5349400cbdbb78253183b9aae4ce75ad61f0524cc0eb1724eca7a642e64
[INFO] running `Command { std: "docker" "start" "9735b5349400cbdbb78253183b9aae4ce75ad61f0524cc0eb1724eca7a642e64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9735b5349400cbdbb78253183b9aae4ce75ad61f0524cc0eb1724eca7a642e64", 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" "9735b5349400cbdbb78253183b9aae4ce75ad61f0524cc0eb1724eca7a642e64" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9735b5349400cbdbb78253183b9aae4ce75ad61f0524cc0eb1724eca7a642e64", 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" "9735b5349400cbdbb78253183b9aae4ce75ad61f0524cc0eb1724eca7a642e64" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking embedded-storage v0.3.1
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking embedded-storage-async v0.4.1
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking embedded-io v0.4.0
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]     Checking spin v0.9.9
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]    Compiling heapless v0.9.3
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling embedded-hal-async v1.0.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling vqm v0.1.14
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]    Compiling embassy-time-queue-utils v0.3.2
[INFO] [stderr]     Checking futures-core v0.3.33
[INFO] [stderr]     Checking embedded-io v0.7.1
[INFO] [stderr]    Compiling embassy-sync v0.8.0
[INFO] [stderr]    Compiling embassy-time-driver v0.2.2
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking embassy-executor-timer-queue v0.1.0
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]     Checking embedded-io-async v0.7.0
[INFO] [stderr]     Checking futures-sink v0.3.33
[INFO] [stderr]    Compiling portable-atomic v1.14.0
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling signal-filters v0.1.10
[INFO] [stderr]    Compiling pidsk-controller v0.1.8
[INFO] [stderr]    Compiling embassy-hal-internal v0.4.0
[INFO] [stderr]    Compiling embassy-executor v0.10.0
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking embassy-futures v0.1.2
[INFO] [stderr]     Checking embassy-time v0.5.1
[INFO] [stderr]    Compiling sensor-fusion v0.1.9
[INFO] [stderr]    Compiling motor-mixers v0.1.5
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking cordyceps v0.3.5
[INFO] [stderr]     Checking env_filter v2.0.0
[INFO] [stderr]     Checking embedded-hal-nb v1.0.0
[INFO] [stderr]    Compiling protoflight v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking ufmt-write v0.1.0
[INFO] [stderr]     Checking embedded-io v0.6.1
[INFO] [stderr]     Checking embassy-embedded-hal v0.6.0
[INFO] [stderr]     Checking rtt-target v0.6.2
[INFO] [stderr]     Checking static_cell v2.1.1
[INFO] [stderr]     Checking env_logger v0.11.11
[INFO] [stderr]     Checking embedded-hal-bus v0.3.0
[INFO] [stderr]     Checking stream-buf v0.1.2
[INFO] [stderr]     Checking embedded-sdmmc v0.9.0
[INFO] [stderr]     Checking tinyrand v0.5.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking embedded-storage-file v0.2.0
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking sequential-storage v7.2.0
[INFO] [stderr]     Checking num_enum v0.7.6
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking simple-bitset v0.1.5
[INFO] [stderr]     Checking radio-controllers v0.1.6
[INFO] [stderr]     Checking blackbox-logger v0.1.9 (https://github.com/martinbudden/crate-blackbox-logger#7c6e33c9)
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling embassy-executor-macros v0.8.0
[INFO] [stderr]     Checking imu-sensors v0.1.3
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/autopilot/path_follower.rs:17:18
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl PathFollower {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] 17 |     pub const fn new() -> Self {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new5` is never used
[INFO] [stdout]   --> src/flight/flight_controller_config.rs:24:18
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl PidConfig {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub const fn new5(kp: u8, ki: u8, kd: u8, ks: u8, kk: u8) -> Self {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/flight/flight_controller_config.rs:47:18
[INFO] [stdout]    |
[INFO] [stdout] 46 | impl PidConfigs {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 47 |     pub const fn new() -> Self {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new5` is never used
[INFO] [stdout]   --> src/flight/flight_controller_config.rs:24:18
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl PidConfig {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub const fn new5(kp: u8, ki: u8, kd: u8, ks: u8, kk: u8) -> Self {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/flight/flight_controller_config.rs:47:18
[INFO] [stdout]    |
[INFO] [stdout] 46 | impl PidConfigs {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 47 |     pub const fn new() -> Self {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.51s
[INFO] running `Command { std: "docker" "inspect" "9735b5349400cbdbb78253183b9aae4ce75ad61f0524cc0eb1724eca7a642e64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9735b5349400cbdbb78253183b9aae4ce75ad61f0524cc0eb1724eca7a642e64", kill_on_drop: false }`
[INFO] [stdout] 9735b5349400cbdbb78253183b9aae4ce75ad61f0524cc0eb1724eca7a642e64
