[INFO] cloning repository https://github.com/balpan-rs/balpan
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/balpan-rs/balpan" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbalpan-rs%2Fbalpan", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbalpan-rs%2Fbalpan'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f1bd990b041f005116585913d6b92250e388cf15
[INFO] checking balpan-rs/balpan against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-150727
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbalpan-rs%2Fbalpan" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/balpan-rs/balpan
[INFO] finished tweaking git repo https://github.com/balpan-rs/balpan
[INFO] tweaked toml for git repo https://github.com/balpan-rs/balpan written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/balpan-rs/balpan on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/balpan-rs/balpan 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap_derive v4.5.3
[INFO] [stderr]   Downloaded toml v0.7.8
[INFO] [stderr]   Downloaded openssl-sys v0.9.101
[INFO] [stderr]   Downloaded clap v4.5.3
[INFO] [stderr]   Downloaded tree-sitter v0.20.10
[INFO] [stderr]   Downloaded git2 v0.17.2
[INFO] [stderr]   Downloaded syn v2.0.53
[INFO] [stderr]   Downloaded libgit2-sys v0.15.2+1.6.4
[INFO] [stderr]   Downloaded libz-sys v1.1.15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b1712d624fe114d6ff2dcf28956cac8574ec57ffd34dc0d21dd08c3814cfa2e3
[INFO] running `Command { std: "docker" "start" "-a" "b1712d624fe114d6ff2dcf28956cac8574ec57ffd34dc0d21dd08c3814cfa2e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b1712d624fe114d6ff2dcf28956cac8574ec57ffd34dc0d21dd08c3814cfa2e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1712d624fe114d6ff2dcf28956cac8574ec57ffd34dc0d21dd08c3814cfa2e3", kill_on_drop: false }`
[INFO] [stdout] b1712d624fe114d6ff2dcf28956cac8574ec57ffd34dc0d21dd08c3814cfa2e3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e6226e5cfc6f0d54f20989f8d89a5bed780956c871047669a69d8480a8191f54
[INFO] running `Command { std: "docker" "start" "-a" "e6226e5cfc6f0d54f20989f8d89a5bed780956c871047669a69d8480a8191f54", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking etcetera v0.8.0
[INFO] [stderr]     Checking libloading v0.8.3
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]    Compiling indoc v2.0.4
[INFO] [stderr]     Checking cc v1.0.90
[INFO] [stderr]    Compiling jobserver v0.1.28
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling syn v2.0.53
[INFO] [stderr]    Compiling openssl-sys v0.9.101
[INFO] [stderr]    Compiling libz-sys v1.1.15
[INFO] [stderr]    Compiling libssh2-sys v0.3.0
[INFO] [stderr]    Compiling libgit2-sys v0.15.2+1.6.4
[INFO] [stderr]    Compiling tree-sitter v0.20.10
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling clap_derive v4.5.3
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking globset v0.4.14
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking ignore v0.4.22
[INFO] [stderr]     Checking clap v4.5.3
[INFO] [stderr]     Checking git2 v0.17.2
[INFO] [stderr]     Checking toml_datetime v0.6.5
[INFO] [stderr]     Checking serde_spanned v0.6.5
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]     Checking toml v0.7.8
[INFO] [stderr]     Checking balpan v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/commands/boyer_moore.rs:28:37
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn new(pattern: &'a [T]) -> BoyerMooreSearch<T> {
[INFO] [stdout]    |                          --         ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn new(pattern: &'a [T]) -> BoyerMooreSearch<'a, T> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/commands/boyer_moore.rs:28:37
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn new(pattern: &'a [T]) -> BoyerMooreSearch<T> {
[INFO] [stdout]    |                          --         ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn new(pattern: &'a [T]) -> BoyerMooreSearch<'a, T> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_templated_function_definition` is never used
[INFO] [stdout]    --> tests/integration_test/analyze_command_test/cpp_test/blazingmq_case_test.rs:127:4
[INFO] [stdout]     |
[INFO] [stdout] 127 | fn test_templated_function_definition() {
[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 `test_function_definition_together_with_macro_combined` is never used
[INFO] [stdout]   --> tests/integration_test/analyze_command_test/c_test/redis_case_test.rs:58:4
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn test_function_definition_together_with_macro_combined() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.84s
[INFO] running `Command { std: "docker" "inspect" "e6226e5cfc6f0d54f20989f8d89a5bed780956c871047669a69d8480a8191f54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6226e5cfc6f0d54f20989f8d89a5bed780956c871047669a69d8480a8191f54", kill_on_drop: false }`
[INFO] [stdout] e6226e5cfc6f0d54f20989f8d89a5bed780956c871047669a69d8480a8191f54
