[INFO] cloning repository https://github.com/ConstraintFuzz/constraint_fuzz
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ConstraintFuzz/constraint_fuzz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FConstraintFuzz%2Fconstraint_fuzz", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FConstraintFuzz%2Fconstraint_fuzz'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3781eccd02f6abd2bab31a0b956d1f275993644c
[INFO] checking ConstraintFuzz/constraint_fuzz against try#e117153a45c546e883c1f91d82611775fcaeffe0 for pr-146470-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FConstraintFuzz%2Fconstraint_fuzz" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ConstraintFuzz/constraint_fuzz
[INFO] finished tweaking git repo https://github.com/ConstraintFuzz/constraint_fuzz
[INFO] tweaked toml for git repo https://github.com/ConstraintFuzz/constraint_fuzz written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ConstraintFuzz/constraint_fuzz on toolchain e117153a45c546e883c1f91d82611775fcaeffe0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ConstraintFuzz/constraint_fuzz 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" "+e117153a45c546e883c1f91d82611775fcaeffe0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0a8301dc862c659df3a371ddcd9d908ed555e1e5e233126db1a18bfc13cc49b8
[INFO] running `Command { std: "docker" "start" "-a" "0a8301dc862c659df3a371ddcd9d908ed555e1e5e233126db1a18bfc13cc49b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0a8301dc862c659df3a371ddcd9d908ed555e1e5e233126db1a18bfc13cc49b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a8301dc862c659df3a371ddcd9d908ed555e1e5e233126db1a18bfc13cc49b8", kill_on_drop: false }`
[INFO] [stdout] 0a8301dc862c659df3a371ddcd9d908ed555e1e5e233126db1a18bfc13cc49b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 758e660860af987b52fbd317f633388a423cd255cd41430102e99d3745234922
[INFO] running `Command { std: "docker" "start" "-a" "758e660860af987b52fbd317f633388a423cd255cd41430102e99d3745234922", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling cc v1.2.21
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]     Checking litemap v0.7.5
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling openssl-sys v0.9.108
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling owo-colors v4.2.0
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling color-spantrace v0.2.2
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling pathfinder_simd v0.5.4
[INFO] [stderr]    Compiling freetype-sys v0.20.1
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v6.0.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]     Checking color-eyre v0.6.4
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking colored v3.0.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking bytemuck v1.23.0
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]    Compiling font-kit v0.14.2
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]     Checking pathfinder_geometry v0.5.1
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking float-ord v0.3.2
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]     Checking clap_builder v4.5.37
[INFO] [stderr]     Checking backoff v0.4.0
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]     Checking plotters-bitmap v0.3.7
[INFO] [stderr]    Compiling serde_with_macros v2.3.3
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking derive_builder v0.12.0
[INFO] [stderr]     Checking fancy-regex v0.12.0
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking bstr v1.12.0
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking nu-ansi-term v0.49.0
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking glob v0.3.2
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking flexi_logger v0.25.6
[INFO] [stderr]     Checking clang-ast v0.1.31
[INFO] [stderr]     Checking tiktoken-rs v0.5.9
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking serde_with v2.3.3
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking clap v4.5.37
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking dot-writer v0.1.4
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]     Checking env_home v0.1.0
[INFO] [stderr]     Checking which v7.0.3
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking flexi_logger v0.30.1
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking cc_wrapper v0.1.0 (/opt/rustwide/workdir/cc_wrapper)
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking reqwest-eventsource v0.4.0
[INFO] [stderr]     Checking async-openai v0.10.3
[INFO] [stderr]     Checking constraint_fuzz v0.1.0 (/opt/rustwide/workdir/constraint_fuzz)
[INFO] [stdout] warning: unused import: `chrono::format::parse`
[INFO] [stdout]  --> constraint_fuzz/src/analysis/constraint/inter/exec_tree/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use chrono::format::parse;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bail`
[INFO] [stdout]  --> constraint_fuzz/src/analysis/constraint/inter/exec_tree/mod.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | use color_eyre::eyre::{bail, Result};
[INFO] [stdout]   |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Attributes`, `DotWriter`, and `Style`
[INFO] [stdout]  --> constraint_fuzz/src/analysis/constraint/inter/exec_tree/mod.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 | use dot_writer::{Attributes, DotWriter, Style};
[INFO] [stdout]   |                  ^^^^^^^^^^  ^^^^^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::PathBuf`
[INFO] [stdout]  --> constraint_fuzz/src/analysis/constraint/inter/exec_tree/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::path::PathBuf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::program::Program`
[INFO] [stdout]   --> constraint_fuzz/src/execution/mod.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use crate::program::Program;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_config`
[INFO] [stdout]   --> constraint_fuzz/src/feedback/branches/constraints.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 |     config::{get_config, is_debug_mode},
[INFO] [stdout]    |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `branches::constraints::Constraint`
[INFO] [stdout]   --> constraint_fuzz/src/feedback/clang_coverage.rs:16:16
[INFO] [stdout]    |
[INFO] [stdout] 16 |     feedback::{branches::constraints::Constraint, observer::Observer},
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::format::parse`
[INFO] [stdout]  --> constraint_fuzz/src/analysis/constraint/inter/exec_tree/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use chrono::format::parse;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bail`
[INFO] [stdout]  --> constraint_fuzz/src/analysis/constraint/inter/exec_tree/mod.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | use color_eyre::eyre::{bail, Result};
[INFO] [stdout]   |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Attributes`, `DotWriter`, and `Style`
[INFO] [stdout]  --> constraint_fuzz/src/analysis/constraint/inter/exec_tree/mod.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 | use dot_writer::{Attributes, DotWriter, Style};
[INFO] [stdout]   |                  ^^^^^^^^^^  ^^^^^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::PathBuf`
[INFO] [stdout]  --> constraint_fuzz/src/analysis/constraint/inter/exec_tree/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::path::PathBuf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::program::Program`
[INFO] [stdout]   --> constraint_fuzz/src/execution/mod.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use crate::program::Program;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_config`
[INFO] [stdout]   --> constraint_fuzz/src/feedback/branches/constraints.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 |     config::{get_config, is_debug_mode},
[INFO] [stdout]    |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `branches::constraints::Constraint`
[INFO] [stdout]   --> constraint_fuzz/src/feedback/clang_coverage.rs:16:16
[INFO] [stdout]    |
[INFO] [stdout] 16 |     feedback::{branches::constraints::Constraint, observer::Observer},
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `guard_dir`
[INFO] [stdout]    --> constraint_fuzz/src/analysis/constraint/inter/exec_tree/mod.rs:625:43
[INFO] [stdout]     |
[INFO] [stdout] 625 |     pub fn from_guard_dir<P: AsRef<Path>>(guard_dir: P) {}
[INFO] [stdout]     |                                           ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_guard_dir`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cons`
[INFO] [stdout]   --> constraint_fuzz/src/analysis/constraint/mod.rs:33:38
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn analyze_constraint(&self, cons: &Constraint) -> Result<ConsDFInfo> {
[INFO] [stdout]    |                                      ^^^^ help: if this is intentional, prefix it with an underscore: `_cons`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `guard_dir`
[INFO] [stdout]    --> constraint_fuzz/src/analysis/constraint/inter/exec_tree/mod.rs:625:43
[INFO] [stdout]     |
[INFO] [stdout] 625 |     pub fn from_guard_dir<P: AsRef<Path>>(guard_dir: P) {}
[INFO] [stdout]     |                                           ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_guard_dir`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cons`
[INFO] [stdout]   --> constraint_fuzz/src/analysis/constraint/mod.rs:33:38
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn analyze_constraint(&self, cons: &Constraint) -> Result<ConsDFInfo> {
[INFO] [stdout]    |                                      ^^^^ help: if this is intentional, prefix it with an underscore: `_cons`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `work_dir` is never read
[INFO] [stdout]   --> constraint_fuzz/src/analysis/constraint/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct RevIterSolver {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 18 |     cons: Constraint,
[INFO] [stdout] 19 |     work_dir: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `main_tree`, `sub_trees`, and `thcp_mapping` are never read
[INFO] [stdout]    --> constraint_fuzz/src/analysis/constraint/inter/exec_tree/mod.rs:618:5
[INFO] [stdout]     |
[INFO] [stdout] 617 | pub struct ExecForest {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 618 |     main_tree: ThreadTree,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 619 |     sub_trees: Vec<ThreadTree>,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 620 |     /// means mapping for thread id to thread creation action point
[INFO] [stdout] 621 |     thcp_mapping: THCPMAPPING,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `show_region_debug_info` is never used
[INFO] [stdout]    --> constraint_fuzz/src/feedback/branches/constraints.rs:428:8
[INFO] [stdout]     |
[INFO] [stdout] 343 | impl CovFunction {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 428 |     fn show_region_debug_info(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> constraint_fuzz/src/analysis/cfg.rs:200:23
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn iter_stmts(&self) -> Iter<Rc<ast::Node>> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn iter_stmts(&self) -> Iter<'_, Rc<ast::Node>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/config.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 | /         CONFIG_INSTANCE
[INFO] [stdout] 127 | |             .as_ref()
[INFO] [stdout]     | |_____________________^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/config.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 | /         CONFIG_INSTANCE
[INFO] [stdout] 138 | |             .as_mut()
[INFO] [stdout]     | |_____________________^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/deopt.rs:487:21
[INFO] [stdout]     |
[INFO] [stdout] 487 |         Ok(unsafe { crate::PCH_NAMES.get_or_init(|| Deopt::init_pch_file_names().unwrap()) })
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/deopt.rs:491:21
[INFO] [stdout]     |
[INFO] [stdout] 491 |         Ok(unsafe { crate::PCH_NAMES.get_mut().unwrap() })
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/execution/logger.rs:421:14
[INFO] [stdout]     |
[INFO] [stdout] 421 |     unsafe { GTL.set(GlobalTimeLogger::new()).unwrap() };
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/execution/logger.rs:425:14
[INFO] [stdout]     |
[INFO] [stdout] 425 |     unsafe { GTL.get().expect("GTL should not be None") }
[INFO] [stdout]     |              ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/execution/logger.rs:429:14
[INFO] [stdout]     |
[INFO] [stdout] 429 |     unsafe { GTL.get_mut().expect("GTL should not be None") }
[INFO] [stdout]     |              ^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> constraint_fuzz/src/feedback/clang_coverage.rs:51:30
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter_cov_branches(&self) -> core::slice::Iter<CovBranch> {
[INFO] [stdout]    |                              ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter_cov_branches(&self) -> core::slice::Iter<'_, CovBranch> {
[INFO] [stdout]    |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> constraint_fuzz/src/feedback/clang_coverage.rs:298:31
[INFO] [stdout]     |
[INFO] [stdout] 298 |     pub fn iter_function_covs(&self) -> core::slice::Iter<CovFunction> {
[INFO] [stdout]     |                               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 298 |     pub fn iter_function_covs(&self) -> core::slice::Iter<'_, CovFunction> {
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> constraint_fuzz/src/program/mod.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 |     unsafe { EXEC_COUNTER.get_or_init(HashMap::new) }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> constraint_fuzz/src/program/mod.rs:31:37
[INFO] [stdout]    |
[INFO] [stdout] 31 |     if let Some(counter) = unsafe { EXEC_COUNTER.get_mut() } {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/program/infer/dynamic_infer.rs:377:13
[INFO] [stdout]     |
[INFO] [stdout] 377 |             CACHE.push(corpora.clone());
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/program/infer/dynamic_infer.rs:390:18
[INFO] [stdout]     |
[INFO] [stdout] 390 |     if unsafe { !CACHE.is_empty() } {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/program/infer/dynamic_infer.rs:391:31
[INFO] [stdout]     |
[INFO] [stdout] 391 |         let choose = unsafe { CACHE.first().unwrap() };
[INFO] [stdout]     |                               ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/program/libfuzzer.rs:612:54
[INFO] [stdout]     |
[INFO] [stdout] 612 |         let counter: &HashMap<u16, usize> = unsafe { ERROR_COUNT.get_or_init(HashMap::new) };
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/program/libfuzzer.rs:618:41
[INFO] [stdout]     |
[INFO] [stdout] 618 |         if let Some(counter) = unsafe { ERROR_COUNT.get_mut() } {
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> constraint_fuzz/src/request/prompt.rs:42:14
[INFO] [stdout]    |
[INFO] [stdout] 42 |     unsafe { COUNTER.get_or_init(HashMap::new) }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> constraint_fuzz/src/request/prompt.rs:46:37
[INFO] [stdout]    |
[INFO] [stdout] 46 |     if let Some(counter) = unsafe { COUNTER.get_mut() } {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `work_dir` is never read
[INFO] [stdout]   --> constraint_fuzz/src/analysis/constraint/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct RevIterSolver {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 18 |     cons: Constraint,
[INFO] [stdout] 19 |     work_dir: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `main_tree`, `sub_trees`, and `thcp_mapping` are never read
[INFO] [stdout]    --> constraint_fuzz/src/analysis/constraint/inter/exec_tree/mod.rs:618:5
[INFO] [stdout]     |
[INFO] [stdout] 617 | pub struct ExecForest {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 618 |     main_tree: ThreadTree,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 619 |     sub_trees: Vec<ThreadTree>,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 620 |     /// means mapping for thread id to thread creation action point
[INFO] [stdout] 621 |     thcp_mapping: THCPMAPPING,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `show_region_debug_info` is never used
[INFO] [stdout]    --> constraint_fuzz/src/feedback/branches/constraints.rs:428:8
[INFO] [stdout]     |
[INFO] [stdout] 343 | impl CovFunction {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 428 |     fn show_region_debug_info(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> constraint_fuzz/src/analysis/cfg.rs:200:23
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn iter_stmts(&self) -> Iter<Rc<ast::Node>> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn iter_stmts(&self) -> Iter<'_, Rc<ast::Node>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/config.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 | /         CONFIG_INSTANCE
[INFO] [stdout] 127 | |             .as_ref()
[INFO] [stdout]     | |_____________________^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/config.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 | /         CONFIG_INSTANCE
[INFO] [stdout] 138 | |             .as_mut()
[INFO] [stdout]     | |_____________________^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/deopt.rs:487:21
[INFO] [stdout]     |
[INFO] [stdout] 487 |         Ok(unsafe { crate::PCH_NAMES.get_or_init(|| Deopt::init_pch_file_names().unwrap()) })
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/deopt.rs:491:21
[INFO] [stdout]     |
[INFO] [stdout] 491 |         Ok(unsafe { crate::PCH_NAMES.get_mut().unwrap() })
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/execution/logger.rs:421:14
[INFO] [stdout]     |
[INFO] [stdout] 421 |     unsafe { GTL.set(GlobalTimeLogger::new()).unwrap() };
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/execution/logger.rs:425:14
[INFO] [stdout]     |
[INFO] [stdout] 425 |     unsafe { GTL.get().expect("GTL should not be None") }
[INFO] [stdout]     |              ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/execution/logger.rs:429:14
[INFO] [stdout]     |
[INFO] [stdout] 429 |     unsafe { GTL.get_mut().expect("GTL should not be None") }
[INFO] [stdout]     |              ^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> constraint_fuzz/src/feedback/clang_coverage.rs:51:30
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter_cov_branches(&self) -> core::slice::Iter<CovBranch> {
[INFO] [stdout]    |                              ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter_cov_branches(&self) -> core::slice::Iter<'_, CovBranch> {
[INFO] [stdout]    |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> constraint_fuzz/src/feedback/clang_coverage.rs:298:31
[INFO] [stdout]     |
[INFO] [stdout] 298 |     pub fn iter_function_covs(&self) -> core::slice::Iter<CovFunction> {
[INFO] [stdout]     |                               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 298 |     pub fn iter_function_covs(&self) -> core::slice::Iter<'_, CovFunction> {
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> constraint_fuzz/src/program/mod.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 |     unsafe { EXEC_COUNTER.get_or_init(HashMap::new) }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> constraint_fuzz/src/program/mod.rs:31:37
[INFO] [stdout]    |
[INFO] [stdout] 31 |     if let Some(counter) = unsafe { EXEC_COUNTER.get_mut() } {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/program/infer/dynamic_infer.rs:377:13
[INFO] [stdout]     |
[INFO] [stdout] 377 |             CACHE.push(corpora.clone());
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/program/infer/dynamic_infer.rs:390:18
[INFO] [stdout]     |
[INFO] [stdout] 390 |     if unsafe { !CACHE.is_empty() } {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/program/infer/dynamic_infer.rs:391:31
[INFO] [stdout]     |
[INFO] [stdout] 391 |         let choose = unsafe { CACHE.first().unwrap() };
[INFO] [stdout]     |                               ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/program/libfuzzer.rs:612:54
[INFO] [stdout]     |
[INFO] [stdout] 612 |         let counter: &HashMap<u16, usize> = unsafe { ERROR_COUNT.get_or_init(HashMap::new) };
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> constraint_fuzz/src/program/libfuzzer.rs:618:41
[INFO] [stdout]     |
[INFO] [stdout] 618 |         if let Some(counter) = unsafe { ERROR_COUNT.get_mut() } {
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> constraint_fuzz/src/request/prompt.rs:42:14
[INFO] [stdout]    |
[INFO] [stdout] 42 |     unsafe { COUNTER.get_or_init(HashMap::new) }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> constraint_fuzz/src/request/prompt.rs:46:37
[INFO] [stdout]    |
[INFO] [stdout] 46 |     if let Some(counter) = unsafe { COUNTER.get_mut() } {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s
[INFO] running `Command { std: "docker" "inspect" "758e660860af987b52fbd317f633388a423cd255cd41430102e99d3745234922", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "758e660860af987b52fbd317f633388a423cd255cd41430102e99d3745234922", kill_on_drop: false }`
[INFO] [stdout] 758e660860af987b52fbd317f633388a423cd255cd41430102e99d3745234922
