[INFO] cloning repository https://github.com/theswiftfox/flxc1000-rpi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/theswiftfox/flxc1000-rpi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheswiftfox%2Fflxc1000-rpi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheswiftfox%2Fflxc1000-rpi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 348261903e900b0445c5220d80867e84a7d52e2c [INFO] checking theswiftfox/flxc1000-rpi against c25253fac451fff60fb5b6c0b2c64d60f628c7cd for pr-160391 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheswiftfox%2Fflxc1000-rpi" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/theswiftfox/flxc1000-rpi [INFO] finished tweaking git repo https://github.com/theswiftfox/flxc1000-rpi [INFO] tweaked toml for git repo https://github.com/theswiftfox/flxc1000-rpi written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/theswiftfox/flxc1000-rpi on toolchain c25253fac451fff60fb5b6c0b2c64d60f628c7cd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c25253fac451fff60fb5b6c0b2c64d60f628c7cd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/theswiftfox/flxc1000-rpi 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" "+c25253fac451fff60fb5b6c0b2c64d60f628c7cd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/samp-reston/ace.git` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hash32 v0.3.1 [INFO] [stderr] Downloaded socket2 v0.6.4 [INFO] [stderr] Downloaded defmt v1.1.0 [INFO] [stderr] Downloaded defmt-macros v1.1.0 [INFO] [stderr] Downloaded rppal v0.19.0 [INFO] [stderr] Downloaded mio v1.2.1 [INFO] [stderr] Downloaded heapless v0.9.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 80adeb6ef551d6cad8128ca410e5200d8f601545773546fa50bf2d96957a7be6 [INFO] running `Command { std: "docker" "start" "80adeb6ef551d6cad8128ca410e5200d8f601545773546fa50bf2d96957a7be6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "80adeb6ef551d6cad8128ca410e5200d8f601545773546fa50bf2d96957a7be6", 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" "80adeb6ef551d6cad8128ca410e5200d8f601545773546fa50bf2d96957a7be6" "/opt/rustwide/cargo-home/bin/cargo" "+c25253fac451fff60fb5b6c0b2c64d60f628c7cd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "80adeb6ef551d6cad8128ca410e5200d8f601545773546fa50bf2d96957a7be6", 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" "80adeb6ef551d6cad8128ca410e5200d8f601545773546fa50bf2d96957a7be6" "/opt/rustwide/cargo-home/bin/cargo" "+c25253fac451fff60fb5b6c0b2c64d60f628c7cd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.46 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling defmt-macros v1.1.0 [INFO] [stderr] Compiling defmt v1.1.0 [INFO] [stderr] Checking bytes v1.12.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling heapless v0.9.3 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Checking once_cell v1.21.4 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Checking pin-project-lite v0.2.17 [INFO] [stderr] Checking mio v1.2.1 [INFO] [stderr] Checking socket2 v0.6.4 [INFO] [stderr] Checking bitflags v2.13.0 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking hash32 v0.3.1 [INFO] [stderr] Checking log v0.4.33 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking nu-ansi-term v0.50.3 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking rppal v0.19.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling syn v2.0.118 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Checking flxc1000-init v0.1.0 (/opt/rustwide/workdir/flxc1000-init) [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Checking tokio v1.52.3 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling defmt-parser v1.0.0 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling ace-macros v0.2.1 (https://github.com/samp-reston/ace.git?rev=0706bef625fbde1d8fadbd84ea21bb8ee650f7e4#0706bef6) [INFO] [stderr] Checking ace-core v0.2.1 (https://github.com/samp-reston/ace.git?rev=0706bef625fbde1d8fadbd84ea21bb8ee650f7e4#0706bef6) [INFO] [stderr] Checking ace-proto v0.2.1 (https://github.com/samp-reston/ace.git?rev=0706bef625fbde1d8fadbd84ea21bb8ee650f7e4#0706bef6) [INFO] [stderr] Checking ace-sim v0.2.1 (https://github.com/samp-reston/ace.git?rev=0706bef625fbde1d8fadbd84ea21bb8ee650f7e4#0706bef6) [INFO] [stderr] Checking ace-uds v0.2.1 (https://github.com/samp-reston/ace.git?rev=0706bef625fbde1d8fadbd84ea21bb8ee650f7e4#0706bef6) [INFO] [stderr] Checking flxc1000-doip v0.1.0 (/opt/rustwide/workdir/flxc1000-doip) [INFO] [stderr] Checking ace-server v0.2.1 (https://github.com/samp-reston/ace.git?rev=0706bef625fbde1d8fadbd84ea21bb8ee650f7e4#0706bef6) [INFO] [stderr] Checking flxc1000-boot v0.1.0 (/opt/rustwide/workdir/flxc1000-boot) [INFO] [stderr] Checking flxc1000-app v0.1.0 (/opt/rustwide/workdir/flxc1000-app) [INFO] [stdout] warning: method `pulse_led` is never used [INFO] [stdout] --> flxc1000-app/src/main.rs:118:8 [INFO] [stdout] | [INFO] [stdout] 82 | impl SharedState { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 118 | fn pulse_led(&self, index: usize, duration_ms: u64) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `pulse_led` is never used [INFO] [stdout] --> flxc1000-app/src/main.rs:118:8 [INFO] [stdout] | [INFO] [stdout] 82 | impl SharedState { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 118 | fn pulse_led(&self, index: usize, duration_ms: u64) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.14s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.29.0, proc-macro-error2 v2.0.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "80adeb6ef551d6cad8128ca410e5200d8f601545773546fa50bf2d96957a7be6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80adeb6ef551d6cad8128ca410e5200d8f601545773546fa50bf2d96957a7be6", kill_on_drop: false }` [INFO] [stdout] 80adeb6ef551d6cad8128ca410e5200d8f601545773546fa50bf2d96957a7be6