[INFO] cloning repository https://github.com/durina/calculate_shannon_entropy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/durina/calculate_shannon_entropy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdurina%2Fcalculate_shannon_entropy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdurina%2Fcalculate_shannon_entropy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 70f1f74ddd78d51379a1c9235e0ba88a2f49741e
[INFO] checking durina/calculate_shannon_entropy against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdurina%2Fcalculate_shannon_entropy" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/durina/calculate_shannon_entropy
[INFO] finished tweaking git repo https://github.com/durina/calculate_shannon_entropy
[INFO] tweaked toml for git repo https://github.com/durina/calculate_shannon_entropy written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/durina/calculate_shannon_entropy on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/durina/calculate_shannon_entropy 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quote v1.0.27
[INFO] [stderr]   Downloaded proc-macro2 v1.0.58
[INFO] [stderr]   Downloaded clap v4.3.0
[INFO] [stderr]   Downloaded clap_derive v4.3.0
[INFO] [stderr]   Downloaded clap_builder v4.3.0
[INFO] [stderr]   Downloaded rustix v0.37.19
[INFO] [stderr]   Downloaded syn v2.0.16
[INFO] [stderr]   Downloaded regex v1.8.2
[INFO] [stderr]   Downloaded libc v0.2.144
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7b9345c76ec2a764c4d5901cf32dbdd01b0723f7feee1422ccaeefe98beea703
[INFO] running `Command { std: "docker" "start" "-a" "7b9345c76ec2a764c4d5901cf32dbdd01b0723f7feee1422ccaeefe98beea703", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7b9345c76ec2a764c4d5901cf32dbdd01b0723f7feee1422ccaeefe98beea703", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b9345c76ec2a764c4d5901cf32dbdd01b0723f7feee1422ccaeefe98beea703", kill_on_drop: false }`
[INFO] [stdout] 7b9345c76ec2a764c4d5901cf32dbdd01b0723f7feee1422ccaeefe98beea703
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd406282719e17a1d7a69fddcead80ede6cb1bd34dabcb379ea15a08a934a41e
[INFO] running `Command { std: "docker" "start" "-a" "cd406282719e17a1d7a69fddcead80ede6cb1bd34dabcb379ea15a08a934a41e", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.144
[INFO] [stderr]    Compiling io-lifetimes v1.0.10
[INFO] [stderr]    Compiling rustix v0.37.19
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling proc-macro2 v1.0.58
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.27
[INFO] [stderr]     Checking anstyle v1.0.0
[INFO] [stderr]     Checking anstyle-parse v0.2.0
[INFO] [stderr]     Checking regex-syntax v0.7.2
[INFO] [stderr]     Checking once_cell v1.17.1
[INFO] [stderr]     Checking check_alignment v0.1.0 (/opt/rustwide/workdir/check_alignment)
[INFO] [stderr]     Checking aho-corasick v1.0.1
[INFO] [stderr]     Checking check_fasta v0.1.0 (/opt/rustwide/workdir/calculate_entropy/lib)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> calculate_entropy/lib/src/lib.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn check_fasta(infile: &PathBuf, length_check: bool) -> Result<FileBufferHelper, &'static str> {
[INFO] [stdout]    |                            ^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 21 | pub fn check_fasta(infile: &PathBuf, length_check: bool) -> Result<FileBufferHelper<'_>, &'static str> {
[INFO] [stdout]    |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> calculate_entropy/lib/src/lib_utils/struct_helper.rs:17:38
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(file: &'a PathBuf) -> FileBufferHelper {
[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] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(file: &'a PathBuf) -> FileBufferHelper<'a> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> calculate_entropy/lib/src/lib.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn check_fasta(infile: &PathBuf, length_check: bool) -> Result<FileBufferHelper, &'static str> {
[INFO] [stdout]    |                            ^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 21 | pub fn check_fasta(infile: &PathBuf, length_check: bool) -> Result<FileBufferHelper<'_>, &'static str> {
[INFO] [stdout]    |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> calculate_entropy/lib/src/lib_utils/struct_helper.rs:17:38
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(file: &'a PathBuf) -> FileBufferHelper {
[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] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(file: &'a PathBuf) -> FileBufferHelper<'a> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling syn v2.0.16
[INFO] [stderr]     Checking regex v1.8.2
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking is-terminal v0.4.7
[INFO] [stderr]     Checking anstream v0.3.2
[INFO] [stderr]     Checking env_logger v0.10.0
[INFO] [stderr]     Checking clap_builder v4.3.0
[INFO] [stderr]    Compiling clap_derive v4.3.0
[INFO] [stderr]     Checking clap v4.3.0
[INFO] [stderr]     Checking calculate_entropy v0.1.0 (/opt/rustwide/workdir/calculate_entropy)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
[INFO] running `Command { std: "docker" "inspect" "cd406282719e17a1d7a69fddcead80ede6cb1bd34dabcb379ea15a08a934a41e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd406282719e17a1d7a69fddcead80ede6cb1bd34dabcb379ea15a08a934a41e", kill_on_drop: false }`
[INFO] [stdout] cd406282719e17a1d7a69fddcead80ede6cb1bd34dabcb379ea15a08a934a41e
