[INFO] cloning repository https://github.com/devactivity/netric
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/devactivity/netric" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevactivity%2Fnetric", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevactivity%2Fnetric'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1901517c96a610870a00fdb9717f5a8cbc47bfe7
[INFO] checking devactivity/netric against master#8a65ee08296b36342bf7c3cdc15312ccbc357227 for pr-142704
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevactivity%2Fnetric" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/devactivity/netric on toolchain 8a65ee08296b36342bf7c3cdc15312ccbc357227
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/devactivity/netric
[INFO] finished tweaking git repo https://github.com/devactivity/netric
[INFO] tweaked toml for git repo https://github.com/devactivity/netric written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/devactivity/netric 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" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] df6672e17d3b9843ee3d8cc926c057e425435ca4d54139a39e4d3c9a3e69c1e7
[INFO] running `Command { std: "docker" "start" "-a" "df6672e17d3b9843ee3d8cc926c057e425435ca4d54139a39e4d3c9a3e69c1e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df6672e17d3b9843ee3d8cc926c057e425435ca4d54139a39e4d3c9a3e69c1e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df6672e17d3b9843ee3d8cc926c057e425435ca4d54139a39e4d3c9a3e69c1e7", kill_on_drop: false }`
[INFO] [stdout] df6672e17d3b9843ee3d8cc926c057e425435ca4d54139a39e4d3c9a3e69c1e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2154734433f06fd6c340b6a06ad5d1092801aa2b21ea721a75926d23feae4f24
[INFO] running `Command { std: "docker" "start" "-a" "2154734433f06fd6c340b6a06ad5d1092801aa2b21ea721a75926d23feae4f24", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking no-std-net v0.6.0
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking pnet_base v0.35.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling libloading v0.8.7
[INFO] [stderr]     Checking pnet_macros_support v0.35.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling pnet v0.35.0
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking clap_builder v4.5.38
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking pnet_sys v0.35.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking errno v0.2.8
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking bytesize v2.0.1
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking ipnetwork v0.21.1
[INFO] [stderr]     Checking dns-lookup v2.0.4
[INFO] [stderr]     Checking ipnetwork v0.20.0
[INFO] [stderr]     Checking pnet_datalink v0.35.0
[INFO] [stderr]     Checking ctrlc v3.4.7
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling pcap v2.2.0
[INFO] [stderr]    Compiling pnet_macros v0.35.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking pnet_packet v0.35.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking clap v4.5.38
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking pnet_transport v0.35.0
[INFO] [stderr]     Checking netric v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `app`
[INFO] [stdout]    --> src/ui.rs:253:22
[INFO] [stdout]     |
[INFO] [stdout] 253 | fn render_help_popup(app: &App, f: &mut Frame) {
[INFO] [stdout]     |                      ^^^ help: if this is intentional, prefix it with an underscore: `_app`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Inbound` is never constructed
[INFO] [stdout]   --> src/models.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub enum TrafficDirection {
[INFO] [stdout]    |          ---------------- variant in this enum
[INFO] [stdout] 40 |     Inbound,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TrafficDirection` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `src_port`, `dst_port`, `timestamp`, and `direction` are never read
[INFO] [stdout]   --> src/models.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct NetworkPacket {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub src_port: Option<u16>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 51 |     pub dst_port: Option<u16>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub timestamp: Instant,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 55 |     pub direction: TrafficDirection,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NetworkPacket` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `first_seen` is never read
[INFO] [stdout]   --> src/network.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct NetworkHost {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub first_seen: Instant,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `total_traffic` and `idle_time` are never used
[INFO] [stdout]   --> src/network.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl NetworkHost {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn total_traffic(&self) -> u64 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn idle_time(&self) -> Duration {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `app`
[INFO] [stdout]    --> src/ui.rs:253:22
[INFO] [stdout]     |
[INFO] [stdout] 253 | fn render_help_popup(app: &App, f: &mut Frame) {
[INFO] [stdout]     |                      ^^^ help: if this is intentional, prefix it with an underscore: `_app`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Inbound` is never constructed
[INFO] [stdout]   --> src/models.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub enum TrafficDirection {
[INFO] [stdout]    |          ---------------- variant in this enum
[INFO] [stdout] 40 |     Inbound,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TrafficDirection` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `src_port`, `dst_port`, `timestamp`, and `direction` are never read
[INFO] [stdout]   --> src/models.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct NetworkPacket {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub src_port: Option<u16>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 51 |     pub dst_port: Option<u16>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub timestamp: Instant,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 55 |     pub direction: TrafficDirection,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NetworkPacket` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `first_seen` is never read
[INFO] [stdout]   --> src/network.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct NetworkHost {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub first_seen: Instant,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `total_traffic` and `idle_time` are never used
[INFO] [stdout]   --> src/network.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl NetworkHost {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn total_traffic(&self) -> u64 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn idle_time(&self) -> Duration {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.10s
[INFO] running `Command { std: "docker" "inspect" "2154734433f06fd6c340b6a06ad5d1092801aa2b21ea721a75926d23feae4f24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2154734433f06fd6c340b6a06ad5d1092801aa2b21ea721a75926d23feae4f24", kill_on_drop: false }`
[INFO] [stdout] 2154734433f06fd6c340b6a06ad5d1092801aa2b21ea721a75926d23feae4f24
