[INFO] cloning repository https://github.com/redbeardster/priomgr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/redbeardster/priomgr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredbeardster%2Fpriomgr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredbeardster%2Fpriomgr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 124b8f170c46caf24e75f3a47d786c9ce13736bf
[INFO] checking redbeardster/priomgr against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredbeardster%2Fpriomgr" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/redbeardster/priomgr
[INFO] finished tweaking git repo https://github.com/redbeardster/priomgr
[INFO] tweaked toml for git repo https://github.com/redbeardster/priomgr written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/redbeardster/priomgr 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 git repo https://github.com/redbeardster/priomgr 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]  Downloading crates ...
[INFO] [stderr]   Downloaded config v0.11.0
[INFO] [stderr]   Downloaded sysinfo v0.27.8
[INFO] [stderr]   Downloaded notify v5.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] e11d576635555b11ea9b605e574f30ce33ae2aa9de64700c7bb51a9dca8f5b14
[INFO] running `Command { std: "docker" "start" "e11d576635555b11ea9b605e574f30ce33ae2aa9de64700c7bb51a9dca8f5b14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e11d576635555b11ea9b605e574f30ce33ae2aa9de64700c7bb51a9dca8f5b14", 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" "e11d576635555b11ea9b605e574f30ce33ae2aa9de64700c7bb51a9dca8f5b14" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e11d576635555b11ea9b605e574f30ce33ae2aa9de64700c7bb51a9dca8f5b14", 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" "e11d576635555b11ea9b605e574f30ce33ae2aa9de64700c7bb51a9dca8f5b14" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling zerocopy v0.8.30
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking num-traits v0.1.43
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking filetime v0.2.26
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking rust-ini v0.13.0
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking notify v5.2.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking sysinfo v0.27.8
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking proptest v1.9.0
[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]     Checking regex v1.12.2
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking serde-hjson v0.9.1
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]     Checking config v0.11.0
[INFO] [stderr]     Checking toml v0.7.8
[INFO] [stderr]     Checking priority-manager v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `kani`
[INFO] [stdout]   --> src/verification.rs:63:7
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[cfg(kani)]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 34 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `kani`
[INFO] [stdout]   --> src/verification.rs:63:7
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[cfg(kani)]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 34 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `check_process_discovery` and `check_bounded_adjustments` are never used
[INFO] [stdout]    --> src/liveness_monitor.rs:116:12
[INFO] [stdout]     |
[INFO] [stdout]  19 | impl LivenessMonitor {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 116 |     pub fn check_process_discovery(&self, matching_pids: &[Pid], monitored_pids: &[Pid]) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     pub fn check_bounded_adjustments(&self, pid: Pid, max_adjustments: usize) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MIN_PRIORITY` is never used
[INFO] [stdout]  --> src/verification.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const MIN_PRIORITY: i32 = 10;
[INFO] [stdout]   |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAX_PRIORITY` is never used
[INFO] [stdout]  --> src/verification.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const MAX_PRIORITY: i32 = 95;
[INFO] [stdout]   |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CRITICAL_LOAD_MULTIPLIER` is never used
[INFO] [stdout]  --> src/verification.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const CRITICAL_LOAD_MULTIPLIER: f32 = 2.0;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_optimal_priority_verified` is never used
[INFO] [stdout]   --> src/verification.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn calculate_optimal_priority_verified(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `apply_priority_adjustment` is never used
[INFO] [stdout]   --> src/verification.rs:53:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn apply_priority_adjustment(old_priority: i32, step: i32) -> i32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `needs_adjustment` is never used
[INFO] [stdout]   --> src/verification.rs:59:8
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub fn needs_adjustment(load: f64, threshold: f64, priority: i32) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `check_process_discovery` is never used
[INFO] [stdout]    --> src/liveness_monitor.rs:116:12
[INFO] [stdout]     |
[INFO] [stdout]  19 | impl LivenessMonitor {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 116 |     pub fn check_process_discovery(&self, matching_pids: &[Pid], monitored_pids: &[Pid]) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `needs_adjustment` is never used
[INFO] [stdout]   --> src/verification.rs:59:8
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub fn needs_adjustment(load: f64, threshold: f64, priority: i32) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.83s
[INFO] running `Command { std: "docker" "inspect" "e11d576635555b11ea9b605e574f30ce33ae2aa9de64700c7bb51a9dca8f5b14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e11d576635555b11ea9b605e574f30ce33ae2aa9de64700c7bb51a9dca8f5b14", kill_on_drop: false }`
[INFO] [stdout] e11d576635555b11ea9b605e574f30ce33ae2aa9de64700c7bb51a9dca8f5b14
