[INFO] cloning repository https://github.com/Evan7198/anti-pcileech-agent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Evan7198/anti-pcileech-agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEvan7198%2Fanti-pcileech-agent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEvan7198%2Fanti-pcileech-agent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ae50fefd969e6d1ac3516d11ab1ac3b3b3f77dad
[INFO] checking Evan7198/anti-pcileech-agent against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEvan7198%2Fanti-pcileech-agent" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Evan7198/anti-pcileech-agent
[INFO] finished tweaking git repo https://github.com/Evan7198/anti-pcileech-agent
[INFO] tweaked toml for git repo https://github.com/Evan7198/anti-pcileech-agent written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Evan7198/anti-pcileech-agent on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Evan7198/anti-pcileech-agent 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" "+65b20a97de33e9e59992793a144aef2950c48c76" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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] 69e4bc99ec61c43fd2035fec5fa98d75f1dbfee83bf1521b49d65bcac25015e9
[INFO] running `Command { std: "docker" "start" "69e4bc99ec61c43fd2035fec5fa98d75f1dbfee83bf1521b49d65bcac25015e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "69e4bc99ec61c43fd2035fec5fa98d75f1dbfee83bf1521b49d65bcac25015e9", 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" "69e4bc99ec61c43fd2035fec5fa98d75f1dbfee83bf1521b49d65bcac25015e9" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "69e4bc99ec61c43fd2035fec5fa98d75f1dbfee83bf1521b49d65bcac25015e9", 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" "69e4bc99ec61c43fd2035fec5fa98d75f1dbfee83bf1521b49d65bcac25015e9" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking windows-result v0.1.2
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking sysinfo v0.30.13
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking windows-core v0.54.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking windows v0.54.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking rusqlite v0.31.0
[INFO] [stderr]     Checking e_anti_cheat v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `is_sustained_high_bandwidth` and `get_suspicious_ip_stats` are never used
[INFO] [stdout]    --> src/core/network_monitor.rs:209:12
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl NetworkMonitor {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 209 |     pub fn is_sustained_high_bandwidth(&self) -> Result<(bool, u64)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 398 |     pub fn get_suspicious_ip_stats(&self) -> Result<HashMap<String, u32>> {
[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 constant `SUSPICIOUS_CMDLINE_PATTERNS` is never used
[INFO] [stdout]   --> src/core/process_monitor.rs:33:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl ProcessMonitor {
[INFO] [stdout]    | ------------------- associated constant in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 33 |     const SUSPICIOUS_CMDLINE_PATTERNS: &'static [&'static str] = &[
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `detector`
[INFO] [stdout]    --> src/core/anomaly_detector.rs:141:13
[INFO] [stdout]     |
[INFO] [stdout] 141 |         let detector = AnomalyDetector::new(100.0);
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_detector`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_sustained_high_bandwidth` and `get_suspicious_ip_stats` are never used
[INFO] [stdout]    --> src/core/network_monitor.rs:209:12
[INFO] [stdout]     |
[INFO] [stdout]  24 | impl NetworkMonitor {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 209 |     pub fn is_sustained_high_bandwidth(&self) -> Result<(bool, u64)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 398 |     pub fn get_suspicious_ip_stats(&self) -> Result<HashMap<String, u32>> {
[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 constant `SUSPICIOUS_CMDLINE_PATTERNS` is never used
[INFO] [stdout]   --> src/core/process_monitor.rs:33:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl ProcessMonitor {
[INFO] [stdout]    | ------------------- associated constant in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 33 |     const SUSPICIOUS_CMDLINE_PATTERNS: &'static [&'static str] = &[
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
[INFO] running `Command { std: "docker" "inspect" "69e4bc99ec61c43fd2035fec5fa98d75f1dbfee83bf1521b49d65bcac25015e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69e4bc99ec61c43fd2035fec5fa98d75f1dbfee83bf1521b49d65bcac25015e9", kill_on_drop: false }`
[INFO] [stdout] 69e4bc99ec61c43fd2035fec5fa98d75f1dbfee83bf1521b49d65bcac25015e9
